This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug lto/58502] ICE with attribute(target) and -flto


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58502

--- Comment #1 from Volker Reichelt <reichelt at gcc dot gnu.org> ---
Well, the above code snippet only fails on trunk (GCC 4.9.0), but the testcase
below fails since GCC 4.8.0:

====================================================
int foo();
int foo() __attribute__((target("default")));
int foo() __attribute__((target("arch=core2")));

int i = foo();
====================================================


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]