[Bug bootstrap/91825] Top-of-tree GCC does not bootstrap (uninitialized warning)

2019-09-19 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91825 --- Comment #4 from Steve Ellcey --- The original bootstrap failure is on aarch64.

[Bug c++/91222] [10 Regression] 507.cactuBSSN_r build fails in warn_types_mismatch at ipa-devirt.c:1006 since r273571

2019-09-23 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91222 --- Comment #17 from Steve Ellcey --- I tested Jason's patch on my Aarch64 box and it fixed the ICE. Any chance we could check that patch in so that we could build SPEC 2017 with -flto? I don't know if we want to allow this mismatch or not but

[Bug tree-optimization/91885] New: ICE when compiling SPEC 2017 blender benchmark with -O3 -fprofile-generate

2019-09-24 Thread sje at gcc dot gnu.org
: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: sje at gcc dot gnu.org Target Milestone: --- When compiling the SPEC 2017 526.blender_r benchmark for peak, the compilation that tries to generate profile

[Bug c++/91889] New: Boost does not build with top-of-tree GCC

2019-09-24 Thread sje at gcc dot gnu.org
++ Assignee: unassigned at gcc dot gnu.org Reporter: sje at gcc dot gnu.org Target Milestone: --- A recent g++ change broke the boost build. It is dying with many (many) errors like this: ./boost/intrusive/list.hpp:1448:7: required from here ./boost/intrusive/detail

[Bug c++/91889] [10 Regression] error: call of overloaded ‘to_value_ptr(B*&)’ is ambiguous

2019-09-26 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91889 --- Comment #10 from Steve Ellcey --- (In reply to Marek Polacek from comment #9) > I'll raise it with CWG; suspending until then. Not sure if it matters but there seem to be 8 instances of this problem in Boost (get_color, get_left, get_next, g

[Bug target/91982] New: gcc.target/aarch64/sve/clastb_*.c tests failing with segfault

2019-10-03 Thread sje at gcc dot gnu.org
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: sje at gcc dot gnu.org Target Milestone: --- Target: aarch64 A number of gcc.target/aarch64/sve/clastb_* tests (1-8) are failing with segfaults. This seems to have started

[Bug middle-end/91983] New: g++.dg/tree-ssa/pr61034.C regression

2019-10-03 Thread sje at gcc dot gnu.org
Assignee: unassigned at gcc dot gnu.org Reporter: sje at gcc dot gnu.org Target Milestone: --- The g++.dg/tree-ssa/pr61034.C test has been failing since around Sept 15, 2019. Looking at gcc-testresults it looks like is failing on aarch64, x86, power, and probably more. FAIL: g

[Bug tree-optimization/90836] Missing popcount pattern matching

2019-10-08 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90836 --- Comment #3 from Steve Ellcey --- Author: sje Date: Tue Oct 8 21:50:05 2019 New Revision: 276721 URL: https://gcc.gnu.org/viewcvs?rev=276721&root=gcc&view=rev Log: 2019-10-08 Dmitrij Pochepko PR tree-optimization/90836 * g

[Bug tree-optimization/90836] Missing popcount pattern matching

2019-10-08 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90836 --- Comment #4 from Steve Ellcey --- Author: sje Date: Tue Oct 8 21:53:03 2019 New Revision: 276722 URL: https://gcc.gnu.org/viewcvs?rev=276722&root=gcc&view=rev Log: 2019-10-08 Dmitrij Pochepko PR tree-optimization/90836 * l

[Bug target/92051] New: Many aarch64 SVE tests fail with ICE (expected integer_cst, have poly_int_cst in to_wide)

2019-10-10 Thread sje at gcc dot gnu.org
Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: sje at gcc dot gnu.org Target Milestone: --- I am seeing several hundred aarch64 sve tests fail with an ICE since Oct 8, 2019. One such failure is gcc.target

[Bug rtl-optimization/83500] New: gcc.dg/tree-prof/switch-case-1.c fails on aarch64

2017-12-19 Thread sje at gcc dot gnu.org
Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: sje at gcc dot gnu.org Target Milestone: --- This test started failing on aarch64-linux-gnu with this checkin: commit b33f4eb038b5c30bf57de6bb10f40e11481c6be6 Author: hubicka Date: Sat Oct 7 16:33:26

