[Bug target/84499] [8 Regression] ICE on cp2k in rs6000_emit_le_vsx_store starting with r256656

2018-02-21 Thread law at redhat dot com
||law at redhat dot com Resolution|--- |DUPLICATE --- Comment #2 from Jeffrey A. Law --- Almost certainly a DUP. *** This bug has been marked as a duplicate of bug 84264 ***

[Bug target/84264] [8 Regression] ICE in rs6000_emit_le_vsx_store, at config/rs6000/rs6000.c:10367 starting with r256656

2018-02-21 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84264 --- Comment #4 from Jeffrey A. Law --- *** Bug 84499 has been marked as a duplicate of this bug. ***

[Bug middle-end/21161] [6/7/8 Regression] "clobbered by longjmp" warning ignores the data flow

2018-02-20 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21161 --- Comment #11 from Jeffrey A. Law --- Just to record some thoughts. The implementation of the "clobbered by longjmp" warning essentially looks at the objects that are live at the setjmp point. In theory we can do better when we're dealing

[Bug target/84406] [8 Regression][MSP430] ICE on valid code in find_widening_optab_handler_and_mode, at optabs-query.c:476

2018-02-20 Thread law at redhat dot com
||law at redhat dot com Resolution|--- |FIXED --- Comment #14 from Jeffrey A. Law --- Fixed by Richard's patch on the trunk.

[Bug debug/84408] [8 regression] gcc.dg/plugin/poly-int-07_plugin.c compilation times out with -g

2018-02-20 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84408 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com --- Comment #6

[Bug tree-optimization/84419] [8 Regression] SPEC CPU2017/CPU2006 521/621, 527/627, 554/654, 445, 454, 481, 416 runfails after r256628 with march=skylake-avx512

2018-02-20 Thread law at redhat dot com
||law at redhat dot com Resolution|--- |FIXED --- Comment #8 from Jeffrey A. Law --- Fixed by Richard's commit on the trunk.

[Bug ipa/57218] [6/7/8 Regression] Excessive inlining even at -Os

2018-02-19 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57218 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com Target

[Bug c/69602] [6/7/8 Regression] over-ambitious logical-op warning on EAGAIN vs EWOULDBLOCK

2018-02-19 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69602 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com Target

[Bug tree-optimization/32306] [6/7/8 Regression] redundant && || not eliminated

2018-02-19 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32306 Jeffrey A. Law changed: What|Removed |Added Target Milestone|6.5 |9.0 --- Comment #38 from Jeffrey A.

[Bug target/84460] [8 regression] gcc.target/i386/pr57193.c fail

2018-02-19 Thread law at redhat dot com
||law at redhat dot com Resolution|--- |FIXED --- Comment #4 from Jeffrey A. Law --- Fixed on trunk.

[Bug tree-optimization/32306] [6/7/8 Regression] redundant && || not eliminated

2018-02-16 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32306 --- Comment #37 from Jeffrey A. Law --- Another thought for dealing with this BZ: Use the infrastructure Alex built to identify blocks that are in effect forwarders (ie, they need not be copied for jump threading). Use that knowledge to thread

[Bug tree-optimization/82965] [8 regression][armeb] gcc.dg/vect/pr79347.c starts failing after r254379

2018-02-16 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82965 Jeffrey A. Law changed: What|Removed |Added CC||andrey.y.guskov at intel dot com ---

[Bug tree-optimization/83991] [8 regression] gcc.dg/vect/pr79347.c fail

2018-02-16 Thread law at redhat dot com
||law at redhat dot com Resolution|--- |DUPLICATE --- Comment #8 from Jeffrey A. Law --- DUP. *** This bug has been marked as a duplicate of bug 82965 ***

[Bug debug/84317] [8 regression] SEGV in dwarf2out.c (dwarf2out_source_line)

