[Bug libstdc++/58638] libstdc++ builds as non-PIC when --with-pic is specified

2014-05-22 Thread skunk at iskunk dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58638 --- Comment #8 from Daniel Richard G. --- (In reply to Jonathan Wakely from comment #7) > Seems unlikely, but if -static-libgcc -static-libstdc++ gives you a runtime > dependency on GCC then that should be reported as a bug. I tried a 4.9.0 buil

[Bug tree-optimization/54733] Missing opportunity to optimize endian independent load/store

2014-05-22 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54733 --- Comment #3 from thopre01 at gcc dot gnu.org --- Author: thopre01 Date: Fri May 23 03:33:28 2014 New Revision: 210843 URL: http://gcc.gnu.org/viewcvs?rev=210843&root=gcc&view=rev Log: 2014-05-23 Thomas Preud'homme PR tree-optimization/

[Bug rtl-optimization/61215] [4.9/4.10 Regression] ICE in gen_add2_insn, at optabs.c:4718 when building wine-1.7.19

2014-05-22 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61215 --- Comment #6 from Vladimir Makarov --- Author: vmakarov Date: Fri May 23 01:52:28 2014 New Revision: 210839 URL: http://gcc.gnu.org/viewcvs?rev=210839&root=gcc&view=rev Log: 2014-05-22 Vladimir Makarov PR rtl-optimization/61215 * l

[Bug rtl-optimization/61215] [4.9/4.10 Regression] ICE in gen_add2_insn, at optabs.c:4718 when building wine-1.7.19

2014-05-22 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61215 --- Comment #5 from Vladimir Makarov --- Author: vmakarov Date: Fri May 23 01:52:01 2014 New Revision: 210838 URL: http://gcc.gnu.org/viewcvs?rev=210838&root=gcc&view=rev Log: 2014-05-22 Vladimir Makarov PR rtl-optimization/61215 * l

[Bug target/61231] [4.9/4.10 Regression] bootstrap comparision failure on powerpc64le-linux-gnu

2014-05-22 Thread amodra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61231 --- Comment #15 from Alan Modra --- Author: amodra Date: Fri May 23 01:28:23 2014 New Revision: 210837 URL: http://gcc.gnu.org/viewcvs?rev=210837&root=gcc&view=rev Log: PR target/61231 * config/rs6000/rs6000.c (mem_operand_gpr): Handle S

[Bug target/61231] [4.9/4.10 Regression] bootstrap comparision failure on powerpc64le-linux-gnu

2014-05-22 Thread amodra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61231 --- Comment #14 from Alan Modra --- Author: amodra Date: Fri May 23 01:24:08 2014 New Revision: 210836 URL: http://gcc.gnu.org/viewcvs?rev=210836&root=gcc&view=rev Log: PR target/61231 * config/rs6000/rs6000.c (mem_operand_gpr): Handle S

[Bug target/61231] [4.9/4.10 Regression] bootstrap comparision failure on powerpc64le-linux-gnu

2014-05-22 Thread amodra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61231 --- Comment #13 from Alan Modra --- Author: amodra Date: Fri May 23 01:17:41 2014 New Revision: 210835 URL: http://gcc.gnu.org/viewcvs?rev=210835&root=gcc&view=rev Log: PR target/61231 * config/rs6000/rs6000.c (mem_operand_gpr): Handle S

[Bug c++/61290] New: init templated member variable with constructor fails

2014-05-22 Thread tower120 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61290 Bug ID: 61290 Summary: init templated member variable with constructor fails Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compon

[Bug c++/61088] segfault with array of lambdas initialized with initializer list that contains a lambda that captures the array

2014-05-22 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61088 Paolo Carlini changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/61088] segfault with array of lambdas initialized with initializer list that contains a lambda that captures the array

2014-05-22 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61088 --- Comment #5 from paolo at gcc dot gnu.org --- Author: paolo Date: Thu May 22 22:28:24 2014 New Revision: 210829 URL: http://gcc.gnu.org/viewcvs?rev=210829&root=gcc&view=rev Log: /cp 2014-05-22 Paolo Carlini PR c++/61088 * lambda.c

