[Bug bootstrap/61440] Bootstrap failure with --with-build-config=bootstrap-lto

2014-12-01 Thread vekumar at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61440 vekumar at gcc dot gnu.org changed: What|Removed |Added CC||vekumar at gcc dot gnu.org -

[Bug bootstrap/61440] Bootstrap failure with --with-build-config=bootstrap-lto

2014-12-01 Thread arnetheduck at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61440 --- Comment #4 from Jacek Sieka --- This looks very similar to 62077 btw.

[Bug tree-optimization/64146] [5 Regression] ipa-icf breaks gold dynamic_test_2 test

2014-12-01 Thread amodra at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64146 --- Comment #2 from Alan Modra --- Yes. First thing I checked. :) -fpic actually.

[Bug debug/60643] ICE with -O1 and -g on mips (internal compiler error: in dwarf2out_var_location, at dwarf2out.c:20810)

2014-12-01 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60643 --- Comment #14 from Andrew Pinski --- Most likely fixed by: https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=9fcfed2eb95fea03d967dfcadd1eec9cbab4a744

[Bug tree-optimization/64146] [5 Regression] ipa-icf breaks gold dynamic_test_2 test

2014-12-01 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64146 --- Comment #1 from Andrew Pinski --- Are you compiling with -fPIC?

[Bug tree-optimization/64146] New: [5 Regression] ipa-icf breaks gold dynamic_test_2 test

2014-12-01 Thread amodra at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64146 Bug ID: 64146 Summary: [5 Regression] ipa-icf breaks gold dynamic_test_2 test Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug debug/60643] ICE with -O1 and -g on mips (internal compiler error: in dwarf2out_var_location, at dwarf2out.c:20810)

2014-12-01 Thread hongxu.jia at windriver dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60643 hongxu jia changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|WORKSFORME

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

2014-12-01 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64003 --- Comment #7 from dmalcolm at gcc dot gnu.org --- A more minimal reproducer: $ cat get-attr-length-i386.c int test_pr64003 (int p) { if (p == 0) return 5; if (p == 1) return 7; return 0; } $ valgrind ./cc1 get-attr-length-i386.c

[Bug target/64115] [4.9/5 Regression] ICE: : in rs6000_delegitimize_address, at config/rs6000/rs6000.c:7051

2014-12-01 Thread amodra at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64115 Alan Modra changed: What|Removed |Added CC||amodra at gmail dot com --- Comment #5 from

[Bug bootstrap/61440] Bootstrap failure with --with-build-config=bootstrap-lto

2014-12-01 Thread arnetheduck at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61440 Jacek Sieka changed: What|Removed |Added CC||arnetheduck at gmail dot com --- Comment #

[Bug target/62251] [5 Regression] FAIL: gfortran.dg/quad_2.f90 execution test

2014-12-01 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62251 --- Comment #1 from John David Anglin --- Test fails at line 58: if (str3 /= " 1.41421356237309504880168872420969798") call abort() _gfortrani_compare_string (len1=len1@entry=80, s1=0x83fffdff0b90 " 1.4142135623730950488016

[Bug target/55212] [SH] Switch to LRA

2014-12-01 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212 --- Comment #89 from Kazumoto Kojima --- Created attachment 34159 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34159&action=edit a reduced c++ test case (-O2 -std=gnu++11) Here is related lines of lra-constraints.c: 4906 save = emi

[Bug other/64145] gcc.dg/graphite/isl-codegen-loop-dumping.c UNRESOLVED with isl 0.14

2014-12-01 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64145 --- Comment #3 from howarth at bromo dot med.uc.edu --- Also, if -fdump-tree-graphite-all alone is supposed to trigger graphite usage, what exact level graphite optimization is to be expected (as we currently don't enable any graphite features at

[Bug other/64145] gcc.dg/graphite/isl-codegen-loop-dumping.c UNRESOLVED with isl 0.14