2018-02-16 Thread law at redhat dot com
||law at redhat dot com Resolution|--- |FIXED --- Comment #7 from Jeffrey A. Law --- WRT c#5. The final consensus was that we can't reliably support the views within GCC unless the target ports are audited for insns which emit no code, but which

[Bug debug/84342] Location views breaks cross builds of arm including gnueabihf

2018-02-16 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84342 Jeffrey A. Law changed: What|Removed |Added Summary|[8 Regression] Location |Location views breaks cross

[Bug target/79242] [7 Regression] ICE in simplify_subreg, at simplify-rtx.c:6029

2018-02-16 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79242 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/81535] [8 regression] gcc.target/powerpc/pr79439.c fails starting with r250442

2018-02-16 Thread law at redhat dot com
||law at redhat dot com Resolution|--- |FIXED --- Comment #12 from Jeffrey A. Law --- Fixed by Yury's testsuite fixes on the trunk.

[Bug target/84363] [8 Regression] Assembler error in stage1/libgcc: Error: view number mismatch

2018-02-15 Thread law at redhat dot com
||law at redhat dot com Resolution|--- |FIXED --- Comment #2 from Jeffrey A. Law --- Should be fixed by r257631.

[Bug tree-optimization/81611] [8 Regression] gcc un-learned loop / post-increment optimization

2018-02-15 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81611 --- Comment #23 from Jeffrey A. Law --- No, the DOM change is only a partial fix. I've largely approved the auto-inc change. I recommend the additional tests in c#19 be pulled into a distinct BZ and the gcc8 regression marker removed once the

[Bug tree-optimization/83776] [6/7/8 Regression] missing -Warray-bounds indexing past the end of a string literal

2018-02-13 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83776 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com Target

[Bug tree-optimization/84047] [6/7/8 Regression] missing -Warray-bounds on an out-of-bounds index into an array

2018-02-13 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84047 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com Target

[Bug tree-optimization/84050] [6/7/8 Regression] missing -Warray-bounds accessing a struct array member

2018-02-13 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84050 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com Target

[Bug tree-optimization/84051] [6/7/8 Regression] missing -Warray-bounds on an out-of-bounds access via an array pointer

2018-02-13 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84051 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com Target

[Bug tree-optimization/84053] [6/7/8 Regression] missing -Warray-bounds accessing a local array across inlined function boundaries

2018-02-13 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84053 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com Target

[Bug testsuite/84243] [8 Regression] gcc.target/i386/cet-intrin-4.c at r257414

2018-02-13 Thread law at redhat dot com
||law at redhat dot com Resolution|--- |FIXED --- Comment #12 from Jeffrey A. Law --- Should be fixed on the trunk now.

[Bug debug/84319] [8 regression] Location views break bootstrap with Solaris/SPARC as

2018-02-13 Thread law at redhat dot com
||law at redhat dot com Resolution|--- |FIXED --- Comment #2 from Jeffrey A. Law --- Should be fixed by Alex's change on the trunk.

[Bug tree-optimization/84321] [8 Regression] ice in intersect_range_with_nonzero_bits, at tree-vrp.c:213

2018-02-13 Thread law at redhat dot com
||law at redhat dot com Resolution|--- |FIXED --- Comment #15 from Jeffrey A. Law --- Fixed by Richard's change on the trunk.

[Bug debug/84342] [8 Regression] Location views breaks cross builds of arm including gnueabihf

2018-02-13 Thread law at redhat dot com
||law at redhat dot com Resolution|--- |FIXED --- Comment #5 from Jeffrey A. Law --- I've added a marker for this BZ to Alex's change that fixed things. Tamar -- the thing to look for are cases where a pattern emits no code, but claims a nonzero

[Bug tree-optimization/84353] [8 Regression] [graphite] ICE in set_codegen_error, at graphite-isl-ast-to-gimple.c:206

2018-02-13 Thread law at redhat dot com
||law at redhat dot com

