[Bug c/59708] clang-compatible checked arithmetic builtins

2014-11-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59708 --- Comment #19 from Jakub Jelinek --- (In reply to John David Anglin from comment #18) > On hppa-unknown-linux-gnu, I get: > > FAIL: c-c++-common/torture/builtin-arith-overflow-14.c -O0 execution test > FAIL: c-c++-common/torture/builtin-ari

[Bug target/63986] [5 Regression][SH] gcc.target/sh/pr51244-15.c failures

2014-11-21 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63986 --- Comment #9 from Oleg Endo --- Created attachment 34073 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34073&action=edit A possible patch

[Bug target/60111] [SH] ICE compiling Newlib

2014-11-21 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60111 Oleg Endo changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/60111] [SH] ICE compiling Newlib

2014-11-21 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60111 --- Comment #5 from Oleg Endo --- Author: olegendo Date: Sat Nov 22 04:52:46 2014 New Revision: 217959 URL: https://gcc.gnu.org/viewcvs?rev=217959&root=gcc&view=rev Log: gcc/ Backport from mainline 2014-11-20 Segher Boessenkool P

[Bug target/60111] [SH] ICE compiling Newlib

2014-11-21 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60111 --- Comment #4 from Oleg Endo --- Author: olegendo Date: Sat Nov 22 04:45:46 2014 New Revision: 217958 URL: https://gcc.gnu.org/viewcvs?rev=217958&root=gcc&view=rev Log: gcc/ Backport from mainline 2014-11-20 Segher Boessenkool P

[Bug target/64008] [SH] sh4-linux configured compiler rejects -m4-nofpu

2014-11-21 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64008 Oleg Endo changed: What|Removed |Added CC||iwamatsu at nigauri dot org --- Comment #2 f

[Bug target/63783] [4.9/5 Regression] [SH] Miscompilation of boolean negation on SH4 using -O2

2014-11-21 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63783 --- Comment #17 from Oleg Endo --- (In reply to Michael Karcher from comment #15) > I did not get around to test your proposed patch yet, but it seems like the > new "logical not" operation always compares only the low 32 bit against > zero, even

[Bug target/63783] [4.9/5 Regression] [SH] Miscompilation of boolean negation on SH4 using -O2

2014-11-21 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63783 Oleg Endo changed: What|Removed |Added Attachment #34062|0 |1 is obsolete|

[Bug c++/38958] 'unused variable' warning emitted when extending the lifetime of a returned RAII type by holding a reference to const despite delayed destructor side-effects. [dtor]

2014-11-21 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38958 --- Comment #6 from Jason Merrill --- Author: jason Date: Sat Nov 22 02:21:35 2014 New Revision: 217957 URL: https://gcc.gnu.org/viewcvs?rev=217957&root=gcc&view=rev Log: PR c++/63657 PR c++/38958 * call.c (set_up_extended_ref_temp):

[Bug c++/63657] [4.9/5 regression] -Wunused-variable: warning supressed by virtual dtor

2014-11-21 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63657 --- Comment #7 from Jason Merrill --- Author: jason Date: Sat Nov 22 02:21:35 2014 New Revision: 217957 URL: https://gcc.gnu.org/viewcvs?rev=217957&root=gcc&view=rev Log: PR c++/63657 PR c++/38958 * call.c (set_up_extended_ref_temp):

[Bug c/59708] clang-compatible checked arithmetic builtins

2014-11-21 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59708 John David Anglin changed: What|Removed |Added CC||danglin at gcc dot gnu.org --- Comme

[Bug sanitizer/63939] [5 Regression] Massive asan failures (356) on darwin

2014-11-21 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63939 --- Comment #26 from Dominique d'Humieres --- The failures in comment 22 are due to r217769 and are now fixed at r217946, likely by r217853 (no interest to check it). Note for the record that the double spaces were due to r217518 (libsanitizer me

[Bug sanitizer/59148] FAIL: c-c++-common/asan/strncpy-overflow-1.c -O0 execution test

2014-11-21 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59148 --- Comment #8 from Dominique d'Humieres --- Created attachment 34071 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34071&action=edit Patch fixing the test failure. With the attached patch based on comment 3, the test now succeeds.

[Bug jit/64020] jit misses sin/cos optimizations

