summarylogtreecommitdiffstats
path: root/gcc-4.8-filename-output.patch
diff options
context:
space:
mode:
authorFelix Schindler2015-09-02 14:29:14 +0200
committerFelix Schindler2015-09-02 14:38:51 +0200
commit1d968603d4c032947cd72471885f2774b34ce489 (patch)
treeb19a83efd6f1b3082ec04d8539eb5f5bda2c393e /gcc-4.8-filename-output.patch
parentd6c1e9ab18bccca006a5107a6db2b1d25c8a613a (diff)
downloadaur-1d968603d4c032947cd72471885f2774b34ce489.tar.gz
* update to 4.8.5
* drop patch (is included by now) * drop dead symlink
Diffstat (limited to 'gcc-4.8-filename-output.patch')
-rw-r--r--gcc-4.8-filename-output.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/gcc-4.8-filename-output.patch b/gcc-4.8-filename-output.patch
deleted file mode 100644
index 6951eb239b77..000000000000
--- a/gcc-4.8-filename-output.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- 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)
- {