[Bug target/83760] [7/8 Regression] [SH] ICE in maybe_record_trace_start building glibc tst-copy_file_range.c

2018-02-12 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83760 Jeffrey A. Law changed: What|Removed |Added Summary|[8 Regression] [SH] ICE in |[7/8 Regression] [SH] ICE

[Bug target/78459] [7/8 Regression] [SH] ICE in maybe_record_trace_start building glibc string tests

2018-02-12 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78459 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/83760] [8 Regression] [SH] ICE in maybe_record_trace_start building glibc tst-copy_file_range.c

2018-02-12 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83760 --- Comment #3 from Jeffrey A. Law --- *** Bug 78459 has been marked as a duplicate of this bug. ***

[Bug target/80863] [SH]: sh/sh.c:6772:1: internal compiler error: in maybe_record_trace_start, at dwarf2cfi.c:2330

2018-02-12 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80863 Jeffrey A. Law changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/83760] [8 Regression] [SH] ICE in maybe_record_trace_start building glibc tst-copy_file_range.c

2018-02-12 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83760 Jeffrey A. Law changed: What|Removed |Added CC||glaubitz at physik dot fu-berlin.d

[Bug target/83760] [8 Regression] [SH] ICE in maybe_record_trace_start building glibc tst-copy_file_range.c

2018-02-12 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83760 Jeffrey A. Law changed: What|Removed |Added CC||sebastian.huber@embedded-br

[Bug target/83785] sh: ICE in maybe_record_trace_start, at dwarf2cfi.c:2344

2018-02-12 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83785 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/80863] [SH]: sh/sh.c:6772:1: internal compiler error: in maybe_record_trace_start, at dwarf2cfi.c:2330

2018-02-12 Thread law at redhat dot com
||2018-02-12 CC||law at redhat dot com Ever confirmed|0 |1 --- Comment #4 from Jeffrey A. Law --- We would need the cpp output to thoroughly analyze this. You can get the cpp output using "-save-

[Bug libgcc/68126] internal compiler error: in maybe_record_trace_start, at dwarf2cfi.c:2239 while compiling under platform mips64el

2018-02-12 Thread law at redhat dot com
||law at redhat dot com Resolution|--- |WONTFIX --- Comment #3 from Jeffrey A. Law --- Agree with Steve on this. It's a bug in the host compiler. We're not fixing bugs in gcc-4.4 anymore. Given what we know about this class of problems, -fno

[Bug target/83760] [8 Regression] [SH] ICE in maybe_record_trace_start building glibc tst-copy_file_range.c

2018-02-11 Thread law at redhat dot com
||2018-02-12 CC||law at redhat dot com Ever confirmed|0 |1

[Bug target/78459] [7/8 Regression] [SH] ICE in maybe_record_trace_start building glibc string tests

2018-02-11 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78459 --- Comment #8 from Jeffrey A. Law --- More likely this is an RTX_FRAME_RELATED_P insn in a delay slot.

[Bug rtl-optimization/81025] [8 Regression] gcc ICE while building glibc for MIPS soft-float multi-lib variant

2018-02-11 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81025 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com --- Comment #12

[Bug target/83785] sh: ICE in maybe_record_trace_start, at dwarf2cfi.c:2344

2018-02-11 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83785 --- Comment #3 from Jeffrey A. Law --- Almost certainly a problem with frame related insns in delay slots. While in the past some ports have handled this in their define_delay descriptions. I really wonder if it belongs in generic bits created

[Bug target/83785] sh: ICE in maybe_record_trace_start, at dwarf2cfi.c:2344

2018-02-11 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83785 --- Comment #2 from Jeffrey A. Law --- So this goes latent with the branch probability updates from Jan 19. It is independent of the CSE issue I'm looking at. It could well be related to delay slot branching and CFIs. r256887 should

[Bug target/83785] sh: ICE in maybe_record_trace_start, at dwarf2cfi.c:2344

