[Bug target/64424] New: cr16-elf ICE in gen_rtx_SUBREG, at emit-rtl.c:748

2014-12-28 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64424 Bug ID: 64424 Summary: cr16-elf ICE in gen_rtx_SUBREG, at emit-rtl.c:748 Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug ipa/64420] LTO can miscompile IFUNCs designated via top-level asm

2014-12-28 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64420 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug lto/57703] Assembler function definition moved to a different ltrans then call

2014-12-28 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57703 Markus Trippelsdorf changed: What|Removed |Added CC||amonakov at gcc dot gnu.org --- Co

[Bug ipa/64425] New: [5 Regression] r219076 causes 36% tramp3d slowdown

2014-12-28 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64425 Bug ID: 64425 Summary: [5 Regression] r219076 causes 36% tramp3d slowdown Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug ipa/64425] [5 Regression] r219076 causes 36% tramp3d slowdown

2014-12-28 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64425 --- Comment #1 from Markus Trippelsdorf --- On my x86_64 machine it's worse: 2.93392 vs. 5.84974.

[Bug lto/57703] Assembler function definition moved to a different ltrans then call

2014-12-28 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57703 --- Comment #10 from Alexander Monakov --- Bug 64420, which was marked as a duplicate, presents an example where there's no diagnostics at build time (linking succeeds), but the resulting code is wrong and will fail at runtime. I believe the cor

[Bug c++/64422] basic_string::erase is unresloved

2014-12-28 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64422 --- Comment #2 from Bernd Edlinger --- Created attachment 34341 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34341&action=edit Proposed Fix this fixes string::erase(iterator, iterator) and a few more templates that are missing as well.

[Bug fortran/56867] Missing temporary with string array assignment

2014-12-28 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56867 --- Comment #7 from Thomas Koenig --- Author: tkoenig Date: Sun Dec 28 12:03:02 2014 New Revision: 219089 URL: https://gcc.gnu.org/viewcvs?rev=219089&root=gcc&view=rev Log: 2014-12-28 Thomas Koenig PR fortran/56867 * trans-array.c (g

[Bug fortran/64426] New: Unnecessary string temporary for array assignment

2014-12-28 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64426 Bug ID: 64426 Summary: Unnecessary string temporary for array assignment Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Compone

[Bug fortran/56867] Missing temporary with string array assignment

2014-12-28 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56867 --- Comment #8 from Thomas Koenig --- For the creation of a temporary after the fix where it is not really necessary, see PR 64426 .

[Bug c++/64414] cc1plus: internal compiler error: Segmentation fault

2014-12-28 Thread jpyeron at pdinc dot us
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64414 --- Comment #4 from Jason Pyeron --- Confirming 4.9.2 does not crash, although it is a bit noisy on the output where 4.4 was quite. Thank you.

[Bug fortran/60414] internal compiler error: tree check

2014-12-28 Thread vehre at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60414 --- Comment #6 from Andre Vehreschild --- I got no complains about the fix not working for someone, so at least the status can be set to resolved.

[Bug fortran/60414] internal compiler error: tree check

2014-12-28 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60414 Joost VandeVondele changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug testsuite/64427] New: gcc.target/i386/pr64291-1.c is invalid

2014-12-28 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64427 Bug ID: 64427 Summary: gcc.target/i386/pr64291-1.c is invalid Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite

[Bug testsuite/64427] gcc.target/i386/pr64291-1.c is invalid

2014-12-28 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64427 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/64428] New: aggregate with const member as union member [C++03]

2014-12-28 Thread R.HL at gmx dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64428 Bug ID: 64428 Summary: aggregate with const member as union member [C++03] Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: minor Priority: P3 Component:

[Bug testsuite/64427] gcc.target/i386/pr64291-1.c is invalid

2014-12-28 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64427 --- Comment #2 from Marc Glisse --- Restricting the testcase to x86_64 would be fine with me. As far as main is concerned, f could have written in n and d. The uninitialized values are only passed around, it doesn't seem relevant.

[Bug c++/64429] New: Double free when returning std::string from trivial lambda

2014-12-28 Thread charlie at charliedyson dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64429 Bug ID: 64429 Summary: Double free when returning std::string from trivial lambda Product: gcc Version: 4.8.3 Status: UNCONFIRMED Severity: normal Pri

[Bug testsuite/64427] gcc.target/i386/pr64291-1.c is invalid

2014-12-28 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64427 --- Comment #3 from H.J. Lu --- (In reply to Marc Glisse from comment #2) > Restricting the testcase to x86_64 would be fine with me. > > As far as main is concerned, f could have written in n and d. The > uninitialized values are only passed ar

