[Bug c++/56126] -fno-exceptions should activate -fcheck-new or issue diagnostic for all new operators without throw()

2015-01-09 Thread bruck.michael at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56126 --- Comment #14 from Michael Bruck --- (In reply to Olaf van der Spek from comment #12) > > Allocation failure is a > > simple error and should not kill your program. > > It's far from simple to handle properly and to do better then abort. In s

[Bug c++/56126] -fno-exceptions should activate -fcheck-new or issue diagnostic for all new operators without throw()

2015-01-09 Thread bruck.michael at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56126 --- Comment #15 from Michael Bruck --- (In reply to Jonathan Wakely from comment #13) > (In reply to Michael Bruck from comment #11) > > throwing is undefined behavior with -fno-exceptions. > > No it isn't, it's ill-formed due to a syntax error.

[Bug rtl-optimization/64539] [5 regression] cprop_hardreg does not respect clobbers in C_I_F_U

2015-01-09 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64539 --- Comment #3 from vries at gcc dot gnu.org --- Created attachment 34411 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34411&action=edit Tentative patch

[Bug rtl-optimization/64539] [5 regression] cprop_hardreg does not respect clobbers in C_I_F_U

2015-01-09 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64539 vries at gcc dot gnu.org changed: What|Removed |Added CC||terry.guo at arm dot com --- C

[Bug libstdc++/64535] Emergency buffer for exception allocation too small

2015-01-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64535 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #6

[Bug rtl-optimization/64539] [5 regression] cprop_hardreg does not respect clobbers in C_I_F_U

2015-01-09 Thread terry.guo at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64539 --- Comment #5 from Terry Guo --- Thanks and it did fixed the issue I observed.

[Bug libstdc++/64535] Emergency buffer for exception allocation too small

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64535 Richard Biener changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #7

[Bug web/64549] New: Add a 404 page

2015-01-09 Thread quentin at pradet dot me
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64549 Bug ID: 64549 Summary: Add a 404 page Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: web Assignee: unassign

[Bug target/64448] New middle-end pattern breaks vector BIF folding on AArch64.

2015-01-09 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64448 ktkachov at gcc dot gnu.org changed: What|Removed |Added Target||aarch64* Status

[Bug fortran/64522] [4.8/4.9/5 Regression] Free-form source code: -Wline-truncation is no longer enabled by default

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

[Bug fortran/64506] FORMAT Parse Error with Continuation Line

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

[Bug ipa/64503] [5 Regression] gcc.dg/ipa/iinline-4.c:210:1: internal compiler error: Floating point exception

2015-01-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64503 --- Comment #4 from Martin Liška --- Author: marxin Date: Fri Jan 9 10:38:49 2015 New Revision: 219378 URL: https://gcc.gnu.org/viewcvs?rev=219378&root=gcc&view=rev Log: Fix for ipa/PR64503 PR ipa/64503 * sreal.c (sreal::dump): Change

[Bug ipa/64503] [5 Regression] gcc.dg/ipa/iinline-4.c:210:1: internal compiler error: Floating point exception

2015-01-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64503 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/64405] [arm] Invalid codegenaration for ARMv3 and ARMv2

2015-01-09 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64405 ktkachov at gcc dot gnu.org changed: What|Removed |Added Keywords||wrong-code Stat

[Bug rtl-optimization/64539] [5 regression] cprop_hardreg does not respect clobbers in C_I_F_U

2015-01-09 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64539 vries at gcc dot gnu.org changed: What|Removed |Added Keywords||patch, wrong-code --- Comment

[Bug preprocessor/64517] Inconsistent behavior when mixing -E and -M

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

[Bug tree-optimization/53947] [meta-bug] vectorizer missed-optimizations

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53947 Bug 53947 depends on bug 64410, which changed state. Bug 64410 Summary: gcc 25% slower than clang 3.5 for adding complex numbers https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64410 What|Removed |Added ---