2018-02-11 Thread law at redhat dot com
||2018-02-12 CC||law at redhat dot com Ever confirmed|0 |1

[Bug target/78459] [7/8 Regression] [SH] ICE in maybe_record_trace_start building glibc string tests

2018-02-11 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78459 --- Comment #7 from Jeffrey A. Law --- So I've got a patch for the h8 instance of this problem. I'll have to see if I can reproduce the various SH instances and backtest my patch against them. The situation we were running into was generic

[Bug target/78459] [7/8 Regression] [SH] ICE in maybe_record_trace_start building glibc string tests

2018-02-11 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78459 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com --- Comment #6

[Bug middle-end/70831] [6/7/8 Regression] FTBFS: Build fails with bootstrap-lto and profiledbootstrap

2018-02-09 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70831 Jeffrey A. Law changed: What|Removed |Added Priority|P2 |P4 --- Comment #15 from Jeffrey A. Law

[Bug target/79242] [7/8 Regression] ICE in simplify_subreg, at simplify-rtx.c:6029

2018-02-08 Thread law at redhat dot com
||law at redhat dot com Summary|ICE in simplify_subreg, at |[7/8 Regression] ICE in |simplify-rtx.c:6029 |simplify_subreg, at ||simplify-rtx.c:6029

[Bug tree-optimization/71361] [7 Regression] Changes in ivopts caused perf regression on x86

2018-02-08 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71361 --- Comment #9 from Jeffrey A. Law --- Leslie, you'd need to bisect. Probably something from Bin in the summer of 2017. Not something we're likely to backport.

[Bug rtl-optimization/59393] [6/7/8 regression] mips16/7/8 code size

2018-02-04 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59393 --- Comment #14 from Jeffrey A. Law --- I suspect we could likely show a similar codesize and performance regression on other targets. ppc & arm come to mind. aarch64 as well, but it wouldn't be a regression there since it didn't exist when

[Bug rtl-optimization/59393] [6/7/8 regression] mips16/7/8 code size

2018-02-04 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59393 --- Comment #12 from Jeffrey A. Law --- One more tidbit here. I noted that we got "reasonably" close to having enough state in the combiner to attack this in c#7. The problem is there's a REG object that we really need to be a CONST_INT. It

[Bug target/84128] i686: Stack spilling in -fstack-clash-protection prologue neglects %esp change

2018-02-01 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84128 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/84112] [8 Regression] powerpc64le ICE in LRA on openjdk

2018-01-30 Thread law at redhat dot com
||law at redhat dot com Resolution|--- |FIXED --- Comment #3 from Jeffrey A. Law --- Fixed by Vlad's patch on the trunk.

[Bug target/84064] ICE in ix86_expand_prologue related to -fstack-clash-protection and memcpy on i686

2018-01-30 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84064 --- Comment #6 from Jeffrey A. Law --- WRT c#3, yea, that code is totally broken and probably has been since the day it was introduced. The good news is its fixable.

[Bug target/84064] ICE in ix86_expand_prologue related to -fstack-clash-protection and memcpy on i686

2018-01-30 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84064 Jeffrey A. Law changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/84128] i686: Stack spilling in -fstack-clash-protection prologue neglects %esp change

2018-01-30 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84128 Jeffrey A. Law changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/82666] [7/8 regression]: sum += (x>128 ? x : 0) puts the cmov on the critical path (at -O2)

2018-01-29 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82666 --- Comment #5 from Jeffrey A. Law --- Aldy, It's less about whether or not there is a cmov (I get one with and without PRE), but more about what part of the loop we're using the cmov for. Consider what we get in the .optimized dump at -O3

[Bug testsuite/81010] [8 regression] test case gcc.target/powerpc/pr56605.c fails starting with r248958

2018-01-29 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81010 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug rtl-optimization/83147] LRA inheritance undo on multiple sets problem

