[Bug c++/66604] ICE in use_thunk at cp/method.c:338 when creating a default virtual destructor

2015-06-19 Thread eric_moyer at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66604 --- Comment #1 from Eric Moyer --- Created attachment 35817 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35817&action=edit Preprocessed source (zipped because of attachment length limit)

[Bug c++/66604] New: ICE in use_thunk at cp/method.c:338 when creating a default virtual destructor

2015-06-19 Thread eric_moyer at yahoo dot com
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: eric_moyer at yahoo dot com Target Milestone: --- This may be the same as https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60595 unfortunately, I don't know how to co

[Bug c++/45203] [Feature request] #pragma start_no_warn_regex

2010-08-09 Thread eric_moyer at yahoo dot com
--- Comment #4 from eric_moyer at yahoo dot com 2010-08-09 22:10 --- That is great to hear. I've wanted this feature for years (but never took the time to create a bugzilla account.) Thank you. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45203

[Bug c++/45203] [Feature request] #pragma start_no_warn_regex

2010-08-05 Thread eric_moyer at yahoo dot com
--- Comment #2 from eric_moyer at yahoo dot com 2010-08-06 02:09 --- If you are talking about "#pragma GCC diagnostic" that looks good. Turning off error classes is sufficiently fine grained. However the pragma is only guaranteed to work on a file-wide scope. The 4.5 m

[Bug c++/45203] [Feature request] #pragma start_no_warn_regex

2010-08-05 Thread eric_moyer at yahoo dot com
-- eric_moyer at yahoo dot com changed: What|Removed |Added Severity|normal |enhancement Summary|[Feature request] #pragma |[Feature

[Bug c++/45203] New: [Feature request] #pragma start_no_warn_regex

2010-08-05 Thread eric_moyer at yahoo dot com
4.4.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: eric_moyer at yahoo dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45203

[Bug libstdc++/45202] Strict aliasing warning in stl_tree (returning a copy of a set from a member function in a loop)

2010-08-05 Thread eric_moyer at yahoo dot com
--- Comment #4 from eric_moyer at yahoo dot com 2010-08-05 22:18 --- This is not a duplicate of bug# 39390 because my copy of g++ compiles the test case for that bug without complaint. It may be related to 42032 since that does not compile correctly but (1) the error messages are

[Bug libstdc++/45202] Strict aliasing warning in stl_tree (returning a copy of a set from a member function in a loop)

2010-08-05 Thread eric_moyer at yahoo dot com
--- Comment #3 from eric_moyer at yahoo dot com 2010-08-05 22:04 --- Created an attachment (id=21417) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21417&action=view) Test case: output of g++ 4.4.1-ubutntu9 with -v switch -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45202

[Bug libstdc++/45202] Strict aliasing warning in stl_tree (returning a copy of a set from a member function in a loop)

2010-08-05 Thread eric_moyer at yahoo dot com
--- Comment #2 from eric_moyer at yahoo dot com 2010-08-05 22:03 --- Created an attachment (id=21416) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21416&action=view) Test case: preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45202

[Bug libstdc++/45202] Strict aliasing warning in stl_tree (returning a copy of a set from a member function in a loop)

2010-08-05 Thread eric_moyer at yahoo dot com
--- Comment #1 from eric_moyer at yahoo dot com 2010-08-05 22:02 --- Created an attachment (id=21415) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21415&action=view) Test case: original source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45202

[Bug libstdc++/45202] New: Strict aliasing warning in stl_tree (returning a copy of a set from a member function in a loop)

2010-08-05 Thread eric_moyer at yahoo dot com
c Version: 4.4.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: eric_moyer at yahoo dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45202