[Bug rtl-optimization/83500] gcc.dg/tree-prof/switch-case-1.c fails on aarch64

2017-12-20 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83500 --- Comment #3 from Steve Ellcey --- The test now passes for me.

[Bug target/83466] Wrong TLS GD sequence for ILP32

2018-01-03 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83466 --- Comment #4 from Steve Ellcey --- Created attachment 43027 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43027&action=edit Patch file being tested I am testing this patch for regressions, I have verified that it does fix the small test

[Bug rtl-optimization/83500] gcc.dg/tree-prof/switch-case-1.c fails on aarch64

2018-01-05 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83500 Steve Ellcey changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/83335] [8 regression][aarch64,ilp32] gcc.target/aarch64/asm-2.c ICEs since 255481

2018-01-05 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83335 --- Comment #3 from Steve Ellcey --- Proposed patch https://gcc.gnu.org/ml/gcc-patches/2018-01/msg00348.html

[Bug target/83285] non-atomic stores can removed with seq_cst (and store release) on AArch64

2018-01-05 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83285 Steve Ellcey changed: What|Removed |Added CC||sje at gcc dot gnu.org --- Comment #2

[Bug target/83285] non-atomic stores can removed with seq_cst (and store release) on AArch64

2018-01-08 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83285 Steve Ellcey changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/83726] [8 Regression] ICE: in final_scan_insn, at final.c:3063

2018-01-08 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83726 Steve Ellcey changed: What|Removed |Added CC||sje at gcc dot gnu.org --- Comment #4

[Bug target/82066] #pragma GCC target documentation does not say it is implemented for aarch64

2018-01-08 Thread sje at gcc dot gnu.org
||sje at gcc dot gnu.org Known to work||8.0 Resolution|--- |FIXED --- Comment #4 from Steve Ellcey --- Yes, this is fixed for 8.0.

[Bug target/83726] [8 Regression] ICE: in final_scan_insn, at final.c:3063

2018-01-10 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83726 --- Comment #7 from Steve Ellcey --- I tested the patch on my aarch64 box, I got three regressions: FAIL: gcc.target/aarch64/pr78733.c scan-assembler adr FAIL: gcc.target/aarch64/pr79041-2.c scan-assembler adr FAIL: gfortran.fortran-torture/comp

[Bug c/65345] ICE with _Generic selection on _Atomic int

2018-01-12 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65345 Steve Ellcey changed: What|Removed |Added CC||sje at gcc dot gnu.org --- Comment #29

[Bug tree-optimization/84114] New: global reassociation pass prevents fma usage, generates slower code

2018-01-29 Thread sje at gcc dot gnu.org
Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: sje at gcc dot gnu.org Target Milestone: --- Created attachment 43279 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43279&action=edit Test case The

[Bug middle-end/82479] missing popcount builtin detection

2019-02-12 Thread sje at gcc dot gnu.org
||sje at gcc dot gnu.org Known to work||9.0 Resolution|--- |FIXED --- Comment #14 from Steve Ellcey --- It looks like the fix for this is checked in. I verified that on Aarch64, when compiling bits.cpp from 531

[Bug libfortran/78314] [aarch64] ieee_support_halting does not report unsupported fpu traps correctly

2019-02-19 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78314 --- Comment #24 from Steve Ellcey --- See email strings at: https://gcc.gnu.org/ml/fortran/2019-01/msg00276.html https://gcc.gnu.org/ml/fortran/2019-02/msg00057.html For more discussion.

[Bug target/89628] aarch64_vector_pcs does not use v24-v31 as temp regs

2019-03-08 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89628 Steve Ellcey changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/89719] New: [9 regression] gcc.target/aarch64/spellcheck_[456].c testsuite failures