2018-01-29 Thread law at redhat dot com
||law at redhat dot com Resolution|--- |FIXED --- Comment #5 from Jeffrey A. Law --- Fixed by Vlad's patch on the trunk.

[Bug tree-optimization/82604] [8 Regression] SPEC CPU2006 410.bwaves ~50% performance regression with trunk@253679 when ftree-parallelize-loops is used

2018-01-29 Thread law at redhat dot com
||law at redhat dot com Resolution|--- |FIXED --- Comment #19 from Jeffrey A. Law --- Fixed by Bin's change on the trunk.

[Bug target/68467] libgcc, compilation for target m68k-linux breaks in linux_atomic.c

2018-01-29 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68467 --- Comment #23 from Jeffrey A. Law --- I've got no objection Joseph. But I think you need to make your case to Richi and Jakub -- I doubt they're on CC for this BZ :-)

[Bug middle-end/84078] false positive for -Wmaybe-uninitialized

2018-01-29 Thread law at redhat dot com
||2018-01-29 CC||law at redhat dot com Blocks||24639, 19794 Ever confirmed|0 |1 --- Comment #1 from Jeffrey A. Law --- Thanks Samuel. This isn't fixed on the trunk

[Bug target/84064] ICE in ix86_expand_prologue related to -fstack-clash-protection and memcpy on i686

2018-01-26 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84064 --- Comment #2 from Jeffrey A. Law --- I wasn't ever happy with the discrepancy between the computation of TO_ALLOCATE in the layout code and ALLOCATE within ix86_expand_prologue. It seemed ripe to fall into this kind of problem. sigh. If

[Bug target/83994] %ebx is clobbered by stack-clash probing for regparm-3 function in PIC mode

2018-01-24 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83994 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/83990] [7/8 Regression] Spurious "potential null pointer dereference" warning regression from 7.1 onwards

2018-01-24 Thread law at redhat dot com
||2018-01-24 CC||law at redhat dot com Ever confirmed|0 |1 --- Comment #5 from Jeffrey A. Law --- In the reduced testcase we have: ;; basic block 3, loop depth 1, count 10737436510031 (estimated locally

[Bug middle-end/84024] [8 Regression] internal compiler error: in operator>, at profile-count.h:855

2018-01-24 Thread law at redhat dot com
||law at redhat dot com Resolution|--- |DUPLICATE --- Comment #2 from Jeffrey A. Law --- Almost certainly a duplicate. *** This bug has been marked as a duplicate of bug 83055 ***

[Bug tree-optimization/83055] [8 Regression] ICE in operator>, at profile-count.h:834

2018-01-24 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83055 Jeffrey A. Law changed: What|Removed |Added CC||hjl.tools at gmail dot com --- Comment

[Bug target/83994] %ebx is clobbered by stack-clash probing for regparm-3 function in PIC mode

2018-01-23 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83994 Jeffrey A. Law changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/83994] %ebx is clobbered by stack-clash probing for regparm-3 function in PIC mode

2018-01-23 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83994 --- Comment #3 from Jeffrey A. Law --- I think the problem here is that we don't force the register saves to happen prior to probing.

[Bug target/83994] %ebx is clobbered by stack-clash probing for regparm-3 function in PIC mode

2018-01-23 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83994 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com --- Comment #1

[Bug sanitizer/81601] [7/8 Regression] incorrect Warray-bounds warning with -fsanitize

2018-01-17 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81601 --- Comment #16 from Jeffrey A. Law --- Well, my understanding of how other compilers have handled bitfields would indicate that deferring optimization of them until later is advisable. Essentially they pretended bitfields had word precision

[Bug testsuite/83883] FAIL: gcc.dg/tree-ssa/ssa-dse-26.c scan-tree-dump-times dse1 "Deleted dead store" 2 (found 4 times)

2018-01-17 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83883 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug rtl-optimization/56069] [6/7/8 Regression] RA pessimization