2014-11-21 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64020 --- Comment #1 from dmalcolm at gcc dot gnu.org --- builtin_info.decl is NULL for BUILT_IN_CEXPI. 4586static inline bool 4587builtin_decl_implicit_p (enum built_in_function fncode) 4588{ 4589 size_t uns_fncode = (size_t)fncode; 4

[Bug c++/63942] [5.0 Regression] constexpr conflicts with previous declaration

2014-11-21 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63942 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/63588] [5 Regression] ICE (segfault) on arm-linux-gnueabihf

2014-11-21 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63588 Jason Merrill changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug c++/63849] [4.9/5.0 Regression][c++11] ICE on variadic alias template with wrappers

2014-11-21 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63849 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/63849] [4.9/5.0 Regression][c++11] ICE on variadic alias template with wrappers

2014-11-21 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63849 --- Comment #2 from Jason Merrill --- Author: jason Date: Fri Nov 21 21:36:04 2014 New Revision: 217951 URL: https://gcc.gnu.org/viewcvs?rev=217951&root=gcc&view=rev Log: PR c++/63849 * mangle.c (decl_mangling_context): Use template_type

[Bug c++/63588] [5 Regression] ICE (segfault) on arm-linux-gnueabihf

2014-11-21 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63588 --- Comment #5 from Jason Merrill --- Author: jason Date: Fri Nov 21 21:34:54 2014 New Revision: 217948 URL: https://gcc.gnu.org/viewcvs?rev=217948&root=gcc&view=rev Log: PR c++/63588 * pt.c (uses_template_parms): Handle null argument.

[Bug c++/63942] [5.0 Regression] constexpr conflicts with previous declaration

2014-11-21 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63942 --- Comment #11 from Jason Merrill --- Author: jason Date: Fri Nov 21 21:35:09 2014 New Revision: 217950 URL: https://gcc.gnu.org/viewcvs?rev=217950&root=gcc&view=rev Log: PR c++/63942 * name-lookup.c (supplement_binding_1): Override a m

[Bug c++/63849] [4.9/5.0 Regression][c++11] ICE on variadic alias template with wrappers

2014-11-21 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63849 --- Comment #1 from Jason Merrill --- Author: jason Date: Fri Nov 21 21:35:00 2014 New Revision: 217949 URL: https://gcc.gnu.org/viewcvs?rev=217949&root=gcc&view=rev Log: PR c++/63849 * mangle.c (decl_mangling_context): Use template_type

[Bug target/63897] [5.0 regression] gcc.dg/torture/vector-2.c fails at on x86_64-apple-darwin14

2014-11-21 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63897 --- Comment #8 from Vladimir Makarov --- Author: vmakarov Date: Fri Nov 21 21:29:54 2014 New Revision: 217947 URL: https://gcc.gnu.org/viewcvs?rev=217947&root=gcc&view=rev Log: 2014-11-21 Vladimir Makarov PR target/63897 * lra-lives.

[Bug target/63661] [4.9/5 Regression] -O2 miscompiles with -mtune=nehalem or corei7

2014-11-21 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63661 --- Comment #21 from H.J. Lu --- It was fixed by r217783 on trunk and the fix also works on 4.9 branch. Is is the real fix?

[Bug tree-optimization/64006] __builtin_mul_overflow fails to signal overflow

2014-11-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64006 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/63975] some of the builtin-arith-overflow* fail on aarch64

2014-11-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63975 Bug 63975 depends on bug 63848, which changed state. Bug 63848 Summary: [5 Regression] FAIL: c-c++-common/torture/builtin-arith-overflow-17.c -O0 execution test https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63848 What|Removed

[Bug target/63848] [5 Regression] FAIL: c-c++-common/torture/builtin-arith-overflow-17.c -O0 execution test

2014-11-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63848 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/63848] [5 Regression] FAIL: c-c++-common/torture/builtin-arith-overflow-17.c -O0 execution test

2014-11-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63848 --- Comment #6 from Jakub Jelinek --- Author: jakub Date: Fri Nov 21 20:42:20 2014 New Revision: 217946 URL: https://gcc.gnu.org/viewcvs?rev=217946&root=gcc&view=rev Log: PR target/63848 PR target/63975 * internal-fn.c (expand_arith_

[Bug target/63975] some of the builtin-arith-overflow* fail on aarch64

