Fix previous ChangeLog entry, taken from the original
authorOlivier Hainque <hainque@gcc.gnu.org>
Thu, 6 Jul 2017 15:28:40 +0000 (15:28 +0000)
committerOlivier Hainque <hainque@gcc.gnu.org>
Thu, 6 Jul 2017 15:28:40 +0000 (15:28 +0000)
patch instead of the update.

From-SVN: r250028

gcc/ChangeLog

index 9d4b01ff98106ec75179844e05e52e8c54972719..d016a8e44cd31761bfb0df6e7c8956d6bedf9797 100644 (file)
@@ -1,11 +1,7 @@
 2017-07-06  Olivier Hainque  <hainque@adacore.com>
 
-       * gcc.c (spec_undefvar_allowed): New global.
-       (process_command): Set to true when running for --version or --help
-       alone, or together.
-       (getenv_spec_function): When the variable is not defined, use the
-       variable name as the variable value if we're allowed not to issue
-       a fatal error.
+       * gcc.c (process_command): When deciding if undefined variables
+       should be ignored when processing specs, accept "gcc -v" as well.
 
 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>