https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48470
Jeffrey A. Law changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
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
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
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)
{