diff options
author | Jeffrey A Law <law@cygnus.com> | 1998-07-21 07:52:35 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-07-21 01:52:35 -0600 |
commit | 50ea20cfa8f01bff548cb6a4b655f76fb1f09863 (patch) | |
tree | d5dc684f17697bfcabcabc0c863574ca77ae3d2e /gcc/gcc.c | |
parent | 96e30856cfb94ea0819b6312bfbdbc5a585d9aec (diff) | |
download | gcc-50ea20cfa8f01bff548cb6a4b655f76fb1f09863.zip gcc-50ea20cfa8f01bff548cb6a4b655f76fb1f09863.tar.gz gcc-50ea20cfa8f01bff548cb6a4b655f76fb1f09863.tar.bz2 |
gcc.c (do_spec): Call "error" not "warning".
* gcc.c (do_spec): Call "error" not "warning".
Opps.
From-SVN: r21319
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4039,7 +4039,7 @@ do_spec_1 (spec, inswitch, soft_matched_part) %[...] modifies -D options the way %P does; %(...) uses the spec unmodified. */ case '[': - warning ("use of obsolete %%[ operator in specs"); + error ("Warning: use of obsolete %%[ operator in specs"); case '(': { char *name = p; |