Deleted Added
full compact
c.opt (132811) c.opt (146908)
1; Options for the C, ObjC, C++ and ObjC++ front ends.
2; Copyright (C) 2003 Free Software Foundation, Inc.
3;
4; This file is part of GCC.
5;
6; GCC is free software; you can redistribute it and/or modify it under
7; the terms of the GNU General Public License as published by the Free
8; Software Foundation; either version 2, or (at your option) any later

--- 45 unchanged lines hidden (view full) ---

54; by a semicolon. Whitespace is permitted before the semicolon.
55
56; For each switch XXX below, an enumeration constant is created by the
57; script opts.sh spelt OPT_XXX, but with all non-alphanumeric
58; characters replaced with an underscore.
59
60; Please try to keep this file in ASCII collating order.
61
1; Options for the C, ObjC, C++ and ObjC++ front ends.
2; Copyright (C) 2003 Free Software Foundation, Inc.
3;
4; This file is part of GCC.
5;
6; GCC is free software; you can redistribute it and/or modify it under
7; the terms of the GNU General Public License as published by the Free
8; Software Foundation; either version 2, or (at your option) any later

--- 45 unchanged lines hidden (view full) ---

54; by a semicolon. Whitespace is permitted before the semicolon.
55
56; For each switch XXX below, an enumeration constant is created by the
57; script opts.sh spelt OPT_XXX, but with all non-alphanumeric
58; characters replaced with an underscore.
59
60; Please try to keep this file in ASCII collating order.
61
62; $FreeBSD: head/contrib/gcc/c.opt 132811 2004-07-29 02:04:58Z kan $
62; $FreeBSD: head/contrib/gcc/c.opt 146908 2005-06-03 04:02:20Z kan $
63
64Language
65C
66
67Language
68ObjC
69
70Language

--- 331 unchanged lines hidden (view full) ---

402Warn about macros defined in the main file that are not used
403
404Wwrite-strings
405C ObjC C++ ObjC++
406Give strings the type \"array of char\"
407
408ansi
409C ObjC C++ ObjC++
63
64Language
65C
66
67Language
68ObjC
69
70Language

--- 331 unchanged lines hidden (view full) ---

402Warn about macros defined in the main file that are not used
403
404Wwrite-strings
405C ObjC C++ ObjC++
406Give strings the type \"array of char\"
407
408ansi
409C ObjC C++ ObjC++
410A synonym for -std=c89. In a future version of GCC it will become synonymous with -std=c99 instead
410A synonym for -std=c89 (for C) or -std=c++98 (for C++).
411
412d
413C ObjC C++ ObjC++ Joined
414; Documented in common.opt. FIXME - what about -dI, -dD, -dN and -dD?
415
416faccess-control
417C++ ObjC++
418Enforce class member access control semantics

--- 366 unchanged lines hidden (view full) ---

785Conform to the ISO 1999 C standard with GNU extensions
786
787std=gnu9x
788C ObjC
789Deprecated in favor of -std=gnu99
790
791std=iso9899:1990
792C ObjC
411
412d
413C ObjC C++ ObjC++ Joined
414; Documented in common.opt. FIXME - what about -dI, -dD, -dN and -dD?
415
416faccess-control
417C++ ObjC++
418Enforce class member access control semantics

--- 366 unchanged lines hidden (view full) ---

785Conform to the ISO 1999 C standard with GNU extensions
786
787std=gnu9x
788C ObjC
789Deprecated in favor of -std=gnu99
790
791std=iso9899:1990
792C ObjC
793Deprecated in favor of -std=c89
793Conform to the ISO 1990 C standard
794
795std=iso9899:199409
796C ObjC
797Conform to the ISO 1990 C standard as amended in 1994
798
799std=iso9899:1999
800C ObjC
794
795std=iso9899:199409
796C ObjC
797Conform to the ISO 1990 C standard as amended in 1994
798
799std=iso9899:1999
800C ObjC
801Deprecated in favor of -std=c99
801Conform to the ISO 1999 C standard
802
803std=iso9899:199x
804C ObjC
802
803std=iso9899:199x
804C ObjC
805Deprecated in favor of -std=c99
805Deprecated in favor of -std=iso9899:1999
806
807traditional-cpp
808C ObjC C++ ObjC++
809Enable traditional preprocessing
810
811trigraphs
812C ObjC C++ ObjC++
813-trigraphs Support ISO C trigraphs

--- 18 unchanged lines hidden ---
806
807traditional-cpp
808C ObjC C++ ObjC++
809Enable traditional preprocessing
810
811trigraphs
812C ObjC C++ ObjC++
813-trigraphs Support ISO C trigraphs

--- 18 unchanged lines hidden ---