2014-12-01 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64145 --- Comment #2 from howarth at bromo dot med.uc.edu --- Noticing that this bug seems similar to that fixed in https://gcc.gnu.org/ml/gcc-patches/2011-07/msg00450.html, I puzzled out that the following change allows the gcc.dg/graphite/isl-codegen-

[Bug rtl-optimization/59278] combine does not replace matched insn

2014-12-01 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59278 --- Comment #3 from Oleg Endo --- Fixed for 5.0. I'd like to leave the PR open for a while, though. In case there are any fallouts.

[Bug rtl-optimization/59278] combine does not replace matched insn

2014-12-01 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59278 --- Comment #2 from Oleg Endo --- Author: olegendo Date: Mon Dec 1 23:53:12 2014 New Revision: 218251 URL: https://gcc.gnu.org/viewcvs?rev=218251&root=gcc&view=rev Log: testsuite/ PR rtl-optimization/59278 * gcc.target/sh/pr59278.c: New

[Bug rtl-optimization/59278] combine does not replace matched insn

2014-12-01 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59278 --- Comment #1 from Segher Boessenkool --- Author: segher Date: Mon Dec 1 23:48:26 2014 New Revision: 218250 URL: https://gcc.gnu.org/viewcvs?rev=218250&root=gcc&view=rev Log: PR rtl-optimization/59278 combine (reg_dead_at_p): Consider

[Bug target/55351] can't build libgcc for -m5-compact variant in SH64

2014-12-01 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55351 Oleg Endo changed: What|Removed |Added CC||segher at gcc dot gnu.org --- Comment #4 fro

[Bug lto/64043] [5 Regression] ICE (segfault) with LTO: in tree_check/tree.h:2758 get_binfo_at_offset/tree.c:11914

2014-12-01 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64043 Jan Hubicka changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug fortran/60898] [4.8/4.9/5 Regression] model compile error with gfortran 4.7 and gcc 4.9

2014-12-01 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60898 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #1

[Bug other/64145] gcc.dg/graphite/isl-codegen-loop-dumping.c UNRESOLVED with isl 0.14

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

[Bug other/64145] New: gcc.dg/graphite/isl-codegen-loop-dumping.c UNRESOLVED with isl 0.14

2014-12-01 Thread howarth at bromo dot med.uc.edu
... Executing on host: /sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/gcc/xgcc -B/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/gcc/ /sw/src/fink.build/gcc50-5.0.0-1000/gcc-5-20141201/gcc/testsuite/gcc.dg/graphite/isl-codegen-loop-dumping.c -fno-diagnostics-show-caret -fdiagnostics-color=never -O2

[Bug rtl-optimization/63957] [5 Regression] rename -fuse-caller-save to -fipa-ra

2014-12-01 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63957 --- Comment #5 from vries at gcc dot gnu.org --- (In reply to vries from comment #4) > Created attachment 34154 [details] > tentative patch Minimal c build + regression test ok on x86_64. I'll bootstrap and reg-test.

[Bug target/64115] [4.9/5 Regression] ICE: : in rs6000_delegitimize_address, at config/rs6000/rs6000.c:7051

2014-12-01 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64115 David Edelsohn changed: What|Removed |Added CC||amodra at gcc dot gnu.org,

[Bug fortran/64138] gfortran interface issue

2014-12-01 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64138 kargl at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/64138] gfortran interface issue

2014-12-01 Thread wong.david-c at epa dot gov
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64138 --- Comment #3 from david --- (In reply to david from comment #0) > Hi, > >I have created a complex number module: > >module complex_number_module > implicit none > > integer, parameter :: loc_real_precision = 8 >

[Bug fortran/64138] gfortran interface issue

2014-12-01 Thread wong.david-c at epa dot gov
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64138 --- Comment #2 from david --- Created attachment 34158 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34158&action=edit a small code

[Bug libstdc++/64144] std::async can deadlock during thread exit

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

[Bug target/64113] Gcc on Alpha: Error: No lda !gpdisp!282 was found

