[Bug ipa/61659] [4.9/4.10 Regression] Extra undefined symbol because of devirtualization

2014-06-30 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61659 --- Comment #9 from Markus Trippelsdorf --- Unfortunately llvm still fails to build: FAILED: /var/tmp/gcc_test/usr/local/bin/g++ -DGTEST_HAS_RTTI=0 -DLLVMCodeGen_EXPORTS -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LI

[Bug ipa/61659] [4.9/4.10 Regression] Extra undefined symbol because of devirtualization

2014-06-30 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61659 --- Comment #10 from Markus Trippelsdorf --- Created attachment 33036 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33036&action=edit testcase

[Bug target/61622] internal compiler error: in simplify_const_unary_operation, at simplify-rtx.c:1508

2014-06-30 Thread pangbw at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61622 --- Comment #4 from baoshan --- This should be a duplication to Bug 57431.

[Bug c++/60942] ICE on invalid code in unify_one_argument

2014-06-30 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60942 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Known to work|

[Bug c++/51553] brace initialization and conversion operators

2014-06-30 Thread david.d.kretzmer at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51553 david.d.kretzmer at gmail dot com changed: What|Removed |Added CC||david.d.kretzmer at gm

[Bug ipa/61659] [4.9/4.10 Regression] Extra undefined symbol because of devirtualization

2014-06-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61659 --- Comment #11 from Andrew Pinski --- (In reply to Markus Trippelsdorf from comment #10) > Created attachment 33036 [details] > testcase I think this is a correct error message. See https://gcc.gnu.org/gcc-4.9/porting_to.html at the end. GCC n

[Bug rtl-optimization/61641] [4.9 Regression] undefined label in jump_table_data

2014-06-30 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61641 John David Anglin changed: What|Removed |Added CC||steven at gcc dot gnu.org --- Commen

[Bug fortran/61628] A program that reads from a file with stream access and uses pack() suddenly stops

2014-06-30 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61628 --- Comment #8 from Jerry DeLisle --- OK my misunderstanding. I thought the problem was that the program just hung, which I did not see. Well, I can say I have something to look at anyway.

[Bug libstdc++/61424] std::regex matches right to left, not leftmost longest

2014-06-30 Thread timshen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61424 --- Comment #3 from Tim Shen --- Author: timshen Date: Tue Jul 1 02:10:31 2014 New Revision: 212184 URL: https://gcc.gnu.org/viewcvs?rev=212184&root=gcc&view=rev Log: PR libstdc++/61424 * include/bits/regex.tcc (__regex_algo_impl<>): Us

[Bug libstdc++/61582] C++11 regex memory corruption

2014-06-30 Thread timshen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61582 --- Comment #11 from Tim Shen --- Author: timshen Date: Tue Jul 1 03:05:45 2014 New Revision: 212185 URL: https://gcc.gnu.org/viewcvs?rev=212185&root=gcc&view=rev Log: PR libstdc++/61061 PR libstdc++/61582 * include/bits/regex_autom

[Bug testsuite/61061] FAIL: g++.dg/inherit/covariant7.C

2014-06-30 Thread timshen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61061 --- Comment #1 from Tim Shen --- Author: timshen Date: Tue Jul 1 03:05:45 2014 New Revision: 212185 URL: https://gcc.gnu.org/viewcvs?rev=212185&root=gcc&view=rev Log: PR libstdc++/61061 PR libstdc++/61582 * include/bits/regex_automa

[Bug c++/59867] Template string literal loses first symbol

2014-06-30 Thread emsr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59867 --- Comment #14 from emsr at gcc dot gnu.org --- Author: emsr Date: Tue Jul 1 03:13:17 2014 New Revision: 212186 URL: https://gcc.gnu.org/viewcvs?rev=212186&root=gcc&view=rev Log: cp/ 2014-06-28 Edward Smith-Rowland <3dw...@verizon.net>

[Bug c++/60249] [c++11] Compiler goes into semi-infinite loop with wrong usage of user defined string literals

2014-06-30 Thread emsr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60249 --- Comment #11 from emsr at gcc dot gnu.org --- Author: emsr Date: Tue Jul 1 03:13:17 2014 New Revision: 212186 URL: https://gcc.gnu.org/viewcvs?rev=212186&root=gcc&view=rev Log: cp/ 2014-06-28 Edward Smith-Rowland <3dw...@verizon.net>

[Bug c++/58781] Unicode strings broken in a strange way

2014-06-30 Thread emsr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58781 --- Comment #5 from emsr at gcc dot gnu.org --- Author: emsr Date: Tue Jul 1 03:13:17 2014 New Revision: 212186 URL: https://gcc.gnu.org/viewcvs?rev=212186&root=gcc&view=rev Log: cp/ 2014-06-28 Edward Smith-Rowland <3dw...@verizon.net> P

[Bug testsuite/61061] FAIL: g++.dg/inherit/covariant7.C

2014-06-30 Thread timshen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61061 Tim Shen changed: What|Removed |Added CC||timshen at gcc dot gnu.org --- Comment #2 fro

[Bug libstdc++/61601] C++11 regex resource exhaustion

2014-06-30 Thread timshen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61601 --- Comment #3 from Tim Shen --- Author: timshen Date: Tue Jul 1 03:05:45 2014 New Revision: 212185 URL: https://gcc.gnu.org/viewcvs?rev=212185&root=gcc&view=rev Log: PR libstdc++/61061 PR libstdc++/61582 * include/bits/regex_automa

[Bug c++/59867] Template string literal loses first symbol

2014-06-30 Thread emsr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59867 --- Comment #15 from emsr at gcc dot gnu.org --- Author: emsr Date: Tue Jul 1 05:30:34 2014 New Revision: 212188 URL: https://gcc.gnu.org/viewcvs?rev=212188&root=gcc&view=rev Log: cp/ 2014-06-28 Edward Smith-Rowland <3dw...@verizon.net>

[Bug c++/58781] Unicode strings broken in a strange way

2014-06-30 Thread emsr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58781 --- Comment #6 from emsr at gcc dot gnu.org --- Author: emsr Date: Tue Jul 1 05:30:34 2014 New Revision: 212188 URL: https://gcc.gnu.org/viewcvs?rev=212188&root=gcc&view=rev Log: cp/ 2014-06-28 Edward Smith-Rowland <3dw...@verizon.net> P

[Bug c++/60249] [c++11] Compiler goes into semi-infinite loop with wrong usage of user defined string literals

2014-06-30 Thread emsr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60249 --- Comment #12 from emsr at gcc dot gnu.org --- Author: emsr Date: Tue Jul 1 05:30:34 2014 New Revision: 212188 URL: https://gcc.gnu.org/viewcvs?rev=212188&root=gcc&view=rev Log: cp/ 2014-06-28 Edward Smith-Rowland <3dw...@verizon.net>

[Bug c++/60249] [c++11] Compiler goes into semi-infinite loop with wrong usage of user defined string literals

2014-06-30 Thread emsr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60249 emsr at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/58781] Unicode strings broken in a strange way

2014-06-30 Thread emsr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58781 emsr at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/59867] Template string literal loses first symbol

2014-06-30 Thread emsr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59867 emsr at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ipa/61659] [4.9/4.10 Regression] Extra undefined symbol because of devirtualization

2014-06-30 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61659 --- Comment #12 from Markus Trippelsdorf --- Well, if I revert Jason's patch it compiles just fine. gcc-4.9 is also fine. And -fno-devirtualize, too.

<    1   2