[Bug tree-optimization/61289] Bad jump threading generates infinite loop

2014-05-22 Thread ppluzhnikov at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61289 Paul Pluzhnikov changed: What|Removed |Added CC||ppluzhnikov at google dot com --- Comm

[Bug libfortran/60324] Handle arbitrarily long path names

2014-05-22 Thread jb at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60324 --- Comment #3 from Janne Blomqvist --- Author: jb Date: Thu May 22 21:17:29 2014 New Revision: 210827 URL: http://gcc.gnu.org/viewcvs?rev=210827&root=gcc&view=rev Log: PR 60324 Handle long path names, don't use PATH_MAX. 2014-05-23 Janne Blom

[Bug tree-optimization/61289] New: Bad jump threading generates infinite loop

2014-05-22 Thread xinliangli at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61289 Bug ID: 61289 Summary: Bad jump threading generates infinite loop Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree

[Bug rtl-optimization/60969] [4.9/4.10 Regression] ICE in output_129 in MMXMOV of mode MODE_SF for march=pentium4

2014-05-22 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60969 --- Comment #28 from Vladimir Makarov --- Author: vmakarov Date: Thu May 22 21:10:26 2014 New Revision: 210825 URL: http://gcc.gnu.org/viewcvs?rev=210825&root=gcc&view=rev Log: 2014-05-22 Vladimir Makarov PR rtl-optimization/60969 *

[Bug rtl-optimization/60969] [4.9/4.10 Regression] ICE in output_129 in MMXMOV of mode MODE_SF for march=pentium4

2014-05-22 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60969 --- Comment #27 from Vladimir Makarov --- Author: vmakarov Date: Thu May 22 21:09:59 2014 New Revision: 210824 URL: http://gcc.gnu.org/viewcvs?rev=210824&root=gcc&view=rev Log: 2014-05-22 Vladimir Makarov PR rtl-optimization/60969 *

[Bug bootstrap/60984] [4.9 Regression] AIX: gcc-4.9.0 bootstrap fails in stage-2

2014-05-22 Thread fbissey at slingshot dot co.nz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60984 --- Comment #32 from François Bissey --- Successfully built on AIX 5.3.0. Thanks.

[Bug target/60925] [4.9/4.10 Regression] hppa: can't find a register in class 'R1_REGS' while reloading 'asm'

2014-05-22 Thread aaro.koskinen at iki dot fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60925 Aaro Koskinen changed: What|Removed |Added Known to fail||4.8.3 --- Comment #3 from Aaro Koskinen

[Bug c++/61288] New: valgrind finds problem in build_conditional_expr_1

2014-05-22 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61288 Bug ID: 61288 Summary: valgrind finds problem in build_conditional_expr_1 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug rtl-optimization/60901] [4.8/4.9 Regression] ICE: SIGSEGV in add_to_deps_list with -fsel-sched-pipelining-outer-loops

2014-05-22 Thread rhill at gentoo dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60901 --- Comment #6 from Ryan Hill --- And you're leaving 4.8/4.9 broken?

[Bug target/61287] "error: ‘nios2_fpu_insn_enabled’ was not declared in this scope" when building with ada

2014-05-22 Thread dmalcolm at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61287 --- Comment #1 from Dave Malcolm --- Also seen with --target=nios2-linux-gnu

[Bug target/61287] New: "error: ‘nios2_fpu_insn_enabled’ was not declared in this scope" when building with ada

2014-05-22 Thread dmalcolm at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61287 Bug ID: 61287 Summary: "error: ‘nios2_fpu_insn_enabled’ was not declared in this scope" when building with ada Product: gcc Version: 4.10.0 Status: UNCONFIRMED

[Bug target/61231] [4.9/4.10 Regression] bootstrap comparision failure on powerpc64le-linux-gnu

