[Bug middle-end/60419] [4.8/4.9 Regression] ICE Segmentation fault

2014-03-05 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60419 --- Comment #3 from Matthias Klose --- Created attachment 32265 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32265&action=edit preprocessed source (armv7)

[Bug lto/60404] [4.9 Regression] wrong code by LTO on x86_64-linux-gnu

2014-03-05 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60404 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Wed Mar 5 08:46:31 2014 New Revision: 208340 URL: http://gcc.gnu.org/viewcvs?rev=208340&root=gcc&view=rev Log: PR lto/60404 * cfgexpand.c (expand_used_vars): Do not assume all SSA

[Bug debug/60381] [4.9 Regression] ICE: in vt_expand_var_loc_chain, at var-tracking.c:8245

2014-03-05 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60381 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #5 f

[Bug lto/60404] [4.9 Regression] wrong code by LTO on x86_64-linux-gnu

2014-03-05 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60404 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/58595] internal compiler error: in gen_movsi when compiling on arm some files of lttng-tools with -fPIE

2014-03-05 Thread ktkachov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58595 --- Comment #13 from ktkachov at gcc dot gnu.org --- This patch bootstrapped on a Chromebook and passed regtest fine for me.

[Bug middle-end/60419] [4.8/4.9 Regression] ICE Segmentation fault

2014-03-05 Thread y.gribov at samsung dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60419 --- Comment #4 from Yury Gribov --- This might have been fixed in trunk already, at least I can't repro for arm-v7a15. My fresh gcc is configured with ~/src/gcc-master/configure --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=arm-

[Bug c++/60417] [DR 1518] Bogus error on C++03 aggregate initialization

2014-03-05 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60417 --- Comment #5 from Jonathan Wakely --- I think Daniel's question is tangential because the testcase can be modified like so: B b{}; Or like so: struct A { explicit A(int = 0); }; struct B { int i; A a; }; int main() { B b = { 1 }; } Now

[Bug libstdc++/60421] New: std::this_thread::sleep_for doesn't sleep for all arguments

2014-03-05 Thread jaak at ristioja dot ee
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60421 Bug ID: 60421 Summary: std::this_thread::sleep_for doesn't sleep for all arguments Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Pri

[Bug libstdc++/60422] New: headers should give a diagnostic when included directly

2014-03-05 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60422 Bug ID: 60422 Summary: headers should give a diagnostic when included directly Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priori

[Bug middle-end/60419] [4.8/4.9 Regression] ICE Segmentation fault

2014-03-05 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60419 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.8.3

[Bug lto/60405] ICE in lto1 on x86_64-linux-gnu

2014-03-05 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60405 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/60418] [4.9 Regression] 435.gromacs in SPEC CPU 2006 is miscompiled

2014-03-05 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60418 Richard Biener changed: What|Removed |Added Target||x32 Target Milestone|---

[Bug middle-end/60418] [4.9 Regression] 435.gromacs in SPEC CPU 2006 is miscompiled

2014-03-05 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60418 --- Comment #3 from Richard Biener --- (In reply to H.J. Lu from comment #1) > Do we need to verify that basic block DEST has a single predecessor? No, that's not necessary. In fact that disables all pre-header removal (because the loop header a

[Bug c++/60417] [DR 1518] Bogus error on C++03 aggregate initialization

2014-03-05 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60417 Richard Biener changed: What|Removed |Added Target Milestone|4.9.0 |---

[Bug middle-end/60418] [4.9 Regression] 435.gromacs in SPEC CPU 2006 is miscompiled

2014-03-05 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60418 --- Comment #4 from Richard Biener --- (In reply to H.J. Lu from comment #0) > Since r208165, 435.gromacs in SPEC CPU 2006 is miscompiled on x32 with > > -mx32 -O3 -funroll-loops -ffast-math -fwhole-program -flto=jobserver > -fuse-linker-plugin >

[Bug libstdc++/60422] headers should give a diagnostic when included directly

2014-03-05 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60422 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1 f

[Bug plugins/59335] Plugin doesn't build on trunk

