[Bug c++/54059] New: g++ silently omits code that creates a std::chrono::millisecond temporary

2012-07-20 Thread jason at cornsyrup dot org
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

[Bug c++/54059] g++ silently omits code that creates a std::chrono::millisecond temporary

2012-07-20 Thread jason at cornsyrup dot org
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

[Bug c++/54059] g++ silently omits code that creates a std::chrono::millisecond temporary

2012-07-20 Thread jason at cornsyrup dot org
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.

[Bug libstdc++/52590] New: std::thread Segmentation fault static linking

2012-03-14 Thread jason at cornsyrup dot org
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

[Bug libstdc++/52590] std::thread Segmentation fault static linking

2012-03-14 Thread jason at cornsyrup dot org
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

[Bug libstdc++/52590] std::thread Segmentation fault static linking

2012-03-14 Thread jason at cornsyrup dot org
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

[Bug c++/52596] New: internal compiler error: in lvalue_kind, at cp/tree.c:153

2012-03-15 Thread jason at cornsyrup dot org
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