2019-03-14 Thread sje at gcc dot gnu.org
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: sje at gcc dot gnu.org Target Milestone: --- FAIL: gcc.target/aarch64/spellcheck_4.c (test for errors, line ) FAIL: gcc.target/aarch64/spellcheck_4.c (test for excess errors

[Bug fortran/89724] New: Fortran diagnostics give wrong line number because of math-vector-fortran.h header file

2019-03-14 Thread sje at gcc dot gnu.org
Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: sje at gcc dot gnu.org Target Milestone: --- I am seeing some Fortran regressions in my testing, but only when I build and test with the latest Glibc. The

[Bug rtl-optimization/87763] [9 Regression] aarch64 target testcases fail after r265398

2019-04-01 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87763 --- Comment #34 from Steve Ellcey --- I submitted a patch that would fix gcc.target/aarch64/combine_bfi_1.c back in February but have not gotten any feedback on the final version of the patch despite a couple of pings. I have resubmitted the pat

[Bug rtl-optimization/87763] [9 Regression] aarch64 target testcases fail after r265398

2019-04-10 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87763 --- Comment #45 from Steve Ellcey --- Author: sje Date: Wed Apr 10 20:28:19 2019 New Revision: 270266 URL: https://gcc.gnu.org/viewcvs?rev=270266&root=gcc&view=rev Log: 2018-04-10 Steve Ellcey PR rtl-optimization/87763 * conf

[Bug rtl-optimization/87763] [9 Regression] aarch64 target testcases fail after r265398

2019-04-10 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87763 --- Comment #46 from Steve Ellcey --- Author: sje Date: Wed Apr 10 20:29:57 2019 New Revision: 270267 URL: https://gcc.gnu.org/viewcvs?rev=270267&root=gcc&view=rev Log: 2018-04-10 Steve Ellcey PR rtl-optimization/87763 * gcc.

[Bug rtl-optimization/87763] [9 Regression] aarch64 target testcases fail after r265398

2019-04-11 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87763 --- Comment #48 from Steve Ellcey --- (In reply to Richard Biener from comment #47) > What's the state of regressions left? Can we xfail the rest and defer the > bug? I submitted a patch to fix gcc.target/aarch64/lsl_asr_sbfiz.c That email is h

[Bug rtl-optimization/87763] [9 Regression] aarch64 target testcases fail after r265398

2019-04-11 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87763 --- Comment #50 from Steve Ellcey --- Author: sje Date: Thu Apr 11 18:02:41 2019 New Revision: 270288 URL: https://gcc.gnu.org/viewcvs?rev=270288&root=gcc&view=rev Log: 2018-04-11 Steve Ellcey PR rtl-optimization/87763 * conf

[Bug rtl-optimization/87763] [9 Regression] aarch64 target testcases fail after r265398

2019-04-11 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87763 --- Comment #51 from Steve Ellcey --- Author: sje Date: Thu Apr 11 18:03:49 2019 New Revision: 270289 URL: https://gcc.gnu.org/viewcvs?rev=270289&root=gcc&view=rev Log: 2018-04-11 Steve Ellcey PR rtl-optimization/87763 * gcc.

[Bug bootstrap/90873] [10 regression] -Wmaybe-uninitialized warning in gcc/tree-ssa-forwprop.c breaks 32-bit bootstrap

2019-06-13 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90873 Steve Ellcey changed: What|Removed |Added CC||sje at gcc dot gnu.org --- Comment #5

[Bug target/86538] New: GCC should define a macro to specify if LSE is enabled or not

2018-07-16 Thread sje at gcc dot gnu.org
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: sje at gcc dot gnu.org Target Milestone: --- Right now there is no predefined macro in GCC that can tell if LSE is enable or not. If you compile with -march=armv8.1-a+lse or -march

[Bug middle-end/86540] New: pr77445-2.c and ssa-dom-thread-7.c regressions since May 20, 2018

2018-07-16 Thread sje at gcc dot gnu.org
Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: sje at gcc dot gnu.org Target Milestone: --- According to Christophe Lyon, Martin Liska is aware of these failures and will fix them but I wanted to create a bug report to

[Bug target/86538] GCC should define a macro to specify if LSE is enabled or not

2018-07-24 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86538 --- Comment #2 from Steve Ellcey --- While I agree that we want users to use the __sync and atomic primitives, it still seems like it would be useful in some cases to know if the LSE operations are available and if GCC is generating code for them

[Bug target/71727] -O3 -mstrict-align produces code which assumes unaligned vector accesses work

2018-08-06 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71727 Steve Ellcey changed: What|Removed |Added CC||sje at gcc dot gnu.org --- Comment #6

[Bug middle-end/87433] New: gcc.dg/zero_bits_compound-1.c and gcc.target/aarch64/ashltidisi.c regressions on aarch64

2018-09-25 Thread sje at gcc dot gnu.org
Severity: normal Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: sje at gcc dot gnu.org Target Milestone: --- The tests gcc.dg/zero_bits_compound-1.c and gcc.target/aarch64/ashltidisi.c have been failing since this

[Bug tree-optimization/61247] vectorization fails for unsigned is used for IV but casted to int before using as the index (and then casted for internal type)

2018-09-25 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61247 --- Comment #4 from Steve Ellcey --- Here is a simpler C version of the problem. On aarch64 in LP64 mode setting TYPE to int, long int, or unsigned long int allows for vectorization but using unsigned int does not get vectorized. In ILP32 mode,

[Bug testsuite/87433] [9 Regression] gcc.dg/zero_bits_compound-1.c and gcc.target/aarch64/ashltidisi.c tests fail after combine two to two instruction patch on aarch64

2018-09-25 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87433 --- Comment #3 from Steve Ellcey --- Based on that email string, gcc.target/aarch64/ashltidisi.c can be fixed by looking for 3 asr instructions instead of 4. That seems simple enough. The new code has two fewer instructions that the old code:

[Bug tree-optimization/71625] missing strlen optimization on different array initialization style

2018-09-25 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71625 Steve Ellcey changed: What|Removed |Added CC||sje at gcc dot gnu.org --- Comment #21

[Bug testsuite/87433] [9 Regression] gcc.dg/zero_bits_compound-1.c and gcc.target/aarch64/ashltidisi.c tests fail after combine two to two instruction patch on aarch64

2018-09-28 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87433 --- Comment #5 from Steve Ellcey --- Author: sje Date: Fri Sep 28 14:41:45 2018 New Revision: 264691 URL: https://gcc.gnu.org/viewcvs?rev=264691&root=gcc&view=rev Log: 2018-09-28 Steve Ellcey PR testsuite/87433 * gcc.dg/zero_

[Bug testsuite/87433] [9 Regression] gcc.dg/zero_bits_compound-1.c and gcc.target/aarch64/ashltidisi.c tests fail after combine two to two instruction patch on aarch64

2018-09-28 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87433 --- Comment #6 from Steve Ellcey --- Author: sje Date: Fri Sep 28 14:44:15 2018 New Revision: 264692 URL: https://gcc.gnu.org/viewcvs?rev=264692&root=gcc&view=rev Log: 2018-09-28 Steve Ellcey PR testsuite/87433 * gcc.target/a

[Bug testsuite/87433] [9 Regression] gcc.dg/zero_bits_compound-1.c and gcc.target/aarch64/ashltidisi.c tests fail after combine two to two instruction patch on aarch64

2018-09-28 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87433 Steve Ellcey changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/84114] global reassociation pass prevents fma usage, generates slower code