2014-05-22 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61231 --- Comment #12 from Vladimir Makarov --- (In reply to Peter Bergner from comment #11) > Vlad, can you think of any way that your change might affect this? It seems > suspicious that your patch forces some pseudos to memory similar to what we >

[Bug target/61208] armhf: generated asm code produces "branch out of range" error in gas with -Os

2014-05-22 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61208 Richard Earnshaw changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/61208] armhf: generated asm code produces "branch out of range" error in gas with -Os

2014-05-22 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61208 --- Comment #8 from Richard Earnshaw --- Author: rearnsha Date: Thu May 22 15:56:34 2014 New Revision: 210816 URL: http://gcc.gnu.org/viewcvs?rev=210816&root=gcc&view=rev Log: PR target/61208 * arm.md (arm_cmpdi_unsigned): Fix length cal

[Bug target/61208] armhf: generated asm code produces "branch out of range" error in gas with -Os

2014-05-22 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61208 --- Comment #7 from Richard Earnshaw --- Author: rearnsha Date: Thu May 22 15:54:28 2014 New Revision: 210814 URL: http://gcc.gnu.org/viewcvs?rev=210814&root=gcc&view=rev Log: PR target/61208 * arm.md (arm_cmpdi_unsigned): Fix length cal

[Bug target/61208] armhf: generated asm code produces "branch out of range" error in gas with -Os

2014-05-22 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61208 --- Comment #6 from Richard Earnshaw --- Author: rearnsha Date: Thu May 22 15:39:46 2014 New Revision: 210813 URL: http://gcc.gnu.org/viewcvs?rev=210813&root=gcc&view=rev Log: PR target/61208 * arm.md (arm_cmpdi_unsigned): Fix length cal

[Bug target/61208] armhf: generated asm code produces "branch out of range" error in gas with -Os

2014-05-22 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61208 --- Comment #5 from Richard Earnshaw --- Author: rearnsha Date: Thu May 22 15:38:51 2014 New Revision: 210812 URL: http://gcc.gnu.org/viewcvs?rev=210812&root=gcc&view=rev Log: PR target/61208 * arm.md (arm_cmpdi_unsigned): Fix length cal

[Bug target/61231] [4.9/4.10 Regression] bootstrap comparision failure on powerpc64le-linux-gnu

2014-05-22 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61231 --- Comment #11 from Peter Bergner --- Looking at some stage2 and stage3 obj files that Matthias sent me, there are actual code differences between the stage2 and stage3 compiles. The following code shows one example. The difference seems to be

[Bug other/61233] Demangler crash (GDB PR 16957)

2014-05-22 Thread palves at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61233 Pedro Alves changed: What|Removed |Added CC||palves at redhat dot com --- Comment #1 fr

[Bug other/56955] documentation for attribute malloc contradicts itself

2014-05-22 Thread eggert at gnu dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56955 Paul Eggert changed: What|Removed |Added Attachment #32832|0 |1 is obsolete|

[Bug target/61249] _mm_frcz_ss, _mm_frcz_sd: __builtin_ia32_vfrczss, __builtin_ia32_vfrczsd require 2 arguments

2014-05-22 Thread mt at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61249 --- Comment #5 from Michael Tautschnig --- Created attachment 32843 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32843&action=edit Update documentation

[Bug libstdc++/58638] libstdc++ builds as non-PIC when --with-pic is specified

2014-05-22 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58638 --- Comment #7 from Jonathan Wakely --- Seems unlikely, but if -static-libgcc -static-libstdc++ gives you a runtime dependency on GCC then that should be reported as a bug.

[Bug c++/61286] New: internal compiler error -fcilkplus

2014-05-22 Thread tau at eidos dot ic.i.u-tokyo.ac.jp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61286 Bug ID: 61286 Summary: internal compiler error -fcilkplus Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c/61285] GCC version 4.7.x 4.8.x 4.9.x does not compile working ARM code for the AT24 EEPROM driver under Linux 3.6.x

