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

2010-02-23 Thread hjl at gcc dot gnu dot org
--- Comment #5 from hjl at gcc dot gnu dot org 2010-02-23 17:04 --- Subject: Bug 43093 Author: hjl Date: Tue Feb 23 17:02:26 2010 New Revision: 157010 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=157010 Log: Backport testcases from mainline. 2010-02-23 H.J. Lu

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

2010-02-17 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43093

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

2010-02-17 Thread jason at gcc dot gnu dot org
--- Comment #3 from jason at gcc dot gnu dot org 2010-02-17 22:51 --- Subject: Bug 43093 Author: jason Date: Wed Feb 17 22:51:34 2010 New Revision: 156840 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=156840 Log: PR c++/43093 * cp-gimplify.c (cp_gimplify_expr)

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

2010-02-17 Thread jason at gcc dot gnu dot org
--- Comment #4 from jason at gcc dot gnu dot org 2010-02-17 22:57 --- Fixed. -- jason at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[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=19888action=view) Preprocessed nsSVGOuterSVGFrame.cpp Result of command $ i686-mingw32-g++ -mno-cygwin -o nsSVGOuterSVGFrame.o -c

[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 class) with

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

2010-02-16 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.5.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43093

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

2010-02-16 Thread jason at gcc dot gnu dot org
-- jason at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org |dot org