]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.c (do_spec): Call "error" not "warning".
authorJeffrey A Law <law@cygnus.com>
Tue, 21 Jul 1998 07:53:30 +0000 (07:53 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 21 Jul 1998 07:53:30 +0000 (01:53 -0600)
From-SVN: r21320

gcc/ChangeLog
gcc/gcc.c

index 62f98f6d592cb5ee199be1e7bcf0f9ea9c0464dc..b2616a9cd37d1a2f8032c39901a7a858b324f317 100644 (file)
@@ -6,6 +6,8 @@ Tue Jul 21 03:59:08 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
 
 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.
 
index 190d2cbdb07bbc466f85945b107a61800a330eaf..7ac33e04bca153b64577ab7a9726e651edd310d9 100644 (file)
--- 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;