2018-01-17 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56069 Jeffrey A. Law changed: What|Removed |Added Target Milestone|8.0 |9.0 --- Comment #18 from Jeffrey A.

[Bug tree-optimization/57534] [6/7/8 Regression]: Performance regression versus 4.7.3, 4.8.1 is ~15% slower

2018-01-17 Thread law at redhat dot com
, ||law at redhat dot com --- Comment #14 from Jeffrey A. Law --- I wonder if this could be addressed with a more reasonable address computation reassociation. _14 = index.6_13 * 8; <- here _16 = x_15(D) + _14; _17 = *_16; _20 = _14

[Bug sanitizer/81601] [7/8 Regression] incorrect Warray-bounds warning with -fsanitize

2018-01-17 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81601 --- Comment #13 from Jeffrey A. Law --- I realize the warnings are happening in VRP1. EVRP and VRP1 use different styles of analysis and it can be the case that one is better suited for cleaning things up than the other. But I really should

[Bug sanitizer/81601] [7/8 Regression] incorrect Warray-bounds warning with -fsanitize

2018-01-17 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81601 --- Comment #11 from Jeffrey A. Law --- What do the dumps look like? In particular evrp & vrp1?

[Bug testsuite/83883] FAIL: gcc.dg/tree-ssa/ssa-dse-26.c scan-tree-dump-times dse1 "Deleted dead store" 2 (found 4 times)

2018-01-16 Thread law at redhat dot com
||2018-01-17 Assignee|unassigned at gcc dot gnu.org |law at redhat dot com Ever confirmed|0 |1 --- Comment #7 from Jeffrey A. Law --- Thanks David! Idiot moment on my end. There's two functions and DSE is happening in each. It happens

[Bug testsuite/83883] FAIL: gcc.dg/tree-ssa/ssa-dse-26.c scan-tree-dump-times dse1 "Deleted dead store" 2 (found 4 times)

2018-01-16 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83883 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com --- Comment #2

[Bug rtl-optimization/79405] [8 Regression] Infinite loop in fwprop

2018-01-16 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79405 Jeffrey A. Law changed: What|Removed |Added Target Milestone|8.0 |9.0

[Bug tree-optimization/78972] [6/7/8 Regression] poor x86 simd instruction scheduling

2018-01-16 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78972 --- Comment #13 from Jeffrey A. Law --- Folks where unhappy with various aspects of that patch. Bernd left Red Hat shortly thereafter and the patch hasn't been updated since his departure.

[Bug tree-optimization/83887] [8 Regression] [graphite] ICE in verify_dominators, at dominance.c:1184 (error: dominator of 3 should be 21, not 18)

2018-01-16 Thread law at redhat dot com
||law at redhat dot com

[Bug other/83508] [8 regression][arm] c-c++-common/Wrestrict.c fails since r255836

2018-01-14 Thread law at redhat dot com
||law at redhat dot com Resolution|--- |FIXED --- Comment #5 from Jeffrey A. Law --- Fixed by Martin's patch on the trunk.

[Bug target/83013] MicroBlaze - #ident - Error: operation combines symbols in different segments

2018-01-14 Thread law at redhat dot com
||law at redhat dot com Resolution|--- |FIXED --- Comment #4 from Jeffrey A. Law --- Fixed by Nathan's patch on the trunk.

[Bug target/82682] [8 Regression] FAIL: gcc.target/i386/pr50038.c scan-assembler-times movzbl 2 (found 3 times) since r253958

2018-01-11 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82682 Jeffrey A. Law changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/83653] [6/7/8 Regression] GCC fails to remove a can't-happen call on ia64

2018-01-11 Thread law at redhat dot com
||law at redhat dot com See Also||https://gcc.gnu.org/bugzill ||a/show_bug.cgi?id=72785 Resolution|--- |INVALID --- Comment #10 from Jeffrey A. Law --- So look