2014-03-05 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335 --- Comment #14 from Jakub Jelinek --- Author: jakub Date: Wed Mar 5 09:52:18 2014 New Revision: 208344 URL: http://gcc.gnu.org/viewcvs?rev=208344&root=gcc&view=rev Log: PR plugins/59335 * config/i386/t-i386 (OPTIONS_H_EXTRA): Add string

[Bug libstdc++/60421] std::this_thread::sleep_for doesn't sleep for all arguments

2014-03-05 Thread plasmahh at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60421 Dennis Lubert changed: What|Removed |Added CC||plasmahh at gmx dot net --- Comment #1 fr

[Bug c++/60423] New: g++ can treat a dynamic POD variable as an array without warning/error

2014-03-05 Thread peter.bocan at azet dot sk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60423 Bug ID: 60423 Summary: g++ can treat a dynamic POD variable as an array without warning/error Product: gcc Version: trans-mem Status: UNCONFIRMED Severity: norma

[Bug c++/60423] g++ can treat a dynamic POD variable as an array without warning/error

2014-03-05 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60423 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug lto/60424] New: [4.9 regression] FAIL: gcc.dg/lto/20110201-1 c_lto_20110201-1_0.o-c_lto_20110201-1_0.o link, -O0 -flto

2014-03-05 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60424 Bug ID: 60424 Summary: [4.9 regression] FAIL: gcc.dg/lto/20110201-1 c_lto_20110201-1_0.o-c_lto_20110201-1_0.o link, -O0 -flto Product: gcc Version: 4.9.0

[Bug lto/60424] [4.9 regression] FAIL: gcc.dg/lto/20110201-1 c_lto_20110201-1_0.o-c_lto_20110201-1_0.o link, -O0 -flto

2014-03-05 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60424 Andreas Schwab changed: What|Removed |Added Target Milestone|--- |4.9.0

[Bug lto/60424] [4.9 regression] FAIL: gcc.dg/lto/20110201-1 c_lto_20110201-1_0.o-c_lto_20110201-1_0.o link, -O0 -flto

2014-03-05 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60424 --- Comment #1 from Andreas Schwab --- Started to fail between r208309 and r208316.

[Bug c/60425] New: -fopenmp fails when gcc is compiled to /usr/local

2014-03-05 Thread j-frankish at slb dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60425 Bug ID: 60425 Summary: -fopenmp fails when gcc is compiled to /usr/local Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug libstdc++/60421] std::this_thread::sleep_for doesn't sleep for all arguments

2014-03-05 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60421 --- Comment #2 from Jonathan Wakely --- should probably be fixed along with PR 58038

[Bug middle-end/60426] New: [4.9 Regression] ICE near expand_builtin_int_roundingfn_2

2014-03-05 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60426 Bug ID: 60426 Summary: [4.9 Regression] ICE near expand_builtin_int_roundingfn_2 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Prior

[Bug c/60425] -fopenmp fails when gcc is compiled to /usr/local

2014-03-05 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60425 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1 f

[Bug middle-end/60426] [4.9 Regression] ICE near expand_builtin_int_roundingfn_2

2014-03-05 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60426 Joost VandeVondele changed: What|Removed |Added CC||Joost.VandeVondele at mat dot ethz

[Bug lto/60427] New: [4.9 Regression] r208312 causes ICE and wrong code for Fortran with -flto

2014-03-05 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60427 Bug ID: 60427 Summary: [4.9 Regression] r208312 causes ICE and wrong code for Fortran with -flto Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug middle-end/60426] [4.9 Regression] ICE near expand_builtin_int_roundingfn_2

2014-03-05 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60426 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/60428] New: non-exception (e.g. C) ARM Linux programs depend on libgcc_s

2014-03-05 Thread ossman at cendio dot se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60428 Bug ID: 60428 Summary: non-exception (e.g. C) ARM Linux programs depend on libgcc_s Product: gcc Version: 4.5.4 Status: UNCONFIRMED Severity: normal Pr

[Bug target/60428] non-exception (e.g. C) ARM Linux programs depend on libgcc_s

2014-03-05 Thread ossman at cendio dot se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60428 --- Comment #1 from Pierre Ossman --- Created attachment 32266 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32266&action=edit patch to weaken unwind symbols

