[Bug ada/66608] gnat 5.1 fails with compilation abandoned, minimal testcase included

2015-06-19 Thread siflfran at hawo dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66608 --- Comment #1 from siflfran at hawo dot net --- % gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/5.1.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /usr/src/gcc-5.1.0/configure --dis

[Bug target/66609] New: [sh] Relative address expressions bind at as-time, even if symbol is weak

2015-06-19 Thread bugdal at aerifal dot cx
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66609 Bug ID: 66609 Summary: [sh] Relative address expressions bind at as-time, even if symbol is weak Product: gcc Version: unknown Status: UNCONFIRMED Severity: nor

[Bug target/66563] [4.9 Regression] ICE (segmentation fault) on sh4-linux-gnu

2015-06-19 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66563 --- Comment #17 from Kazumoto Kojima --- (In reply to John Paul Adrian Glaubitz from comment #16) >From the dump and floatformat.c:529:2: internal compiler error: Segmentation fault dto = ldexp (1.0, exponent); wmfire.c:559:6: internal compil

[Bug target/66591] [SH] ICE: in get_reload_reg, at lra-constraints.c:633 with -mlra

2015-06-19 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66591 --- Comment #1 from Kazumoto Kojima --- Author: kkojima Date: Fri Jun 19 22:58:58 2015 New Revision: 224701 URL: https://gcc.gnu.org/viewcvs?rev=224701&root=gcc&view=rev Log: PR target/66591 * config/sh/sh.c (prepare_move_operands): Pre-allocate

[Bug target/66523] the new clang-based assembler in Xcode 7 on 10.11 fails on libobjc/NXConstStr.m

2015-06-19 Thread howarth.at.gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66523 --- Comment #4 from Jack Howarth --- FYI, Apple's response on radar was... This is correct behavior from the assembler. The GNU objc runtime is doing bad things here by assuming an assembler local symbol (any symbol starting with ā€œLā€) is not, in

[Bug c++/65882] [5/6 Regression] Internal compiler error: Error reporting routines re-entered

2015-06-19 Thread miyuki at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65882 --- Comment #6 from Mikhail Maltsev --- Author: miyuki Date: Sat Jun 20 00:10:00 2015 New Revision: 224702 URL: https://gcc.gnu.org/viewcvs?rev=224702&root=gcc&view=rev Log: PR c++/65882 gcc/cp/ * call.c (build_new_op_1): Check tf_warni

[Bug tree-optimization/66610] New: Compound assignments prevent value-numbering optimization

2015-06-19 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66610 Bug ID: 66610 Summary: Compound assignments prevent value-numbering optimization Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priori

[Bug tree-optimization/66610] Compound assignments prevent value-numbering optimization with unions

2015-06-19 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66610 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization Summary|C

[Bug c++/66602] std::tuple bug when constructed with temporary empty object

2015-06-19 Thread so61pi.re at gmail dot com
. Apparently, this bug is fixed in gcc HEAD 6.0.0 20150619 (experimental). My command line was: g++ -std=c++14 main.cpp -o main.exe And here is the output of 'g++ -v' on my system: Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=d:/tools/mingw/bin/../libexec/gcc/x86_64-w64-mingw32/

<    1   2