2014-12-01 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64113 --- Comment #2 from Uroš Bizjak --- Created attachment 34157 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34157&action=edit Proposed patch Patch in testing. Using this patch, I was able to compile systemd-217 that otherwise failed to co

[Bug target/64113] Gcc on Alpha: Error: No lda !gpdisp!282 was found

2014-12-01 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64113 Uroš Bizjak changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug libstdc++/64144] std::async can deadlock during thread exit

2014-12-01 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64144 --- Comment #1 from Jonathan Wakely --- Oops, that test is always going to deadlock, I meant this: #include std::future fut; struct A { ~A() { fut.wait_for(std::chrono::milliseconds(1)); } }; thread_local A a; void f() { (void)&a; } int

[Bug ipa/64139] [5 Regression] ice in possible_polymorphic_call_targets, at ipa-devirt.c:2410

2014-12-01 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64139 --- Comment #4 from Jan Hubicka --- Well, that assert is there because I was mostly curious if it is possible to construct valid C++ program doing so. I will figure out if the context passed seems legit and probably just remove the assert.

[Bug libstdc++/64144] New: std::async can deadlock during thread exit

2014-12-01 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64144 Bug ID: 64144 Summary: std::async can deadlock during thread exit Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc+

[Bug ipa/64139] [5 Regression] ice in possible_polymorphic_call_targets, at ipa-devirt.c:2410

2014-12-01 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64139 --- Comment #3 from Martin Jambor --- And by the way, neither ipa-cp nor ipa-prop invents anything funny here. It feeds ipa-devirt exactly the same context that it created in ipa_compute_jump_functions_for_edge (i.e. that the constructor created

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

2014-12-01 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64017 --- Comment #3 from Tobias Burnus --- Author: burnus Date: Mon Dec 1 19:07:37 2014 New Revision: 218247 URL: https://gcc.gnu.org/viewcvs?rev=218247&root=gcc&view=rev Log: 2014-12-01 Tobias Burnus Jack Howarth PR middle

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

2014-12-01 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64017 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/60859] Value-initialization of scalar in aggregate yields "braces around scalar initializer"

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

[Bug c++/60859] Value-initialization of scalar in aggregate yields "braces around scalar initializer"

2014-12-01 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60859 --- Comment #2 from paolo at gcc dot gnu.org --- Author: paolo Date: Mon Dec 1 18:52:05 2014 New Revision: 218244 URL: https://gcc.gnu.org/viewcvs?rev=218244&root=gcc&view=rev Log: /cp 2014-12-01 Paolo Carlini PR c++/60859 * decl.c

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

2014-12-01 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64018 dmalcolm at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution

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

2014-12-01 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64018 --- Comment #2 from dmalcolm at gcc dot gnu.org --- Author: dmalcolm Date: Mon Dec 1 18:47:31 2014 New Revision: 218243 URL: https://gcc.gnu.org/viewcvs?rev=218243&root=gcc&view=rev Log: PR jit/64018: Add description of error-handling to the JIT

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

2014-12-01 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63661 Martin Jambor changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

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

2014-12-01 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64020 --- Comment #7 from dmalcolm at gcc dot gnu.org --- (In reply to dmalcolm from comment #5) > (In reply to dmalcolm from comment #4) > > Am testing a candidate patch for this > > Patch posted as: > https://gcc.gnu.org/ml/gcc-patches/2014-11/msg032

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

2014-12-01 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64020 --- Comment #6 from dmalcolm at gcc dot gnu.org --- Author: dmalcolm Date: Mon Dec 1 18:23:37 2014 New Revision: 218240 URL: https://gcc.gnu.org/viewcvs?rev=218240&root=gcc&view=rev Log: PR jit/64020: Fixes to handling of builtins PR jit/64

[Bug fortran/64137] Fortran FE builds invalid GENERIC

2014-12-01 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64137 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #2

[Bug ipa/64139] [5 Regression] ice in possible_polymorphic_call_targets, at ipa-devirt.c:2410

