[Bug c++/34397] [4.3 regression] ICE on invalid default template parameter

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #29 from rguenth at gcc dot gnu dot org 2009-04-22 15:30 --- WONTFIX for 4.3. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Stat

[Bug c++/34397] [4.3 regression] ICE on invalid default template parameter

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #28 from jsm28 at gcc dot gnu dot org 2009-03-31 20:14 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary

[Bug c++/34397] [4.3 regression] ICE on invalid default template parameter

2007-12-26 Thread ubizjak at gmail dot com
--- Comment #12 from ubizjak at gmail dot com 2007-12-26 10:08 --- Also confirmed on x86_64-pc-linux-gnu: Program received signal SIGSEGV, Segmentation fault. find_parameter_packs_r (tp=0x2dfef5e0, walk_subtrees=0x7fff62fefdec, data=0x7fff62ff0050) at ../../gcc-svn/trunk/gcc/cp

[Bug c++/34397] [4.3 regression] ICE on invalid default template parameter

2007-12-25 Thread ismail at pardus dot org dot tr
--- Comment #11 from ismail at pardus dot org dot tr 2007-12-26 05:19 --- Can confirm on i686 linux: [~]> g++ test.cpp test.cpp:3: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for i

[Bug c++/34397] [4.3 regression] ICE on invalid default template parameter

2007-12-25 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2007-12-26 01:38 --- I still cannot reproduce this. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/34397] [4.3 regression] ICE on invalid default template parameter

2007-12-12 Thread reichelt at gcc dot gnu dot org
--- Comment #9 from reichelt at gcc dot gnu dot org 2007-12-12 08:11 --- > Are you sure you don't have a modified compiler? Pretty sure. I bootstrapped a really clean one ("svn diff --no-ignore" showed nothing) last night on i686-pc-linux-gnu. It still shows the segfault. The x86_64-u

[Bug c++/34397] [4.3 regression] ICE on invalid default template parameter

2007-12-11 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2007-12-11 19:17 --- It also works for me with: GNU C++ (GCC) version 4.3.0 20071205 (experimental) [trunk revision 130629] (spu-elf) Are you sure you don't have a modified compiler? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=

[Bug c++/34397] [4.3 regression] ICE on invalid default template parameter

2007-12-11 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2007-12-11 09:51 --- It works for me on "i386-apple-darwin8.10.1" with: GNU C++ (GCC) version 4.3.0 20071209 (experimental) [trunk revision 130717] (i386-apple-darwin8.10.1) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34397

[Bug c++/34397] [4.3 regression] ICE on invalid default template parameter

2007-12-11 Thread reichelt at gcc dot gnu dot org
--- Comment #6 from reichelt at gcc dot gnu dot org 2007-12-11 08:03 --- Also crashes on x86_64-unknown-linux-gnu. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34397

[Bug c++/34397] [4.3 regression] ICE on invalid default template parameter

2007-12-10 Thread reichelt at gcc dot gnu dot org
--- Comment #5 from reichelt at gcc dot gnu dot org 2007-12-10 22:17 --- > What target is this on? i686-pc-linux-gnu. I can see the ICE since at least 2007-05-13 on mainline (I don't have any older mainline versions around). -- reichelt at gcc dot gnu dot org changed:

[Bug c++/34397] [4.3 regression] ICE on invalid default template parameter

2007-12-09 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2007-12-09 11:07 --- What target is this on? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/34397] [4.3 regression] ICE on invalid default template parameter

2007-12-08 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.3.0 |--- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34397

[Bug c++/34397] [4.3 regression] ICE on invalid default template parameter

2007-12-08 Thread reichelt at gcc dot gnu dot org
--- Comment #3 from reichelt at gcc dot gnu dot org 2007-12-08 23:01 --- Well, I'm using the version from 2007-12-06, and since then nothing C++ related has been checked in. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/34397] [4.3 regression] ICE on invalid default template parameter

2007-12-08 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-12-08 22:53 --- If I add: A a; The code is rejected: t.cc:7: error: subscripted value is neither array nor pointer t.cc:7: error: template argument 2 is invalid t.cc:7: error: invalid type in declaration before ';' token -- ht

[Bug c++/34397] [4.3 regression] ICE on invalid default template parameter

2007-12-08 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-12-08 22:52 --- I don't get an ICE with the trunk as of today: Sat Dec 8 19:47:21 UTC 2007 (revision 130710) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34397