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 middle-end/55185] Error generated on extern inline function which isn't called


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

--- Comment #1 from DaBler <dabler at gmail dot com> 2012-12-04 20:55:17 UTC ---
I have same problem here:

$  gcc -O3 -mno-sse -xc - <<END
> #include <stdlib.h>
> int main(){return 0;}
> END
In file included from <stdin>:1:0:
/usr/include/stdlib.h: In function âatofâ:
/usr/include/stdlib.h:280:1: error: SSE register return with SSE disabled


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