[Bug tree-optimization/64410] gcc 25% slower than clang 3.5 for adding complex numbers

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64410 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug tree-optimization/64410] gcc 25% slower than clang 3.5 for adding complex numbers

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64410 --- Comment #12 from Richard Biener --- Author: rguenth Date: Fri Jan 9 11:14:55 2015 New Revision: 219380 URL: https://gcc.gnu.org/viewcvs?rev=219380&root=gcc&view=rev Log: 2015-01-09 Richard Biener PR tree-optimization/64410 * tre

[Bug tree-optimization/64528] [5 Regression] ICE: in process_constraint, at tree-ssa-structalias.c:3002 with -O -fno-tree-ccp -fno-tree-dce

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64528 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.0

[Bug middle-end/64498] [5 Regression] Cannot build Firefox with LTO: ICE in substitute_and_fold_dom_walker::before_dom_children

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64498 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.0

[Bug libstdc++/64475] [5.0 Regression] FAIL: 28_regex/algorithms/regex_match/ecma/char/backref.cc

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64475 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.0

[Bug libstdc++/64467] [5 Regression] 28_regex/traits/char/isctype.cc and wchar_t/isctype.cc

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64467 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.0

[Bug libstdc++/64473] [5.0 Regression] libstdc++-v3 tests fail to link on AArch64 tiny memory model.

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64473 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.0

[Bug testsuite/64145] [5 Regression] gcc.dg/graphite/isl-codegen-loop-dumping.c UNRESOLVED after r217315.

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64145 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.0

[Bug tree-optimization/64406] [5 Regression] ICE: SIGSEGV in estimate_numbers_of_iterations_loop (tree-ssa-loop-niter.c:3453) with custom flags

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64406 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.0

[Bug sanitizer/64435] [5.0.0 Regression] Bootstrap failure in libsanitizer on AArch64 with Linux kernel <= 3.15

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64435 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.0

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

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64368 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.0

[Bug target/64263] [5.0 Regression] ICE where adddi3_aarch64 does not satisfy its constraints after r217546

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64263 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.0

[Bug rtl-optimization/64532] [5 regression on ARM]internal compiler error: Max. number of generated reload insns per insn is achieved (90)

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64532 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.0

[Bug fortran/64432] [5 Regression] SYSTEM_CLOCK(COUNT_RATE=rate) wrong result for integer(4)::rate

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64432 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.0

[Bug other/64370] [5 Regression] sreal.c:125:23: error: 'exp2' was not declared in this scope

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64370 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.0

[Bug lto/64373] [5 regression] ICE with lto related to variably modified type

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64373 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.0

[Bug ipa/64378] [5 Regression] ICE: in inline_call, at ipa-inline-transform.c:347 with -O3 -fno-ipa-cp

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64378 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.0

[Bug lto/64374] [5.0 regression] LTO ICE in extract_insn, at recog.c:2327

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64374 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.0

[Bug rtl-optimization/64539] [5 regression] cprop_hardreg does not respect clobbers in C_I_F_U

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64539 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.0

[Bug libstdc++/64475] [5.0 Regression] FAIL: 28_regex/algorithms/regex_match/ecma/char/backref.cc

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

[Bug c++/60211] [4.9/5 Regression] ICE with #pragma GCC ivdep and for-loop on global scope

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60211 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.3

[Bug c++/63522] [4.8/4.9/5 Regression] ICE: unexpected expression 'ElementIndices' of kind template_parm_index

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63522 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.8.5

[Bug fortran/64474] [4.8 Regression] transfer(c_null_ptr, ...) causes an internal error

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64474 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.8.5

[Bug target/64479] [4.8 Regression][SH] wrong optimization delayed-branch

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64479 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.8.5

[Bug fortran/64355] [4.9/5 Regression] ICE (segfault) in gfc_zero_size_array with -fcoarray=single

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64355 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.3