2014-12-01 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64139 Martin Jambor changed: What|Removed |Added CC|mjambor at suse dot cz |hubicka at gcc dot gnu.org,

[Bug other/64143] New: Add option -felide-aliases

2014-12-01 Thread r.p.nicholl at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64143 Bug ID: 64143 Summary: Add option -felide-aliases Product: gcc Version: unknown Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: other

[Bug c++/64142] Add option, -felide-copies

2014-12-01 Thread r.p.nicholl at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64142 --- Comment #1 from Ryan Nicholl --- The option would be -felide-copies, incase the title needs to be changed later.

[Bug c++/64142] New: Add option, -felide-copies

2014-12-01 Thread r.p.nicholl at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64142 Bug ID: 64142 Summary: Add option, -felide-copies Product: gcc Version: unknown Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: c++ A

[Bug c++/64141] New: Add option, -Wextra-copy

2014-12-01 Thread r.p.nicholl at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64141 Bug ID: 64141 Summary: Add option, -Wextra-copy Product: gcc Version: unknown Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: c++ Ass

[Bug jit/63854] Fix memory leaks seen in JIT

2014-12-01 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63854 --- Comment #24 from dmalcolm at gcc dot gnu.org --- Author: dmalcolm Date: Mon Dec 1 17:40:03 2014 New Revision: 218234 URL: https://gcc.gnu.org/viewcvs?rev=218234&root=gcc&view=rev Log: PR jit/63854: Fix leaks in toyvm.c gcc/jit/ChangeLog:

[Bug ipa/64139] [5 Regression] ice in possible_polymorphic_call_targets, at ipa-devirt.c:2410

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

[Bug libstdc++/64140] New: match_results.prefix() returns an incorrect result if regex_iterator holds a zero-length match

2014-12-01 Thread kariya_mitsuru at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64140 Bug ID: 64140 Summary: match_results.prefix() returns an incorrect result if regex_iterator holds a zero-length match Product: gcc Version: 5.0 Status: UNCONFIRMED

[Bug jit/63854] Fix memory leaks seen in JIT

2014-12-01 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63854 --- Comment #23 from dmalcolm at gcc dot gnu.org --- Author: dmalcolm Date: Mon Dec 1 17:28:28 2014 New Revision: 218233 URL: https://gcc.gnu.org/viewcvs?rev=218233&root=gcc&view=rev Log: PR jit/63854: Fix leak in real.c for i386:init_ext_80387_

[Bug fortran/64138] gfortran interface issue

2014-12-01 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64138 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- C

[Bug jit/63854] Fix memory leaks seen in JIT

2014-12-01 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63854 --- Comment #22 from dmalcolm at gcc dot gnu.org --- Author: dmalcolm Date: Mon Dec 1 17:22:19 2014 New Revision: 218231 URL: https://gcc.gnu.org/viewcvs?rev=218231&root=gcc&view=rev Log: PR jit/63854: Fix leak within jit-builtins.c gcc/jit/Cha

[Bug jit/63854] Fix memory leaks seen in JIT

2014-12-01 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63854 --- Comment #21 from dmalcolm at gcc dot gnu.org --- Author: dmalcolm Date: Mon Dec 1 17:16:04 2014 New Revision: 218230 URL: https://gcc.gnu.org/viewcvs?rev=218230&root=gcc&view=rev Log: PR jit/63854: Fix leak in tree-ssa-math-opts.c gcc/Chang

[Bug c++/63779] g++ 4.9 generates invalid object provoking a GOT relative relocation must reference a local symbol linker error on SunOS

2014-12-01 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63779 --- Comment #3 from Richard PALO --- Well, apparently this was affecting many using gcc 4.9.x and a workaround was given here https://bugzilla.mozilla.org/show_bug.cgi?id=999496 I tested it and now have (as with 4.8.x): >richard@omnis:/tmp/pkgsr

[Bug libstdc++/64128] Let vector take advantage of malloc_usable_size for malloc-using allocators

