[Bug c++/18672] [4.0 Regression] Segfault with simple template code

2004-12-08 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-12-08 08:48 --- Subject: Bug 18672 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-12-08 08:48:01 Modified files: gcc: ChangeLog gimplify.c gcc/tes

[Bug c++/18672] [4.0 Regression] Segfault with simple template code

2004-12-08 Thread nathan at gcc dot gnu dot org
--- Additional Comments From nathan at gcc dot gnu dot org 2004-12-08 08:45 --- PR c++/18672 * gimplify.c (canonicalize_addr_expr): Cope with array of incomplete type. (gimplify_conversion): Remove redundant checks. -- What|Removed

[Bug c++/18672] [4.0 Regression] Segfault with simple template code

2004-12-04 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-05 02:58 --- Patch here: . -- What|Removed |Added

[Bug c++/18672] [4.0 Regression] Segfault with simple template code

2004-11-30 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-11-30 13:50 --- More compact testcase: == template struct A {}; struct B { static A<0> a[1]; A<0>* foo() { return a; } }; == -- What

[Bug c++/18672] [4.0 Regression] Segfault with simple template code

2004-11-29 Thread nathan at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |nathan at gcc dot gnu dot |dot org |org Status|NEW

[Bug c++/18672] [4.0 Regression] Segfault with simple template code

2004-11-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-25 15:08 --- The class/template A<1> is not being layouted. -- What|Removed |Added CC|

[Bug c++/18672] [4.0 Regression] Segfault with simple template code

2004-11-25 Thread giovannibajo at libero dot it
-- What|Removed |Added Severity|normal |critical Keywords||ice-on-valid-code Known to fail|

[Bug c++/18672] [4.0 Regression] Segfault with simple template code

2004-11-25 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2004-11-25 13:47 --- Program received signal SIGSEGV, Segmentation fault. 0x081c56d9 in gimplify_expr (expr_p=0xf6f81884, pre_p=0xfef06504, post_p=0xfef06430, gimple_test_f=0x81bfc50 , fallback=fb_rvalue) at ../../gcc/gcc

[Bug c++/18672] [4.0 Regression] Segfault with simple template code

2004-11-25 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2004-11-25 13:44 --- Confirmed. : Search converges between 2004-06-20-trunk (#469) and 2004-06-22-trunk (#470). -- What|Removed |Added ---