]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
backport: re PR c/57653 (filename information discarded when using -imacros)
authorRichard Biener <rguenth@gcc.gnu.org>
Thu, 12 Feb 2015 09:48:56 +0000 (09:48 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 12 Feb 2015 09:48:56 +0000 (09:48 +0000)
2015-02-11  Richard Biener  <rguenther@suse.de>

Backport from mainline
2014-07-24  Marek Polacek  <polacek@redhat.com>

PR c/57653
* c-opts.c (c_finish_options): If -imacros is in effect, return.

From-SVN: r220642

gcc/c-family/ChangeLog

index b230bc4a303e624633e1c4df89a033e138e8899e..35cc0478a51084c541af2997ada1162c3861aaca 100644 (file)
@@ -1,3 +1,11 @@
+2015-02-11  Richard Biener  <rguenther@suse.de>
+
+       Backport from mainline
+       2014-07-24  Marek Polacek  <polacek@redhat.com>
+
+       PR c/57653
+       * c-opts.c (c_finish_options): If -imacros is in effect, return.
+
 2015-01-20  Marek Polacek  <polacek@redhat.com>
 
        Backport from mainline