[Bug c++/20721] [3.4/4.0/4.1 Regression] crossing of a initialization left undetected on goto

2005-10-13 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2005-10-13 09:06 --- *** Bug 21491 has been marked as a duplicate of this bug. *** -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/20721] [3.4/4.0/4.1 Regression] crossing of a initialization left undetected on goto

2005-10-13 Thread cvs-commit at gcc dot gnu dot org
--- Comment #7 from cvs-commit at gcc dot gnu dot org 2005-10-13 23:59 --- Subject: Bug 20721 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED]2005-10-13 23:59:36 Modified files: gcc/cp : cp-tree.h decl.c

[Bug c++/20721] [3.4/4.0/4.1 Regression] crossing of a initialization left undetected on goto

2005-10-13 Thread cvs-commit at gcc dot gnu dot org
--- Comment #8 from cvs-commit at gcc dot gnu dot org 2005-10-14 00:00 --- Subject: Bug 20721 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED]2005-10-13 23:59:57 Modified files: gcc/cp : cp-tree.h decl.c ChangeLog

[Bug c++/20721] [3.4/4.0/4.1 Regression] crossing of a initialization left undetected on goto

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20721

[Bug c++/20721] [3.4/4.0/4.1 Regression] crossing of a initialization left undetected on goto

2005-07-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-22 21:13 --- Moving to 4.0.2 pre Mark. -- What|Removed |Added Target Milestone|3.4.5

[Bug c++/20721] [3.4/4.0/4.1 Regression] crossing of a initialization left undetected on goto

2005-05-19 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.4 |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20721

[Bug c++/20721] [3.4/4.0/4.1 Regression] crossing of a initialization left undetected on goto

2005-04-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-01 21:57 --- Reduced testcase for the accepts invalid, I will then reduce the ICE on the mainline soon (note you have some other invalid code in there): bool f(); void g(int i) { if (i) goto bad; bool a = f();

[Bug c++/20721] [3.4/4.0/4.1 Regression] crossing of a initialization left undetected on goto

2005-04-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-01 21:57 --- : Search converges between 2004-10-26-161001-trunk (#611) and 2004-11-03-014001-trunk (#612). : Search converges between 2004-10-28-004002-3.4 (#106) and 2004-11-01-004001-3.4 (#107). --