[Bug libmudflap/26446] Running large program compiled with mudflap aborts even before reaching main()

2012-10-24 Thread romain.geissler at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26446 Romain Geissler changed: What|Removed |Added CC||romain.geissler at gmail

[Bug c++/50274] New: Conditionnal rethrow

2011-09-02 Thread romain.geissler at gmail dot com
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

[Bug c++/50274] Conditionnal rethrow

2011-09-02 Thread romain.geissler at gmail dot com
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.

[Bug c++/50274] Conditionnal rethrow

2011-09-02 Thread romain.geissler at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50274 Romain Geissler changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug c++/59081] New: GCC should forbid using a private member datatype in template class

2013-11-11 Thread romain.geissler at gmail dot com
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

[Bug c++/59081] GCC should forbid using a private member datatype in template class

2013-11-11 Thread romain.geissler at gmail dot com
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