2018-02-15 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84114 --- Comment #4 from Steve Ellcey --- While teaching the reassociation pass about fma's seems like the right answer would it be reasonable (and simpler) to do the fma pass (pass_optimize_widening_mul) before the reassociation pass (pass_reassoc) t

[Bug tree-optimization/84114] global reassociation pass prevents fma usage, generates slower code

2018-02-16 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84114 --- Comment #6 from Steve Ellcey --- (In reply to Wilco from comment #5) > (In reply to Steve Ellcey from comment #4) > > While teaching the reassociation pass about fma's seems like the right > > answer would it be reasonable (and simpler) to do

[Bug testsuite/83983] FAIL: g++.dg/lto/pr83121 (test for LTO warnings, pr83121_0.C line 8)

2018-02-21 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83983 Steve Ellcey changed: What|Removed |Added CC||sje at gcc dot gnu.org --- Comment #3

[Bug target/83335] [8 regression][aarch64,ilp32] gcc.target/aarch64/asm-2.c ICEs since 255481

2018-02-22 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83335 --- Comment #5 from Steve Ellcey --- Author: sje Date: Thu Feb 22 17:06:31 2018 New Revision: 257907 URL: https://gcc.gnu.org/viewcvs?rev=257907&root=gcc&view=rev Log: 2018-02-22 Steve Ellcey PR target/83335 * config/aarch64/

