[Bug rtl-optimization/50396] SSE division by zero generates incorrect code with optimizations enabled

2011-12-22 Thread loufoque at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50396 Mathias Gaunard changed: What|Removed |Added CC||loufoque at gmail dot com --- Comment

[Bug libstdc++/45156] codecvt doesn't update how much input it has consumed correctly

2010-08-01 Thread loufoque at gmail dot com
--- Comment #2 from loufoque at gmail dot com 2010-08-01 13:41 --- My bad, this is actually normal, the additional bytes are put in the state and will be returned later. -- loufoque at gmail dot com changed: What|Removed |Added

[Bug libstdc++/45156] codecvt doesn't update how much input it has consumed correctly

2010-07-31 Thread loufoque at gmail dot com
--- Comment #1 from loufoque at gmail dot com 2010-08-01 03:03 --- Created an attachment (id=21365) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21365&action=view) testcase Requires LANG to be set to an appropriate UTF-8 locale. -- http://gcc.gnu.org/bugzilla/show_

[Bug libstdc++/45156] New: codecvt doesn't update how much input it has consumed correctly

2010-07-31 Thread loufoque at gmail dot com
tedBy: loufoque at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45156

[Bug c++/33979] support for char16_t, char32_t

2009-05-26 Thread loufoque at gmail dot com
--- Comment #17 from loufoque at gmail dot com 2009-05-26 20:16 --- Ignore my previous comment; it seems that was changed since in the current C++0x draft those are indeed keywords. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33979

[Bug c++/33979] support for char16_t, char32_t

2009-05-26 Thread loufoque at gmail dot com
--- Comment #16 from loufoque at gmail dot com 2009-05-26 20:10 --- It seems the current patch makes char16_t and char32_t keywords. According to the linked specifications, however, those should only be typedefs to the actual keywords, which are _Char16_t and _Char32_t. Those typedefs