aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.1
AgeCommit message (Collapse)AuthorFilesLines
2000-04-11extend.texi (-fthis-is-variable): Undocument.Martin v. Löwis1-69/+2
* extend.texi (-fthis-is-variable): Undocument. * flags.h (warn_template_debugging): Remove declaration. * gcc.1 (-fall-virtual, -fenum-int-equiv, -fthis-is-variable, -Wenum-clash, -Wtemplate-debugging): Undocument. * cp/tree.h (HAVE_TEMPLATES): Remove definition. * cp/lang-options.h (-fthis-is-variable): Remove documentation. From-SVN: r33071
1999-11-02* gcc.1 (PA options): Remove obsolete -mshared-libs options.Jeffrey A Law1-12/+1
From-SVN: r30346
1999-10-21* gcc.1: Document exit codes.Matthias Klose1-1/+6
From-SVN: r30124
1999-09-23* gcc.1: Fix a formatting error.Guy Harris1-1/+2
From-SVN: r29619
1999-06-01README, [...]: Update name (egcs -> gcc) and version #s (1.1 -> 2.96) as needed.Jeffrey A Law1-1/+1
* README, configure.in, gcc.1, gcc.texi: Update name (egcs -> gcc) and version #s (1.1 -> 2.96) as needed. * README.g77: Kill way out of date file in the toplevel directory. Part of the ongoing conversion to the one true gcc. From-SVN: r27308
1998-08-29Bring version # and generated files updates over from the branch.Jeff Law1-1/+1
From-SVN: r22076
1998-07-08toplev.c (lang_options): Add -Wlong-long, -Wno-long-long options.Vladimir N. Makarov1-0/+15
* toplev.c (lang_options): Add -Wlong-long, -Wno-long-long options. * c-decl.c (warn_long_long): Define. (c_decode_option): Parse -Wlong-long, -Wno-long-long options. (grokdeclarator): Add flag `warn_long_long' as guard for warning "ANSI C does not support `long long'". * invoke.texi: Add description of options -Wlong-long, -Wno-long-long. * gcc.1: The same as above. * cp-tree.h (warn_long_long): Define. * decl.c (grokdeclarator): Add flag `warn_long_long' as guard for warning "ANSI C++ does not support `long long'". * decl2.c (warn_long_long): Define. (lang_decode_option): Parse -Wlong-long, -Wno-long-long options. From-SVN: r21007
1998-06-29* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law1-1/+1
details. From-SVN: r20808
1998-01-03Minor tweak.Jeff Law1-1/+2
From-SVN: r17288
1997-12-06Merge from gcc-2.8Jeff Law1-3/+3
From-SVN: r16987
1997-12-05release branch changes from 11-27 snapshot to egcs-1.0.Jeff Law1-3/+11
From-SVN: r16970
1997-08-11Initial revisionmisc/cutover-egcs-1Jeff Law1-0/+4167
From-SVN: r14764