From: Jeffrey A Law Date: Tue, 21 Jul 1998 07:53:30 +0000 (+0000) Subject: * gcc.c (do_spec): Call "error" not "warning". X-Git-Tag: prereleases/egcs-1.1-prerelease~190 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56f800f3ec5aa9a5183492b7bb33d4256e821e2e;p=thirdparty%2Fgcc.git * gcc.c (do_spec): Call "error" not "warning". From-SVN: r21320 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 62f98f6d592c..b2616a9cd37d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -6,6 +6,8 @@ Tue Jul 21 03:59:08 1998 David S. Miller Tue Jul 21 00:31:01 1998 Jeffrey A Law (law@cygnus.com) + * gcc.c (do_spec): Call "error" not "warning". + * configure.in: Fix minor problems with gas feature detection code. * configure: Rebuilt. diff --git a/gcc/gcc.c b/gcc/gcc.c index 190d2cbdb07b..7ac33e04bca1 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -4040,7 +4040,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;