2014-05-22 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61285 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c/61271] 10 * possible coding error with logical not (!)

2014-05-22 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61271 --- Comment #6 from Jonathan Wakely --- Author: redi Date: Thu May 22 12:17:15 2014 New Revision: 210804 URL: http://gcc.gnu.org/viewcvs?rev=210804&root=gcc&view=rev Log: cp: PR c/61271 * cp-array-notation.c (cilkplus_an_triplet_types_ok

[Bug c/61285] New: GCC version 4.7.x 4.8.x 4.9.x does not compile working ARM code for the AT24 EEPROM driver under Linux 3.6.x

2014-05-22 Thread Nassar.Mahmood at nortechonline dot co.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61285 Bug ID: 61285 Summary: GCC version 4.7.x 4.8.x 4.9.x does not compile working ARM code for the AT24 EEPROM driver under Linux 3.6.x Product: gcc Version: 4.7.0 Status: UN

[Bug bootstrap/60984] [4.9 Regression] AIX: gcc-4.9.0 bootstrap fails in stage-2

2014-05-22 Thread tgard at opentext dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60984 --- Comment #31 from Torbjörn Gard --- This worked for me. Thanks a lot :-)

[Bug fortran/61284] non_overridable produces segmentation fault

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

[Bug fortran/61284] New: non_overridable produces segmentation fault

2014-05-22 Thread mrestelli at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61284 Bug ID: 61284 Summary: non_overridable produces segmentation fault Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fort

[Bug ada/56274] [4.8/4.9/4.10 Regression] libada bootstrap failure on kfreebsd ("pthread_rwlock_t" not declared in "OS_Interface")

2014-05-22 Thread charlet at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56274 Arnaud Charlet changed: What|Removed |Added CC||charlet at gcc dot gnu.org --- Comment

[Bug ipa/61283] [4.10 regression] SEGV in pass_ipa_comdats::execute

2014-05-22 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61283 Rainer Orth changed: What|Removed |Added Target Milestone|--- |4.10.0

[Bug ipa/61283] New: [4.10 regression] SEGV in pass_ipa_comdats::execute

2014-05-22 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61283 Bug ID: 61283 Summary: [4.10 regression] SEGV in pass_ipa_comdats::execute Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug rtl-optimization/61278] ICE with LTO (lto-wrapper failed) on x86_64-linux-gnu in 64-bit mode

2014-05-22 Thread zhenqiang.chen at linaro dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61278 --- Comment #2 from zhenqiang.chen at linaro dot org --- Confirmed. df_live is not init in O1. Patch is in testing.

[Bug c++/56746] [4.8 regression] increased memory usage when compiling C++

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56746 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #15 from Richard Bien

[Bug debug/57481] [4.8 Regression] LTO VTA compile time hog

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57481 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #4 from Richard Biene

[Bug target/54699] [4.8/4.9/4.10 Regression] [SH] gfortran.dg/class_array_9.f03 ICEs

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54699 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #11 from Richard Bien

[Bug ada/56274] [4.8/4.9/4.10 Regression] libada bootstrap failure on kfreebsd ("pthread_rwlock_t" not declared in "OS_Interface")

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56274 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #4 from Richard Biene

[Bug middle-end/52306] [4.8 regression] ICE in cselib_record_set, at cselib.c:2158

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52306 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #33 from Richard Bien

[Bug rtl-optimization/57676] [4.8/4.9/4.10 Regression] ICE: Maximum number of LRA constraint passes is achieved (30)

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57676 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #5 from Richard Biene

[Bug tree-optimization/60656] [4.8 regression] x86 vectorization produces wrong code

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60656 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #13 from Richard Bien

[Bug other/56811] [4.8/4.9/4.10 Regression] libbacktrace causes undefined symbol "_Unwind_GetIPInfo" on ia64-hpux

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56811 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #11 from Richard Bien

[Bug libgcc/57221] [4.8/4.9/4.10 regression] libgcc symbol visibility changes break Android blobs

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57221 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #6 from Richard Biene