[Bug lto/60427] [4.9 Regression] r208312 causes ICE and wrong code for Fortran with -flto

2014-03-05 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60427 --- Comment #1 from rguenther at suse dot de --- On Wed, 5 Mar 2014, dominiq at lps dot ens.fr wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60427 > > Bug ID: 60427 >Summary: [4.9 Regression] r208312 causes ICE and

[Bug target/60428] non-exception (e.g. C) ARM Linux programs depend on libgcc_s

2014-03-05 Thread ossman at cendio dot se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60428 --- Comment #2 from Pierre Ossman --- Created attachment 32267 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32267&action=edit test case

[Bug lto/60427] [4.9 Regression] r208312 causes ICE and wrong code for Fortran with -flto

2014-03-05 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60427 Joost VandeVondele changed: What|Removed |Added CC||Joost.VandeVondele at mat dot ethz

[Bug middle-end/60426] [4.9 Regression] ICE near expand_builtin_int_roundingfn_2

2014-03-05 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60426 Joost VandeVondele changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c/60425] -fopenmp fails when gcc is compiled to /usr/local

2014-03-05 Thread j-frankish at slb dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60425 --- Comment #2 from j-frankish at slb dot com --- Ah - I see the problem now. I'm using gcc packaged into a squashfs package, loop mounted at /tmp/tcloop/gcc and symlinked to the root file system. The gcc libs are packaged separately and mounted a

[Bug c/60425] -fopenmp fails when gcc is compiled to /usr/local

2014-03-05 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60425 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libgcc/60429] New: Miscompilation (aliasing) with -finline-functions

2014-03-05 Thread linux at carewolf dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60429 Bug ID: 60429 Summary: Miscompilation (aliasing) with -finline-functions Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug libgcc/60429] Miscompilation (aliasing) with -finline-functions

2014-03-05 Thread linux at carewolf dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60429 --- Comment #1 from Allan Jensen --- Created attachment 32268 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32268&action=edit qregion.cpp intermediate compiled with G++ 4.4 (working)

[Bug libgcc/60429] Miscompilation (aliasing) with -finline-functions

2014-03-05 Thread linux at carewolf dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60429 --- Comment #2 from Allan Jensen --- Created attachment 32269 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32269&action=edit qregion.cpp intermediate compiled with gcc 4.8

[Bug libgcc/60429] Miscompilation (aliasing) with -finline-functions

2014-03-05 Thread linux at carewolf dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60429 --- Comment #3 from Allan Jensen --- Created attachment 32270 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32270&action=edit qregion.cpp assembler compiled with gcc 4.8

[Bug libgcc/60429] Miscompilation (aliasing) with -finline-functions

2014-03-05 Thread linux at carewolf dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60429 --- Comment #4 from Allan Jensen --- Created attachment 32271 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32271&action=edit qregion.cpp assembler compiled with gcc 4.4

[Bug c++/58678] [4.9 Regression] pykde4-4.11.2 link error (devirtualization too trigger happy)

2014-03-05 Thread nheghathivhistha at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58678 --- Comment #22 from David Kredba --- I got this now with rev. 208241: /usr/bin/x86_64-pc-linux-gnu-g++ -fPIC -O2 -ggdb -pipe -march=native -mtune=native -mno-3dnow -mno-sse4.2 -mno-avx -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wc

[Bug target/57631] Use assembler name for sanity checking of ISR names provided it is set

2014-03-05 Thread mhlavink at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57631 Michal Hlavinka changed: What|Removed |Added CC||mhlavink at redhat dot com --- Comment

[Bug c++/60409] [4.9 Regression] [c++1y] ICE on valid with template function

2014-03-05 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60409 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1 f

[Bug fortran/58880] [4.9 Regression] [OOP] ICE on valid with FINAL function and type extension

2014-03-05 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58880 Tobias Burnus changed: What|Removed |Added Target Milestone|--- |4.9.0 --- Comment #5 from Tobias Burnus

[Bug c++/58678] [4.9 Regression] pykde4-4.11.2 link error (devirtualization too trigger happy)