2014-12-01 Thread gcc-bugzilla at contacts dot eelis.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64128 --- Comment #4 from Eelis --- Yeah, I noticed that tcmalloc is also way faster, and since tcmalloc barely over-allocates for the sizes requested by vector, there is no benefit to using malloc_usable_size (which it also supports) there. So I thin

[Bug c++/64139] New: ice in possible_polymorphic_call_targets, at ipa-devirt.c:2410

2014-12-01 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64139 Bug ID: 64139 Summary: ice in possible_polymorphic_call_targets, at ipa-devirt.c:2410 Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal P

[Bug rtl-optimization/63957] [5 Regression] rename -fuse-caller-save to -fipa-ra

2014-12-01 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63957 --- Comment #4 from vries at gcc dot gnu.org --- Created attachment 34154 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34154&action=edit tentative patch

[Bug c++/60859] Value-initialization of scalar in aggregate yields "braces around scalar initializer"

2014-12-01 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60859 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/64115] [4.9/5 Regression] ICE: : in rs6000_delegitimize_address, at config/rs6000/rs6000.c:7051

2014-12-01 Thread uweigand at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64115 Ulrich Weigand changed: What|Removed |Added CC||dje.gcc at gmail dot com --- Comment #3

[Bug jit/63854] Fix memory leaks seen in JIT

2014-12-01 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63854 --- Comment #20 from dmalcolm at gcc dot gnu.org --- Author: dmalcolm Date: Mon Dec 1 16:13:29 2014 New Revision: 218227 URL: https://gcc.gnu.org/viewcvs?rev=218227&root=gcc&view=rev Log: PR jit/63854: Add support for running "make check-jit" un

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

2014-12-01 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63969 --- Comment #7 from dmalcolm at gcc dot gnu.org --- Author: dmalcolm Date: Mon Dec 1 15:58:11 2014 New Revision: 218226 URL: https://gcc.gnu.org/viewcvs?rev=218226&root=gcc&view=rev Log: PR jit/63969: Fix segfault in error-handling when driver i

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

2014-12-01 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63969 dmalcolm at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution

[Bug tree-optimization/64121] [5 Regression] ICE: SSA corruption with -O -fsanitize=undefined

2014-12-01 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64121 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/64121] [5 Regression] ICE: SSA corruption with -O -fsanitize=undefined

2014-12-01 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64121 --- Comment #8 from Marek Polacek --- Author: mpolacek Date: Mon Dec 1 15:37:55 2014 New Revision: 218222 URL: https://gcc.gnu.org/viewcvs?rev=218222&root=gcc&view=rev Log: PR sanitizer/64121 * ubsan.c (instrument_object_size): Stop sea

[Bug sanitizer/63956] [5 Regression][UBSAN] ICE segfault in cxx_eval_call_expression ../../gcc/cp/constexpr.c

2014-12-01 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63956 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug sanitizer/63956] [5 Regression][UBSAN] ICE segfault in cxx_eval_call_expression ../../gcc/cp/constexpr.c

2014-12-01 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63956 --- Comment #13 from Marek Polacek --- Author: mpolacek Date: Mon Dec 1 15:29:11 2014 New Revision: 218221 URL: https://gcc.gnu.org/viewcvs?rev=218221&root=gcc&view=rev Log: PR sanitizer/63956 * ubsan.c (is_ubsan_builtin_p): Check also

[Bug fortran/64138] New: gfortran interface issue

2014-12-01 Thread wong.david-c at epa dot gov
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64138 Bug ID: 64138 Summary: gfortran interface issue Product: gcc Version: 4.9.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assign

[Bug c++/60845] print original type for typedef classes in diagnostics

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

[Bug c++/60845] print original type for typedef classes in diagnostics

2014-12-01 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60845 --- Comment #1 from paolo at gcc dot gnu.org --- Author: paolo Date: Mon Dec 1 14:58:01 2014 New Revision: 218218 URL: https://gcc.gnu.org/viewcvs?rev=218218&root=gcc&view=rev Log: /cp 2014-12-01 Paolo Carlini PR c++/60845 * typeck.