[Bug debug/58123] [4.8/4.9/4.10 Regression] debug line not tracked for last autovariable dtor

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58123 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #4 from Richard Biene

[Bug target/59371] [4.8/4.9/4.10 Regression] Performance regression in GCC 4.8 and later versions.

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59371 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #11 from Richard Bien

[Bug rtl-optimization/60769] [4.8 Regression] ICE: Max. number of generated reload insns per insn is achieved (90)

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60769 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #6 from Richard Biene

[Bug tree-optimization/57511] [4.8 Regression] Missing SCEV final value replacement

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57511 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #10 from Richard Bien

[Bug bootstrap/57059] [4.8/4.9/4.10 Regression] Host configuration of loose_warn breaks for build components for Canadian crosses

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57059 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #5 from Richard Biene

[Bug tree-optimization/57534] [4.8/4.9/4.10 Regression]: Performance regression versus 4.7.3, 4.8.1 is ~15% slower

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57534 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #8 from Richard Biene

[Bug rtl-optimization/55278] [4.8/4.9/4.10 Regression] Botan performance regressions, other compilers generate better code than gcc

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55278 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #17 from Richard Bien

[Bug target/60617] [4.8 Regression] unable to find a register to spill in class 'LO_REGS'

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60617 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #5 from Richard Biene

[Bug rtl-optimization/57518] [4.8 Regression] Redundant insn generated in LRA

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57518 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #10 from Richard Bien

[Bug ipa/60315] [4.8/4.9/4.10 Regression] template constructor switch optimization

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60315 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #19 from Richard Bien

[Bug fortran/61138] [4.8/4.9/4.10 Regression] Wrong code with pointer-bounds remapping

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61138 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #3 from Richard Biene

[Bug c++/59248] [4.8 regression] pointless -Wconversion warning with sizeof, take 2

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59248 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #4 from Richard Biene

[Bug lto/59626] [4.8 Regression] /usr/include/bits/unistd.h:173:1: error: inlining failed in call to always_inline 'readlinkat': recursive inlining

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59626 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #23 from Richard Bien

[Bug other/58375] [4.8 Regression] internal compiler error: in push_reload, at reload.c:1360

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58375 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #4 from Richard Biene

[Bug rtl-optimization/47477] [4.7/4.8/4.9/4.10 regression] Sub-optimal mov at end of method

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47477 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #19 from Richard Bien

[Bug tree-optimization/59374] [4.7/4.8 Regression] -ftree-slp-vectorize breaks unique_ptr's move constructor

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59374 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #11 from Richard Bien

[Bug rtl-optimization/60508] [4.8 Regression] internal compiler error: in lra_set_insn_recog_data, at lra.c:1082

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60508 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #4 from Richard Biene

[Bug tree-optimization/57732] [4.8/4.9/4.10 Regression] ICE (segfault in libisl) building drizzle on 32bit targets (at least arm-linux and i586-linux)

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57732 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #4 from Richard Biene

[Bug tree-optimization/59121] [4.8/4.9/4.10 Regression] endless loop with -O2 -floop-parallelize-all

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59121 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #21 from Richard Bien

[Bug c/61240] [4.8/4.9/4.10 Regression] Incorrect warning "integer overflow in expression" on pointer-pointer subtraction

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61240 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #2 from Richard Biene

[Bug tree-optimization/52272] [4.7/4.8/4.9/4.10 regression] Performance regression of 410.bwaves on x86.

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52272 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #23 from Richard Bien

[Bug rtl-optimization/58048] [4.8 Regression] internal compiler error: Max. number of generated reload insns per insn is achieved (90)

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58048 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #14 from Richard Bien

[Bug tree-optimization/38785] [4.5/4.7/4.8/4.9/4.10 Regression] huge performance regression on EEMBC bitmnp01

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38785 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #42 from Richard Bien

