[Bug c++/45329] New: When printing a list of candidate functions, explain why each function failed to match.

2010-08-18 Thread aaw at gcc dot gnu dot org
++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aaw at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45329

[Bug c++/45330] New: Suggest likely nested-name-specifiers for undeclared identifiers.

2010-08-18 Thread aaw at gcc dot gnu dot org
gnu dot org ReportedBy: aaw at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45330

[Bug c++/45331] New: Generate clear diagnostics when a semicolon is missing at the end of a class definition

2010-08-18 Thread aaw at gcc dot gnu dot org
++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aaw at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45331

[Bug c++/45332] New: Generate clear diagnostics when a terminating semicolon is missing from a class member declaration.

2010-08-18 Thread aaw at gcc dot gnu dot org
: unassigned at gcc dot gnu dot org ReportedBy: aaw at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45332

[Bug c++/45333] New: Include macros in instantiation backtraces

2010-08-18 Thread aaw at gcc dot gnu dot org
org ReportedBy: aaw at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45333

[Bug c++/27078] [4.2/4.3/4.4 Regression] Duplicate error message for ambiguous enum

2009-02-02 Thread aaw at gcc dot gnu dot org
--- Comment #10 from aaw at gcc dot gnu dot org 2009-02-02 19:13 --- There were problems with my original patch (Sadly, I don't recall the details.). I haven't looked at this in a while and am unlikely to do so soon. If someone else wants to look at this, please feel free to do so

[Bug c++/8171] Cannot compare pointer to member function of base and derived class

2007-12-01 Thread aaw at gcc dot gnu dot org
--- Comment #8 from aaw at gcc dot gnu dot org 2007-12-01 08:57 --- Subject: Bug 8171 Author: aaw Date: Sat Dec 1 08:56:55 2007 New Revision: 130554 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=130554 Log: PR c++/8171 gcc/cp/ * typeck.c

[Bug c++/8171] Cannot compare pointer to member function of base and derived class

2007-12-01 Thread aaw at gcc dot gnu dot org
--- Comment #9 from aaw at gcc dot gnu dot org 2007-12-01 09:08 --- Fixed by revision 130554. -- aaw at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/32245] [4.1 Regression] wrong POD type initialization with pointer to member

2007-11-30 Thread aaw at gcc dot gnu dot org
--- Comment #5 from aaw at gcc dot gnu dot org 2007-11-30 10:43 --- Should this bug be marked as resolved, then? -- 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-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 Status

[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-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 using

[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++/11247] -frepo fails to instantiate typeinfo

2007-06-14 Thread aaw at gcc dot gnu dot org
--- Comment #6 from aaw at gcc dot gnu dot org 2007-06-14 22:32 --- I've just run into this problem trying to test an unrelated change. Here's a puzzler, though. If I run the g++.dg/rtti/repo1.C test, it compiles successfully. If I copy the command line for the compilation but modify

[Bug c++/27078] [4.1/4.2/4.3 Regression] Duplicate error message for ambiguous enum

2007-05-31 Thread aaw at gcc dot gnu dot org
--- Comment #4 from aaw at gcc dot gnu dot org 2007-05-31 21:18 --- I've got a fix to this as part of my using directive / using declaration cleanup. I'll disentangle this from the rest of my changes and submit a patch soonish. -- aaw at gcc dot gnu dot org changed

[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++/30734] name conflict between class and namespace name is not recognized

2007-05-22 Thread aaw at gcc dot gnu dot org
--- Comment #3 from aaw at gcc dot gnu dot org 2007-05-23 01:16 --- Resolved by r124960 (cf. http://gcc.gnu.org/ml/gcc-patches/2007-05/msg01182.html). -- aaw at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/2708] ambiguity check fails for namespace vs class scope

2007-05-22 Thread aaw at gcc dot gnu dot org
--- Comment #9 from aaw at gcc dot gnu dot org 2007-05-23 01:19 --- *** This bug has been marked as a duplicate of 30734 *** -- aaw at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/30734] name conflict between class and namespace name is not recognized

2007-05-22 Thread aaw at gcc dot gnu dot org
--- Comment #4 from aaw at gcc dot gnu dot org 2007-05-23 01:19 --- *** Bug 2708 has been marked as a duplicate of this bug. *** -- aaw at gcc dot gnu dot org changed: What|Removed |Added