From 07ab8fe74976e05300f6a73bb8a2353b2ce8e88b Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Fri, 15 Apr 2005 18:24:08 +0000 Subject: [PATCH] gcc.c (default_compilers): Clarify obscure error message when reading from standard input. 2005-04-15 Dave Korn * gcc.c (default_compilers): Clarify obscure error message when reading from standard input. From-SVN: r98197 --- gcc/ChangeLog | 23 ++++++++++++++--------- gcc/gcc.c | 2 +- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d45abb41609a..f1db74363757 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-04-15 Dave Korn + + * gcc.c (default_compilers): Clarify obscure error message when + reading from standard input. + 2005-04-15 Eric Botcazou * config/sparc/sparc.c (legitimate_address_p): Use TARGET_ARCH32. @@ -14,9 +19,9 @@ 2005-04-06 Dale Johannesen - 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 @@ -35,11 +40,11 @@ -mlittle-endian is not supported on Linux either. 2005-03-25 Gabriel Dos Reis - - 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 PR target/20611 @@ -1077,7 +1082,7 @@ Backport from mainline: 2004-10-18 Eric Botcazou - Roger Sayle + Roger Sayle PR middle-end/17813 * dojump.c (discard_pending_stack_adjust): New function. diff --git a/gcc/gcc.c b/gcc/gcc.c index 4e053b81f522..730ac9a8a597 100644 --- 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", -- 2.47.2