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
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
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: 4.7
: 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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71557
Sergey Zubkov changed:
What|Removed |Added
CC||cubbi at cubbi dot org
--- Comment #1
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42857
Sergey Zubkov changed:
What|Removed |Added
CC||cubbi at cubbi dot org
--- Comment #5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65470
Sergey Zubkov changed:
What|Removed |Added
CC||cubbi at cubbi dot org
--- Comment #9
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64497
Sergey Zubkov changed:
What|Removed |Added
CC||cubbi at cubbi dot org
--- Comment #5
++
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
template concept bool C1 = true;
template struct Pair {};
void f(Pair);
int main() {}
output:
prog.cc:3:19: internal compiler error
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
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
aced-
init-list (c++0x)
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
13 matches
Mail list logo