2014-11-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63975 --- Comment #2 from Jakub Jelinek --- Author: jakub Date: Fri Nov 21 20:42:20 2014 New Revision: 217946 URL: https://gcc.gnu.org/viewcvs?rev=217946&root=gcc&view=rev Log: PR target/63848 PR target/63975 * internal-fn.c (expand_arith_

[Bug tree-optimization/64006] __builtin_mul_overflow fails to signal overflow

2014-11-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64006 --- Comment #3 from Jakub Jelinek --- Author: jakub Date: Fri Nov 21 20:41:37 2014 New Revision: 217945 URL: https://gcc.gnu.org/viewcvs?rev=217945&root=gcc&view=rev Log: PR tree-optimization/64006 * tree-vrp.c (stmt_interesting_for_vrp)

[Bug middle-end/63468] ICE in decompose_normal_address, at rtlanal.c:5933

2014-11-21 Thread rmansfield at qnx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63468 Ryan Mansfield changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/63551] [4.9/5 Regression] wrong code (segfaults) at -Os on x86_64-linux-gnu

2014-11-21 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63551 --- Comment #6 from Martin Jambor --- I have posted the fix to the mailing list as well: https://gcc.gnu.org/ml/gcc-patches/2014-11/msg02842.html

[Bug middle-end/63544] hash_map ends in an infinite loop if overwritten mark_empty uses a different value than 0

