summarylogtreecommitdiffstats
path: root/gcc-4.8-filename-output.patch
diff options
context:
space:
mode:
authorFantix King2014-11-10 14:41:59 +0800
committerFantix King2015-11-08 20:46:35 +0800
commitd0db0a50f0f3b80bf6a5febfbcf1a899699cc358 (patch)
treefed0e1c96976f6396859f22704fbddeea910b91f /gcc-4.8-filename-output.patch
parent337e37d28d4b0c5608ac1ff2c58af487e81c3e6c (diff)
downloadaur-d0db0a50f0f3b80bf6a5febfbcf1a899699cc358.tar.gz
4.9.2-1.1
Diffstat (limited to 'gcc-4.8-filename-output.patch')
-rw-r--r--gcc-4.8-filename-output.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/gcc-4.8-filename-output.patch b/gcc-4.8-filename-output.patch
index 6951eb239b77..7c2ee0aa5a58 100644
--- a/gcc-4.8-filename-output.patch
+++ b/gcc-4.8-filename-output.patch
@@ -1,17 +1,17 @@
---- gcc/c-family/c-opts.c (revision 200330)
-+++ gcc/c-family/c-opts.c (working copy)
-@@ -1338,10 +1338,14 @@ c_finish_options (void)
-
- /* Give CPP the next file given by -include, if any. */
+diff --git a/gcc/c-family/c-opts.c b/gcc/c-family/c-opts.c
+index 968b703..3f8e6e6 100644
+--- a/gcc/c-family/c-opts.c
++++ b/gcc/c-family/c-opts.c
+@@ -1438,6 +1438,12 @@ c_finish_options (void)
static void
push_command_line_include (void)
{
-+ // This can happen if disabled by -imacros for example.
++ /* This can happen if disabled by -imacros for example.
++ Punt so that we don't set "<command-line>" as the filename for
++ the header. */
+ if (include_cursor > deferred_count)
+ return;
+
if (!done_preinclude)
{
done_preinclude = true;
- if (flag_hosted && std_inc && !cpp_opts->preprocessed)
- {