--- 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
--- 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
-
--- 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
--
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
--- 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
--- 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
---
--- 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
--- 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
---
--- 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
--- 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
10 matches
Mail list logo