[Bug c++/58107] missing destructor call after thrown exception in lambda capture

2014-12-01 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58107 Ville Voutilainen changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/64115] [4.9/5 Regression] ICE: : in rs6000_delegitimize_address, at config/rs6000/rs6000.c:7051

2014-12-01 Thread uweigand at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64115 Ulrich Weigand changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/14541] [tree-ssa] built-in math functions are not fully optimized at tree level

2014-12-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14541 --- Comment #16 from Richard Biener --- (for logfn (BUILT_IN_LOGF BUILT_IN_LOG BUILT_IN_LOGL) expfn (BUILT_IN_EXPF BUILT_IN_EXP BUILT_IN_EXPL) (simplify (logfn (expfn @0)) (if (flag_unsafe_math_optimizations) @0))) with the still so

[Bug tree-optimization/15826] don't use "if" to extract a single bit bit-field.

2014-12-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15826 --- Comment #9 from Richard Biener --- Which boils down to the premature fold-const.c:optimize_bit_field_compare which creates this BIT_FIELD_REF (fold_truth_andor_1 does similar stupid stuff).

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

2014-12-01 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63551 Martin Jambor changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug plugins/61176] plugin builds including gimple.h not building

2014-12-01 Thread amacleod at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61176 --- Comment #13 from Andrew Macleod --- gcc-plugin.h has had a number of includes added to ease the pain of flattening basic-block.h and cgraph.h this release. If there are still issues with tree.h or others, submit a patch which adds the requir

[Bug libstdc++/63840] std::function copy constructor deletes an uninitialized pointer if new fails

2014-12-01 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63840 --- Comment #2 from Jonathan Wakely --- Author: redi Date: Mon Dec 1 13:49:20 2014 New Revision: 218215 URL: https://gcc.gnu.org/viewcvs?rev=218215&root=gcc&view=rev Log: PR libstdc++/63840 * include/std/functional (function::function(c

[Bug libstdc++/63840] std::function copy constructor deletes an uninitialized pointer if new fails

2014-12-01 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63840 Jonathan Wakely changed: What|Removed |Added Target Milestone|--- |4.8.4 --- Comment #3 from Jonathan Wak

[Bug bootstrap/64102] ARM bootstrap fails with segfault with -mapcs in BOOT_CFLAGS

2014-12-01 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64102 --- Comment #4 from ktkachov at gcc dot gnu.org --- (In reply to ktkachov from comment #3) > Hmm... > Trying to bootstrap 4.9 with the same configuration and -mapcs results in an > ICE in stage2 when compiling haifa-sched.c > $SRC/gcc/haifa-sched.

[Bug middle-end/64111] [5.0 regression] ICE: conversion of register to a different size

2014-12-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64111 --- Comment #21 from Richard Biener --- Author: rguenth Date: Mon Dec 1 13:48:21 2014 New Revision: 218214 URL: https://gcc.gnu.org/viewcvs?rev=218214&root=gcc&view=rev Log: 2014-12-01 Richard Biener PR middle-end/64111 * tree.c (in

[Bug middle-end/64111] [5.0 regression] ICE: conversion of register to a different size

2014-12-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64111 --- Comment #20 from Richard Biener --- Author: rguenth Date: Mon Dec 1 13:47:11 2014 New Revision: 218213 URL: https://gcc.gnu.org/viewcvs?rev=218213&root=gcc&view=rev Log: 2014-12-01 Richard Biener PR middle-end/64111 * tree.c (in

[Bug fortran/64137] Fortran FE builds invalid GENERIC

2014-12-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64137 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug middle-end/64111] [5.0 regression] ICE: conversion of register to a different size

