[Bug c++/56038] declarations in xmmintrin.h conflict with mingw-w64 intrin.h in c++ mode

2013-03-25 Thread net147 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56038 --- Comment #4 from Jonathan Liu 2013-03-25 10:38:33 UTC --- Created attachment 29719 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29719 Add extern "C" modifier in intrinsics headers for C++

[Bug c++/56038] declarations in xmmintrin.h conflict with mingw-w64 intrin.h in c++ mode

2013-03-24 Thread net147 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56038 --- Comment #2 from Jonathan Liu 2013-03-25 04:12:41 UTC --- I can reproduce this with MinGW-w64 GCC 4.8.0 x86 DW2/SJLJ. It does not occur with MinGW-w64 GCC 4.8.0 x86_64 SEH/SJLJ.

[Bug c++/54988] fpmath=sse target pragma causes inlining failure because of target specific option mismatch

2013-01-15 Thread net147 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54988 Jonathan Liu changed: What|Removed |Added CC||net147 at gmail dot com

[Bug c++/55898] Can't obtain stack trace

2013-01-11 Thread net147 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55898 --- Comment #4 from Jonathan Liu 2013-01-11 10:20:15 UTC --- It works if I compile the test case with -fno-exceptions.

[Bug c++/55898] New: Can't obtain stack trace

2013-01-07 Thread net147 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55898 Bug #: 55898 Summary: Can't obtain stack trace Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: major Priority: P3

[Bug preprocessor/55256] New: Out of memory preprocessing nested tgmath.h functions

2012-11-09 Thread net147 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55256 Bug #: 55256 Summary: Out of memory preprocessing nested tgmath.h functions Classification: Unclassified Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: nor

[Bug middle-end/34212] spurious warning: value computed is not used

2012-03-16 Thread net147 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34212 --- Comment #14 from Jonathan Liu 2012-03-16 13:38:18 UTC --- Created attachment 26903 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26903 Test case This test case gives a spurious 'warning: value computed is not used [-Wunused-value]' mes

[Bug c/40803] Optimization generates bad assembly causing compile to fail

2009-07-19 Thread net147 at gmail dot com
--- Comment #2 from net147 at gmail dot com 2009-07-19 08:22 --- Created an attachment (id=18226) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18226&action=view) Assembly output $ gcc -Wp,-MD,drivers/staging/meilhaus/.memain.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-

[Bug c/40803] Optimization generates bad assembly causing compile to fail

2009-07-19 Thread net147 at gmail dot com
--- Comment #1 from net147 at gmail dot com 2009-07-19 08:21 --- Created an attachment (id=18225) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18225&action=view) Preprocessed output $ gcc -Wp,-MD,drivers/staging/meilhaus/.memain.o.d -nostdinc -isystem /usr/lib/gcc

[Bug c/40803] New: Optimization generates bad assembly causing compile to fail

2009-07-19 Thread net147 at gmail dot com
Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: blocker Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: net147 at gmail dot com GCC build triplet: x86_64-unknown-linux-gnu GCC host tr