Deleted Added
full compact
c.opt (259890) c.opt (260074)
1; Options for the C, ObjC, C++ and ObjC++ front ends.
2; Copyright (C) 2003, 2004, 2005, 2006 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

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

15;
16; You should have received a copy of the GNU General Public License
17; along with GCC; see the file COPYING. If not, write to the Free
18; Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
19; 02110-1301, USA.
20
21; See the GCC internals manual for a description of this file's format.
22
1; Options for the C, ObjC, C++ and ObjC++ front ends.
2; Copyright (C) 2003, 2004, 2005, 2006 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

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

15;
16; You should have received a copy of the GNU General Public License
17; along with GCC; see the file COPYING. If not, write to the Free
18; Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
19; 02110-1301, USA.
20
21; See the GCC internals manual for a description of this file's format.
22
23; $FreeBSD: stable/10/contrib/gcc/c.opt 259890 2013-12-25 21:59:56Z pfg $
23; $FreeBSD: stable/10/contrib/gcc/c.opt 260074 2013-12-30 03:39:46Z pfg $
24; Please try to keep this file in ASCII collating order.
25
26Language
27C
28
29Language
30ObjC
31

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

585
586ffriend-injection
587C++ ObjC++ Var(flag_friend_injection)
588Inject friend functions into enclosing namespace
589
590flabels-ok
591C++ ObjC++
592
24; Please try to keep this file in ASCII collating order.
25
26Language
27C
28
29Language
30ObjC
31

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

585
586ffriend-injection
587C++ ObjC++ Var(flag_friend_injection)
588Inject friend functions into enclosing namespace
589
590flabels-ok
591C++ ObjC++
592
593flax-vector-conversions
594C ObjC C++ ObjC++
595Allow implicit conversions between vectors with differing numbers of subparts and/or differing element types.
596
593fms-extensions
594C ObjC C++ ObjC++
595Don't warn about uses of Microsoft extensions
596
597fname-mangling-version-
598C++ ObjC++ Joined
599
600fnew-abi

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

738fuse-cxa-get-exception-ptr
739C++ ObjC++
740Use __cxa_get_exception_ptr in exception handling
741
742fvisibility-inlines-hidden
743C++ ObjC++
744Marks all inlined methods as having hidden visibility
745
597fms-extensions
598C ObjC C++ ObjC++
599Don't warn about uses of Microsoft extensions
600
601fname-mangling-version-
602C++ ObjC++ Joined
603
604fnew-abi

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

742fuse-cxa-get-exception-ptr
743C++ ObjC++
744Use __cxa_get_exception_ptr in exception handling
745
746fvisibility-inlines-hidden
747C++ ObjC++
748Marks all inlined methods as having hidden visibility
749
750fvisibility-ms-compat
751C++ ObjC++ Var(flag_visibility_ms_compat)
752Changes visibility to match Microsoft Visual Studio by default
753
746fvtable-gc
747C++ ObjC++
748Discard unused virtual functions
749
750fvtable-thunks
751C++ ObjC++
752Implement vtables using thunks
753

--- 186 unchanged lines hidden ---
754fvtable-gc
755C++ ObjC++
756Discard unused virtual functions
757
758fvtable-thunks
759C++ ObjC++
760Implement vtables using thunks
761

--- 186 unchanged lines hidden ---