2014-03-05 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58678 Markus Trippelsdorf changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug plugins/59335] Plugin doesn't build on trunk

2014-03-05 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335 --- Comment #15 from Jakub Jelinek --- Author: jakub Date: Wed Mar 5 15:06:23 2014 New Revision: 208346 URL: http://gcc.gnu.org/viewcvs?rev=208346&root=gcc&view=rev Log: PR plugins/59335 * Makefile.in (PLUGIN_HEADERS): Add tree-phinodes.

[Bug c++/58678] [4.9 Regression] pykde4-4.11.2 link error (devirtualization too trigger happy)

2014-03-05 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58678 --- Comment #24 from Markus Trippelsdorf --- Created attachment 32272 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32272&action=edit Unreduced testcase Here's the unreduced testcase: markus@x4 tmp % g++ -Wall -Wextra -c -O2 test.ii markus

[Bug target/60369] [PATCH] [TIC6X] new compiler intrinsics

2014-03-05 Thread wojtek.golf at interia dot pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60369 --- Comment #1 from Wojciech Migda --- Created attachment 32273 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32273&action=edit Patch, as specified in the report body.

[Bug fortran/58880] [4.9 Regression] [OOP] ICE on valid with FINAL function and type extension

2014-03-05 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58880 --- Comment #6 from janus at gcc dot gnu.org --- (In reply to Tobias Burnus from comment #5) > Well, one can argue whether a bug in a new feature is a real regression ... Yeah, but maybe we should rather argue about how to fix it than how to class

[Bug lto/60427] [4.9 Regression] r208312 causes ICE and wrong code for Fortran with -flto

2014-03-05 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60427 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Target Milestone|---

[Bug lto/60424] [4.9 regression] FAIL: gcc.dg/lto/20110201-1 c_lto_20110201-1_0.o-c_lto_20110201-1_0.o link, -O0 -flto

2014-03-05 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60424 Richard Biener changed: What|Removed |Added Priority|P3 |P1 --- Comment #2 from Richard Biener -

[Bug lto/60424] [4.9 regression] FAIL: gcc.dg/lto/20110201-1 c_lto_20110201-1_0.o-c_lto_20110201-1_0.o link, -O0 -flto

2014-03-05 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60424 --- Comment #3 from Andreas Schwab --- Everywhere.

[Bug c++/58678] [4.9 Regression] pykde4-4.11.2 link error (devirtualization too trigger happy)

2014-03-05 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58678 --- Comment #25 from Jason Merrill --- OK, this testcase wasn't affected by my earlier patch because ~Part is user-defined, so it's fair game for devirtualization. I notice, however, that in the unreduced testcase Part is an abstract class, so it

[Bug debug/60381] [4.9 Regression] ICE: in vt_expand_var_loc_chain, at var-tracking.c:8245

2014-03-05 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60381 --- Comment #6 from Alexandre Oliva --- Created attachment 32274 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32274&action=edit WIP patch to start combining useless value removal and table reset, after reverting the faulty patch I'd prefer

[Bug lto/60424] [4.9 regression] FAIL: gcc.dg/lto/20110201-1 c_lto_20110201-1_0.o-c_lto_20110201-1_0.o link, -O0 -flto

2014-03-05 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60424 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #4 f

[Bug c++/60430] New: static_assert and reference to const/constexpr

2014-03-05 Thread florent.hivert at lri dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60430 Bug ID: 60430 Summary: static_assert and reference to const/constexpr Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug debug/60381] [4.9 Regression] ICE: in vt_expand_var_loc_chain, at var-tracking.c:8245

2014-03-05 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60381 --- Comment #7 from Jakub Jelinek --- I admit I haven't timed the insn-recog.c compilation time with my patch, but I haven't noticed that the compile time would increase significantly. I guess I can benchmark it now.

[Bug target/60431] [PATCH] [TIC6X] target description missing abssi2 insn

2014-03-05 Thread wojtek.golf at interia dot pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60431 --- Comment #1 from Wojciech Migda --- Created attachment 32275 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32275&action=edit Proposed patch

