--- Comment #9 from hjl at gcc dot gnu dot org 2009-12-11 23:38 ---
Subject: Bug 42251
Author: hjl
Date: Fri Dec 11 23:36:24 2009
New Revision: 155184
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155184
Log:
Backport testcases from trunk.
2009-12-11 H.J. Lu
Backpo
--- Comment #8 from dodji at gcc dot gnu dot org 2009-12-11 12:27 ---
Fixed in 4.5
--
dodji at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNE
--- Comment #7 from dodji at gcc dot gnu dot org 2009-12-11 12:25 ---
Subject: Bug 42251
Author: dodji
Date: Fri Dec 11 12:25:19 2009
New Revision: 155159
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155159
Log:
Fix PR c++/42251
gcc/cp/ChangeLog:
PR c++/42251
--- Comment #6 from dodji at gcc dot gnu dot org 2009-12-08 15:52 ---
Patch submitted to http://gcc.gnu.org/ml/gcc-patches/2009-12/msg00438.html
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42251
--- Comment #5 from dodji at gcc dot gnu dot org 2009-12-08 14:45 ---
Created an attachment (id=19262)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19262&action=view)
Candidate patch
I am testing this patch currently.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42251
--- Comment #4 from dodji at gcc dot gnu dot org 2009-12-08 14:44 ---
A shorter reproducer is:
struct foo
{
static const bool b = false;
};
template
struct S1
{
};
template
struct S2
: S1
{
};
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42251
--
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 #3 from paolo dot carlini at oracle dot com 2009-12-06 19:35
---
Let's CC Dodji...
--
paolo dot carlini at oracle dot com changed:
What|Removed |Added
--- Comment #2 from rwgk at yahoo dot com 2009-12-06 19:18 ---
With a binary search in the svn history I found that the change below lead to
the regression.
I believe it is a major problem. Could someone confirm it?
I think it should be a P1.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Keywords||rejects-valid
Summary|failure detecting constant |[4.5 Re
10 matches
Mail list logo