2014-11-21 Thread tbsaunde at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63544 tbsaunde at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[Bug target/31798] lib1funcs.asm:1000: undefined reference to `raise'

2014-11-21 Thread dima at dimakrasner dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31798 Dima Krasner changed: What|Removed |Added CC||dima at dimakrasner dot com --- Comment #

[Bug bootstrap/63703] [4.9 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178

2014-11-21 Thread larryv at macports dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63703 Lawrence Velázquez changed: What|Removed |Added CC||larryv at macports dot org --- Comm

[Bug jit/64020] New: jit misses sin/cos optimizations

2014-11-21 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64020 Bug ID: 64020 Summary: jit misses sin/cos optimizations Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: jit Assi

[Bug ipa/63814] [5 Regression] g++.dg/ipa/pr61160-1.C fails with -m32 -fPIC

2014-11-21 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63814 --- Comment #25 from Martin Jambor --- I proposed a fix on the mailing list: https://gcc.gnu.org/ml/gcc-patches/2014-11/msg02832.html If it gets accepted, please feel free to add the testcase(s). I only checked using a darwin cross compiler an

[Bug target/64003] valgrind complains about get_attr_length_nobnd in insn-attrtab.c from i386.md

2014-11-21 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64003 --- Comment #6 from dmalcolm at gcc dot gnu.org --- If I'm reading things right, this loop in shorten_branches populates insn_lengths[uid] in order of the NEXT_INSN () iteration: int (*length_fun) (rtx_insn *) = increasing ? insn_min_length : i

[Bug target/63783] [4.9/5 Regression] [SH] Miscompilation of boolean negation on SH4 using -O2

2014-11-21 Thread gcc-bugzilla at mkarcher dot dialup.fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63783 --- Comment #15 from Michael Karcher --- I did not get around to test your proposed patch yet, but it seems like the new "logical not" operation always compares only the low 32 bit against zero, even if there is a 64 bit operand. If my analysis i

[Bug middle-end/64017] Support ISL 0.14.0 (to fix ICE with gfortran.dg/graphite/pr42393.f90)

2014-11-21 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64017 howarth at bromo dot med.uc.edu changed: What|Removed |Added CC||howarth at bromo dot med

[Bug target/64019] ICE in extract_constrain_insn

2014-11-21 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64019 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/64015] [5.0 Regression] AArch64 ICE due to conditional compare

2014-11-21 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64015 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/63679] [5.0 Regression][AArch64] Failure to constant fold.

2014-11-21 Thread jgreenhalgh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63679 --- Comment #15 from jgreenhalgh at gcc dot gnu.org --- I wonder whether the call to can_move_by_pieces in gimplify.c is bogus. It seems to me that gimplify.c really wants to know whether it is a good idea to scalarize the constructor copy - nothi

[Bug target/63965] [5 Regression] ICE: in extract_constrain_insn, at recog.c:2230 on ppc64

2014-11-21 Thread pthaugen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63965 --- Comment #8 from Pat Haugen --- (In reply to Michael Meissner from comment #5) > Note, the patch will fix the errors in compiling pr27158.c and > altivec-spat.c. It will not fix the errors in compiling unonbon.c, which is > an entirely differ

[Bug target/64019] New: ICE in extract_constrain_insn

2014-11-21 Thread pthaugen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64019 Bug ID: 64019 Summary: ICE in extract_constrain_insn Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assi

[Bug ipa/63856] [5 Regression] ICE: verify_gimple failed: invalid argument to gimple call with -O2 -fPIC

2014-11-21 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63856 --- Comment #3 from H.J. Lu --- It was fixed by r217909. We can add the testcase and close it.

[Bug middle-end/63762] [ARM]GCC generates UNPREDICTABLE STR with Rn = Rt when hard-float abi is used

2014-11-21 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63762 Richard Earnshaw changed: What|Removed |Added CC||doko at gcc dot gnu.org --- Comment #

[Bug target/63749] [4.9/5 Regression] registers may not be the same

2014-11-21 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63749 Richard Earnshaw changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/63965] [5 Regression] ICE: in extract_constrain_insn, at recog.c:2230 on ppc64

2014-11-21 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63965 Michael Meissner changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/63965] [5 Regression] ICE: in extract_constrain_insn, at recog.c:2230 on ppc64

2014-11-21 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63965 --- Comment #6 from Michael Meissner --- Author: meissner Date: Fri Nov 21 18:03:09 2014 New Revision: 217940 URL: https://gcc.gnu.org/viewcvs?rev=217940&root=gcc&view=rev Log: 2014-11-21 Michael Meissner PR target/63965 * config/rs6

[Bug other/63929] GCC sets soft-float ABI even is specified -mfloat-abi=hard when compiling an assembler file.

2014-11-21 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63929 Richard Earnshaw changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/63848] [5 Regression] FAIL: c-c++-common/torture/builtin-arith-overflow-17.c -O0 execution test

2014-11-21 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63848 --- Comment #5 from Uroš Bizjak --- (In reply to Jakub Jelinek from comment #4) > Created attachment 34069 [details] > gcc5-pr63848.patch > > Untested fix. Yes, this fixes failures for alpha with: gmake -j 4 -k check RUNTESTFLAGS=dg-torture.ex

[Bug target/63661] [4.9/5 Regression] -O2 miscompiles with -mtune=nehalem or corei7

2014-11-21 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63661 --- Comment #20 from Martin Jambor --- So had a look at what my tiny bit in IRA does with this testcase and while it certainly triggers the bug, I don't think it causes it. It performs exactly the same modifications as when -mtune=nehalem is not

[Bug go/63731] Fallback to netgo does not work

2014-11-21 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63731 --- Comment #18 from Ian Lance Taylor --- The -a option to "go build" means to rebuild all packages rather than using the installed versions (see http://golang.org/cmd/go for documentation). The "-tags netgo" option means to build with the build

[Bug target/63848] [5 Regression] FAIL: c-c++-common/torture/builtin-arith-overflow-17.c -O0 execution test

2014-11-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63848 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug bootstrap/63784] [5 Regression] profiledbootstrap failure with bootstrap-lto

2014-11-21 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63784 --- Comment #7 from hjl at gcc dot gnu.org --- Author: hjl Date: Fri Nov 21 16:49:17 2014 New Revision: 217937 URL: https://gcc.gnu.org/viewcvs?rev=217937&root=gcc&view=rev Log: Always use PIC option with -shared in libtool Libtool needs to pas

[Bug bootstrap/63784] [5 Regression] profiledbootstrap failure with bootstrap-lto

2014-11-21 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63784 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/63942] [5.0 Regression] constexpr conflicts with previous declaration

2014-11-21 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63942 --- Comment #10 from Jason Merrill --- Reduced: template struct A { A(const T&) {} A(const A&) {} }; template class A;

[Bug jit/63969] gccjit segfaults when it can't locate the correct gcc driver program

2014-11-21 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63969 --- Comment #6 from dmalcolm at gcc dot gnu.org --- (In reply to dmalcolm from comment #4) > Patch posted for review as > https://gcc.gnu.org/ml/gcc-patches/2014-11/msg02617.html TMM confirmed on IRC that the proposed patch fixes the issue for th

[Bug debug/38757] gcc does not emit DW_LANG_C99

2014-11-21 Thread mark at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38757 --- Comment #7 from Mark Wielaard --- Author: mark Date: Fri Nov 21 16:00:06 2014 New Revision: 217934 URL: https://gcc.gnu.org/viewcvs?rev=217934&root=gcc&view=rev Log: PR debug/38757 gcc does not emit DW_LANG_C99. For C and C++ add the langua

[Bug jit/64018] New: JIT tutorial does not describe error-handling

2014-11-21 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64018 Bug ID: 64018 Summary: JIT tutorial does not describe error-handling Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: jit

[Bug target/63673] VSX intrinsic vec_vsx_ld fails to compile with double, maps to wrong instructions with float

2014-11-21 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63673 Bill Schmidt changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug target/63673] VSX intrinsic vec_vsx_ld fails to compile with double, maps to wrong instructions with float

2014-11-21 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63673 --- Comment #8 from Bill Schmidt --- Author: wschmidt Date: Fri Nov 21 15:39:20 2014 New Revision: 217931 URL: https://gcc.gnu.org/viewcvs?rev=217931&root=gcc&view=rev Log: 2014-11-21 Bill Schmidt PR target/63673 * config/rs6000/rs60

[Bug target/63673] VSX intrinsic vec_vsx_ld fails to compile with double, maps to wrong instructions with float

2014-11-21 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63673 --- Comment #7 from Bill Schmidt --- Author: wschmidt Date: Fri Nov 21 15:38:15 2014 New Revision: 217930 URL: https://gcc.gnu.org/viewcvs?rev=217930&root=gcc&view=rev Log: 2014-11-21 Bill Schmidt PR target/63673 * config/rs6000/rs60

[Bug c++/63942] [5.0 Regression] constexpr conflicts with previous declaration

2014-11-21 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63942 --- Comment #9 from Jason Merrill --- (In reply to David Edelsohn from comment #8) > I see -nostdinc++ -std=gnu++11 -g -O2 Ah, it seems to be triggered by -g.

[Bug rtl-optimization/63952] [5 Regression] bootstrap failure (ICE in prepare_cmp_insn) on s390x in libjava

2014-11-21 Thread uweigand at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63952 Ulrich Weigand changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug rtl-optimization/63952] [5 Regression] bootstrap failure (ICE in prepare_cmp_insn) on s390x in libjava

2014-11-21 Thread uweigand at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63952 --- Comment #4 from Ulrich Weigand --- Author: uweigand Date: Fri Nov 21 15:33:27 2014 New Revision: 217929 URL: https://gcc.gnu.org/viewcvs?rev=217929&root=gcc&view=rev Log: PR rtl-optimization/63952 * optabs.c (prepare_cmp_insn): Do no

[Bug go/63731] Fallback to netgo does not work

2014-11-21 Thread boger at us dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63731 --- Comment #17 from boger at us dot ibm.com --- Can you clarify how using -a -tags netgo actually works. I know it requires that the source be available, but it must mean that it rebuilds the package for the current link only, throws it away aft

[Bug tree-optimization/63551] [4.9/5 Regression] wrong code (segfaults) at -Os on x86_64-linux-gnu

2014-11-21 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63551 --- Comment #5 from Martin Jambor --- (In reply to Jan Hubicka from comment #3) > indeed, somewhere we need to view convert the aggregate value... Predicates > works on conditions on arguments, so I suppose this ought to happen at > ipa-prop side

[Bug ipa/63598] [5.0 Regression] ICE: in ipa_merge_profiles at ipa-utils.c:396

2014-11-21 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63598 --- Comment #5 from dave.anglin at bell dot net --- On 11/21/2014 7:52 AM, marxin at gcc dot gnu.org wrote: > Can you please check if the issue still persists? I will check. All my recent builds are with flag_ipa_icf_functions = 0. > > I would ap

[Bug c++/63942] [5.0 Regression] constexpr conflicts with previous declaration

2014-11-21 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63942 --- Comment #8 from David Edelsohn --- The testsuite invokes compiles overloaded.cc with the following command line on AIX: /tmp/20141120/./gcc/xg++ -shared-libgcc -B/tmp/20141120/./gcc -nostdinc++ -L/tmp/20141120/powerpc-ibm-aix7.1.0.0/libstdc+

[Bug target/63633] [avr] internal compiler error: unrecognizable insn with mult insns

2014-11-21 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63633 Georg-Johann Lay changed: What|Removed |Added Priority|P3 |P4 Status|NEW

[Bug middle-end/63633] [avr] internal compiler error: unrecognizable insn with mult insns

2014-11-21 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63633 --- Comment #2 from Georg-Johann Lay --- Author: gjl Date: Fri Nov 21 14:04:25 2014 New Revision: 217922 URL: https://gcc.gnu.org/viewcvs?rev=217922&root=gcc&view=rev Log: gcc/ Forward-port from 2014-10-30 4_9-branch r216934 PR target/63

[Bug sanitizer/64013] [5 Regression] libsanitizer fails to build

2014-11-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64013 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Fri Nov 21 14:03:37 2014 New Revision: 217921 URL: https://gcc.gnu.org/viewcvs?rev=217921&root=gcc&view=rev Log: PR sanitizer/64013 * sanitizer_common/sanitizer_linux.cc (FileExis

[Bug sanitizer/64013] [5 Regression] libsanitizer fails to build

2014-11-21 Thread dvyukov at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64013 Dmitry Vyukov changed: What|Removed |Added CC||dvyukov at google dot com --- Comment #3

[Bug target/63975] some of the builtin-arith-overflow* fail on aarch64

2014-11-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63975 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1

[Bug target/63901] msp430 multilib must distinguish mhwmult

2014-11-21 Thread pab at pabigot dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63901 --- Comment #5 from Peter A. Bigot --- Yes, that could work. msp430mcu in mspgcc days did a lot more than specs fragments; if interested see the relevant material (BSD-3-Clause) is in the msp430mcu repository at: https://sourceforge.net/p/mspgcc

[Bug sanitizer/64013] [5 Regression] libsanitizer fails to build

2014-11-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64013 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/57335] internal compiler error: in cxx_eval_bit_field_ref, at cp/semantics.c:6977

2014-11-21 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57335 --- Comment #10 from Paolo Carlini --- Ah, excellent.

[Bug target/64014] [5 regression] Failure of gcc.dg/torture/stackalign/regparm-1.c

2014-11-21 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64014 Francois-Xavier Coudert changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

[Bug target/63977] [5 Regression] r217769 caused many failures

2014-11-21 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63977 Francois-Xavier Coudert changed: What|Removed |Added CC||fxcoudert at gcc dot gnu.org -

[Bug middle-end/64017] New: Support ISL 0.14.0 (to fix ICE with gfortran.dg/graphite/pr42393.f90)

2014-11-21 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64017 Bug ID: 64017 Summary: Support ISL 0.14.0 (to fix ICE with gfortran.dg/graphite/pr42393.f90) Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal

[Bug target/64014] [5 regression] Failure of gcc.dg/torture/stackalign/regparm-1.c

2014-11-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64014 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1

[Bug debug/63243] [meta-bug] RH GDB project tracker

2014-11-21 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63243 Bug 63243 depends on bug 63239, which changed state. Bug 63239 Summary: DWARF does not represent C++ deleted methods https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63239 What|Removed |Added ---

[Bug debug/63239] DWARF does not represent C++ deleted methods

2014-11-21 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63239 Francois-Xavier Coudert changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|--

[Bug debug/63239] DWARF does not represent C++ deleted methods

2014-11-21 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63239 --- Comment #11 from Francois-Xavier Coudert --- Author: fxcoudert Date: Fri Nov 21 13:32:08 2014 New Revision: 217920 URL: https://gcc.gnu.org/viewcvs?rev=217920&root=gcc&view=rev Log: PR debug/63239 * g++.dg/debug/dwarf2/deleted-member

[Bug testsuite/61137] [5 regression] FAIL: gcc.target/ia64/small-addr-1.c (test for excess errors)

2014-11-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61137 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c/50459] alignof doesn't work on plain old constant, works with expressions containing it

2014-11-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50459 Bug 50459 depends on bug 61137, which changed state. Bug 61137 Summary: [5 regression] FAIL: gcc.target/ia64/small-addr-1.c (test for excess errors) https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61137 What|Removed

[Bug debug/63239] DWARF does not represent C++ deleted methods

2014-11-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63239 --- Comment #10 from Jakub Jelinek --- You should pass -gno-strict-dwarf unconditionally, I think vxworks has similar defaults as darwin.

[Bug testsuite/61137] [5 regression] FAIL: gcc.target/ia64/small-addr-1.c (test for excess errors)

2014-11-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61137 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Fri Nov 21 13:28:58 2014 New Revision: 217919 URL: https://gcc.gnu.org/viewcvs?rev=217919&root=gcc&view=rev Log: PR target/61137 * config/ia64/ia64.c (ia64_attribute_takes_identif

[Bug debug/63239] DWARF does not represent C++ deleted methods

2014-11-21 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63239 --- Comment #9 from Francois-Xavier Coudert --- Author: fxcoudert Date: Fri Nov 21 13:27:57 2014 New Revision: 217918 URL: https://gcc.gnu.org/viewcvs?rev=217918&root=gcc&view=rev Log: PR debug/63239 * g++.dg/debug/dwarf2/deleted-member-

[Bug debug/63239] DWARF does not represent C++ deleted methods

2014-11-21 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63239 --- Comment #8 from Francois-Xavier Coudert --- (In reply to Jakub Jelinek from comment #7) > So using > -gdwarf-2 and -gstrict-dwarf by default is necessary because of badly > written toolchain. I had tried -gdwarf-4, but didn't know about -gst

[Bug c++/63942] [5.0 Regression] constexpr conflicts with previous declaration

2014-11-21 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63942 --- Comment #7 from Jason Merrill --- (In reply to David Edelsohn from comment #6) > It still occurred as of [trunk revision 217822] I'm still not seeing it in a cross-compiler. Does the error depend on particular flags?

[Bug debug/63239] DWARF does not represent C++ deleted methods

2014-11-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63239 --- Comment #7 from Jakub Jelinek --- (In reply to Mark Wielaard from comment #6) > It looks like for some reason Darwin defaults to some ancient (v2) strict > version of DWARF. Please try adding -gno-strict-dwarf -gdwarf-4 to > gcc/testsuite/g++

[Bug debug/63239] DWARF does not represent C++ deleted methods

2014-11-21 Thread mark at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63239 --- Comment #6 from Mark Wielaard --- It looks like for some reason Darwin defaults to some ancient (v2) strict version of DWARF. Please try adding -gno-strict-dwarf -gdwarf-4 to gcc/testsuite/g++.dg/debug/dwarf2/deleted-member-function.C dg-opti

[Bug tree-optimization/64006] __builtin_mul_overflow fails to signal overflow

2014-11-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64006 Jakub Jelinek changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org --- Comm

[Bug ipa/63856] [5 Regression] ICE: verify_gimple failed: invalid argument to gimple call with -O2 -fPIC

2014-11-21 Thread marxin at gcc dot gnu.org
/testcase.c -fdump-ipa-icf-details uname -a Linux marxinbox.suse.cz 3.16.6-2-desktop #1 SMP PREEMPT Mon Oct 20 13:47:22 UTC 2014 (feb42ea) x86_64 x86_64 x86_64 GNU/Linux gcc version 5.0.0 20141121 (experimental) (GCC) ipa-icf-details log: Equal symbols: 1 Fraction of visited symbols: 33.33% debug

[Bug ipa/63598] [5.0 Regression] ICE: in ipa_merge_profiles at ipa-utils.c:396

2014-11-21 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63598 --- Comment #4 from Martin Liška --- Can you please check if the issue still persists? I would appreciate further information related to PR, or do we have any GCC fam machine I can debug it? Thanks, Martin

[Bug ipa/63569] [5.0 Regression] Wrong code with volatile and ICF

2014-11-21 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63569 --- Comment #6 from Martin Liška --- Problem is that IPA ICF contains compare_operand that is called recursively and handles all tree types. Richard correctly pointed that we should split the method to memory-related operand comparison and the re

[Bug bootstrap/63573] [5 Regression] libgo: ICE building libgo on powerpc-linux-gnu

2014-11-21 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63573 --- Comment #20 from Martin Liška --- Hello. I've just bootstrapped on ggc110 after r217307 was applied. Can you please verify if the problem still persists? Thanks, Martin

[Bug c++/57335] internal compiler error: in cxx_eval_bit_field_ref, at cp/semantics.c:6977

2014-11-21 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57335 --- Comment #9 from Kai Tietz --- Yes, that works without any warnings with delayed-folding patch. (I mentioned it in comment #6 as *valid-code* sample)

  1   2   >