[Bug libstdc++/56627] class hash instead of struct hash

2013-07-29 Thread whatmannerofburgeristhis at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56627 --- Comment #9 from Matt Arsenault --- (In reply to Andrew Pinski from comment #8) > *** Bug 58025 has been marked as a duplicate of this bug. *** They don't have to be consistent by the standard, but the purpose of warnings is not to strictly r

[Bug libstdc++/58025] Cannot use std::hash without setting off -Wmismatched-tags

2013-07-29 Thread whatmannerofburgeristhis at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58025 --- Comment #1 from Matt Arsenault --- Created attachment 30570 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30570&action=edit Testcase

[Bug libstdc++/58025] New: Cannot use std::hash without setting off -Wmismatched-tags

2013-07-29 Thread whatmannerofburgeristhis at gmail dot com
Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: whatmannerofburgeristhis at gmail dot com The headers inconsistently declare / forward declare std::hash using struct and class, resulting in this warning when you try to use either. They

[Bug middle-end/54806] [4.7 Regression] Undefined symbols: "___emutls_v.*", ... on x86_64-apple-darwin12

2012-10-04 Thread whatmannerofburgeristhis at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54806 --- Comment #5 from Matt Arsenault 2012-10-05 05:40:59 UTC --- (In reply to comment #4) > Jack Howarth has posted his results for 4.8.0 (see > http://gcc.gnu.org/ml/gcc-testresults/2012-10/msg00434.html ) without failures > for libgomp. W

[Bug middle-end/54806] [4.7 Regression] Undefined symbols: "___emutls_v.*", ... on *-apple-darwin*

2012-10-04 Thread whatmannerofburgeristhis at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54806 --- Comment #3 from Matt Arsenault 2012-10-04 17:34:35 UTC --- I'm using it from macports. OS X 10.8.2, x86_64-apple-darwin12.2.0 $ g++ -std=c++11 testcase.cpp Undefined symbols for architecture x86_64: "___emutls_v._ZSt11__once_call"

[Bug middle-end/54806] [4.7.2 Regression] Undefined symbols: "___emutls_v.*", ... on *-apple-darwin*

2012-10-03 Thread whatmannerofburgeristhis at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54806 --- Comment #1 from Matt Arsenault 2012-10-04 01:10:34 UTC --- Created attachment 28351 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28351 packaged_task test case

[Bug middle-end/54806] New: [4.7.2 Regression] Undefined symbols: "___emutls_v.*", ... on *-apple-darwin*

2012-10-03 Thread whatmannerofburgeristhis at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54806 Bug #: 54806 Summary: [4.7.2 Regression] Undefined symbols: "___emutls_v.*", ... on *-apple-darwin* Classification: Unclassified Product: gcc Version: 4.7.2

[Bug middle-end/50598] [4.7 Regression] Undefined symbols: "___emutls_v.*", ... on *-apple-darwin*

2012-10-03 Thread whatmannerofburgeristhis at gmail dot com
||gmail dot com --- Comment #33 from Matt Arsenault 2012-10-04 00:58:37 UTC --- I'm seeing this problem on 4.7.2 when using c++11 packaged_task. The same code worked yesterday with 4.7.1 before I updated.

[Bug middle-end/50598] [4.7 Regression] Undefined symbols: "___emutls_v.*", ... on *-apple-darwin*

2012-10-03 Thread whatmannerofburgeristhis at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50598 --- Comment #32 from Matt Arsenault 2012-10-04 00:57:42 UTC --- Created attachment 28350 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28350 Test case using packaged_task

[Bug libstdc++/53622] C++11 regex captures extra characters

2012-06-09 Thread whatmannerofburgeristhis at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53622 --- Comment #1 from Matt Arsenault 2012-06-10 02:02:42 UTC --- The same samples work with boost regex

[Bug libstdc++/53622] New: C++11 regex captures extra characters

2012-06-09 Thread whatmannerofburgeristhis at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53622 Bug #: 53622 Summary: C++11 regex captures extra characters Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3