http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54059
Bug #: 54059
Summary: g++ silently omits code that creates a
std::chrono::millisecond temporary
Classification: Unclassified
Product: gcc
Version: unknown
Status: UNC
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54059
--- Comment #1 from Jason Toffaletti 2012-07-20
23:11:37 UTC ---
$ g++-4.7 -c -g -Wa,-alh -std=c++11 bug.cc
155.LEHE0:
13:bug.cc unsigned int a = 200;
156.loc 2 13 0 discriminat
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54059
--- Comment #4 from Jason Toffaletti 2012-07-20
23:16:56 UTC ---
I knew there was something familiar about this, thanks for the reminder.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52590
Bug #: 52590
Summary: std::thread Segmentation fault static linking
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: major
Prior
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52590
--- Comment #2 from Jason Toffaletti 2012-03-14
21:29:18 UTC ---
(In reply to comment #1)
> > -static
>
> You need to make sure all of libpthread.a is included, right it does not get
> linked that way.
>
> This is not a GCC or glibc bug.
Your
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52590
--- Comment #3 from Jason Toffaletti 2012-03-15
04:14:40 UTC ---
$ g++-4.7 -Wl,-M -v -static -pthread -std=c++0x -o thread thread.cc shows all
of libpthread being linked.
With a bit more digging I traced the problem to
/usr/include/c++/4.7.0/x86
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52596
Bug #: 52596
Summary: internal compiler error: in lvalue_kind, at
cp/tree.c:153
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED