[Bug libstdc++/46544] std::map::at() defined even if __GXX_EXPERIMENTAL_CXX0X__ is not

2010-11-19 Thread phresnel at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46544 --- Comment #4 from Sebastian Mach 2010-11-19 13:12:10 UTC --- (In reply to comment #3) > As a general rule, if you see in the code mentioned a "DR XXX. > YYY", with _GLIBCXX_RESOLVE_LIB_DEFECTS before, it means we are implementing a > change bey

[Bug libstdc++/46544] std::map::at() defined even if __GXX_EXPERIMENTAL_CXX0X__ is not

2010-11-19 Thread phresnel at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46544 --- Comment #2 from Sebastian Mach 2010-11-19 11:13:49 UTC --- (In reply to comment #1) Thanks for clarifiying. > As you can clearly see It wasn't that clear to me. As a user of g++ and C++, and as a programmer, I am not into every DR, as I am

[Bug libstdc++/46544] New: std::map::at() defined even if __GXX_EXPERIMENTAL_CXX0X__ is not

2010-11-18 Thread phresnel at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46544 Summary: std::map::at() defined even if __GXX_EXPERIMENTAL_CXX0X__ is not Product: gcc Version: unknown Status: UNCONFIRMED Severity: trivial Priority: P3

[Bug c++/44841] Add suggestion to "undefined reference to `vtable for ...�"

2010-07-06 Thread phresnel at gmail dot com
--- Comment #4 from phresnel at gmail dot com 2010-07-07 06:55 --- Little update: I "re-opened" this report at http://sourceware.org/bugzilla/show_bug.cgi?id=11793 . -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44841

[Bug c++/44841] Add suggestion to "undefined reference to `vtable for ...�"

2010-07-06 Thread phresnel at gmail dot com
--- Comment #3 from phresnel at gmail dot com 2010-07-07 06:29 --- (In reply to comment #1) > (In reply to comment #0) > > > > undefined reference to `vtable for IFoo' > > Suggestions: > >* Ensure that no (pure) member function of `IFoo'

[Bug c++/44841] New: Add suggestion to "undefined reference to `vtable for ...�"

2010-07-06 Thread phresnel at gmail dot com
ct: gcc Version: unknown Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: phresnel at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44841

[Bug c++/43361] New: [g++-4.3..g++-4.5] for-loops are in the way of Wuninitialized?

2010-03-13 Thread phresnel at gmail dot com
I've searched several of the other Wunitialized reports, but without deeper knowledge, I wasn't able to conclude whether this is a dup. Note that even if i happens to be zero-initialized, it is only in this strapped-down testcase. In the program I am hacking, I got an out-of-bound of roughly 2^31

[Bug c++/41995] New: Incorrect point of instantiation for function template

2009-11-09 Thread phresnel at gmail dot com
RMED Severity: minor Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: phresnel at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41995

[Bug target/41950] Unaligned writes (?) to __m128

2009-11-06 Thread phresnel at gmail dot com
--- Comment #6 from phresnel at gmail dot com 2009-11-06 09:32 --- (In reply to comment #5) > (In reply to comment #3) > > (In reply to comment #1) > > > I guess win32 doesn't know about aligned commons? Try updating to 4.4.2. > > > > You can a

[Bug target/41950] Unaligned writes (?) to __m128

2009-11-06 Thread phresnel at gmail dot com
--- Comment #5 from phresnel at gmail dot com 2009-11-06 09:24 --- (In reply to comment #3) > (In reply to comment #1) > > I guess win32 doesn't know about aligned commons? Try updating to 4.4.2. > > You can also use -fno-common as a workaround. > Unfortunat