[Bug c++/64487] [4.8/4.9 Regression] internal compiler error: in fold_offsetof_1, at c-family/c-common.c:9857

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64487 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.8.5

[Bug target/64513] [4.8/4.9/5 Regression] ICE: in maybe_record_trace_start, at dwarf2cfi.c:2231 with -mstack-arg-probe

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64513 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.8.5

[Bug driver/64540] [4.9 regression] Casting to/from long double emits ambiguous fild/fisttp instruction

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64540 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.3

[Bug fortran/64522] [4.8/4.9/5 Regression] Free-form source code: -Wline-truncation is no longer enabled by default

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64522 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.8.5

[Bug rtl-optimization/61799] [4.6/4.7 regression][ia64] r165240 caused GDB stops with SIGTRAP at 0 address

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61799 Richard Biener changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug sanitizer/64435] [5.0.0 Regression] Bootstrap failure in libsanitizer on AArch64 with Linux kernel <= 3.15

2015-01-09 Thread david.abdurachmanov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64435 --- Comment #3 from David Abdurachmanov --- The patch has been submitted to LLVM/compiler-rt and approved. Not yet committed, pending testing with Clang. http://reviews.llvm.org/D6854

[Bug ada/61027] gnatcmd gets SIGABRT during exception handling

2015-01-09 Thread simon at pushface dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61027 --- Comment #3 from simon at pushface dot org --- Created attachment 34412 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34412&action=edit Remove settings in gcc/ada/gcc-interface/Makefile.in (for Darwin)

[Bug ada/61027] gnatcmd gets SIGABRT during exception handling

2015-01-09 Thread simon at pushface dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61027 --- Comment #4 from simon at pushface dot org --- I think my use of --with-host-libstdcxx=-lstdc++ to avoid this problem came at it from slightly the wrong angle. It seems to me that it's more to do with -static-libgcc and the 4.9 change to use t

[Bug ada/61466] array index check optimized away with optimization

2015-01-09 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61466 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug other/64370] [5 Regression] sreal.c:125:23: error: 'exp2' was not declared in this scope

2015-01-09 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64370 --- Comment #1 from Uroš Bizjak --- The exp2 call was substituted wiht scalbln as part of PR64503 fix. Is this still an issue?

[Bug ipa/64550] New: IPA fixes cause ICE in tree-ssa.c:939

2015-01-09 Thread anton at samba dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64550 Bug ID: 64550 Summary: IPA fixes cause ICE in tree-ssa.c:939 Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ipa

[Bug target/63949] Aarch64 instruction combiner does not optimize subsi_sxth function as expected (gcc.target/aarch64/extend.c fails)

2015-01-09 Thread vekumar at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63949 --- Comment #10 from vekumar at gcc dot gnu.org --- (In reply to Segher Boessenkool from comment #9) > A MULT by a constant power of 2 is not canonical RTL (well, not what > simplify_rtx would give you); combine shouldn't generate this. In that

[Bug ipa/64550] [5 Regression] IPA fixes cause ICE in tree-ssa.c:939

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64550 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug ipa/64550] [5 Regression] IPA fixes cause ICE in tree-ssa.c:939

2015-01-09 Thread anton at samba dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64550 --- Comment #2 from Anton Blanchard --- The testcase in bug #64090 hits it, but for some reason the testcase in the bug it was duped to does not.

[Bug other/64370] [5 Regression] sreal.c:125:23: error: 'exp2' was not declared in this scope

2015-01-09 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64370 --- Comment #2 from dave.anglin at bell dot net --- On 2015-01-09, at 7:35 AM, ubizjak at gmail dot com wrote: > The exp2 call was substituted wiht scalbln as part of PR64503 fix. > > > > Is this still an issue? I will check but it would appe

[Bug libstdc++/64476] [4.9/5 Regression] std::uninitialized_copy tests assignability the wrong way, resulting in performance pessimization

2015-01-09 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64476 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug rtl-optimization/64304] AArch64 miscompilation with -mgeneral-regs-only