[Bug target/83335] [8 regression][aarch64,ilp32] gcc.target/aarch64/asm-2.c ICEs since 255481

2018-02-22 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83335 --- Comment #6 from Steve Ellcey --- Author: sje Date: Thu Feb 22 17:08:10 2018 New Revision: 257908 URL: https://gcc.gnu.org/viewcvs?rev=257908&root=gcc&view=rev Log: 2018-02-22 Steve Ellcey PR target/83335 * gcc/testsuite/g

[Bug target/83335] [8 regression][aarch64,ilp32] gcc.target/aarch64/asm-2.c ICEs since 255481

2018-02-22 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83335 Steve Ellcey changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/84114] global reassociation pass prevents fma usage, generates slower code

2018-03-08 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84114 --- Comment #9 from Steve Ellcey --- > Can you let me know if my workaround helped? If useful I could backport it > to GCC7 as well. Yes, the patch helped. I ran spec 2017 fp rate and saw a small improvement (0.7%). Most of the speed up was i

[Bug middle-end/85160] New: GCC generates mvn/and instructions instead of bic on aarch64

2018-04-02 Thread sje at gcc dot gnu.org
-optimization Severity: normal Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: sje at gcc dot gnu.org Target Milestone: --- Target: aarch64 With this test case: int foo(int a, int b, int *c, int i, int j

[Bug tree-optimization/71625] missing strlen optimization on different array initialization style

2018-10-05 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71625 --- Comment #24 from Steve Ellcey --- Author: sje Date: Fri Oct 5 15:26:40 2018 New Revision: 264874 URL: https://gcc.gnu.org/viewcvs?rev=264874&root=gcc&view=rev Log: 2018-10-05 Steve Ellcey PR tree-optimization/71625 * /gc

[Bug rtl-optimization/87763] New: [9.0 Regression] aarch64 target testcases fail after r265398

2018-10-26 Thread sje at gcc dot gnu.org
Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: sje at gcc dot gnu.org CC: segher at gcc dot gnu.org Target Milestone: --- The following tests fail on aarch64 after r265398 (combine: Do not combine moves from

[Bug rtl-optimization/87763] [9.0 Regression] aarch64 target testcases fail after r265398

2018-10-26 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87763 --- Comment #1 from Steve Ellcey --- I looked at one of the failing tests (gcc.target/aarch64/cvtf_1.c) the code looks worse than before, generating an extra instruction in each of the routines. Here is an example from one function where there i

[Bug pch/55399] New: pch tests fail on mips-mti-linux-gnu target

2012-11-19 Thread sje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55399 Bug #: 55399 Summary: pch tests fail on mips-mti-linux-gnu target Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug pch/55399] pch tests fail on mips-mti-linux-gnu target

2012-11-19 Thread sje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55399 --- Comment #2 from Steve Ellcey 2012-11-19 23:53:08 UTC --- Do you have any suggestions of where I should start? The failures are with tests that create preprocessed header file, remove the original header file, then compile a program th

[Bug pch/55399] pch tests fail on mips-mti-linux-gnu target

2012-11-19 Thread sje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55399 --- Comment #4 from Steve Ellcey 2012-11-20 00:32:22 UTC --- OK, forget the comment about stdc-predef.h, I was looking in my GCC install area instead of the glibc root area. I do have stdc-predef.h. The failure mode is a refusal to use

[Bug pch/55399] pch tests fail on mips-mti-linux-gnu target

2012-11-21 Thread sje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55399 --- Comment #6 from Steve Ellcey 2012-11-21 21:28:41 UTC --- Author: sje Date: Wed Nov 21 21:28:30 2012 New Revision: 193709 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193709 Log: 2012-11-21 Steve Ellcey PR pch/55

[Bug pch/55399] pch tests fail on mips-mti-linux-gnu target

2012-11-21 Thread sje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55399 Steve Ellcey changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/54061] [4.8 Regression] gcc.c-torture/compile/mipscop-*.c ICEs with -g

2012-12-10 Thread sje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54061 --- Comment #3 from Steve Ellcey 2012-12-10 22:19:22 UTC --- Author: sje Date: Mon Dec 10 22:19:16 2012 New Revision: 194372 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194372 Log: 2012-12-10 Steve Ellcey PR target

[Bug target/39244] Various cleanup tests fail

2012-12-11 Thread sje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39244 Steve Ellcey changed: What|Removed |Added CC||sje at gcc dot gnu.org

[Bug regression/55688] FAIL: g++.dg/other/pr55650.C

2012-12-14 Thread sje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55688 --- Comment #1 from Steve Ellcey 2012-12-14 22:50:43 UTC --- Author: sje Date: Fri Dec 14 22:50:38 2012 New Revision: 194512 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194512 Log: 2012-12-14 Steve Ellcey PR regres

[Bug regression/55688] FAIL: g++.dg/other/pr55650.C

2012-12-14 Thread sje at gcc dot gnu.org
||sje at gcc dot gnu.org Resolution||FIXED --- Comment #2 from Steve Ellcey 2012-12-14 22:52:23 UTC --- Fixed by adding // { dg-require-profiling "-fprofile-generate" } to the test.

[Bug debug/55721] New: -mabi=64 compilation results in unknown UNSPEC note

2012-12-17 Thread sje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55721 Bug #: 55721 Summary: -mabi=64 compilation results in unknown UNSPEC note Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug target/55721] -mabi=64 compilation results in unknown UNSPEC note

2012-12-17 Thread sje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55721 --- Comment #2 from Steve Ellcey 2012-12-17 18:55:30 UTC --- Thanks for the pointer. Unfortunately, this note also happens when compiling testsuite_abi during the libstdc++ testsuite, that is where I first noticed it. Here is a C++ te

[Bug target/55777] New: Inlining nomips16 function into mips16 function can result in undefined builtins

2012-12-21 Thread sje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55777 Bug #: 55777 Summary: Inlining nomips16 function into mips16 function can result in undefined builtins Classification: Unclassified Product: gcc Version: 4.8.0

[Bug target/52152] MIPS ELF targets should use dbxelf.h

2012-12-21 Thread sje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52152 Steve Ellcey changed: What|Removed |Added CC||sje at gcc dot gnu.org

[Bug bootstrap/54128] [4.8 Regression] GCC does not bootstrap on little endian mips due to mis-compare on tree-data-ref.c

2012-12-21 Thread sje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54128 --- Comment #16 from Steve Ellcey 2012-12-21 18:54:05 UTC --- Author: sje Date: Fri Dec 21 18:54:00 2012 New Revision: 194676 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194676 Log: 2012-12-21 Steve Ellcey PR boots

[Bug middle-end/30996] Performance problem with structure assignment on MIPS

2012-12-21 Thread sje at gcc dot gnu.org
||sje at gcc dot gnu.org Resolution||WORKSFORME --- Comment #3 from Steve Ellcey 2012-12-21 23:43:57 UTC --- Works for me too on ToT. I do not see any partial loads. I am going to close this as unreproducable. Simon, if you can

[Bug target/43764] -mrelax-pic-calls fails with complex types

2012-12-21 Thread sje at gcc dot gnu.org
||sje at gcc dot gnu.org Resolution||FIXED --- Comment #4 from Steve Ellcey 2012-12-21 23:56:28 UTC --- It looks like this bug was fixed for 4.6 and backported to 4.5 so I am closing it. I don't see any reason for it still

[Bug target/42661] Documented -mmad option not accepted.

2013-01-07 Thread sje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42661 --- Comment #2 from Steve Ellcey 2013-01-07 22:16:53 UTC --- Author: sje Date: Mon Jan 7 22:16:45 2013 New Revision: 194998 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194998 Log: 2013-01-07 Steve Ellcey PR target

[Bug target/55904] New: g++.dg/torture/vshuf-v8hi.C fails on MIPS with -O3 -mel -mips16

2013-01-07 Thread sje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55904 Bug #: 55904 Summary: g++.dg/torture/vshuf-v8hi.C fails on MIPS with -O3 -mel -mips16 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCON

[Bug target/42661] Documented -mmad option not accepted.

2013-01-08 Thread sje at gcc dot gnu.org
||sje at gcc dot gnu.org Known to work||4.8.0 Resolution||FIXED --- Comment #3 from Steve Ellcey 2013-01-08 16:37:05 UTC --- Fixed on ToT for 4.8 release.

[Bug target/55721] -mabi=64 compilation results in unknown UNSPEC note

2013-01-09 Thread sje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55721 --- Comment #7 from Steve Ellcey 2013-01-09 20:24:51 UTC --- (In reply to comment #6) > OK, I've got a patch for this, but probably won't be able to test > it until the weekend. If you want to attach it to this defect (or email it to me

[Bug target/55721] -mabi=64 compilation results in unknown UNSPEC note

2013-01-09 Thread sje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55721 --- Comment #10 from Steve Ellcey 2013-01-09 21:15:53 UTC --- I am still seeing some UNSPEC notes during my mipt-mti-elf build, here is a testcase cut down from newlib/libc/misc/init.c, (ps and pe were originally __preinit_array_start and

[Bug target/55721] -mabi=64 compilation results in unknown UNSPEC note

2013-01-09 Thread sje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55721 --- Comment #12 from Steve Ellcey 2013-01-09 21:52:59 UTC --- Here is another testcase that looks different then the others, it is cutdown from newlib/libm/math/k_rem_pio2.c. % cat bug3.c static const int init_jk[] = {2,3,4,6}; double

[Bug target/55721] -mabi=64 compilation results in unknown UNSPEC note

2013-01-09 Thread sje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55721 --- Comment #13 from Steve Ellcey 2013-01-09 23:09:15 UTC --- Here is a C++ test case in case it involves differences from the C examples. This comes from libstdc++-v3/libsupc++/pointer_type_info.cc % cat bug4.cc namespace std { cla

[Bug target/27338] Violation of mips o64 ABI

2013-01-10 Thread sje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27338 Steve Ellcey changed: What|Removed |Added CC||sje at gcc dot gnu.org

[Bug target/55777] Inlining nomips16 function into mips16 function can result in undefined builtins

2013-01-14 Thread sje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55777 --- Comment #1 from Steve Ellcey 2013-01-14 21:34:09 UTC --- gcc.target/mips/mips32-dspr2.c fails for the same reason.

[Bug middle-end/53073] [4.8 Regression] 464.h264ref in SPEC CPU 2006 miscompiled

2013-01-28 Thread sje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53073 Steve Ellcey changed: What|Removed |Added CC||sje at gcc dot gnu.org

[Bug target/68400] ICE in change_address_1, at emit-rtl.c:2125

2016-01-28 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68400 --- Comment #5 from Steve Ellcey --- Author: sje Date: Thu Jan 28 22:25:55 2016 New Revision: 232952 URL: https://gcc.gnu.org/viewcvs?rev=232952&root=gcc&view=rev Log: 2016-01-28 Steve Ellcey PR target/68400 * config/mips/mip

[Bug target/68400] ICE in change_address_1, at emit-rtl.c:2125

2016-01-28 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68400 --- Comment #6 from Steve Ellcey --- Author: sje Date: Thu Jan 28 22:28:04 2016 New Revision: 232954 URL: https://gcc.gnu.org/viewcvs?rev=232954&root=gcc&view=rev Log: PR target/68400 * gcc.target/mips/mips.exp (mips_option_group

[Bug target/65604] MIPS -fno-delayed-branch generates incorrect code with -mcheck-zero-division

2016-01-29 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65604 --- Comment #4 from Steve Ellcey --- Author: sje Date: Fri Jan 29 16:29:58 2016 New Revision: 232985 URL: https://gcc.gnu.org/viewcvs?rev=232985&root=gcc&view=rev Log: PR target/65604 * config/mips/mips.c (mips_output_division):

[Bug target/65604] MIPS -fno-delayed-branch generates incorrect code with -mcheck-zero-division

2016-01-29 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65604 --- Comment #5 from Steve Ellcey --- Author: sje Date: Fri Jan 29 16:31:18 2016 New Revision: 232986 URL: https://gcc.gnu.org/viewcvs?rev=232986&root=gcc&view=rev Log: PR target/65604 * gcc.target/mips/div-delay.c: New test. Add

[Bug target/68273] [5/6 Regression] Wrong code on mips/mipsel due to (invalid?) peeking at alignments in function_arg.

2016-01-29 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68273 --- Comment #13 from Steve Ellcey --- I have submitted a patch for this defect: https://gcc.gnu.org/ml/gcc-patches/2016-01/msg02350.html

[Bug other/69561] New: MULTILIB_EXCLUSIONS is not documented

2016-01-29 Thread sje at gcc dot gnu.org
Assignee: unassigned at gcc dot gnu.org Reporter: sje at gcc dot gnu.org Target Milestone: --- MULTILIB_EXCLUSIONS is not documented anywhere. MULTILIB_EXCEPTIONS is documented, but not MULTILIB_EXCLUSIONS.

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

2016-02-05 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68126 Steve Ellcey changed: What|Removed |Added CC||sje at gcc dot gnu.org --- Comment #1

[Bug target/68273] [5/6 Regression] Wrong code on mips/mipsel due to (invalid?) peeking at alignments in function_arg.

2016-02-11 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68273 --- Comment #28 from Steve Ellcey --- (In reply to Hector Oron from comment #27) > (In reply to Richard Biener from comment #25) > > Re-adding GCC 6 as regression, though graphviz is not gsoap. > > Right, I initially thought it was the same issu

[Bug debug/81562] New: GDB cannot display long double register variable values

2017-07-26 Thread sje at gcc dot gnu.org
Priority: P3 Component: debug Assignee: unassigned at gcc dot gnu.org Reporter: sje at gcc dot gnu.org Target Milestone: --- Host: aarch64-*-* Target: aarch64-*-* Build: aarch64-*-* Created attachment 41837 --> https://gcc.gnu.

[Bug debug/81569] New: gcc.guality tests fail with -flto option

2017-07-26 Thread sje at gcc dot gnu.org
Assignee: unassigned at gcc dot gnu.org Reporter: sje at gcc dot gnu.org Target Milestone: --- Host: aarch64-*-* Target: aarch64-*-* Build: aarch64-*-* Created attachment 41838 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41

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

2017-07-27 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80925 --- Comment #18 from Steve Ellcey --- See https://gcc.gnu.org/ml/gcc-patches/2017-07/msg01862.html for a proposed patch to update the tests.

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

2017-07-31 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80925 --- Comment #19 from Steve Ellcey --- Author: sje Date: Mon Jul 31 21:44:34 2017 New Revision: 250752 URL: https://gcc.gnu.org/viewcvs?rev=250752&root=gcc&view=rev Log: 2017-07-31 Steve Ellcey PR tree-optimization/80925 * gcc

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

2017-08-01 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80925 --- Comment #20 from Steve Ellcey --- Author: sje Date: Tue Aug 1 15:37:22 2017 New Revision: 250783 URL: https://gcc.gnu.org/viewcvs?rev=250783&root=gcc&view=rev Log: 2017-08-01 Steve Ellcey PR tree-optimization/80925 * gcc

[Bug tree-optimization/81038] [8 regression] test case g++.dg/vect/slp-pr56812.cc fails starting with r248678

2017-08-01 Thread sje at gcc dot gnu.org
||2017-08-01 CC||sje at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #3 from Steve Ellcey --- Looking at the slp dump file on aarch64 where this also fails I see these messages: slp-pr56812.cc:18:1: note

[Bug other/81096] [8 regression] test case ttest in libbacktrace fails starting with its introduction in r249111

2017-08-08 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81096 Steve Ellcey changed: What|Removed |Added CC||sje at gcc dot gnu.org --- Comment #3

[Bug target/81643] FAIL: gcc.target/aarch64/long_branch_1.c scan-assembler Ltb

2017-08-09 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81643 Steve Ellcey changed: What|Removed |Added CC||sje at gcc dot gnu.org --- Comment #6

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

2017-09-07 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80925 --- Comment #22 from Steve Ellcey --- (In reply to Christophe Lyon from comment #21) > I think this change caused regressions on armeb-none-linux-gnueabihf > --with-cpu=cortex-a9 --with-fpu=neon-fp16 (works OK > --with-fpu=vfpv3-d16-fp16) Ranie

[Bug debug/68860] [6/7/8 regression] FAIL: gcc.dg/guality/pr36728-1.c -flto -O3 -g line 16/7 arg1 == 1

2017-09-08 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68860 Steve Ellcey changed: What|Removed |Added CC||sje at gcc dot gnu.org --- Comment #19

<    1   2   3   4   >