[Bug libstdc++/71557] time_get is case sensitive

2017-03-14 Thread cubbi at cubbi dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71557 --- Comment #2 from Sergey Zubkov --- er, never mind, that was a different issue, although also with %b

[Bug libstdc++/71557] time_get is case sensitive

2017-03-14 Thread cubbi at cubbi dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71557 Sergey Zubkov changed: What|Removed |Added CC||cubbi at cubbi dot org --- Comment #1

[Bug libstdc++/78714] New: std::get_time does not accept full month name in %b

2016-12-07 Thread cubbi at cubbi dot org
: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: cubbi at cubbi dot org Target Milestone: --- The standard says time_get calls get_time which follows "ISO/IEC 9945 function strptime" ([locale.time.get.members]p8.4) strptime defines the meaning of %b as

[Bug c++/67259] New: list-initialization of a reference fails to initialize char array from string literal

2015-08-18 Thread cubbi at cubbi dot org
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: cubbi at cubbi dot org Target Milestone: --- The following is accepted by clang, intel, and msvc, but fails to compile with gcc (HEAD 6.0.0 20150817) struct agg

[Bug c++/67249] New: [concepts] ICE parsing f(pairauto, concept)

2015-08-17 Thread cubbi at cubbi dot org
++ Assignee: unassigned at gcc dot gnu.org Reporter: cubbi at cubbi dot org Target Milestone: --- ICE using gcc HEAD 6.0.0 20150816 to compile the following templateclass T concept bool C1 = true; templateclass A, class B struct Pair {}; void f(Pairauto, C1); int main() {} output

[Bug libstdc++/65470] regex_search corrupts matches when haystack is destroyed

2015-03-20 Thread cubbi at cubbi dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65470 Sergey Zubkov cubbi at cubbi dot org changed: What|Removed |Added CC||cubbi at cubbi dot

[Bug c++/64497] std::scalbln does not round correctly for long doubles

2015-01-05 Thread cubbi at cubbi dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64497 Sergey Zubkov cubbi at cubbi dot org changed: What|Removed |Added CC||cubbi at cubbi dot

[Bug libstdc++/42857] std::istream::ignore(std::streamsize n) calls unnecessary underflow

2014-04-18 Thread cubbi at cubbi dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42857 Sergey Zubkov cubbi at cubbi dot org changed: What|Removed |Added CC||cubbi at cubbi dot

[Bug libstdc++/51438] New: std::exception and derived classes are not compatible with std::nested_exception and C++11 in general

2011-12-06 Thread cubbi at cubbi dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51438 Bug #: 51438 Summary: std::exception and derived classes are not compatible with std::nested_exception and C++11 in general Classification: Unclassified Product: gcc Version:

[Bug libstdc++/51288] New: get_money implementation is missing the sentry object (does not skip leading whitespace)

2011-11-23 Thread cubbi at cubbi dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51288 Bug #: 51288 Summary: get_money implementation is missing the sentry object (does not skip leading whitespace) Classification: Unclassified Product: gcc Version: 4.7.0

[Bug libstdc++/50119] New: copy_n advances InputIterator one more time than necessary

2011-08-18 Thread cubbi at cubbi dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50119 Bug #: 50119 Summary: copy_n advances InputIterator one more time than necessary Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug c++/48854] New: signal mask is not restored when exiting signal handler via exception

2011-05-03 Thread cubbi at cubbi dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48854 Summary: signal mask is not restored when exiting signal handler via exception Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: trivial Priority: P3

[Bug c++/44449] New: incorrectly allows assignment to arrays from braced-init-list (c++0x)

2010-06-07 Thread cubbi at cubbi dot org
) Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: minor Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: cubbi at cubbi dot org GCC host triplet: x86_64-pc-linux-gnu-4.5.1-pre http