[Bug c++/31749] [4.1/4.2/4.3 regression] ICE with invalid redeclaration of builtin

2007-08-18 Thread aaw at gcc dot gnu dot org
--- Comment #9 from aaw at gcc dot gnu dot org 2007-08-18 06:26 --- Fixed by change 127600. -- aaw at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/31749] [4.1/4.2/4.3 regression] ICE with invalid redeclaration of builtin

2007-08-17 Thread aaw at gcc dot gnu dot org
--- Comment #8 from aaw at gcc dot gnu dot org 2007-08-17 21:42 --- Subject: Bug 31749 Author: aaw Date: Fri Aug 17 21:42:38 2007 New Revision: 127600 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=127600 Log: PR c++/31749 gcc/cp/ * name-lookup.c

[Bug c++/31749] [4.1/4.2/4.3 regression] ICE with invalid redeclaration of builtin

2007-08-07 Thread patchapp at dberlin dot org
--- Comment #7 from patchapp at dberlin dot org 2007-08-07 19:15 --- Subject: Bug number PR c++/31749 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-08/msg00452.html --

[Bug c++/31749] [4.1/4.2/4.3 regression] ICE with invalid redeclaration of builtin

2007-08-06 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2007-08-06 15:12 --- I no longer get a segfault for the trunk for the first testcase. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31749

[Bug c++/31749] [4.1/4.2/4.3 regression] ICE with invalid redeclaration of builtin

2007-08-06 Thread aaw at gcc dot gnu dot org
--- Comment #5 from aaw at gcc dot gnu dot org 2007-08-06 21:24 --- No segfault, but it does give an is already declared in this scope error. Contrary to the claim in the initial bug submission, this is valid code. From paragraph 10, section 7.3.3 of the C++ standard: Since a

[Bug c++/31749] [4.1/4.2/4.3 regression] ICE with invalid redeclaration of builtin

2007-08-06 Thread aaw at gcc dot gnu dot org
--- Comment #6 from aaw at gcc dot gnu dot org 2007-08-06 23:17 --- Created an attachment (id=14030) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14030action=view) Fix for PR 31749. This patches fixes this PR and includes some ambiguous decl cleanup as well. Submission pending

[Bug c++/31749] [4.1/4.2/4.3 regression] ICE with invalid redeclaration of builtin

2007-05-22 Thread aaw at gcc dot gnu dot org
--- Comment #3 from aaw at gcc dot gnu dot org 2007-05-22 22:41 --- Assigning to myself since I now have write access to Bugzilla. -- aaw at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/31749] [4.1/4.2/4.3 regression] ICE with invalid redeclaration of builtin

2007-04-30 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31749

[Bug c++/31749] [4.1/4.2/4.3 regression] ICE with invalid redeclaration of builtin

2007-04-30 Thread aaw at google dot com
--- Comment #1 from aaw at google dot com 2007-04-30 22:47 --- The first code snippet compiles fine with the trunk and gcc-4.1.1. Volker, are you sure the code snippet is correct? The second snippet does indeed generate the specified error. --

[Bug c++/31749] [4.1/4.2/4.3 regression] ICE with invalid redeclaration of builtin

2007-04-30 Thread aaw at google dot com
--- Comment #2 from aaw at google dot com 2007-05-01 00:24 --- Never mind. The first snippet triggers the specified error as well. Not quite sure what I did... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31749

[Bug c++/31749] [4.1/4.2/4.3 regression] ICE with invalid redeclaration of builtin

2007-04-29 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31749