[Bug rtl-optimization/55342] [4.8/4.9/4.10 Regression] [LRA,x86] Non-optimal code for simple loop with LRA

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55342 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #13 from Richard Bien

[Bug middle-end/57748] [4.7/4.8 Regression] ICE when expanding assignment to unaligned zero-sized array

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57748 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #55 from Richard Bien

[Bug tree-optimization/56982] [4.8 Regression] Bad optimization with setjmp()

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56982 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #17 from Richard Bien

[Bug regression/53203] [4.8/4.9/4.10 Regression]: gcc.dg/setjmp-1.c

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53203 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #5 from Richard Biene

[Bug lto/56706] [4.8 Regression] failure building CP2K at -flto -O2

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56706 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #15 from Richard Bien

[Bug tree-optimization/59586] [4.8/4.9/4.10 Regression] [graphite] Segmentation fault with -Ofast -floop-parallelize-all -ftree-parallelize-loops

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59586 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #4 from Richard Biene

[Bug fortran/60576] [4.8 Regression] FAIL: gfortran.dg/assumed_rank_7.f90

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60576 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #17 from Richard Bien

[Bug tree-optimization/57218] [4.8/4.9/4.10 Regression] Excessive inlining even at -Os

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57218 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #5 from Richard Biene

[Bug c++/58612] [4.8/4.9/4.10 Regression] [c++11] ICE calling non-constexpr from constexpr in template class

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58612 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #2 from Richard Biene

[Bug rtl-optimization/58369] [4.8 regression] ICE in subreg_get_info when compiling boost for m68k-linux

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58369 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #7 from Richard Biene

[Bug rtl-optimization/56451] [4.8/4.9/4.10 regression] Wrong code for gcc.c-torture/execute/941015-1.c on SH

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56451 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #7 from Richard Biene

[Bug preprocessor/58580] [4.8 Regression] preprocessor goes OOM with warning for zero literals

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58580 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #14 from Richard Bien

[Bug fortran/54070] [4.8/4.9/4.10 Regression] Wrong code with allocatable deferred-length (array) function results

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54070 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #9 from Richard Biene

[Bug c++/59956] [4.8 regression] internal compiler error: unexpected expression ‘P_S’ of kind template_parm_index

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59956 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #7 from Richard Biene

[Bug tree-optimization/56145] [4.8/4.9/4.10 Regression] Use of too much optimizations -O2 -ffast-math -floop-parallelize-all

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56145 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #11 from Richard Bien

[Bug c++/61046] [4.8/4.9/4.10 Regression] ICE in lookup_field_1, at cp/search.c:384

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61046 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #1 from Richard Biene

[Bug c++/58606] [4.8 Regression] [c++11] ICE with specialization in variadic template

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58606 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #8 from Richard Biene

[Bug tree-optimization/57985] [4.8 Regression] ICE in cgraph_function_node with -fprofile-arcs -O2

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57985 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #3 from Richard Biene

[Bug c++/59004] [4.8 Regression] ICE generated by __func__

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59004 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #3 from Richard Biene

[Bug tree-optimization/45397] [4.7/4.8/4.9/4.10 Regression] Issues with integer narrowing conversions

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45397 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #15 from Richard Bien

[Bug rtl-optimization/57915] [4.8 Regression] ICE in set_address_disp, at rtlanal.c:5537

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57915 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #12 from Richard Bien

[Bug tree-optimization/61068] [4.8 Regression] -O3 generates bad code (when tree-vectorize or inline-functions is on)

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61068 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #11 from Richard Bien

[Bug debug/58315] [4.8/4.9/4.10 Regression] Excessive memory use with -g

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58315 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #5 from Richard Biene

[Bug c++/57101] [4.8 Regression] -fcompare-debug failure with

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57101 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #6 from Richard Biene

[Bug target/54063] [4.8/4.9/4.10 regression] on powerpc64 gcc 4.8/4.9/4.10 generates larger code for global variable accesses than gcc 4.7

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54063 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #8 from Richard Biene

  1   2   >