[Bug target/60431] New: [PATCH] [TIC6X] target description missing abssi2 insn

2014-03-05 Thread wojtek.golf at interia dot pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60431 Bug ID: 60431 Summary: [PATCH] [TIC6X] target description missing abssi2 insn Product: gcc Version: 4.8.3 Status: UNCONFIRMED Severity: normal Priority: P3 Compon

[Bug target/60431] [PATCH] [TIC6X] target description missing abssi2 insn

2014-03-05 Thread wojtek.golf at interia dot pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60431 --- Comment #2 from Wojciech Migda --- Created attachment 32276 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32276&action=edit patch amendment - previous was incomplete

[Bug c++/58678] [4.9 Regression] pykde4-4.11.2 link error (devirtualization too trigger happy)

2014-03-05 Thread nheghathivhistha at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58678 --- Comment #26 from David Kredba --- Hello Markus, Could you kindly please write here how are you reducing this? (So next time I can try to do it myself.) Thank you in advance.

[Bug c++/58678] [4.9 Regression] pykde4-4.11.2 link error (devirtualization too trigger happy)

2014-03-05 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58678 --- Comment #27 from Markus Trippelsdorf --- (In reply to David Kredba from comment #26) > Hello Markus, > Could you kindly please write here how are you reducing this? > > (So next time I can try to do it myself.) Sure. First thing is to find o

[Bug fortran/58842] libgfortran configuration error in 32-bit mode for GCC 4.8 with MacPorts "universal installation"

2014-03-05 Thread egall at gwmail dot gwu.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58842 --- Comment #4 from Eric Gallager --- (In reply to Eric Gallager from comment #3) > I am running into this error as well. I attached my relevant logfiles in the > downstream ticket that the OP linked to. > > (In reply to Dominique d'Humieres from

[Bug c++/60432] New: Member pointer resolution within class definition causes segmentation fault

2014-03-05 Thread jpelletier at jumptrading dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60432 Bug ID: 60432 Summary: Member pointer resolution within class definition causes segmentation fault Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: norm

[Bug c++/60432] Member pointer resolution within class definition causes segmentation fault

2014-03-05 Thread jpelletier at jumptrading dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60432 --- Comment #1 from jpelletier at jumptrading dot com --- Created attachment 32277 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32277&action=edit full error output

[Bug c++/60432] Member pointer resolution within class definition causes segmentation fault

2014-03-05 Thread jpelletier at jumptrading dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60432 --- Comment #2 from jpelletier at jumptrading dot com --- The following code causes a segmentation fault: #include struct A { int a; static constexpr int A::*p = &A::a; }; %g++ -std=c++11 -c member.cc member.cc:6:35: internal compiler error:

[Bug c++/60432] Member pointer resolution within class definition causes segmentation fault

2014-03-05 Thread jpelletier at jumptrading dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60432 --- Comment #3 from jpelletier at jumptrading dot com --- Created attachment 32278 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32278&action=edit preprocessed file

[Bug fortran/58842] libgfortran configuration error in 32-bit mode for GCC 4.8 with MacPorts "universal installation"

2014-03-05 Thread egall at gwmail dot gwu.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58842 --- Comment #5 from Eric Gallager --- (In reply to Eric Gallager from comment #4) > > I lost my results for their testsuites, but I suppose that I can run them > > again... > > So I am back after re-running the testsuites, and it turned out that

[Bug c++/60361] [4.7/4.8/4.9 Regression] unexpected 'use of parameter outside function body' error

2014-03-05 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60361 --- Comment #2 from Jason Merrill --- Author: jason Date: Wed Mar 5 17:53:28 2014 New Revision: 208351 URL: http://gcc.gnu.org/viewcvs?rev=208351&root=gcc&view=rev Log: PR c++/60361 * parser.c (cp_parser_template_id): Don't set up a CPP_

[Bug c++/60409] [4.9 Regression] [c++1y] ICE on valid with template function

2014-03-05 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60409 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/60361] [4.7/4.8 Regression] unexpected 'use of parameter outside function body' error

