[Bug c++/43375] [4.5 Regression] ICE during compiling SSE code

2010-03-25 Thread hjl at gcc dot gnu dot org
--- Comment #9 from hjl at gcc dot gnu dot org 2010-03-25 16:40 --- Subject: Bug 43375 Author: hjl Date: Thu Mar 25 16:39:51 2010 New Revision: 157726 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157726 Log: Backport regression testcases from mainline. 2010-03-25 H.J. Lu

[Bug c++/43375] [4.5 Regression] ICE during compiling SSE code

2010-03-20 Thread burnus at gcc dot gnu dot org
--- Comment #8 from burnus at gcc dot gnu dot org 2010-03-20 09:52 --- (In reply to comment #7) > Fixed in 4.5 But not marked as FIXED. I did so now, I hope that's OK. -- burnus at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/43375] [4.5 Regression] ICE during compiling SSE code

2010-03-20 Thread dodji at gcc dot gnu dot org
--- Comment #7 from dodji at gcc dot gnu dot org 2010-03-20 08:56 --- Fixed in 4.5 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43375

[Bug c++/43375] [4.5 Regression] ICE during compiling SSE code

2010-03-20 Thread dodji at gcc dot gnu dot org
-- dodji at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |dodji at gcc dot gnu dot org |dot org

[Bug c++/43375] [4.5 Regression] ICE during compiling SSE code

2010-03-20 Thread dodji at gcc dot gnu dot org
--- Comment #6 from dodji at gcc dot gnu dot org 2010-03-20 08:55 --- Subject: Bug 43375 Author: dodji Date: Sat Mar 20 08:55:32 2010 New Revision: 157590 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157590 Log: Fix for PR c++/43375 gcc/cp/ChangeLog: PR c++/43375

[Bug c++/43375] [4.5 Regression] ICE during compiling SSE code

2010-03-16 Thread hjl dot tools at gmail dot com
--- Comment #5 from hjl dot tools at gmail dot com 2010-03-16 13:57 --- A patch is posted at http://gcc.gnu.org/ml/gcc-patches/2010-03/msg00669.html -- hjl dot tools at gmail dot com changed: What|Removed |Added ---

[Bug c++/43375] [4.5 Regression] ICE during compiling SSE code

2010-03-16 Thread hjl dot tools at gmail dot com
--- Comment #4 from hjl dot tools at gmail dot com 2010-03-16 13:21 --- A small tectcase; -- typedef float __v4sf __attribute__ ((__vector_size__ (16))); typedef int __v4si __attribute__ ((__vector_size__ (16))); __v4sf my_asin(__v4sf x) { static const __v4si g_Mask{ 0x7fff, 0x000

[Bug c++/43375] [4.5 Regression] ICE during compiling SSE code

2010-03-15 Thread hjl dot tools at gmail dot com
--- Comment #3 from hjl dot tools at gmail dot com 2010-03-15 14:52 --- It is caused by revision 157203: http://gcc.gnu.org/ml/gcc-cvs/2010-03/msg00075.html -- hjl dot tools at gmail dot com changed: What|Removed |Added ---

[Bug c++/43375] [4.5 Regression] ICE during compiling SSE code

2010-03-15 Thread piotr dot wyderski at gmail dot com
--- Comment #2 from piotr dot wyderski at gmail dot com 2010-03-15 12:20 --- (In reply to comment #1) It's a fairly recent regression: the snapshot 20100218 compiled it without problems. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43375

[Bug c++/43375] [4.5 Regression] ICE during compiling SSE code

2010-03-15 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2010-03-15 11:00 --- Confirmed. Program received signal SIGSEGV, Segmentation fault. 0x006b2ae8 in make_alias_for (target=0x7599ddc0, newid=0x758d3a50) at /space/rguenther/src/svn/trunk/gcc/cp/method.c:224 224