[Bug tree-optimization/83695] [8 Regression] ICE on valid code at -O3: Segmentation fault

2018-01-11 Thread law at redhat dot com
||law at redhat dot com Resolution|--- |FIXED --- Comment #7 from Jeffrey A. Law --- Fixed by Bin's change on the trunk.

[Bug ipa/83178] [8 regression] g++.dg/ipa/devirt-22.C fail

2018-01-11 Thread law at redhat dot com
||law at redhat dot com Resolution|--- |FIXED --- Comment #9 from Jeffrey A. Law --- Fixed by Martin's patch on the trunk.

[Bug rtl-optimization/83575] [8 Regression] ICE: verify_flow_info failed (error: multiple hot/cold transitions found)

2018-01-10 Thread law at redhat dot com
||law at redhat dot com Resolution|--- |FIXED --- Comment #8 from Jeffrey A. Law --- Fixed on the trunk.

[Bug middle-end/81897] [6/7 Regression] spurious -Wmaybe-uninitialized warning

2018-01-10 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81897 --- Comment #21 from Jeffrey A. Law --- I'm pretty sure the testcase from c#16 is a different underlying issue and an DUP of an existing BZ. Note the ASMs. Jump threading is (overly) conservative when it encounters an ASM on the path and

[Bug tree-optimization/71361] [7 Regression] Changes in ivopts caused perf regression on x86

2018-01-08 Thread law at redhat dot com
||2018-01-08 CC||law at redhat dot com Summary|[7/8 Regression] Changes in |[7 Regression] Changes in |ivopts caused perf |ivopts caused perf |regression on x86 |regression

[Bug tree-optimization/81740] [6/7/8 Regression] wrong code at -O3 in both 32-bit and 64-bit modes on x86_64-linux-gnu

2018-01-08 Thread law at redhat dot com
||law at redhat dot com

[Bug tree-optimization/82518] [8 regression] gfortran.fortran-torture/execute/in-pack.f90 fails on armeb since r252917

2018-01-08 Thread law at redhat dot com
||law at redhat dot com

[Bug tree-optimization/83438] [8 Regression] 435.gromacs miscompares

2018-01-08 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83438 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P1

[Bug rtl-optimization/81308] [8 regression] ICE in calc_dfs_tree, at dominance.c:458

2018-01-08 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81308 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug middle-end/83721] [8 Regression] ICE: in generic_overlap, at gimple-ssa-warn-restrict.c:821

2018-01-07 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83721 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com --- Comment #1

[Bug rtl-optimization/81308] [8 regression] ICE in calc_dfs_tree, at dominance.c:458

2018-01-07 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81308 Jeffrey A. Law changed: What|Removed |Added CC||doko at gcc dot gnu.org --- Comment #7

[Bug middle-end/83724] [8 Regression] ICE in calc_dfs_tree, at dominance.c:458

2018-01-07 Thread law at redhat dot com
||law at redhat dot com Resolution|--- |DUPLICATE --- Comment #2 from Jeffrey A. Law --- Yes, a dup of 81308 which I've got prototype patches to fix. *** This bug has been marked as a duplicate of bug 81308 ***

[Bug rtl-optimization/81308] [8 regression] ICE in calc_dfs_tree, at dominance.c:458

2018-01-07 Thread law at redhat dot com
at gcc dot gnu.org |law at redhat dot com

[Bug rtl-optimization/81308] [8 regression] ICE in calc_dfs_tree, at dominance.c:458

2018-01-07 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81308 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com --- Comment #6

[Bug tree-optimization/80925] [8 Regression] vect peeling failures

2018-01-06 Thread law at redhat dot com
||law at redhat dot com Resolution|--- |FIXED --- Comment #29 from Jeffrey A. Law --- This was fixed except for the pr56812 failures which are being tracked via pr81038.

<    2   3   4   5   6   7   8   9   10   11   >