2014-03-05 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60361 Jason Merrill changed: What|Removed |Added Known to work||4.9.0 Summary|[4.7/4.8/4.9 Reg

[Bug target/60431] [PATCH] [TIC6X] target description missing abssi2 insn

2014-03-05 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60431 --- Comment #3 from joseph at codesourcery dot com --- The semantics of the abssi2 insn pattern on the most negative integer are that it returns the argument unchanged (RTL operations are generally modulo; the semantics don't depend on whether -

[Bug c++/58678] [4.9 Regression] pykde4-4.11.2 link error (devirtualization too trigger happy)

2014-03-05 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58678 --- Comment #28 from Jason Merrill --- Created attachment 32279 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32279&action=edit New patch Does this fix KDE?

[Bug c++/58678] [4.9 Regression] pykde4-4.11.2 link error (devirtualization too trigger happy)

2014-03-05 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58678 --- Comment #29 from Markus Trippelsdorf --- (In reply to Jason Merrill from comment #28) > Created attachment 32279 [details] > New patch > > Does this fix KDE? Yes. Thanks Jason.

[Bug debug/60381] [4.9 Regression] ICE: in vt_expand_var_loc_chain, at var-tracking.c:8245

2014-03-05 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60381 --- Comment #8 from Jakub Jelinek --- I've measured (everything --enable-checking=release bootstrapped) vanilla trunk, that + my http://gcc.gnu.org/ml/gcc-patches/2014-03/msg00142.html patch, trunk with 208220 reverted and the same plus your WIP p

[Bug c++/60432] Member pointer resolution within class definition causes segmentation fault

2014-03-05 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60432 Jonathan Wakely changed: What|Removed |Added Known to work||4.9.0 --- Comment #4 from Jonathan Wake

[Bug middle-end/60418] [4.9 Regression] 435.gromacs in SPEC CPU 2006 is miscompiled

2014-03-05 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60418 --- Comment #5 from H.J. Lu --- Created attachment 32280 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32280&action=edit The assembly difference of good and bad executables Here is the assembly difference of good and bad executables due the

[Bug middle-end/60418] [4.9 Regression] 435.gromacs in SPEC CPU 2006 is miscompiled

2014-03-05 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60418 --- Comment #6 from H.J. Lu --- (In reply to Richard Biener from comment #4) > > That's odd. What's the code generation difference in the end > for the minimal range {to, from} that still shows a difference > of the result? In this particular c

[Bug target/60431] [PATCH] [TIC6X] target description missing abssi2 insn

2014-03-05 Thread wojtek.golf at interia dot pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60431 --- Comment #4 from Wojciech Migda --- Ok, my bad. I'll work on the testcases so that I can make gcc emit abs when it is valid. Should this PR be rejected then?

[Bug debug/60433] New: auto-fn24.C:7:8: ICE: in dbxout_type, at dbxout.c:2371

2014-03-05 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60433 Bug ID: 60433 Summary: auto-fn24.C:7:8: ICE: in dbxout_type, at dbxout.c:2371 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compon

[Bug c++/60409] [4.9 Regression] [c++1y] ICE on valid with template function

2014-03-05 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60409 --- Comment #2 from Jason Merrill --- Author: jason Date: Wed Mar 5 19:25:37 2014 New Revision: 208352 URL: http://gcc.gnu.org/viewcvs?rev=208352&root=gcc&view=rev Log: PR c++/60409 * semantics.c (force_paren_expr): Only add a PAREN_EXPR

[Bug c++/60409] [4.9 Regression] [c++1y] ICE on valid with template function

2014-03-05 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60409 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/60418] [4.9 Regression] 435.gromacs in SPEC CPU 2006 is miscompiled

2014-03-05 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60418 --- Comment #7 from H.J. Lu --- current_loops is setup by (gdb) bt #0 set_loops_for_fn (fn=0x715901f8, loops=0x7fffef079e20) at ../../../../gcc/gcc/function.h:747 #1 0x008fe35e in input_cfg (ib=0x7fffdbc0, data_in=0x1fc4a80,

[Bug testsuite/59308] [4.9 Regression] gcc.dg/tree-ssa/ssa-ifcombine-ccmp-[1456] tests fail on arm cortex-a5