2015-01-09 Thread jiwang at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64304 --- Comment #3 from Jiong Wang --- cased by one bug in combine pass. patch under review at https://gcc.gnu.org/ml/gcc-patches/2015-01/msg00508.html

[Bug target/61413] __ARM_SIZEOF_WCHAR_T is constant 32 -- should be 4 or 2

2015-01-09 Thread renlin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61413 --- Comment #3 from renlin at gcc dot gnu.org --- Author: renlin Date: Fri Jan 9 13:55:16 2015 New Revision: 219386 URL: https://gcc.gnu.org/viewcvs?rev=219386&root=gcc&view=rev Log: [ARM]Fix definition of __ARM_SIZEOF_WCHAR_T. Backport fro

[Bug fortran/64522] [4.8/4.9/5 Regression] Free-form source code: -Wline-truncation is no longer enabled by default

2015-01-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64522 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug fortran/64432] [5 Regression] SYSTEM_CLOCK(COUNT_RATE=rate) wrong result for integer(4)::rate

2015-01-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64432 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug ipa/64550] [5 Regression] IPA fixes cause ICE in tree-ssa.c:939

2015-01-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64550 --- Comment #3 from Martin Liška --- The problem is hidden in missing volatile side-effect comparison for: # VUSE <.MEM_5(D)> __mptr_8 ={v} _17->first; (gdb) call debug_gimple_stmt(s2) # VUSE <.MEM_5(D)> __mptr_8 = _17->first; where compare_mem

[Bug ipa/64550] [5 Regression] IPA fixes cause ICE in tree-ssa.c:939

2015-01-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64550 --- Comment #4 from Martin Liška --- Suggested patch: diff --git a/gcc/ipa-icf-gimple.c b/gcc/ipa-icf-gimple.c index 9cb7bc3..7e3b1dd 100644 --- a/gcc/ipa-icf-gimple.c +++ b/gcc/ipa-icf-gimple.c @@ -260,7 +260,7 @@ func_checker::compare_memory_o

[Bug ipa/64551] New: Segfault in target_opts_for_fn (from ipa_icf::sem_function::equals_private)

2015-01-09 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64551 Bug ID: 64551 Summary: Segfault in target_opts_for_fn (from ipa_icf::sem_function::equals_private) Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: norma

[Bug libstdc++/60966] std::call_once sometime hangs

2015-01-09 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60966 --- Comment #32 from Jonathan Wakely --- Author: redi Date: Fri Jan 9 14:40:16 2015 New Revision: 219393 URL: https://gcc.gnu.org/viewcvs?rev=219393&root=gcc&view=rev Log: PR libstdc++/60966 * include/std/future (packaged_task::operator

[Bug libstdc++/60966] std::call_once sometime hangs

2015-01-09 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60966 --- Comment #33 from Jonathan Wakely --- Author: redi Date: Fri Jan 9 14:40:46 2015 New Revision: 219394 URL: https://gcc.gnu.org/viewcvs?rev=219394&root=gcc&view=rev Log: PR libstdc++/60966 * include/std/future (packaged_task::operator

[Bug target/64451] tic6x-elf: ICE in extract_insn, at recog.c:2202

2015-01-09 Thread wojtek.golf at interia dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64451 Wojciech Migda changed: What|Removed |Added CC||wojtek.golf at interia dot pl --- Comme

[Bug target/64460] ARM ICE on valid code

2015-01-09 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64460 ktkachov at gcc dot gnu.org changed: What|Removed |Added Keywords||ice-on-valid-code

[Bug target/64460] ARM ICE on valid code

2015-01-09 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64460 ktkachov at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED Assignee

[Bug target/64460] ARM ICE on valid code

2015-01-09 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64460 --- Comment #4 from Joel Sherrill --- (In reply to ktkachov from comment #3) > I have a fix in the works. The bug is down to the "shift" attribute value in > one of the patterns, although only xscale_sched_adjust_cost uses that > attribute. Awes

