[Bug ipa/65237] [5 Regression] r221040 caused many regressions

2015-03-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65237 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P1 Target

[Bug target/65240] [5 Regression] ICE (insn does not satisfy its constraints) on powerpc64le-linux-gnu

2015-03-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65240 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P1 Target

[Bug driver/65264] compare debug failure when using stdin

2015-03-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65264 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target|

[Bug target/55295] [SH] Add support for fipr instruction

2015-03-02 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55295 --- Comment #13 from Oleg Endo olegendo at gcc dot gnu.org --- (In reply to Manu Evans from comment #12) Hey, I'm still following this with great interest. Is it possible to make an intrinsic for this instruction so it can be issued at will?

[Bug lto/65262] Link time optimization breaks use __attribute__((section(...))) in templates

2015-03-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65262 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug tree-optimization/49234] [4.8/4.9 Regression] -Wstrict-overflow gives obviously unwarranted warning

2015-03-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49234 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|RESOLVED|NEW

[Bug tree-optimization/65241] [5 Regression] ICE (in remove_local_expressions_from_table, at tree-ssa-dom.c:1081)

2015-03-02 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65241 --- Comment #2 from Marek Polacek mpolacek at gcc dot gnu.org --- Better test case: enum E { A, B, C, D }; void fn4 (void); int fn1 (enum E p1) { static int w[D]; if (w[p1]) switch (p1) case C: w[p1] = 0; } void fn2 (p1) {

[Bug target/65263] [5 Regression] ICE (error: unrecognizable insn / in insn_min_length, at config/rs6000/rs6000.md) on powerpc64le-linux-gnu

2015-03-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65263 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P1 Target

[Bug middle-end/65256] [5 regression] Undefined symbols linking f951

2015-03-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65256 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords||build

[Bug ipa/65270] [5 regression] ICF needs to match TYPE attributes on memory accesses

2015-03-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65270 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug tree-optimization/65241] [5 Regression] ICE (in remove_local_expressions_from_table, at tree-ssa-dom.c:1081)

2015-03-02 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65241 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Target|powerpc64le-linux-gnu |

[Bug target/61578] [4.9/5 regression] Code size increase for ARM thumb compared to 4.8.x when compiling with -Os

2015-03-02 Thread fredrik.hederstie...@securitas-direct.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61578 --- Comment #14 from Fredrik Hederstierna fredrik.hederstie...@securitas-direct.com --- Created attachment 34916 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34916action=edit CSiBE benchmark with gnu89, updates with newer trunk as

[Bug rtl-optimization/65235] Simplifying vec_select of vec_concat miscompiles when first element of vec_concat is const_int

2015-03-02 Thread jgreenhalgh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65235 James Greenhalgh jgreenhalgh at gcc dot gnu.org changed: What|Removed |Added Target|aarch64

[Bug target/65240] [5 Regression] ICE (insn does not satisfy its constraints) on powerpc64le-linux-gnu

2015-03-02 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65240 Markus Trippelsdorf trippels at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED

[Bug ipa/65245] [5 Regression] internal compiler error: in address_matters_p, at symtab.c:1908

2015-03-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65245 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug rtl-optimization/65247] [missed optimisation] Reading a callee-saved register writes to the stack

2015-03-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65247 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug tree-optimization/65258] Wrong array bounds warning

2015-03-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65258 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords||diagnostic,

[Bug target/65278] New: [5 Regression] ICE (in output_718, at config/rs6000/rs6000.md:11592) on powerpc-linux-gnu

2015-03-02 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65278 Bug ID: 65278 Summary: [5 Regression] ICE (in output_718, at config/rs6000/rs6000.md:11592) on powerpc-linux-gnu Product: gcc Version: 5.0 Status: UNCONFIRMED

[Bug target/65278] [5 Regression] ICE (in output_718, at config/rs6000/rs6000.md:11592) on powerpc-linux-gnu

2015-03-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65278 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |5.0

[Bug libstdc++/65279] [4.8/4.9/5 Regression] std::scoped_allocator_adaptor is not assignable

2015-03-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65279 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug sanitizer/65280] -fsanitize=bounds does not detect out-of-bounds access

2015-03-02 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65280 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug libstdc++/65279] New: [4.8/4.9/5 Regression] std::scoped_allocator_adaptor is not assignable

2015-03-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65279 Bug ID: 65279 Summary: [4.8/4.9/5 Regression] std::scoped_allocator_adaptor is not assignable Product: gcc Version: 5.0 Status: UNCONFIRMED Keywords:

[Bug ipa/65087] [5 Regression] r220742 causes: ICE: in ipcp_verify_propagated_values, at ipa-cp.c:1057

2015-03-02 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65087 --- Comment #8 from Martin Liška marxin at gcc dot gnu.org --- So the problem is caused by ICF which makes a symbol to have no direct calls (and no references). As a result IPA CP triggers verification failure. I hope the right solution is to

[Bug target/65138] [5 Regression] testsuite ICEs on powerpc64le

2015-03-02 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65138 --- Comment #6 from Michael Meissner meissner at gcc dot gnu.org --- Created attachment 34923 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34923action=edit Proposed patch to fix the problem I'm going to run full tests on this patch, but

[Bug lto/65276] [5 Regression] LTO: ICE add_type_duplicate, at ipa-devirt.c:1462

2015-03-02 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65276 Aldy Hernandez aldyh at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug testsuite/63175] [4.9/5 regression] FAIL: gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a.c scan-tree-dump-times slp2 basic block vectorized using SLP 1

2015-03-02 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63175 --- Comment #17 from Martin Sebor msebor at gcc dot gnu.org --- Following up on my comment #14, and as requested on gcc-patches, the test case below is vectorized with GCC 4.8.2 for T being either 32 bits wide (e.g., int) or 64-bits wide (e.g.,

[Bug c++/65277] [5 Regression] ice in get_untransformed_body with -O2

2015-03-02 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65277 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added CC||mpolacek at

[Bug c++/65277] [5 Regression] ice in get_untransformed_body with -O2

2015-03-02 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65277 --- Comment #3 from Kai Tietz ktietz at gcc dot gnu.org --- (In reply to Marek Polacek from comment #2) 221040(In reply to Kai Tietz from comment #1) It is caused by r214422 No, I think this started with r221040. Yes, it got shown with

[Bug sanitizer/65280] New: -fsanitize=bounds does not detect out-of-bounds access

2015-03-02 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65280 Bug ID: 65280 Summary: -fsanitize=bounds does not detect out-of-bounds access Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug target/65278] [5 Regression] ICE (in output_718, at config/rs6000/rs6000.md:11592) on powerpc-linux-gnu

2015-03-02 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65278 Aldy Hernandez aldyh at gcc dot gnu.org changed: What|Removed |Added CC||aldyh at gcc

[Bug target/65278] [5 Regression] ICE (in output_718, at config/rs6000/rs6000.md:11592) on powerpc-linux-gnu

2015-03-02 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65278 --- Comment #2 from Matthias Klose doko at gcc dot gnu.org --- yes, 32bit powerpc, /usr/lib/gcc/powerpc-linux-gnu/5/cc1plus -fpreprocessed DistanceEstimation.ii -msecure-plt -quiet -dumpbase DistanceEstimation.ii -auxbase DistanceEstimation -g

[Bug libstdc++/64367] [5 Regression] g++-v5/stdexcept:52:28: error: invalid use of non-static data member '_M_p'

2015-03-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64367 --- Comment #8 from Jonathan Wakely redi at gcc dot gnu.org --- Author: redi Date: Mon Mar 2 16:50:24 2015 New Revision: 221118 URL: https://gcc.gnu.org/viewcvs?rev=221118root=gccview=rev Log: PR libstdc++/64367 * include/std/stdexcept

[Bug target/65261] [5 Regression] bootstrap-ubsan ppc64le: gcc/libcpp/lex.c:552:30: runtime error: load of misaligned address 0x01002172dfc6 for type 'const uchar', which requires 16 byte alignment

2015-03-02 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65261 --- Comment #2 from Bill Schmidt wschmidt at gcc dot gnu.org --- Markus, yes, if adding that attribute clears up the messages for you, then I would agree with that solution. The code is working as designed, as use of unaligned vector loads and

[Bug libstdc++/64367] [5 Regression] g++-v5/stdexcept:52:28: error: invalid use of non-static data member '_M_p'

2015-03-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64367 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug testsuite/63175] [4.9/5 regression] FAIL: gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a.c scan-tree-dump-times slp2 basic block vectorized using SLP 1

2015-03-02 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63175 --- Comment #19 from rguenther at suse dot de rguenther at suse dot de --- On Mon, 2 Mar 2015, rguenther at suse dot de wrote: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63175 --- Comment #18 from rguenther at suse dot de rguenther at suse

[Bug testsuite/63175] [4.9/5 regression] FAIL: gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a.c scan-tree-dump-times slp2 basic block vectorized using SLP 1

2015-03-02 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63175 --- Comment #20 from Martin Sebor msebor at gcc dot gnu.org --- (In reply to rguent...@suse.de from comment #19) Please remove the extern from the first test and try again (it's a vestige of the second test). Here's the assembly emitted by

[Bug target/65278] [5 Regression] ICE (in output_718, at config/rs6000/rs6000.md:11592) on powerpc-linux-gnu

