[Bug c++/9381] attribute on member function pointer have no effect

2009-10-09 Thread jacek at codeweavers dot com
--- Comment #12 from jacek at codeweavers dot com 2009-10-09 13:24 --- (In reply to comment #6) > Not a regression any more. It is a regression now. It worked in 3.4 and doesn't work in 4.x. That's why I'm still using GCC 3.4.6. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9381

[Bug c/58287] New: internal compiler error: in c_builtin_function_ext_scope

2013-08-31 Thread jacek at codeweavers dot com
Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: jacek at codeweavers dot com This is with trunk version. I found it during mingw-w64-crt compilation, but my simplified test case crashes x86_64-unknown-linux-gnu as well. The test case is as trivial

[Bug c/58287] [4.9 regression] internal compiler error: in c_builtin_function_ext_scope

2013-08-31 Thread jacek at codeweavers dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58287 Jacek Caban changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/57848] internal compiler error on builtin and '#pragma GCC target()' option

2013-08-31 Thread jacek at codeweavers dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57848 Jacek Caban changed: What|Removed |Added CC||jacek at codeweavers dot com --- Comment

[Bug target/57848] internal compiler error on builtin and '#pragma GCC target()' option

2013-09-11 Thread jacek at codeweavers dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57848 --- Comment #13 from Jacek Caban --- Yes, it helps. Thanks.

[Bug target/57848] internal compiler error on builtin and '#pragma GCC target()' option

2013-09-12 Thread jacek at codeweavers dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57848 --- Comment #17 from Jacek Caban --- (In reply to Dongsheng Song from comment #14) > Created attachment 30804 [details] > 32 bit gcc 4.9 build errors This has to be fixed in mingw-w64-headers. I will attach a draft of the patch for testing.

[Bug target/57848] internal compiler error on builtin and '#pragma GCC target()' option

2013-09-12 Thread jacek at codeweavers dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57848 --- Comment #18 from Jacek Caban --- Created attachment 30806 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30806&action=edit mingw-w64-headers intrins fix

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

2013-09-20 Thread jacek at codeweavers dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56038 Jacek Caban changed: What|Removed |Added CC||jacek at codeweavers dot com --- Comment

[Bug c++/79582] New: Wrong mangled name for stdcall functions with templated arguments when referenced directly from vtbl.

2017-02-17 Thread jacek at codeweavers dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: jacek at codeweavers dot com Target Milestone: --- Created attachment 40764 --> https://gcc.gnu.org/bugzilla/attachment.cgi

[Bug c++/79582] Wrong mangled name for stdcall functions with templated arguments when referenced directly from vtbl.

2017-02-17 Thread jacek at codeweavers dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79582 --- Comment #1 from Jacek Caban --- Created attachment 40765 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40765&action=edit multifile test case

[Bug c++/43031] New: [regression] internal compiler error: verify_gimple failed after non-trivial conversion error when crosscompiling Firefox

2010-02-11 Thread jacek at codeweavers dot com
Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jacek at codeweavers dot com GCC host triplet: x86_64-pc-linux-gnu GCC target triplet: i686-mingw32 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43031

[Bug c++/43031] [regression] internal compiler error: verify_gimple failed after non-trivial conversion error when crosscompiling Firefox

2010-02-11 Thread jacek at codeweavers dot com
--- Comment #1 from jacek at codeweavers dot com 2010-02-11 13:08 --- Created an attachment (id=19842) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19842&action=view) Preprocessed nsDOMWorkerXHRProxy.cpp Result of command i686-mingw32-g++ -mno-cygwin -o nsDOMWorkerXHRPro

[Bug c++/43031] [4.5 Regression] internal compiler error: verify_gimple failed after non-trivial conversion error when crosscompiling Firefox

2010-02-16 Thread jacek at codeweavers dot com
--- Comment #7 from jacek at codeweavers dot com 2010-02-16 13:35 --- I've confirmed that it's fixed for Mozilla code. Thank you! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43031

[Bug c++/43093] New: [4.5 Regression] internal compiler error: Segmentation fault when compiling Firefox

2010-02-16 Thread jacek at codeweavers dot com
Summary: [4.5 Regression] internal compiler error: Segmentation fault when compiling Firefox Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot g

[Bug c++/43093] [4.5 Regression] internal compiler error: Segmentation fault when compiling Firefox

2010-02-16 Thread jacek at codeweavers dot com
--- Comment #1 from jacek at codeweavers dot com 2010-02-16 13:45 --- Created an attachment (id=19888) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19888&action=view) Preprocessed nsSVGOuterSVGFrame.cpp Result of command $ i686-mingw32-g++ -mno-cygwin -o nsSVGOuterSVGFra

[Bug c++/43093] [4.5 Regression] internal compiler error: Segmentation fault when compiling Firefox

2010-02-16 Thread jacek at codeweavers dot com
--- Comment #2 from jacek at codeweavers dot com 2010-02-16 14:38 --- Here is simplified test: struct S { int x; S(const S &s) {} }; S __attribute__((__stdcall__)) getS(); void test() { S s = getS(); } It seems like calling stdcall function that returns a struct (or c

[Bug target/51726] LTO and attribute 'selectany'

2015-05-21 Thread jacek at codeweavers dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51726 Jacek Caban changed: What|Removed |Added CC||jacek at codeweavers dot com --- Comment

[Bug c++/60474] New: [regression] Crash in tree_class_check

2014-03-09 Thread jacek at codeweavers dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: jacek at codeweavers dot com Created attachment 32317 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32317&action=edit test case Compiling Mozilla sources with current GCC trunk causes ICE. I'm attaching a simplified

[Bug target/64384] mingw-w64: stdcall function returning an aggregate is incompatible with MS ABI

2014-12-23 Thread jacek at codeweavers dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64384 Jacek Caban changed: What|Removed |Added CC||jacek at codeweavers dot com --- Comment

[Bug target/46468] enabling -fomit-frame-pointer by default breaks Wine

2011-07-29 Thread jacek at codeweavers dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46468 Jacek Caban changed: What|Removed |Added CC||jacek at codeweavers dot