2014-03-05 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59308 --- Comment #8 from Jakub Jelinek --- Author: jakub Date: Wed Mar 5 20:07:50 2014 New Revision: 208354 URL: http://gcc.gnu.org/viewcvs?rev=208354&root=gcc&view=rev Log: PR testsuite/59308 * gcc.dg/pr46309.c: Don't compile on logical_op_s

[Bug lto/60404] [4.9 Regression] wrong code by LTO on x86_64-linux-gnu

2014-03-05 Thread su at cs dot ucdavis.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60404 --- Comment #6 from Zhendong Su --- (In reply to Jakub Jelinek from comment #5) > Fixed, thanks for reporting this. Jakub, thanks for the quick fix! I'm intrigued by Eric's earlier comment. Is it one of the purposes of LTO so that one could li

[Bug target/58271] ICE in gcc for a MIPS target during compilation with -mpaired-single -ftree-vectorize

2014-03-05 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58271 rsandifo at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed

[Bug fortran/60392] Problem with TRANSPOSE and CONTIGUOUS dummy arguments

2014-03-05 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60392 Mikael Morin changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/60418] [4.9 Regression] 435.gromacs in SPEC CPU 2006 is miscompiled

2014-03-05 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60418 --- Comment #8 from H.J. Lu --- With LTO, current_loops->state may not be set and loops_state_satisfies_p () may always be false.

[Bug fortran/60392] Problem with TRANSPOSE and CONTIGUOUS dummy arguments

2014-03-05 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60392 --- Comment #4 from Mikael Morin --- (In reply to Mikael Morin from comment #3) > So we pass the transposed array with > transposed bounds -> we pass the original array. Not exactly in fact: In my_mul_cont, a.stride[0] == 2 and a.stride[1] == 1.

[Bug c++/60434] New: False -Wformat warnings about %lld and %Lf are given on Windows

2014-03-05 Thread egor_suvorov at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60434 Bug ID: 60434 Summary: False -Wformat warnings about %lld and %Lf are given on Windows Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal

[Bug plugins/59335] Plugin doesn't build on trunk

2014-03-05 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335 Jakub Jelinek changed: What|Removed |Added Status|REOPENED|RESOLVED CC|

[Bug target/60431] [PATCH] [TIC6X] target description missing abssi2 insn

2014-03-05 Thread wojtek.golf at interia dot pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60431 --- Comment #5 from Wojciech Migda --- So, I'd like to learn some more from this. Suppose I have code like this: int fn_i1(int x) { x /= 2; return (x >= 0) ? x : -x; } or short fn_s1(short x) { return (x >= 0) ? x : -x; } In each case th

[Bug plugins/59335] Plugin doesn't build on trunk

2014-03-05 Thread pageexec at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335 --- Comment #17 from PaX Team --- sure, thanks for fixing the already mentioned ones, i verified that all works fine for my plugins at least. as a related question, isn't there a better way than playing this whack-a-mole game with gcc headers vs.

[Bug c/60435] New: GCC failes to apply CSE for va_arg with different types whose representations match

2014-03-05 Thread bugdal at aerifal dot cx
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60435 Bug ID: 60435 Summary: GCC failes to apply CSE for va_arg with different types whose representations match Product: gcc Version: unknown Status: UNCONFIRMED Seve

[Bug target/60431] [PATCH] [TIC6X] target description missing abssi2 insn

2014-03-05 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60431 --- Comment #6 from joseph at codesourcery dot com --- That sounds like another case for adding an target-independent feature. That is, the target description is accurate here but the target-independent parts of the compiler could do with new f

[Bug gcov-profile/48361] gcov freezes when using --all-blocks (-a) flag.

2014-03-05 Thread john.carter at taitradio dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48361 John Carter changed: What|Removed |Added CC||john.carter at taitradio dot com --- Comme

[Bug bootstrap/57486] bootstrap fails on 4.8 and google/4.8 branch on RHEL6.1 platform

2014-03-05 Thread brooks at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57486 Brooks Moses changed: What|Removed |Added Status|WAITING |RESOLVED CC|

  1   2   >