[Bug rtl-optimization/64286] Redundant extend removal ignores vector element type

2015-01-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64286 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3

[Bug target/64460] ARM ICE on valid code

2015-01-09 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64460 --- Comment #5 from ktkachov at gcc dot gnu.org --- (In reply to Joel Sherrill from comment #4) > (In reply to ktkachov from comment #3) > > I have a fix in the works. The bug is down to the "shift" attribute value in > > one of the patterns, alth

[Bug testsuite/63971] Some of gcc.target/aarch64/test_frame_*.c tests fail now

2015-01-09 Thread belagod at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63971 Tejas Belagod changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Bug rtl-optimization/64110] [5 Regression] ICE: Max. number of generated reload insns per insn is achieved (90)

2015-01-09 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64110 --- Comment #15 from Vladimir Makarov --- (In reply to Jakub Jelinek from comment #14) > (In reply to Vladimir Makarov from comment #13) > > (In reply to Jakub Jelinek from comment #11) > > > Looking at the generated assembly, I see there: > > >

[Bug target/64451] tic6x-elf: ICE in extract_insn, at recog.c:2202

2015-01-09 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64451 Yaakov Selkowitz changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/57295] target c6x-elf // internal compiler error: in extract_insn, at recog.c:2150

2015-01-09 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57295 Yaakov Selkowitz changed: What|Removed |Added CC||yselkowi at redhat dot com --- Commen

[Bug target/57295] target c6x-elf // internal compiler error: in extract_insn, at recog.c:2150

2015-01-09 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57295 --- Comment #4 from Yaakov Selkowitz --- This still occurs with 4.9.2, and the patch in comment 2 fixes it.

[Bug target/57295] target c6x-elf // internal compiler error: in extract_insn, at recog.c:2150

2015-01-09 Thread wojtek.golf at interia dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57295 --- Comment #5 from Wojciech Migda --- (In reply to Yaakov Selkowitz from comment #4) > This still occurs with 4.9.2, and the patch in comment 2 fixes it. I contacted Bernd Schmidt few minutes ago about the patch and he wrote that: > I think I'

[Bug rtl-optimization/64110] [5 Regression] ICE: Max. number of generated reload insns per insn is achieved (90)

2015-01-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64110 Jakub Jelinek changed: What|Removed |Added CC||law at gcc dot gnu.org --- Comment #16 f

[Bug rtl-optimization/64110] [5 Regression] ICE: Max. number of generated reload insns per insn is achieved (90)

2015-01-09 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64110 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com --- Comment #17 f

[Bug testsuite/63971] Some of gcc.target/aarch64/test_frame_*.c tests fail now

2015-01-09 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63971 --- Comment #5 from Andrew Pinski --- (In reply to Tejas Belagod from comment #4) > It looks like this still fails on trunk. That is because the conditional compares patch was reverted but my patch was not. Just revert my patch for the testsuit

[Bug jit/64206] fake.so is unlinked too early for some users

2015-01-09 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64206 --- Comment #6 from David Malcolm --- Author: dmalcolm Date: Fri Jan 9 17:01:04 2015 New Revision: 219395 URL: https://gcc.gnu.org/viewcvs?rev=219395&root=gcc&view=rev Log: PR jit/64206: delay cleanup of tempdir if the user has requested debugi

[Bug c++/59955] Segmentation fault on (re?)defining a struct template as function template, when inside a struct tempate

2015-01-09 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59955 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug ipa/64551] Segfault in target_opts_for_fn (from ipa_icf::sem_function::equals_private)

2015-01-09 Thread renlin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64551 renlin at gcc dot gnu.org changed: What|Removed |Added Target|alpha-linux-gnu |alpha-linux-gnu,

[Bug jit/64206] fake.so is unlinked too early for some users

