comparison gcc/cp/g++spec.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* Specific flags and argument handling of the C++ front end. 1 /* Specific flags and argument handling of the C++ front end.
2 Copyright (C) 1996-2017 Free Software Foundation, Inc. 2 Copyright (C) 1996-2018 Free Software Foundation, Inc.
3 3
4 This file is part of GCC. 4 This file is part of GCC.
5 5
6 GCC is free software; you can redistribute it and/or modify 6 GCC is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 7 it under the terms of the GNU General Public License as published by
182 if (library == 0) 182 if (library == 0)
183 library = 1; 183 library = 1;
184 break; 184 break;
185 185
186 case OPT_c: 186 case OPT_c:
187 case OPT_r:
187 case OPT_S: 188 case OPT_S:
188 case OPT_E: 189 case OPT_E:
189 case OPT_M: 190 case OPT_M:
190 case OPT_MM: 191 case OPT_MM:
191 case OPT_fsyntax_only: 192 case OPT_fsyntax_only: