[Bug ipa/63566] [5 Regression] i686 bootstrap fails: ICE RTL flag check: INSN_UID used with unexpected rtx code 'set' in INSN_UID, at rtl.h:1326

2014-10-16 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63566 --- Comment #1 from Martin Liška --- Created attachment 33738 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33738&action=edit Patch that enables just a single function merge operation.

[Bug target/63534] [5 Regression] Bootstrap failure on x86_64/i686-linux

2014-10-16 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63534 --- Comment #22 from Iain Sandoe --- (In reply to Iain Sandoe from comment #17) > (In reply to Dominique d'Humieres from comment #16) > > > Created attachment 33733 [details] > > > patch to fix darwin bootstrap > > > > > > With pseudo GOT registe

[Bug ipa/63566] [5 Regression] i686 bootstrap fails: ICE RTL flag check: INSN_UID used with unexpected rtx code 'set' in INSN_UID, at rtl.h:1326

2014-10-16 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63566 --- Comment #3 from Martin Liška --- Created attachment 33740 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33740&action=edit object file created w/ IPA ICF

[Bug ipa/63566] [5 Regression] i686 bootstrap fails: ICE RTL flag check: INSN_UID used with unexpected rtx code 'set' in INSN_UID, at rtl.h:1326

2014-10-16 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63566 --- Comment #2 from Martin Liška --- Created attachment 33739 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33739&action=edit object file created w/o IPA ICF

[Bug ipa/63566] [5 Regression] i686 bootstrap fails: ICE RTL flag check: INSN_UID used with unexpected rtx code 'set' in INSN_UID, at rtl.h:1326

2014-10-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63566 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/63567] New: Linux kernel build error due to non-static initializers

2014-10-16 Thread sasha.levin at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63567 Bug ID: 63567 Summary: Linux kernel build error due to non-static initializers Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority

[Bug c/63567] Linux kernel build error due to non-static initializers

2014-10-16 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63567 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/63534] [5 Regression] Bootstrap failure on x86_64/i686-linux

2014-10-16 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63534 --- Comment #23 from Iain Sandoe --- Created attachment 33741 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33741&action=edit asm and .i I built 216304+removing the two sections in i386.md. A stage 1 compiler built with -O0 -g is suffien

[Bug tree-optimization/63568] New: Missed optimization (a & ~mask) | (b & mask) = a ^ ((a ^ b) & mask)

2014-10-16 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63568 Bug ID: 63568 Summary: Missed optimization (a & ~mask) | (b & mask) = a ^ ((a ^ b) & mask) Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/63530] GCC generates incorrect aligned store on ARM after the loop is unrolled.

2014-10-16 Thread carrot at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63530 --- Comment #3 from Carrot --- It turns out that when function vect_create_addr_base_for_vector_ref create a new pointer, it doesn't set the correct alignment of pointer value, so the default alignment of the point_to type is used. We should use

[Bug sanitizer/63559] -fsanitize=thread sets no preprocessor flags

2014-10-16 Thread dvyukov at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63559 --- Comment #3 from Dmitry Vyukov --- Ah, OK, thanks. FWIW, TBB is open-source. However it uses hand-rolled atomic operations, so tsan won't work out-of-the box anyway.

[Bug fortran/63553] [OOP] Wrong code when assigning a CLASS to a TYPE

2014-10-16 Thread paul.richard.thomas at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63553 paul.richard.thomas at gmail dot com changed: What|Removed |Added CC||paul.richard.thom

[Bug middle-end/61848] [5 Regression] a previous declaration causes the section attribute to be lost

2014-10-16 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61848 --- Comment #21 from Markus Trippelsdorf --- Author: trippels Date: Fri Oct 17 05:10:07 2014 New Revision: 216361 URL: https://gcc.gnu.org/viewcvs?rev=216361&root=gcc&view=rev Log: Fix pr61848, linux kernel miscompile This patch cures the linux

[Bug middle-end/61848] [5 Regression] a previous declaration causes the section attribute to be lost

2014-10-16 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61848 Markus Trippelsdorf changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c/63567] Linux kernel build error due to non-static initializers

2014-10-16 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63567 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c/63567] Linux kernel build error due to non-static initializers

2014-10-16 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63567 --- Comment #3 from Marek Polacek --- (But warn with -pedantic.)

[Bug ipa/63562] [5 Regression] ICE : in ipcp_verify_propagated_values, at ipa-cp.c:907

2014-10-16 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63562 --- Comment #1 from Markus Trippelsdorf --- More info in /home/trippels/moz-build-dir/toolkit/library on gcc110: trippels@gcc1-power7 library % cat list /home/trippels/moz-build-dir/toolkit/library/../../xpcom/components/nsComponentManager.o /ho

[Bug ipa/63562] [5 Regression] ICE : in ipcp_verify_propagated_values, at ipa-cp.c:907

2014-10-16 Thread trippels at gcc dot gnu.org
=/home/marxin/bin/gcc/libexec/gcc/powerpc64-unknown-linux-gnu/5.0.0/lto-wrapper Target: powerpc64-unknown-linux-gnu Configured with: ../configure --enable-checking=release --prefix=/home/marxin/bin/gcc Thread model: posix gcc version 5.0.0 20141016 (experimental) (GCC) trippels@gcc1-power7 library

[Bug rtl-optimization/61605] Potential optimization: Keep unclobbered argument registers live across function calls

2014-10-16 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61605 --- Comment #10 from vries at gcc dot gnu.org --- Author: vries Date: Fri Oct 17 06:36:45 2014 New Revision: 216365 URL: https://gcc.gnu.org/viewcvs?rev=216365&root=gcc&view=rev Log: Use fuse-caller-save info in cprop-hardreg 2014-10-17 Tom de

[Bug rtl-optimization/61605] Potential optimization: Keep unclobbered argument registers live across function calls

2014-10-16 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61605 --- Comment #9 from vries at gcc dot gnu.org --- Author: vries Date: Fri Oct 17 06:36:35 2014 New Revision: 216364 URL: https://gcc.gnu.org/viewcvs?rev=216364&root=gcc&view=rev Log: Handle copy cycles in pass_cprop_hardreg 2014-10-17 Tom de Vri

[Bug tree-optimization/63569] New: [5.0 Regression] Wrong code with volatile and ICF

2014-10-16 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63569 Bug ID: 63569 Summary: [5.0 Regression] Wrong code with volatile and ICF Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: t

[Bug tree-optimization/63569] [5.0 Regression] Wrong code with volatile and ICF

2014-10-16 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63569 --- Comment #1 from Andrew Pinski --- Created attachment 33743 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33743&action=edit A Testcase which ICEs instead of just wrong code Compile with -O2. The ICE you get: t3.c: In function ‘register

[Bug tree-optimization/63569] [5.0 Regression] Wrong code with volatile and ICF

2014-10-16 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63569 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |5.0 --- Comment #2 from Andrew Pinski -

<    1   2