2015-03-02 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65278 --- Comment #3 from Matthias Klose doko at gcc dot gnu.org --- Created attachment 34924 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34924action=edit preprocessed source this is the unreduced source

[Bug testsuite/63175] [4.9/5 regression] FAIL: gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a.c scan-tree-dump-times slp2 basic block vectorized using SLP 1

2015-03-02 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63175 --- Comment #18 from rguenther at suse dot de rguenther at suse dot de --- On Mon, 2 Mar 2015, msebor at gcc dot gnu.org wrote: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63175 --- Comment #17 from Martin Sebor msebor at gcc dot gnu.org

[Bug ipa/65237] [5 Regression] r221040 caused many regressions

2015-03-02 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65237 Jan Hubicka hubicka at gcc dot gnu.org changed: What|Removed |Added Status|NEW |WAITING ---

[Bug ipa/65237] [5 Regression] r221040 caused many regressions

2015-03-02 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65237 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added Status|WAITING |NEW --- Comment #17

[Bug lto/65276] [5 Regression] LTO: ICE add_type_duplicate, at ipa-devirt.c:1462

2015-03-02 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65276 --- Comment #3 from Jan Hubicka hubicka at gcc dot gnu.org --- I guess it is the case where one type come from -O0 unit and have no TYPE_BINFO, because it is not optimized. I think just removing the check may work these days - I changed the way

[Bug target/65138] [5 Regression] testsuite ICEs on powerpc64le

2015-03-02 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65138 --- Comment #7 from David Edelsohn dje at gcc dot gnu.org --- Allowing users to specify -mcpu=powerpc64le is all well and good, but if TARGET_DEFAULT is set, it should not be gratuitously overridden in rs6000_option_override. The logic is not

[Bug ipa/65237] [5 Regression] r221040 caused many regressions

2015-03-02 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65237 Jan Hubicka hubicka at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug lto/65276] [5 Regression] LTO: ICE add_type_duplicate, at ipa-devirt.c:1462

2015-03-02 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65276 --- Comment #5 from Jan Hubicka hubicka at ucw dot cz --- Correct, TYPE_BINFO(type2) is NULL. Started with: commit 87a9c1b6624ae11321799e7c9aba4a7b47567d5d Author: hubicka hubicka@138bc75d-0d04-0410-961f-82ee72b054a4 Date: Mon Feb 9

[Bug testsuite/63175] [4.9/5 regression] FAIL: gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a.c scan-tree-dump-times slp2 basic block vectorized using SLP 1

2015-03-02 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63175 --- Comment #23 from rguenther at suse dot de rguenther at suse dot de --- On March 2, 2015 7:13:25 PM CET, msebor at gcc dot gnu.org gcc-bugzi...@gcc.gnu.org wrote: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63175 --- Comment #22 from Martin

[Bug lto/65276] [5 Regression] LTO: ICE add_type_duplicate, at ipa-devirt.c:1462

2015-03-02 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65276 --- Comment #4 from Aldy Hernandez aldyh at gcc dot gnu.org --- (In reply to Jan Hubicka from comment #3) I guess it is the case where one type come from -O0 unit and have no TYPE_BINFO, because it is not optimized. I think just removing the

[Bug libstdc++/65279] [4.8/4.9/5 Regression] std::scoped_allocator_adaptor is not assignable

2015-03-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65279 --- Comment #1 from Jonathan Wakely redi at gcc dot gnu.org --- Author: redi Date: Mon Mar 2 17:50:55 2015 New Revision: 221119 URL: https://gcc.gnu.org/viewcvs?rev=221119root=gccview=rev Log: PR libstdc++/65279 *

[Bug lto/65276] [5 Regression] LTO: ICE add_type_duplicate, at ipa-devirt.c:1462

2015-03-02 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65276 Aldy Hernandez aldyh at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug lto/65276] [5 Regression] LTO: ICE add_type_duplicate, at ipa-devirt.c:1462

2015-03-02 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65276 --- Comment #6 from Aldy Hernandez aldyh at gcc dot gnu.org --- Author: aldyh Date: Mon Mar 2 18:43:56 2015 New Revision: 221121 URL: https://gcc.gnu.org/viewcvs?rev=221121root=gccview=rev Log: PR lto/65276 * ipa-devirt.c

[Bug libstdc++/65279] [4.8/4.9 Regression] std::scoped_allocator_adaptor is not assignable

2015-03-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65279 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Known to work||5.0

[Bug libgcc/64885] libstdc++ all_attributes failure

2015-03-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64885 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug libgcc/65281] New: Lots of macros using non-reserved names in gthr headers

2015-03-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65281 Bug ID: 65281 Summary: Lots of macros using non-reserved names in gthr headers Product: gcc Version: 5.0 Status: UNCONFIRMED Keywords: rejects-valid

