[Bug bootstrap/62300] [5 Regression] internal compiler error: in as_a, at is-a.h:192

2014-08-29 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62300 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug bootstrap/62300] [5 Regression] internal compiler error: in as_a, at is-a.h:192

2014-08-28 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62300 --- Comment #1 from H.J. Lu hjl.tools at gmail dot com --- Created attachment 33413 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33413action=edit A testcase [x32@gnu-35 gcc]$ ./xgcc -B./ -S -fPIC -O2 /tmp/x.i -mx32

[Bug bootstrap/62300] [5 Regression] internal compiler error: in as_a, at is-a.h:192

2014-08-28 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62300 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug bootstrap/62300] [5 Regression] internal compiler error: in as_a, at is-a.h:192

2014-08-28 Thread dmalcolm at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62300 --- Comment #3 from Dave Malcolm dmalcolm at redhat dot com --- Created attachment 33414 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33414action=edit Candidate fix, only lightly tested so far

[Bug bootstrap/62300] [5 Regression] internal compiler error: in as_a, at is-a.h:192

2014-08-28 Thread dmalcolm at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62300 --- Comment #4 from Dave Malcolm dmalcolm at redhat dot com --- Sorry about this. The issue is here: 3042insn = as_a rtx_insn * ( 3043 gen_extend_insn (op0, t, promoted_nominal_mode, 3044

[Bug bootstrap/62300] [5 Regression] internal compiler error: in as_a, at is-a.h:192

2014-08-28 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62300 --- Comment #5 from dmalcolm at gcc dot gnu.org --- Author: dmalcolm Date: Fri Aug 29 03:12:01 2014 New Revision: 214714 URL: https://gcc.gnu.org/viewcvs?rev=214714root=gccview=rev Log: PR bootstrap/62300 * function.c

[Bug bootstrap/62300] [5 Regression] internal compiler error: in as_a, at is-a.h:192

2014-08-28 Thread dmalcolm at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62300 --- Comment #6 from Dave Malcolm dmalcolm at redhat dot com --- Fix committed as r214714.