[Bug c++/38698] [4.4 regression] ICE initializing union with initializer list

2009-01-06 Thread jakub at gcc dot gnu dot org
--- Comment #6 from jakub at gcc dot gnu dot org 2009-01-06 13:50 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|REOPENED

[Bug c++/38698] [4.4 regression] ICE initializing union with initializer list

2009-01-05 Thread jason at gcc dot gnu dot org
--- Comment #5 from jason at gcc dot gnu dot org 2009-01-06 03:27 --- Subject: Bug 38698 Author: jason Date: Tue Jan 6 03:27:39 2009 New Revision: 143111 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=143111 Log: PR c++/38698 * typeck2.c (process_init_constructo

[Bug c++/38698] [4.4 regression] ICE initializing union with initializer list

2009-01-05 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38698

[Bug c++/38698] [4.4 regression] ICE initializing union with initializer list

2009-01-04 Thread reichelt at gcc dot gnu dot org
--- Comment #4 from reichelt at gcc dot gnu dot org 2009-01-04 21:37 --- Jason, the fix is unfortunately incomplete, because the following testcase still crashes: = union U {}; U u({ 1 }); = bug.cc:3: internal compiler error: in process_init_constructo

[Bug c++/38698] [4.4 regression] ICE initializing union with initializer list

2009-01-02 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2009-01-03 00:57 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c++/38698] [4.4 regression] ICE initializing union with initializer list

2009-01-02 Thread jason at gcc dot gnu dot org
--- Comment #2 from jason at gcc dot gnu dot org 2009-01-03 00:21 --- Subject: Bug 38698 Author: jason Date: Sat Jan 3 00:19:55 2009 New Revision: 143024 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=143024 Log: PR c++/38698 * typeck2.c (process_init_constructo

[Bug c++/38698] [4.4 regression] ICE initializing union with initializer list

2009-01-02 Thread jason at gcc dot gnu dot org
-- jason at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org |dot org

[Bug c++/38698] [4.4 regression] ICE initializing union with initializer list

2009-01-02 Thread paolo dot carlini at oracle dot com
--- Comment #1 from paolo dot carlini at oracle dot com 2009-01-02 15:31 --- And again... -- paolo dot carlini at oracle dot com changed: What|Removed |Added

[Bug c++/38698] [4.4 regression] ICE initializing union with initializer list

2009-01-02 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38698