http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26446
Romain Geissler changed:
What|Removed |Added
CC||romain.geissler at gmail
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50274
Bug #: 50274
Summary: Conditionnal rethrow
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compone
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50274
--- Comment #1 from Romain Geissler
2011-09-02 11:00:50 UTC ---
Created attachment 25176
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25176
Rethrow made in foo is not caught in main handler.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50274
Romain Geissler changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: romain.geissler at gmail dot com
Hi,
GCC should emit an error in the C class when referencing A::B in the following
code (as clang does).
class A{
private:
struct B{} _b
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59081
--- Comment #2 from Romain Geissler ---
It looks similar to http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41437 but in my
case I used a second class, not a function.
This issue is exactly like the one reported in
http://gcc.gnu.org/bugzilla/show_bu