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

2011-09-25 Thread evan at chromium dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42032 --- Comment #11 from Evan Martin 2011-09-25 16:02:25 UTC --- I am on personal leave until 2012. If you're within Google, you can read http://www/~evanm/leave.html for more. Otherwise, for Chrome questions you can try asking t...@chromium.org, a

[Bug c++/45697] __restrict__ inconsistent in presence of typedefs

2011-07-11 Thread evan at chromium dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45697 --- Comment #4 from Evan Martin 2011-07-11 22:38:49 UTC --- Sorry, I should have linked to the bug that prompted this bug report. http://code.google.com/p/skia/issues/detail?id=63 Briefly, the Skia library (used by Google Chrome and Android) has

[Bug c++/45697] New: __restrict__ inconsistent in presence of typedefs

2010-09-16 Thread evan at chromium dot org
nsistent in presence of typedefs Product: gcc Version: 4.4.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: evan at chromium dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45697

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

2009-11-13 Thread evan at chromium dot org
--- Comment #3 from evan at chromium dot org 2009-11-13 19:49 --- I brought this up on the Google-internal C list. They reduced it further: $ cat main.cc #include int main(void) { typedef std::map MyMap2; MyMap2 map2_; MyMap2::iterator map_iter2 = map2_.find(5); return