[Bug target/40031] New: ARM broken with addresses in PHIs with -fPIC
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue May 5 19:13:00 GMT 2009
Testcase:
double c;
double d;
double *f(int a)
{
if(a) return &c;
return &d;
}
--
Summary: ARM broken with addresses in PHIs with -fPIC
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code, build
Severity: blocker
Priority: P3
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pinskia at gcc dot gnu dot org
GCC target triplet: arm-eabi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40031
More information about the Gcc-bugs
mailing list