[Bug target/57357] Error with '-mno-sse' and include wchar.h

2013-06-04 Thread thutt at vmware dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57357 --- Comment #9 from thutt at vmware dot com --- (In reply to Andrew Pinski from comment #8) > Since glibc controls the headers we (GCC) project cannot do anything. ??? >From your standpoint of having cpp produce different output, I understand you

[Bug target/57357] Error with '-mno-sse' and include wchar.h

2013-06-04 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57357 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/57357] Error with '-mno-sse' and include wchar.h

2013-06-04 Thread thutt at vmware dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57357 thutt at vmware dot com changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|I

[Bug target/57357] Error with '-mno-sse' and include wchar.h

2013-06-03 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57357 --- Comment #6 from Andrew Pinski --- (In reply to thutt from comment #5) > Is there simple explanation for the difference in behavior? Is the preprocessed source the same? I bet glibc enables some inline function at -O1.

[Bug target/57357] Error with '-mno-sse' and include wchar.h

2013-06-03 Thread thutt at vmware dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57357 --- Comment #5 from thutt at vmware dot com --- (In reply to Andrew Pinski from comment #3) > (In reply to thutt from comment #2) > > Can you please explain why it's invalid to return a double if SSE is > > disabled? > > SSE is an x86-specific hard

[Bug target/57357] Error with '-mno-sse' and include wchar.h

2013-05-21 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57357 --- Comment #4 from Marc Glisse --- Dup of PR 55185 which asks for the error to be delayed until the problematic function is really called?

[Bug target/57357] Error with '-mno-sse' and include wchar.h

2013-05-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57357 --- Comment #3 from Andrew Pinski --- (In reply to thutt from comment #2) > Can you please explain why it's invalid to return a double if SSE is > disabled? > SSE is an x86-specific hardware implementation and has nothing to do with > language val

[Bug target/57357] Error with '-mno-sse' and include wchar.h

2013-05-21 Thread thutt at vmware dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57357 --- Comment #2 from thutt at vmware dot com --- Can you please explain why it's invalid to return a double if SSE is disabled? SSE is an x86-specific hardware implementation and has nothing to do with language validity from my standpoint.

[Bug target/57357] Error with '-mno-sse' and include wchar.h

2013-05-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57357 Andrew Pinski changed: What|Removed |Added Target||x86_64-pc-linux-gnu Status|UN