2014-12-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64111 --- Comment #19 from Richard Biener --- Author: rguenth Date: Mon Dec 1 13:42:45 2014 New Revision: 218212 URL: https://gcc.gnu.org/viewcvs?rev=218212&root=gcc&view=rev Log: 2014-12-01 Richard Biener PR middle-end/64111 * tree.c (in

[Bug c/64136] gcc tree optimization removes basic block containing break condition

2014-12-01 Thread ecd at brainaid dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64136 --- Comment #4 from Eddie C. Dost --- Andrew, thank you very much, you are correct and I was blind. I now see the problem from gcc's optimizer view and it makes sense to remove the second condition.

[Bug fortran/64137] New: Fortran FE builds invalid GENERIC

2014-12-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64137 Bug ID: 64137 Summary: Fortran FE builds invalid GENERIC Product: gcc Version: 5.0 Status: UNCONFIRMED Keywords: wrong-code Severity: normal Priority: P3

[Bug rtl-optimization/63957] [5 Regression] rename -fuse-caller-save to -fipa-ra

2014-12-01 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63957 vries at gcc dot gnu.org changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |vries at gcc dot gnu.org

[Bug tree-optimization/15346] [tree-ssa] combine two successive divisions

2014-12-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15346 --- Comment #8 from Richard Biener --- Author: rguenth Date: Mon Dec 1 13:13:28 2014 New Revision: 218211 URL: https://gcc.gnu.org/viewcvs?rev=218211&root=gcc&view=rev Log: 2014-12-01 Richard Biener PR tree-optimization/15346 * Make

[Bug tree-optimization/15346] [tree-ssa] combine two successive divisions

2014-12-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15346 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/64121] [5 Regression] ICE: SSA corruption with -O -fsanitize=undefined

2014-12-01 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64121 --- Comment #7 from Marek Polacek --- Yup, that works. Testing in progress. Thanks.

[Bug tree-optimization/64126] [5.0 Regression] FAIL: gcc.dg/pr37289.c scan-tree-dump original "-\\(long unsigned int\\) x"

2014-12-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64126 --- Comment #4 from Richard Biener --- Author: rguenth Date: Mon Dec 1 13:08:10 2014 New Revision: 218210 URL: https://gcc.gnu.org/viewcvs?rev=218210&root=gcc&view=rev Log: 2014-12-01 Richard Biener PR middle-end/64126 * match.pd: A

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

2014-12-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63661 Jakub Jelinek changed: What|Removed |Added Known to work||5.0 Summary|[4.9/5 Regression

[Bug c/64136] gcc tree optimization removes basic block containing break condition

2014-12-01 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64136 --- Comment #3 from Andrew Pinski --- Swap around the conditions that you have and it will work correctly.

[Bug c/64136] gcc tree optimization removes basic block containing break condition

2014-12-01 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64136 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug rtl-optimization/63957] [5 Regression] rename -fuse-caller-save to -fipa-ra

2014-12-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63957 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2

[Bug tree-optimization/64121] [5 Regression] ICE: SSA corruption with -O -fsanitize=undefined

2014-12-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64121 --- Comment #6 from Jakub Jelinek --- Ah, indeed. So perhaps better replace the: 1565base = gimple_assign_rhs1 (def_stmt); line in the loop with { tree rhs1 = gimple_assign_rhs1 (def_stmt); if (TREE_CODE (rhs1) == SSA_NAME && SSA_NAM

[Bug c/64136] gcc tree optimization removes basic block containing break condition

2014-12-01 Thread ecd at brainaid dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64136 --- Comment #1 from Eddie C. Dost --- Created attachment 34153 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34153&action=edit bug.i cunrolli dump

[Bug c/64136] New: gcc tree optimization removes basic block containing break condition

2014-12-01 Thread ecd at brainaid dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64136 Bug ID: 64136 Summary: gcc tree optimization removes basic block containing break condition Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/64121] [5 Regression] ICE: SSA corruption with -O -fsanitize=undefined

2014-12-01 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64121 --- Comment #5 from Marek Polacek --- Unfortunately, that doesn't seem to help.

  1   2   >