aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2013-11-07 13:53:59 +0800
committerAndrew Hsieh <andrewhsieh@google.com>2013-11-07 13:53:59 +0800
commit6914eb3758e3c3db5f50f89da12193c22a0531c4 (patch)
treeb386935354225dd1a8a20de87a737c10b9c35804 /gcc-4.8
parent325a57a9cceb570741de8b68c40f4a72136cc35d (diff)
downloadtoolchain_gcc-6914eb3758e3c3db5f50f89da12193c22a0531c4.tar.gz
toolchain_gcc-6914eb3758e3c3db5f50f89da12193c22a0531c4.tar.bz2
toolchain_gcc-6914eb3758e3c3db5f50f89da12193c22a0531c4.zip
Fix GCC 4.8 ICE in cc1/cc1plus with -fuse-ld=mcld
Error message reads: cc1: internal compiler error: in common_handle_option, at opts.c:1774 Change-Id: I9a6e42811f0ec83d3a6c05a8bb9b1ec0e5a7144a
Diffstat (limited to 'gcc-4.8')
-rw-r--r--gcc-4.8/gcc/opts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc-4.8/gcc/opts.c b/gcc-4.8/gcc/opts.c
index 7ae1e0050..7d95cc102 100644
--- a/gcc-4.8/gcc/opts.c
+++ b/gcc-4.8/gcc/opts.c
@@ -1760,6 +1760,7 @@ common_handle_option (struct gcc_options *opts,
case OPT_fuse_ld_bfd:
case OPT_fuse_ld_gold:
+ case OPT_fuse_ld_mcld:
case OPT_fuse_linker_plugin:
/* No-op. Used by the driver and passed to us because it starts with f.*/
break;