[Bug c++/17554] [4.0 Regression] crashes in on kopete build (KDE's kdenetwork)

2005-10-15 Thread gcc-bugzilla at gcc dot gnu dot org
--- Comment #17 from pinskia at gcc dot gnu dot org 2004-10-11 03:42 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNE

[Bug c++/17554] [4.0 Regression] crashes in on kopete build (KDE's kdenetwork)

2004-10-10 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-10-11 03:42 --- Subject: Bug 17554 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-10-11 03:42:09 Modified files: gcc: ChangeLog fold-const.c tree.h

[Bug c++/17554] [4.0 Regression] crashes in on kopete build (KDE's kdenetwork)

2004-10-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-10-11 03:42 --- Subject: Bug 17554 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-10-11 03:42:09 Modified files: gcc: ChangeLog fold-const.c tree.h

[Bug c++/17554] [4.0 Regression] crashes in on kopete build (KDE's kdenetwork)

2004-10-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-09 18:23 --- Newest patch here: . -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17554 --- You are receiving this mail because: --- You are on the CC

[Bug c++/17554] [4.0 Regression] crashes in on kopete build (KDE's kdenetwork)

2004-10-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-07 14:16 --- Newest patch: . -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17554 --- You are receiving this mail because: --- You are on the CC list

[Bug c++/17554] [4.0 Regression] crashes in on kopete build (KDE's kdenetwork)

2004-10-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-06 23:21 --- New patch here: . -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17554 --- You are receiving this mail because: --- You are on the CC lis

[Bug c++/17554] [4.0 Regression] crashes in on kopete build (KDE's kdenetwork)

2004-10-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-05 14:49 --- Patch here: . -- What|Removed |Added

[Bug c++/17554] [4.0 Regression] crashes in on kopete build (KDE's kdenetwork)

2004-10-04 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-05 04:20 --- Maybe a patch here: , I wanted to know if it was even the right approach. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17554 --- You are

[Bug c++/17554] [4.0 Regression] crashes in on kopete build (KDE's kdenetwork)

2004-10-04 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||pinskia at gcc dot gnu dot ||org http://gcc.gnu.org/bugzilla/sh

[Bug c++/17554] [4.0 Regression] crashes in on kopete build (KDE's kdenetwork)

2004-09-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-09-28 16:09 --- *** Bug 17714 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/17554] [4.0 Regression] crashes in on kopete build (KDE's kdenetwork)

2004-09-25 Thread mueller at kde dot org
-- What|Removed |Added CC||mueller at kde dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17554 --- You are receiving this mail

[Bug c++/17554] [4.0 Regression] crashes in on kopete build (KDE's kdenetwork)

2004-09-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-09-24 17:33 --- *** Bug 17661 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/17554] [4.0 Regression] crashes in on kopete build (KDE's kdenetwork)

2004-09-22 Thread gj at pointblue dot com dot pl
--- Additional Comments From gj at pointblue dot com dot pl 2004-09-22 10:45 --- *** Bug 17604 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17554 --- You are receiving this mail because: --- You are on the CC list for the bug

[Bug c++/17554] [4.0 Regression] crashes in on kopete build (KDE's kdenetwork)

2004-09-19 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-09-20 03:30 --- Here is the full tree dump (having the two constructors of A being empty otherwise we don't get the dump as it is STATEMENT_LIST which we should be dumping): <<< Unknown tree: for_stmt <>> >>> >>>

[Bug c++/17554] [4.0 Regression] crashes in on kopete build (KDE's kdenetwork)

2004-09-19 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-09-20 03:21 --- Hmm, this seems wrong: &TARGET_EXPR >> > -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17554 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching s

[Bug c++/17554] [4.0 Regression] crashes in on kopete build (KDE's kdenetwork)

2004-09-19 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-09-20 02:45 --- Here's something smaller: === struct A { int i; A(); A(const A&); }; void bar() { A a; for ( ;; a=A() ) ; } === --

[Bug c++/17554] [4.0 Regression] crashes in on kopete build (KDE's kdenetwork)

2004-09-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-09-18 15:53 --- Confirmed, here is the reduced testcase (someone can most likely reduce this a little more): struct FieldListIterator { struct t {struct t *next; }; t *node; FieldListIterator(); FieldListIter

[Bug c++/17554] [4.0 Regression] crashes in on kopete build (KDE's kdenetwork)

2004-09-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-09-18 15:17 --- I can confirm this, I started to reduce this, I have it done to about 9000 lines. -- What|Removed |Added