[Bug tree-optimization/22543] ICE: verify_ssa failed with -ftree-vectorize

2005-07-18 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-07-19 00:51 --- Reduced testcase: === struct A { int i, j; A() : i(), j() {} ~A() {} operator int() { return 0; } }; struct B { A foo() const { return A(); } }; struct X { ~X(

[Bug tree-optimization/22543] ICE: verify_ssa failed with -ftree-vectorize

2005-07-18 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||pinskia at gcc dot gnu dot ||org GCC build triplet|x86_64-unkno

[Bug tree-optimization/22543] ICE: verify_ssa failed with -ftree-vectorize

2005-07-18 Thread micis at gmx dot de
--- Additional Comments From micis at gmx dot de 2005-07-18 10:45 --- This ICE is new, the snapshot from last week is working -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22543

[Bug tree-optimization/22543] ICE: verify_ssa failed with -ftree-vectorize

2005-07-18 Thread micis at gmx dot de
--- Additional Comments From micis at gmx dot de 2005-07-18 10:44 --- Created an attachment (id=9300) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9300&action=view) preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22543