[Bug ipa/64425] [5 Regression] r219076 causes 36% tramp3d slowdown

2014-12-28 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64425 H.J. Lu changed: What|Removed |Added CC||hjl.tools at gmail dot com Target Milestone|

[Bug testsuite/64430] New: Out-of-bounds array access in isl-ast-gen-if-1.c

2014-12-28 Thread dinuxbg at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64430 Bug ID: 64430 Summary: Out-of-bounds array access in isl-ast-gen-if-1.c Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: minor Priority: P3 Component: tes

[Bug target/63304] Aarch64 pc-relative load offset out of range

2014-12-28 Thread david.abdurachmanov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63304 David Abdurachmanov changed: What|Removed |Added CC||david.abdurachmanov at gmail dot c

[Bug target/63442] [AArch64] ICE with ubsan/overflow-int128.c test

2014-12-28 Thread david.abdurachmanov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63442 David Abdurachmanov changed: What|Removed |Added CC||david.abdurachmanov at gmail dot c

[Bug middle-end/64413] [AArch64/ARMv7] ICE in copy_to_mode_reg, at explow.c:654

2014-12-28 Thread david.abdurachmanov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64413 David Abdurachmanov changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug testsuite/64427] gcc.target/i386/pr64291-1.c is invalid

2014-12-28 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64427 --- Comment #4 from Marc Glisse --- Created attachment 34342 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34342&action=edit Fixed testcase Ah, sorry, I had missed dn indeed. The attached tgz runs ok under valgrind, and fails the assertio

[Bug c++/64431] New: "-Wignored-qualifiers" warning gives misleading position in code

2014-12-28 Thread rutsky.vladimir at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64431 Bug ID: 64431 Summary: "-Wignored-qualifiers" warning gives misleading position in code Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal

[Bug c++/64431] "-Wignored-qualifiers" warning gives misleading position in code

2014-12-28 Thread rutsky.vladimir at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64431 --- Comment #1 from Vladimir Rutsky --- $ g++-4.9 -v Using built-in specs. COLLECT_GCC=g++-4.9 COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubun

[Bug testsuite/64427] gcc.target/i386/pr64291-1.c is invalid

2014-12-28 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64427 --- Comment #5 from H.J. Lu --- (In reply to Marc Glisse from comment #4) > Created attachment 34342 [details] > Fixed testcase > > Ah, sorry, I had missed dn indeed. The attached tgz runs ok under valgrind, > and fails the assertion with a comp

[Bug c++/64422] basic_string::erase is unresloved

2014-12-28 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64422 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/64428] aggregate with const member as union member [C++03]

2014-12-28 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64428 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/64429] Double free when returning std::string from trivial lambda

2014-12-28 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64429 --- Comment #1 from Jonathan Wakely --- More likely to be PR 62052

[Bug target/63681] ICE in cfg_layout_initialize, at cfgrtl.c:4233

2014-12-28 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63681 --- Comment #4 from Joel Sherrill --- Since this happens on two target architectures, could someone look at it enough to put it in the right component. It could be the same type of defect on two different targets but it could also be a more gener

[Bug c++/64431] "-Wignored-qualifiers" warning gives misleading position in code

2014-12-28 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64431 Manuel López-Ibáñez changed: What|Removed |Added Keywords||diagnostic Status|UNCO

[Bug target/64377] nios2 compile error in options-save.c

2014-12-28 Thread sandra at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64377 Sandra Loosemore changed: What|Removed |Added CC||hubicka at ucw dot cz Assig

[Bug target/64377] nios2 compile error in options-save.c

2014-12-28 Thread sandra at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64377 Sandra Loosemore changed: What|Removed |Added CC||sandra at codesourcery dot com --- Co

[Bug target/64368] [5 Regression] Several libstdc++ test failures on darwin after r218964.

2014-12-28 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64368 Hans-Peter Nilsson changed: What|Removed |Added CC||hp at gcc dot gnu.org --- Comment #

[Bug c++/64428] aggregate with const member as union member [C++03]

2014-12-28 Thread R.HL at gmx dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64428 --- Comment #2 from R.HL at gmx dot net --- That was a typo, I quickly modified the example before submitting it. It should be U u = {1};

[Bug target/64368] [5 Regression] Several libstdc++ test failures on darwin and others after r218964.

2014-12-28 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64368 Hans-Peter Nilsson changed: What|Removed |Added Summary|[5 Regression] Several |[5 Regression] Several

[Bug fortran/52010] [OOP] Intrinsic assignment of a CLASS to a TYPE

2014-12-28 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52010 Paul Thomas changed: What|Removed |Added CC||pault at gcc dot gnu.org Assigne