[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 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 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 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 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 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 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] 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++/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 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 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 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 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 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 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/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 #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 #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 Richard Earnshaw changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[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/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/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 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 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 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 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 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 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 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 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] 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 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 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++/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 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 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 #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 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 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 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 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

<    1   2