[Bug c++/28879] [4.0/4.1/4.2 regression] ICE with variable-sized array in template function

2006-09-01 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28879

[Bug c++/28879] [4.0/4.1/4.2 regression] ICE with variable-sized array in template function

2006-08-28 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.0.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28879

[Bug c++/28879] [4.0/4.1/4.2 regression] ICE with variable-sized array in template function

2006-08-28 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-08-28 23:57 --- (In reply to comment #0) The following similar code snippet triggers an ICE since GCC 4.0.0: That one is related to PR 27210. Really these are two different bugs and should have been filed seperately. For that

[Bug c++/28879] [4.0/4.1/4.2 regression] ICE with variable-sized array in template function

2006-08-28 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-08-29 02:44 --- Actually the second case is because we call: 426 t = build_array_type (elt_type, index_type); #12 0x081e0cae in build_cplus_array_type_1 (elt_type=0xb7c62284, index_type=0xb7d055c0) at