[Bug preprocessor/57714] Newline rendered incorrectly in output

2013-06-26 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57714 --- Comment #9 from Manuel López-Ibáñez --- I think what happens is that the preprocessor is trying to avoid breaking up a valid token like in: void foo(void) {re\ turn; } It would be an improvement if it ignored the \ between valid tokens bound

[Bug fortran/57711] Accepts non-matching invalid dummy procedure as actual argument

2013-06-26 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57711 Tobias Burnus changed: What|Removed |Added Keywords||accepts-invalid, diagnostic S

[Bug target/57637] Miscompare on 178.galgel in SPEC2000 on arm

2013-06-26 Thread zhenqiang.chen at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57637 --- Comment #7 from zhenqiang.chen at linaro dot org --- Created attachment 30364 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30364&action=edit update patch Please try the updated patch. Local tests: x86-64 and pandaboard bootstrap OK.

[Bug libstdc++/57716] std::thread does not compile with vector& as argument

2013-06-26 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57716 Andreas Schwab changed: What|Removed |Added Resolution|WONTFIX |INVALID

[Bug c++/57720] New: [C++11]Crash when Delegating Constructors throw exceptions

2013-06-26 Thread liweifriends at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57720 Bug ID: 57720 Summary: [C++11]Crash when Delegating Constructors throw exceptions Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Prio

<    1   2