[Bug c++/42032] New: Aliasing errors in stl_tree.h

2009-11-13 Thread craig dot schlenter at gmail dot com
(GCC) -- Summary: Aliasing errors in stl_tree.h Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: craig dot sc

[Bug c++/42032] Aliasing errors in stl_tree.h

2009-11-13 Thread craig dot schlenter at gmail dot com
--- Comment #2 from craig dot schlenter at gmail dot com 2009-11-13 19:34 --- (In reply to comment #1) > Might be related to PR 39390. Would it be possible for someone to test the code from the description section with trunk please .. if error messages were removed, the problem sho

[Bug c++/42032] Aliasing errors in stl_tree.h

2009-11-15 Thread craig dot schlenter at gmail dot com
--- Comment #7 from craig dot schlenter at gmail dot com 2009-11-16 04:37 --- (In reply to comment #3) > I brought this up on the Google-internal C list. They reduced it further: > > $ cat main.cc > #include > > int main(void) > { >typedef std::map M