2015-01-09 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64206 David Malcolm changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug middle-end/64552] New: Build broken for cris-elf and others

2015-01-09 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64552 Bug ID: 64552 Summary: Build broken for cris-elf and others Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end

[Bug rtl-optimization/64286] Redundant extend removal ignores vector element type

2015-01-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64286 --- Comment #4 from Jakub Jelinek --- Untested patch (just tried it on the testcase so far). Trying to reduce the testcase now. --- gcc/ree.c.jj2015-01-05 13:07:15.0 +0100 +++ gcc/ree.c2015-01-09 18:08:30.820754926 +0100 @@ -102

[Bug middle-end/64552] Build broken for cris-elf and others

2015-01-09 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64552 Hans-Peter Nilsson changed: What|Removed |Added Target||cris-elf Status|UNCONFI

[Bug other/63509] Misleading error message when building gcc without C++ compiler installed

2015-01-09 Thread rpsene at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63509 Rafael Sene changed: What|Removed |Added CC||rpsene at linux dot vnet.ibm.com --- Comm

[Bug rtl-optimization/64286] Redundant extend removal ignores vector element type

2015-01-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64286 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/64476] [4.9/5 Regression] std::uninitialized_copy tests assignability the wrong way, resulting in performance pessimization

2015-01-09 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64476 --- Comment #2 from Jonathan Wakely --- Author: redi Date: Fri Jan 9 18:02:47 2015 New Revision: 219398 URL: https://gcc.gnu.org/viewcvs?rev=219398&root=gcc&view=rev Log: PR libstdc++/64476 * include/bits/stl_uninitialized.h (uninitiali

[Bug middle-end/64552] Build broken for cris-elf and others

2015-01-09 Thread renlin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64552 renlin at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug ipa/64551] Segfault in target_opts_for_fn (from ipa_icf::sem_function::equals_private)

2015-01-09 Thread renlin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64551 renlin at gcc dot gnu.org changed: What|Removed |Added CC||hp at gcc dot gnu.org --- Com

[Bug libstdc++/64476] [4.9/5 Regression] std::uninitialized_copy tests assignability the wrong way, resulting in performance pessimization

2015-01-09 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64476 --- Comment #1 from Jonathan Wakely --- Author: redi Date: Fri Jan 9 18:02:30 2015 New Revision: 219397 URL: https://gcc.gnu.org/viewcvs?rev=219397&root=gcc&view=rev Log: PR libstdc++/64476 * include/bits/stl_uninitialized.h (uninitiali

[Bug libobjc/51891] class_copyIvarList crashes on empty ivars

2015-01-09 Thread mrs at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51891 --- Comment #4 from mrs at gcc dot gnu.org --- Author: mrs Date: Fri Jan 9 18:12:51 2015 New Revision: 219399 URL: https://gcc.gnu.org/viewcvs?rev=219399&root=gcc&view=rev Log: Added PR libobjc/51891. Modified: trunk/gcc/testsuite/ChangeLo

[Bug libobjc/51891] class_copyIvarList crashes on empty ivars

2015-01-09 Thread mrs at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51891 mrs at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug libstdc++/64476] [4.9/5 Regression] std::uninitialized_copy tests assignability the wrong way, resulting in performance pessimization

2015-01-09 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64476 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug rtl-optimization/64539] [5 regression] cprop_hardreg does not respect clobbers in C_I_F_U

2015-01-09 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64539 --- Comment #7 from vries at gcc dot gnu.org --- Author: vries Date: Fri Jan 9 18:54:20 2015 New Revision: 219400 URL: https://gcc.gnu.org/viewcvs?rev=219400&root=gcc&view=rev Log: Handle CALL_INSN_FUNCTION_USAGE clobbers in regcprop.c 2015-01-

[Bug rtl-optimization/64539] [5 regression] cprop_hardreg does not respect clobbers in C_I_F_U

2015-01-09 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64539 vries at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--

  1   2   >