Ignore:
Timestamp:
Nov 3, 2004, 6:47:21 AM (21 years ago)
Author:
bird
Message:

GCC v3.3.5 - official sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gcc/NEWS

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1587 r1588  
    1010                           GCC 3.3 Release Series
    1111
    12    February 24, 2004
     12   June 28, 2004
    1313
    1414   The [1]GNU project and the GCC developers are pleased to announce the
    15    release of GCC 3.3.3. This release was actually completed on February
    16    14, but technical issues with the transition to new security measures
    17    for protecting FSF servers required a delay in the announcement.
     15   release of GCC 3.3.4. This release was actually completed on May 31,
     16   but various reasons delayed the actual announcement.
    1817
    1918   The GCC 3.3 release series includes numerous [2]new features,
     
    6665    [19]gcc-help@gcc.gnu.org mailing list might help.
    6766    Please send comments on these web pages and the development of GCC
    68     to our public developer mailing list at [20]gcc@gnu.org or
    69     [21]gcc@gcc.gnu.org.
     67    to our developer mailing list at [20]gcc@gnu.org or
     68    [21]gcc@gcc.gnu.org. All of our lists have [22]public archives.
    7069
    7170   Copyright (C) Free Software Foundation, Inc., 59 Temple Place - Suite
     
    7574   in any medium, provided this notice is preserved.
    7675
    77    Last modified 2004-02-29 [22]Valid XHTML 1.0
     76   Last modified 2004-08-06 [23]Valid XHTML 1.0
    7877
    7978References
     
    10099  20. mailto:gcc@gnu.org
    101100  21. mailto:gcc@gcc.gnu.org
    102   22. http://validator.w3.org/check/referer
     101  22. http://gcc.gnu.org/lists.html
     102  23. http://validator.w3.org/check/referer
    103103======================================================================
    104104http://gcc.gnu.org/gcc-3.3/changes.html
     
    14371437    [554]gcc-help@gcc.gnu.org mailing list might help.
    14381438    Please send comments on these web pages and the development of GCC
    1439     to our public developer mailing list at [555]gcc@gnu.org or
    1440     [556]gcc@gcc.gnu.org.
     1439    to our developer mailing list at [555]gcc@gnu.org or
     1440    [556]gcc@gcc.gnu.org. All of our lists have [557]public archives.
    14411441
    14421442   Copyright (C) Free Software Foundation, Inc., 59 Temple Place - Suite
     
    14461446   in any medium, provided this notice is preserved.
    14471447
    1448    Last modified 2004-05-15 [557]Valid XHTML 1.0
     1448   Last modified 2004-08-06 [558]Valid XHTML 1.0
    14491449
    14501450References
     
    20062006 555. mailto:gcc@gnu.org
    20072007 556. mailto:gcc@gcc.gnu.org
    2008  557. http://validator.w3.org/check/referer
     2008 557. http://gcc.gnu.org/lists.html
     2009 558. http://validator.w3.org/check/referer
    20092010======================================================================
    20102011http://gcc.gnu.org/gcc-3.2/index.html
     
    20742075    [18]gcc-help@gcc.gnu.org mailing list might help.
    20752076    Please send comments on these web pages and the development of GCC
    2076     to our public developer mailing list at [19]gcc@gnu.org or
    2077     [20]gcc@gcc.gnu.org.
     2077    to our developer mailing list at [19]gcc@gnu.org or
     2078    [20]gcc@gcc.gnu.org. All of our lists have [21]public archives.
    20782079
    20792080   Copyright (C) Free Software Foundation, Inc., 59 Temple Place - Suite
     
    20832084   in any medium, provided this notice is preserved.
    20842085
    2085    Last modified 2003-08-28 [21]Valid XHTML 1.0
     2086   Last modified 2004-08-06 [22]Valid XHTML 1.0
    20862087
    20872088References
     
    21072108  19. mailto:gcc@gnu.org
    21082109  20. mailto:gcc@gcc.gnu.org
    2109   21. http://validator.w3.org/check/referer
     2110  21. http://gcc.gnu.org/lists.html
     2111  22. http://validator.w3.org/check/referer
    21102112======================================================================
    21112113http://gcc.gnu.org/gcc-3.2/changes.html
     
    21532155    C++
    21542156
    2155      * There are now no known differences between the C++ ABI implemented
    2156        in GCC and the multi-vendor standard. We believe that the ABI for
    2157        the C++ standard library is now stable and will not change in
    2158        future versions of the compiler. However, hard experience has
    2159        taught us to be cautious; it is possible that more problems will
    2160        be found. It is our intention to make changes to the ABI only if
    2161        they are necessary for correct compilation of C++, as opposed to
    2162        conformance to the ABI documents.
     2157     * GCC 3.2 fixed serveral differences between the C++ ABI implemented
     2158       in GCC and the multi-vendor standard, but more have been found
     2159       since the release. 3.2.1 adds a new warning, -Wabi, to warn about
     2160       code which is affected by these bugs. We will fix these bugs in
     2161       some future release, once we are confident that all have been
     2162       found; until then, it is our intention to make changes to the ABI
     2163       only if they are necessary for correct compilation of C++, as
     2164       opposed to conformance to the ABI documents.
    21632165     * For details on how to build an ABI compliant compiler for
    21642166       GNU/Linux systems, check the [3]common C++ ABI page.
     
    27142716    [250]gcc-help@gcc.gnu.org mailing list might help.
    27152717    Please send comments on these web pages and the development of GCC
    2716     to our public developer mailing list at [251]gcc@gnu.org or
    2717     [252]gcc@gcc.gnu.org.
     2718    to our developer mailing list at [251]gcc@gnu.org or
     2719    [252]gcc@gcc.gnu.org. All of our lists have [253]public archives.
    27182720
    27192721   Copyright (C) Free Software Foundation, Inc., 59 Temple Place - Suite
     
    27232725   in any medium, provided this notice is preserved.
    27242726
    2725    Last modified 2003-08-28 [253]Valid XHTML 1.0
     2727   Last modified 2004-08-30 [254]Valid XHTML 1.0
    27262728
    27272729References
     
    29792981 251. mailto:gcc@gnu.org
    29802982 252. mailto:gcc@gcc.gnu.org
    2981  253. http://validator.w3.org/check/referer
     2983 253. http://gcc.gnu.org/lists.html
     2984 254. http://validator.w3.org/check/referer
    29822985======================================================================
    29832986http://gcc.gnu.org/gcc-3.1/index.html
     
    30273030    [15]gcc-help@gcc.gnu.org mailing list might help.
    30283031    Please send comments on these web pages and the development of GCC
    3029     to our public developer mailing list at [16]gcc@gnu.org or
    3030     [17]gcc@gcc.gnu.org.
     3032    to our developer mailing list at [16]gcc@gnu.org or
     3033    [17]gcc@gcc.gnu.org. All of our lists have [18]public archives.
    30313034
    30323035   Copyright (C) Free Software Foundation, Inc., 59 Temple Place - Suite
     
    30363039   in any medium, provided this notice is preserved.
    30373040
    3038    Last modified 2003-08-28 [18]Valid XHTML 1.0
     3041   Last modified 2004-08-06 [19]Valid XHTML 1.0
    30393042
    30403043References
     
    30573060  16. mailto:gcc@gnu.org
    30583061  17. mailto:gcc@gcc.gnu.org
    3059   18. http://validator.w3.org/check/referer
     3062  18. http://gcc.gnu.org/lists.html
     3063  19. http://validator.w3.org/check/referer
    30603064======================================================================
    30613065http://gcc.gnu.org/gcc-3.1/changes.html
     
    33953399    [17]gcc-help@gcc.gnu.org mailing list might help.
    33963400    Please send comments on these web pages and the development of GCC
    3397     to our public developer mailing list at [18]gcc@gnu.org or
    3398     [19]gcc@gcc.gnu.org.
     3401    to our developer mailing list at [18]gcc@gnu.org or
     3402    [19]gcc@gcc.gnu.org. All of our lists have [20]public archives.
    33993403
    34003404   Copyright (C) Free Software Foundation, Inc., 59 Temple Place - Suite
     
    34043408   in any medium, provided this notice is preserved.
    34053409
    3406    Last modified 2003-08-28 [20]Valid XHTML 1.0
     3410   Last modified 2004-08-06 [21]Valid XHTML 1.0
    34073411
    34083412References
     
    34273431  18. mailto:gcc@gnu.org
    34283432  19. mailto:gcc@gcc.gnu.org
    3429   20. http://validator.w3.org/check/referer
     3433  20. http://gcc.gnu.org/lists.html
     3434  21. http://validator.w3.org/check/referer
    34303435======================================================================
    34313436http://gcc.gnu.org/gcc-3.0/gcc-3.0.html
     
    34823487    [15]gcc-help@gcc.gnu.org mailing list might help.
    34833488    Please send comments on these web pages and the development of GCC
    3484     to our public developer mailing list at [16]gcc@gnu.org or
    3485     [17]gcc@gcc.gnu.org.
     3489    to our developer mailing list at [16]gcc@gnu.org or
     3490    [17]gcc@gcc.gnu.org. All of our lists have [18]public archives.
    34863491
    34873492   Copyright (C) Free Software Foundation, Inc., 59 Temple Place - Suite
     
    34913496   in any medium, provided this notice is preserved.
    34923497
    3493    Last modified 2003-08-28 [18]Valid XHTML 1.0
     3498   Last modified 2004-08-06 [19]Valid XHTML 1.0
    34943499
    34953500References
     
    35123517  16. mailto:gcc@gnu.org
    35133518  17. mailto:gcc@gcc.gnu.org
    3514   18. http://validator.w3.org/check/referer
     3519  18. http://gcc.gnu.org/lists.html
     3520  19. http://validator.w3.org/check/referer
    35153521======================================================================
    35163522http://gcc.gnu.org/gcc-3.0/features.html
     
    36863692    [18]gcc-help@gcc.gnu.org mailing list might help.
    36873693    Please send comments on these web pages and the development of GCC
    3688     to our public developer mailing list at [19]gcc@gnu.org or
    3689     [20]gcc@gcc.gnu.org.
     3694    to our developer mailing list at [19]gcc@gnu.org or
     3695    [20]gcc@gcc.gnu.org. All of our lists have [21]public archives.
    36903696
    36913697   Copyright (C) Free Software Foundation, Inc., 59 Temple Place - Suite
     
    36953701   in any medium, provided this notice is preserved.
    36963702
    3697    Last modified 2003-08-28 [21]Valid XHTML 1.0
     3703   Last modified 2004-08-06 [22]Valid XHTML 1.0
    36983704
    36993705References
     
    37193725  19. mailto:gcc@gnu.org
    37203726  20. mailto:gcc@gcc.gnu.org
    3721   21. http://validator.w3.org/check/referer
     3727  21. http://gcc.gnu.org/lists.html
     3728  22. http://validator.w3.org/check/referer
    37223729======================================================================
    37233730http://gcc.gnu.org/gcc-3.0/caveats.html
     
    37693776    [8]gcc-help@gcc.gnu.org mailing list might help.
    37703777    Please send comments on these web pages and the development of GCC
    3771     to our public developer mailing list at [9]gcc@gnu.org or
    3772     [10]gcc@gcc.gnu.org.
     3778    to our developer mailing list at [9]gcc@gnu.org or
     3779    [10]gcc@gcc.gnu.org. All of our lists have [11]public archives.
    37733780
    37743781   Copyright (C) Free Software Foundation, Inc., 59 Temple Place - Suite
     
    37783785   in any medium, provided this notice is preserved.
    37793786
    3780    Last modified 2003-08-28 [11]Valid XHTML 1.0
     3787   Last modified 2004-08-06 [12]Valid XHTML 1.0
    37813788
    37823789References
     
    37923799   9. mailto:gcc@gnu.org
    37933800  10. mailto:gcc@gcc.gnu.org
    3794   11. http://validator.w3.org/check/referer
     3801  11. http://gcc.gnu.org/lists.html
     3802  12. http://validator.w3.org/check/referer
    37953803======================================================================
    37963804http://gcc.gnu.org/gcc-2.95/index.html
     
    38523860    [17]gcc-help@gcc.gnu.org mailing list might help.
    38533861    Please send comments on these web pages and the development of GCC
    3854     to our public developer mailing list at [18]gcc@gnu.org or
    3855     [19]gcc@gcc.gnu.org.
     3862    to our developer mailing list at [18]gcc@gnu.org or
     3863    [19]gcc@gcc.gnu.org. All of our lists have [20]public archives.
    38563864
    38573865   Copyright (C) Free Software Foundation, Inc., 59 Temple Place - Suite
     
    38613869   in any medium, provided this notice is preserved.
    38623870
    3863    Last modified 2003-08-28 [20]Valid XHTML 1.0
     3871   Last modified 2004-08-06 [21]Valid XHTML 1.0
    38643872
    38653873References
     
    38843892  18. mailto:gcc@gnu.org
    38853893  19. mailto:gcc@gcc.gnu.org
    3886   20. http://validator.w3.org/check/referer
     3894  20. http://gcc.gnu.org/lists.html
     3895  21. http://validator.w3.org/check/referer
    38873896======================================================================
    38883897http://gcc.gnu.org/gcc-2.95/features.html
     
    41314140    [21]gcc-help@gcc.gnu.org mailing list might help.
    41324141    Please send comments on these web pages and the development of GCC
    4133     to our public developer mailing list at [22]gcc@gnu.org or
    4134     [23]gcc@gcc.gnu.org.
     4142    to our developer mailing list at [22]gcc@gnu.org or
     4143    [23]gcc@gcc.gnu.org. All of our lists have [24]public archives.
    41354144
    41364145   Copyright (C) Free Software Foundation, Inc., 59 Temple Place - Suite
     
    41404149   in any medium, provided this notice is preserved.
    41414150
    4142    Last modified 2003-08-28 [24]Valid XHTML 1.0
     4151   Last modified 2004-08-06 [25]Valid XHTML 1.0
    41434152
    41444153References
     
    41674176  22. mailto:gcc@gnu.org
    41684177  23. mailto:gcc@gcc.gnu.org
    4169   24. http://validator.w3.org/check/referer
     4178  24. http://gcc.gnu.org/lists.html
     4179  25. http://validator.w3.org/check/referer
    41704180======================================================================
    41714181http://gcc.gnu.org/gcc-2.95/caveats.html
     
    42244234    [6]gcc-help@gcc.gnu.org mailing list might help.
    42254235    Please send comments on these web pages and the development of GCC
    4226     to our public developer mailing list at [7]gcc@gnu.org or
    4227     [8]gcc@gcc.gnu.org.
     4236    to our developer mailing list at [7]gcc@gnu.org or
     4237    [8]gcc@gcc.gnu.org. All of our lists have [9]public archives.
    42284238
    42294239   Copyright (C) Free Software Foundation, Inc., 59 Temple Place - Suite
     
    42334243   in any medium, provided this notice is preserved.
    42344244
    4235    Last modified 2003-08-28 [9]Valid XHTML 1.0
     4245   Last modified 2004-08-06 [10]Valid XHTML 1.0
    42364246
    42374247References
     
    42454255   7. mailto:gcc@gnu.org
    42464256   8. mailto:gcc@gcc.gnu.org
    4247    9. http://validator.w3.org/check/referer
     4257   9. http://gcc.gnu.org/lists.html
     4258  10. http://validator.w3.org/check/referer
    42484259======================================================================
    42494260http://gcc.gnu.org/egcs-1.1/index.html
     
    44554466    [15]gcc-help@gcc.gnu.org mailing list might help.
    44564467    Please send comments on these web pages and the development of GCC
    4457     to our public developer mailing list at [16]gcc@gnu.org or
    4458     [17]gcc@gcc.gnu.org.
     4468    to our developer mailing list at [16]gcc@gnu.org or
     4469    [17]gcc@gcc.gnu.org. All of our lists have [18]public archives.
    44594470
    44604471   Copyright (C) Free Software Foundation, Inc., 59 Temple Place - Suite
     
    44644475   in any medium, provided this notice is preserved.
    44654476
    4466    Last modified 2003-08-28 [18]Valid XHTML 1.0
     4477   Last modified 2004-08-06 [19]Valid XHTML 1.0
    44674478
    44684479References
     
    44854496  16. mailto:gcc@gnu.org
    44864497  17. mailto:gcc@gcc.gnu.org
    4487   18. http://validator.w3.org/check/referer
     4498  18. http://gcc.gnu.org/lists.html
     4499  19. http://validator.w3.org/check/referer
    44884500======================================================================
    44894501http://gcc.gnu.org/egcs-1.1/features.html
     
    45694581    [10]gcc-help@gcc.gnu.org mailing list might help.
    45704582    Please send comments on these web pages and the development of GCC
    4571     to our public developer mailing list at [11]gcc@gnu.org or
    4572     [12]gcc@gcc.gnu.org.
     4583    to our developer mailing list at [11]gcc@gnu.org or
     4584    [12]gcc@gcc.gnu.org. All of our lists have [13]public archives.
    45734585
    45744586   Copyright (C) Free Software Foundation, Inc., 59 Temple Place - Suite
     
    45784590   in any medium, provided this notice is preserved.
    45794591
    4580    Last modified 2003-08-28 [13]Valid XHTML 1.0
     4592   Last modified 2004-08-06 [14]Valid XHTML 1.0
    45814593
    45824594References
     
    45944606  11. mailto:gcc@gnu.org
    45954607  12. mailto:gcc@gcc.gnu.org
    4596   13. http://validator.w3.org/check/referer
     4608  13. http://gcc.gnu.org/lists.html
     4609  14. http://validator.w3.org/check/referer
    45974610======================================================================
    45984611http://gcc.gnu.org/egcs-1.1/caveats.html
     
    46344647    [5]gcc-help@gcc.gnu.org mailing list might help.
    46354648    Please send comments on these web pages and the development of GCC
    4636     to our public developer mailing list at [6]gcc@gnu.org or
    4637     [7]gcc@gcc.gnu.org.
     4649    to our developer mailing list at [6]gcc@gnu.org or
     4650    [7]gcc@gcc.gnu.org. All of our lists have [8]public archives.
    46384651
    46394652   Copyright (C) Free Software Foundation, Inc., 59 Temple Place - Suite
     
    46434656   in any medium, provided this notice is preserved.
    46444657
    4645    Last modified 2003-08-28 [8]Valid XHTML 1.0
     4658   Last modified 2004-08-06 [9]Valid XHTML 1.0
    46464659
    46474660References
     
    46544667   6. mailto:gcc@gnu.org
    46554668   7. mailto:gcc@gcc.gnu.org
    4656    8. http://validator.w3.org/check/referer
     4669   8. http://gcc.gnu.org/lists.html
     4670   9. http://validator.w3.org/check/referer
    46574671======================================================================
    46584672http://gcc.gnu.org/egcs-1.0/egcs-1.0.3.html
     
    47424756    [10]gcc-help@gcc.gnu.org mailing list might help.
    47434757    Please send comments on these web pages and the development of GCC
    4744     to our public developer mailing list at [11]gcc@gnu.org or
    4745     [12]gcc@gcc.gnu.org.
     4758    to our developer mailing list at [11]gcc@gnu.org or
     4759    [12]gcc@gcc.gnu.org. All of our lists have [13]public archives.
    47464760
    47474761   Copyright (C) Free Software Foundation, Inc., 59 Temple Place - Suite
     
    47514765   in any medium, provided this notice is preserved.
    47524766
    4753    Last modified 2003-08-28 [13]Valid XHTML 1.0
     4767   Last modified 2004-08-06 [14]Valid XHTML 1.0
    47544768
    47554769References
     
    47674781  11. mailto:gcc@gnu.org
    47684782  12. mailto:gcc@gcc.gnu.org
    4769   13. http://validator.w3.org/check/referer
     4783  13. http://gcc.gnu.org/lists.html
     4784  14. http://validator.w3.org/check/referer
    47704785======================================================================
    47714786http://gcc.gnu.org/egcs-1.0/egcs-1.0.2.html
     
    48864901    [10]gcc-help@gcc.gnu.org mailing list might help.
    48874902    Please send comments on these web pages and the development of GCC
    4888     to our public developer mailing list at [11]gcc@gnu.org or
    4889     [12]gcc@gcc.gnu.org.
     4903    to our developer mailing list at [11]gcc@gnu.org or
     4904    [12]gcc@gcc.gnu.org. All of our lists have [13]public archives.
    48904905
    48914906   Copyright (C) Free Software Foundation, Inc., 59 Temple Place - Suite
     
    48954910   in any medium, provided this notice is preserved.
    48964911
    4897    Last modified 2003-08-28 [13]Valid XHTML 1.0
     4912   Last modified 2004-08-06 [14]Valid XHTML 1.0
    48984913
    48994914References
     
    49114926  11. mailto:gcc@gnu.org
    49124927  12. mailto:gcc@gcc.gnu.org
    4913   13. http://validator.w3.org/check/referer
     4928  13. http://gcc.gnu.org/lists.html
     4929  14. http://validator.w3.org/check/referer
    49144930======================================================================
    49154931http://gcc.gnu.org/egcs-1.0/egcs-1.0.1.html
     
    50305046    [10]gcc-help@gcc.gnu.org mailing list might help.
    50315047    Please send comments on these web pages and the development of GCC
    5032     to our public developer mailing list at [11]gcc@gnu.org or
    5033     [12]gcc@gcc.gnu.org.
     5048    to our developer mailing list at [11]gcc@gnu.org or
     5049    [12]gcc@gcc.gnu.org. All of our lists have [13]public archives.
    50345050
    50355051   Copyright (C) Free Software Foundation, Inc., 59 Temple Place - Suite
     
    50395055   in any medium, provided this notice is preserved.
    50405056
    5041    Last modified 2003-08-28 [13]Valid XHTML 1.0
     5057   Last modified 2004-08-06 [14]Valid XHTML 1.0
    50425058
    50435059References
     
    50555071  11. mailto:gcc@gnu.org
    50565072  12. mailto:gcc@gcc.gnu.org
    5057   13. http://validator.w3.org/check/referer
     5073  13. http://gcc.gnu.org/lists.html
     5074  14. http://validator.w3.org/check/referer
    50585075======================================================================
    50595076http://gcc.gnu.org/egcs-1.0/egcs-1.0.html
     
    51315148    [10]gcc-help@gcc.gnu.org mailing list might help.
    51325149    Please send comments on these web pages and the development of GCC
    5133     to our public developer mailing list at [11]gcc@gnu.org or
    5134     [12]gcc@gcc.gnu.org.
     5150    to our developer mailing list at [11]gcc@gnu.org or
     5151    [12]gcc@gcc.gnu.org. All of our lists have [13]public archives.
    51355152
    51365153   Copyright (C) Free Software Foundation, Inc., 59 Temple Place - Suite
     
    51405157   in any medium, provided this notice is preserved.
    51415158
    5142    Last modified 2003-08-28 [13]Valid XHTML 1.0
     5159   Last modified 2004-08-06 [14]Valid XHTML 1.0
    51435160
    51445161References
     
    51565173  11. mailto:gcc@gnu.org
    51575174  12. mailto:gcc@gcc.gnu.org
    5158   13. http://validator.w3.org/check/referer
     5175  13. http://gcc.gnu.org/lists.html
     5176  14. http://validator.w3.org/check/referer
    51595177======================================================================
    51605178http://gcc.gnu.org/egcs-1.0/features.html
     
    52095227    [7]gcc-help@gcc.gnu.org mailing list might help.
    52105228    Please send comments on these web pages and the development of GCC
    5211     to our public developer mailing list at [8]gcc@gnu.org or
    5212     [9]gcc@gcc.gnu.org.
     5229    to our developer mailing list at [8]gcc@gnu.org or
     5230    [9]gcc@gcc.gnu.org. All of our lists have [10]public archives.
    52135231
    52145232   Copyright (C) Free Software Foundation, Inc., 59 Temple Place - Suite
     
    52185236   in any medium, provided this notice is preserved.
    52195237
    5220    Last modified 2003-08-28 [10]Valid XHTML 1.0
     5238   Last modified 2004-08-06 [11]Valid XHTML 1.0
    52215239
    52225240References
     
    52315249   8. mailto:gcc@gnu.org
    52325250   9. mailto:gcc@gcc.gnu.org
    5233   10. http://validator.w3.org/check/referer
     5251  10. http://gcc.gnu.org/lists.html
     5252  11. http://validator.w3.org/check/referer
    52345253======================================================================
    52355254http://gcc.gnu.org/egcs-1.0/caveats.html
     
    52735292    [5]gcc-help@gcc.gnu.org mailing list might help.
    52745293    Please send comments on these web pages and the development of GCC
    5275     to our public developer mailing list at [6]gcc@gnu.org or
    5276     [7]gcc@gcc.gnu.org.
     5294    to our developer mailing list at [6]gcc@gnu.org or
     5295    [7]gcc@gcc.gnu.org. All of our lists have [8]public archives.
    52775296
    52785297   Copyright (C) Free Software Foundation, Inc., 59 Temple Place - Suite
     
    52825301   in any medium, provided this notice is preserved.
    52835302
    5284    Last modified 2003-08-28 [8]Valid XHTML 1.0
     5303   Last modified 2004-08-06 [9]Valid XHTML 1.0
    52855304
    52865305References
     
    52935312   6. mailto:gcc@gnu.org
    52945313   7. mailto:gcc@gcc.gnu.org
    5295    8. http://validator.w3.org/check/referer
     5314   8. http://gcc.gnu.org/lists.html
     5315   9. http://validator.w3.org/check/referer
    52965316======================================================================
Note: See TracChangeset for help on using the changeset viewer.