From e191a289464c21aafe7478065ea7ed3ddda0766f Mon Sep 17 00:00:00 2001 From: root Date: Sat, 3 Aug 2013 02:14:34 -0700 Subject: Sat Aug 3 02:13:05 PDT 2013 --- core/gcc/gcc-4.8-filename-output.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 core/gcc/gcc-4.8-filename-output.patch (limited to 'core/gcc/gcc-4.8-filename-output.patch') diff --git a/core/gcc/gcc-4.8-filename-output.patch b/core/gcc/gcc-4.8-filename-output.patch new file mode 100644 index 000000000..6951eb239 --- /dev/null +++ b/core/gcc/gcc-4.8-filename-output.patch @@ -0,0 +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. */ + static void + push_command_line_include (void) + { ++ // This can happen if disabled by -imacros for example. ++ if (include_cursor > deferred_count) ++ return; ++ + if (!done_preinclude) + { + done_preinclude = true; + if (flag_hosted && std_inc && !cpp_opts->preprocessed) + { -- cgit v1.2.3-54-g00ecf