[Bug libgcc/65281] Lots of macros using non-reserved names in gthr headers

2015-03-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65281 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug ipa/65270] [5 regression] ICF needs to match TYPE attributes on memory accesses

2015-03-02 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65270 --- Comment #5 from Jan Hubicka hubicka at gcc dot gnu.org --- Thanks for looking into this! I think this was just the most obvoious of TYPE flags. Some more we need to look into: Is the alias class compare enough to handle TYPE_RESTRICT? We

[Bug testsuite/63175] [4.9/5 regression] FAIL: gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a.c scan-tree-dump-times slp2 basic block vectorized using SLP 1

2015-03-02 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63175 --- Comment #21 from rguenther at suse dot de rguenther at suse dot de --- On March 2, 2015 5:58:28 PM CET, msebor at gcc dot gnu.org gcc-bugzi...@gcc.gnu.org wrote: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63175 --- Comment #20 from Martin

[Bug debug/63572] [5 Regression] ICF breaks user debugging experience

2015-03-02 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63572 --- Comment #11 from Jan Hubicka hubicka at gcc dot gnu.org --- Reported by HJ: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65237 As of r221117, I still see FAIL: gcc.dg/guality/sra-1.c -O2 -flto -fno-use-linker-plugin -flto-partition=none

[Bug ipa/60871] [4.9 Regression] internal compiler error: in possible_polymorphic_call_targets, at ipa-devirt.c:1510

2015-03-02 Thread jussilehtola at fedoraproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60871 Susi Lehtola jussilehtola at fedoraproject dot org changed: What|Removed |Added CC|

[Bug libgcc/64885] libstdc++ all_attributes failure

2015-03-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64885 --- Comment #9 from Jonathan Wakely redi at gcc dot gnu.org --- Author: redi Date: Mon Mar 2 18:02:18 2015 New Revision: 221120 URL: https://gcc.gnu.org/viewcvs?rev=221120root=gccview=rev Log: PR libgcc/64885 * gthr-single.h: Use

[Bug testsuite/63175] [4.9/5 regression] FAIL: gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a.c scan-tree-dump-times slp2 basic block vectorized using SLP 1

2015-03-02 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63175 --- Comment #22 from Martin Sebor msebor at gcc dot gnu.org --- (In reply to rguent...@suse.de from comment #21) g: .quad.L.g,.TOC.@tocbase .previous .typeg, @function .L.g: addis 9,2,.LC1@toc@ha addis

[Bug target/65278] [5 Regression] ICE (in output_718, at config/rs6000/rs6000.md:11592) on powerpc-linux-gnu

2015-03-02 Thread aldyh at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65278 --- Comment #4 from Aldy Hernandez aldyh at redhat dot com --- On 03/02/2015 08:30 AM, doko at gcc dot gnu.org wrote: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65278 --- Comment #2 from Matthias Klose doko at gcc dot gnu.org --- yes, 32bit

[Bug middle-end/61409] [4.9/5 regression] -Wmaybe-uninitialized false-positive with -O2

2015-03-02 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61409 --- Comment #14 from Manuel López-Ibáñez manu at gcc dot gnu.org --- And even simpler testcase: void *init(void); struct window { int line_height; int pixel_width; int pixel_height; int column_width; int text_cols; int

[Bug middle-end/65256] [5 regression] Undefined symbols linking f951

2015-03-02 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65256 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added CC||law at redhat dot

[Bug ipa/64988] [5 Regression] ICE: verify_cgraph_node failed: Alias and target's comdat groups differs with -fdeclone-ctor-dtor

2015-03-02 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64988 Jan Hubicka hubicka at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug middle-end/65256] [5 regression] Undefined symbols linking f951

2015-03-02 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65256 --- Comment #2 from dave.anglin at bell dot net --- On 2015-03-02 2:36 PM, law at redhat dot com wrote: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65256 Jeffrey A. Law law at redhat dot com changed: What|Removed

[Bug ipa/64988] [5 Regression] ICE: verify_cgraph_node failed: Alias and target's comdat groups differs with -fdeclone-ctor-dtor

2015-03-02 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64988 --- Comment #6 from Jan Hubicka hubicka at gcc dot gnu.org --- Author: hubicka Date: Mon Mar 2 20:10:56 2015 New Revision: 221123 URL: https://gcc.gnu.org/viewcvs?rev=221123root=gccview=rev Log: PR ipa/64988 * ipa-inline-transform.c

[Bug lto/65130] [5 Regression] ICE with LTO on valid code on x86_64-linux-gnu

2015-03-02 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65130 --- Comment #11 from Jan Hubicka hubicka at ucw dot cz --- Hi, the bug is caused by code inlining functions called once. Here is a dead self recursive function that is called once (from itself) and the inliner manages to not punt on the rcurisve

<    1   2