[Bug c++/31498] [4.1 Regression] ICE with vector initializer in template

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2008-07-04 16:04 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/31498] [4.1 Regression] ICE with vector initializer in template

2008-05-28 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2008-05-29 00:36 --- Index: pt.c === --- pt.c(revision 2500) +++ pt.c(working copy) @@ -12464,6 +12464,20 @@ value_dependent_expression_p (tree expre

[Bug c++/31498] [4.1 Regression] ICE with vector initializer in template

2007-12-27 Thread reichelt at gcc dot gnu dot org
--- Comment #5 from reichelt at gcc dot gnu dot org 2007-12-27 17:10 --- Confirmed. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added CC|

[Bug c++/31498] [4.1 Regression] ICE with vector initializer in template

2007-04-27 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2007-04-27 17:23 --- Yeah, this is fixed by the PR31038 patch and that patch fixes this even on gcc-4_1-branch. But the original PR31038 testcase still ICEs on 4.1 even with PR31038 patch. --

[Bug c++/31498] [4.1 Regression] ICE with vector initializer in template

2007-04-23 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2007-04-23 23:28 --- A regression hunt on powerpc-linux for mainline shows that it was fixed by this patch: http://gcc.gnu.org/viewcvs?view=revrev=122829 r122829 | mmitchel | 2007-03-12 00:26:39 + (Mon, 12 Mar 2007) That

[Bug c++/31498] [4.1 Regression] ICE with vector initializer in template

2007-04-20 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-04-20 20:30 --- I was testing at the time 4.3.0 20070306 and I tested with yesterday's trunk and it passes. It also works on the 4.2 branch as of 4.2.0 20070415. -- pinskia at gcc dot gnu dot org changed: What