]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gcc.c (default_compilers): Clarify obscure error message when reading from standard...
authorZack Weinberg <zack@gcc.gnu.org>
Fri, 15 Apr 2005 18:24:08 +0000 (18:24 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Fri, 15 Apr 2005 18:24:08 +0000 (18:24 +0000)
2005-04-15  Dave Korn  <dave.korn@artimi.com>

* gcc.c (default_compilers): Clarify obscure error message when
reading from standard input.

From-SVN: r98197

gcc/ChangeLog
gcc/gcc.c

index d45abb41609abd91d910ff5b492e05cef074f436..f1db74363757a0cda338d09d357925297136e10f 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-15  Dave Korn  <dave.korn@artimi.com>
+
+       * gcc.c (default_compilers): Clarify obscure error message when
+       reading from standard input.
+
 2005-04-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
 
        * config/sparc/sparc.c (legitimate_address_p): Use TARGET_ARCH32.
@@ -14,9 +19,9 @@
 
 2005-04-06  Dale Johannesen  <dalej@apple.com>
 
-        PR middle-end/19225
-        * calls.c (expand_call):  Flush pending deferrals before
-        throwing call.
+       PR middle-end/19225
+       * calls.c (expand_call):  Flush pending deferrals before
+       throwing call.
 
 2005-04-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
 
        -mlittle-endian is not supported on Linux either.
 
 2005-03-25  Gabriel Dos Reis  <gdr@integrable-solutions.net>
-        
-        PR c++/18644
-        * doc/invoke.texi (-Wsynth): Don't document, as it now is void of
-        semantics. 
-       
+
+       PR c++/18644
+       * doc/invoke.texi (-Wsynth): Don't document, as it now is void of
+       semantics.
+
 2005-03-31  Alan Modra  <amodra@bigpond.net.au>
 
        PR target/20611
 
        Backport from mainline:
        2004-10-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
-                   Roger Sayle  <roger@eyesopen.com>
+                   Roger Sayle  <roger@eyesopen.com>
 
        PR middle-end/17813
        * dojump.c (discard_pending_stack_adjust): New function.
index 4e053b81f5221fc8815ff0d23d6788ce8c88247e..730ac9a8a597ca1d780bddf8e161ce4f93df2bf6 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -912,7 +912,7 @@ static const struct compiler default_compilers[] =
                cc1 %(cpp_unique_options) %(cc1_options)}}}\
         %{!fsyntax-only:%(invoke_as)}}}}", 0},
   {"-",
-   "%{!E:%e-E required when input is from standard input}\
+   "%{!E:%e-E or -x required when input is from standard input}\
     %(trad_capable_cpp) %(cpp_options) %(cpp_debug_options)", 0},
   {".h", "@c-header", 0},
   {"@c-header",