[Bug middle-end/48470] ICE in expand_expr_addr_expr_1 at expr.c:6835

2015-08-03 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48470 Jeffrey A. Law changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug middle-end/48470] ICE in expand_expr_addr_expr_1 at expr.c:6835

2015-08-03 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48470 --- Comment #4 from Jeffrey A. Law --- Author: law Date: Mon Aug 3 19:34:31 2015 New Revision: 226528 URL: https://gcc.gnu.org/viewcvs?rev=226528&root=gcc&view=rev Log: PR middle-end/64744 PR middle-end/48470 PR middle-e

[Bug middle-end/48470] ICE in expand_expr_addr_expr_1 at expr.c:6835

2011-07-26 Thread gcc.ourteddybear at xoxy dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48470 --- Comment #3 from Stephen Cleary 2011-07-26 15:56:40 UTC --- (In reply to comment #2) > The test case reduces to the following: > void __attribute__((naked)) f(void) > { > int x = 0; > g(&x); > } > It ICEs 4.4.5, 4.5.2, and 4.6.0, but n

[Bug middle-end/48470] ICE in expand_expr_addr_expr_1 at expr.c:6835

2011-04-06 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48470 --- Comment #2 from Mikael Pettersson 2011-04-06 19:48:25 UTC --- Created attachment 23903 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23903 reduced test case The test case reduces to the following: void __attribute__((naked)) f(void) {