[Bug ipa/109817] [14 Regression] internal error in ICF pass on Ada interfaces

2024-03-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109817 Andrew Pinski changed: What|Removed |Added Keywords||ice-checking --- Comment #2 from

Results for 13.2.1 20240310 [releases/gcc-13 r13-8414-g9de9ff371c] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-09 Thread Bill Seurer (POWER8) via Gcc-testresults
git commit g:9de9ff371c83505a8ce1ff1a7612c2523f175150 gcc-descr r13-8414-g9de9ff371c8350 power8 Linux 5.4.0-172-generic ppc64le GNU Make 4.2.1 DejaGnu: DejaGnu version 1.6.2 Expect version 5.45.4 Tcl version 8.6 64-bit LAST_UPDATED: Sun Mar 10 06:10:20 UTC 2024

[Bug ipa/109817] [14 Regression] internal error in ICF pass on Ada interfaces

2024-03-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109817 Andrew Pinski changed: What|Removed |Added Summary|internal error in ICF pass |[14 Regression] internal

[Bug tree-optimization/87332] [meta-bug] Issues related to Identical Code Folding (ICF) and Tail Merging (-ftree-tail-merge)

2024-03-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87332 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug tree-optimization/97333] [meta-bug] [gimple_can_duplicate_bb_p == false, tree-ssa-threadupdate] ICE in duplicate_block, at cfghooks.c:1093

2024-03-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97333 Andrew Pinski changed: What|Removed |Added CC||pinskia at gcc dot gnu.org --- Comment

Re: [PATCH v2] VECT: Fix ICE for vectorizable LD/ST when both len and store are enabled

2024-03-09 Thread Richard Biener
> Am 10.03.2024 um 04:14 schrieb pan2...@intel.com: > > From: Pan Li > > This patch would like to fix one ICE in vectorizable_store when both the > loop_masks and loop_lens are enabled. The ICE looks like below when build > with "-march=rv64gcv -O3". > > during GIMPLE pass: vect > test.c:

[Bug tree-optimization/90134] ICE in duplicate_eh_regions_1, at except.c:557

2024-03-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90134 Andrew Pinski changed: What|Removed |Added Known to work|12.1.0 | Keywords|

Results for 11.4.1 20240310 [releases/gcc-11 revision a8504565f03:f74f106c6a3:9291c8f9f81d05f52a6f6b4658c92ebc0209bb76] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-09 Thread Bill Seurer (POWER9) via Gcc-testresults
git commit g:9291c8f9f81d05f52a6f6b4658c92ebc0209bb76 gcc-descr r11-11275-g9291c8f9f81d05 power9 Linux 5.15.0-97-generic ppc64le GNU Make 4.3 DejaGnu: DejaGnu version 1.6.2 Expect version 5.45.4 Tcl version 8.6 64-bit LAST_UPDATED: Sun Mar 10 05:39:53 UTC 2024

[Bug tree-optimization/68761] -floop-interchange internal compiler error: in create_tmp_var, at gimple-expr.c:519

2024-03-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68761 Andrew Pinski changed: What|Removed |Added Resolution|--- |WONTFIX Target Milestone|---

[Bug c++/90659] [11/12/13 Regression] ICE in tree_to_uhwi, at tree.h:4352/7291

2024-03-09 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90659 Jeffrey A. Law changed: What|Removed |Added Summary|[11/12/13/14 Regression]|[11/12/13 Regression] ICE

Results for 14.0.1 20240310 (experimental) [remotes/origin/HEAD r14-9416-g7c8f0a79a7] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-09 Thread Bill Seurer (POWER8) via Gcc-testresults
git commit g:7c8f0a79a7e1e42f846ddbca14b98b47ddcfd178 gcc-descr r14-9416-g7c8f0a79a7e1e4 power8 Linux 5.4.0-172-generic ppc64le GNU Make 4.2.1 DejaGnu: DejaGnu version 1.6.2 Expect version 5.45.4 Tcl version 8.6 64-bit LAST_UPDATED: Sun Mar 10 03:56:59 UTC 2024

[Bug target/90204] [11 Regression] C code is optimized worse than C++

2024-03-09 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90204 Jeffrey A. Law changed: What|Removed |Added Summary|[11/12/13/14 Regression] C |[11 Regression] C code is

[Bug tree-optimization/56829] Feature request: "generic" builtin to support control flow in vectorized code ("movemask", "vec_any/all_*")

2024-03-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56829 --- Comment #4 from Andrew Pinski --- Note GCC 14 adds the ability to auto-vectorize early exist loops. I am not sure if this helps this issue here though.

[Bug tree-optimization/89049] [11 Regression] Unexpected vectorization

2024-03-09 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89049 Jeffrey A. Law changed: What|Removed |Added CC||law at gcc dot gnu.org

[Bug tree-optimization/20496] "-1" is inconsistently printed in tree dumps

2024-03-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20496 --- Comment #4 from Andrew Pinski --- Oh the TREE_OVERFLOW part was fixed much earlier than that though.

[Bug middle-end/111683] [11/12/13/14 Regression] Incorrect answer when using SSE2 intrinsics with -O3 since r7-3163-g973625a04b3d9351f2485e37f7d3382af2aed87e

2024-03-09 Thread kugan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111683 --- Comment #5 from kugan at gcc dot gnu.org --- -O3 -fno-tree-vectorize and -O3 -fno-tree-vrp works. I looked at the ever dump and it is not doing anything suspicious. Looks like range_info usage in vectoriser is causing the problem.

[Bug tree-optimization/20496] "-1" is inconsistently printed in tree dumps

2024-03-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20496 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Known to work|4.7.1

Results for 14.0.1 20240310 (experimental) [master revision gcc-14-9416-g7c8f0a79a7e] (GCC) testsuite on arm-unknown-eabi

2024-03-09 Thread ci_notify--- via Gcc-testresults
# From https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_v8a_hard_eabi-build/377/: LAST_UPDATED: 2024-03-10T04:47:35+00:00 (master revision gcc-14-9416-g7c8f0a79a7e) arm-eabi {-mthumb/-march=armv8-a+simd/-mfpu=auto/-mfloat-abi=hard} Target is arm-unknown-eabi Host is

Regressions on master at commit r14-9413 vs commit r14-9393 on Linux/x86_64

2024-03-09 Thread H.J. Lu via Gcc-regression
Regressions on master at commit r14-9413 vs commit r14-9393 on Linux/x86_64 New failures: FAIL: gcc.dg/lto/save-temps c_lto_save-temps_0.o-c_lto_save-temps_0.o link, -O -flto -save-temps New passes:

Results for 14.0.1 20240309 (experimental) [master r14-9413-gf5a805d8290] (GCC) testsuite on x86_64-pc-linux-gnu

2024-03-09 Thread H.J. Lu via Gcc-testresults
=== gcc Summary === # of expected passes600663 # of unexpected failures400 # of unexpected successes 59 # of expected failures 4657 # of unsupported tests 10710 /export/gnu/import/git/gcc-test-master-intel64/bld/gcc/xgcc version 14.0.1

Results for 14.0.1 20240310 (experimental) [remotes/origin/HEAD r14-9416-g7c8f0a79a7] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-09 Thread Bill Seurer (POWER9 IEEE128) via Gcc-testresults
git commit g:7c8f0a79a7e1e42f846ddbca14b98b47ddcfd178 gcc-descr r14-9416-g7c8f0a79a7e1e4 power9 IEEE128 Linux 6.8.0-0.rc6.20240229git805d849d7c3c.51.fc41.ppc64le ppc64le GNU Make 4.4.1 DejaGnu: DejaGnu version 1.6.3 Expect version 5.45.4 Tcl version 8.6 64-bit

Results for 14.0.1 20240310 (experimental) [remotes/origin/HEAD r14-9416-g7c8f0a79a7e] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-09 Thread Bill Seurer (POWER9) via Gcc-testresults
git commit g:7c8f0a79a7e1e42f846ddbca14b98b47ddcfd178 gcc-descr r14-9416-g7c8f0a79a7e1e4 power9 Linux 5.15.0-97-generic ppc64le GNU Make 4.3 DejaGnu: DejaGnu version 1.6.2 Expect version 5.45.4 Tcl version 8.6 64-bit LAST_UPDATED: Sun Mar 10 04:10:53 UTC 2024

[Bug tree-optimization/97410] missing -Warray-bounds with constant index from second array element

2024-03-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97410 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement Ever confirmed|0

[Bug tree-optimization/56624] Vectorizer gives up on a group-access if it contains stores to the same location

2024-03-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56624 --- Comment #8 from Andrew Pinski --- For aarch64, it has been since GCC 13 though for the testcase in comment #6 .

[Bug tree-optimization/56624] Vectorizer gives up on a group-access if it contains stores to the same location

2024-03-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56624 Andrew Pinski changed: What|Removed |Added Known to work||9.1.0 --- Comment #7 from Andrew Pinski

[Bug target/114288] [14 regression] ICE when building binutils-2.41 on hppa (extract_constrain_insn, at recog.cc:2713)

2024-03-09 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114288 --- Comment #12 from Jeffrey A. Law --- Aren't we compiling for PA2.0? If so, shouldn't we have a full 14 bit offset support, even when a load/store hits the FP register file (feel free to correct me if I'm wrong, it's only been 20 years since

[Bug tree-optimization/103116] SLP vectoriser fails to peel for gaps

2024-03-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103116 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |11.4

[Bug tree-optimization/81189] Out of bounds memory access introduced by the vectoriser

2024-03-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81189 Andrew Pinski changed: What|Removed |Added Known to work||8.1.0 Target Milestone|---

[Bug rtl-optimization/113533] Code generation regression after change for pr111267

2024-03-09 Thread olegendo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113533 --- Comment #17 from Oleg Endo --- (In reply to Jeffrey A. Law from comment #16) > Note that Jakub recently twiddled fwprop to throttle it back a little. As a > result the regressions seen in this BZ are no longer an issue. I'm going to >

[Bug tree-optimization/97796] internal compiler error: Segmentation fault 0xb2ed5f crash_signal - graphite

2024-03-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97796 Andrew Pinski changed: What|Removed |Added Resolution|--- |WORKSFORME Status|WAITING

Regressions on native/master at commit r14-9415 vs commit r14-9413 on Linux/x86_64

2024-03-09 Thread H. J. Lu via Gcc-regression
Regressions on native/master at commit r14-9415 vs commit r14-9413 on Linux/x86_64 New failures: New passes: FAIL: gcc.dg/lto/save-temps c_lto_save-temps_0.o-c_lto_save-temps_0.o link, -O -flto -save-temps FAIL: gcc.dg/torture/convert-dfp.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects

C/C++ results under Intel SDE for 14.0.1 20240310 (experimental) [native/master r14-9415-g50531b6d400] (GCC) testsuite on x86_64-pc-linux-gnu

2024-03-09 Thread H. J. Lu via Gcc-testresults
LAST_UPDATED: Sun Mar 10 02:40:04 UTC 2024 (revision r14-9415-g50531b6d400) Native configuration is x86_64-pc-linux-gnu === gcc tests === Running target sde FAIL: gcc.target/i386/avx-loadu2-m128-1.c scan-assembler \\tvinsertf128\\t FAIL: gcc.target/i386/avx-loadu2-m128d-1.c

Results for 14.0.1 20240310 (experimental) [native/master r14-9415-g50531b6d400] (GCC) testsuite on x86_64-pc-linux-gnu

2024-03-09 Thread H. J. Lu via Gcc-testresults
LAST_UPDATED: Sun Mar 10 02:40:04 UTC 2024 (revision r14-9415-g50531b6d400) Native configuration is x86_64-pc-linux-gnu === gcc tests === Running target unix XPASS: gcc.dg/Wstringop-overflow-47.c pr97027 (test for warnings, line 72) XPASS: gcc.dg/Wstringop-overflow-47.c pr97027

Reverting recent adjustment to expected output of sh port tests

2024-03-09 Thread Jeff Law
With Jakub's twiddle to the forward propagation pass, the assembly code for pr59533-1.c has returned to its previous state. Thus I've reverted my patch which adjusted the expected output. Jeffcommit 6f7d000fcacef31a6947f95021e445c846170f92 Author: jlaw Date: Sat Mar 9 21:33:47 2024 -0700

[Bug c/105150] [11 Regression] ICE with -Ofast: verify_gimple failed

2024-03-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105150 --- Comment #14 from Andrew Pinski --- *** Bug 87886 has been marked as a duplicate of this bug. ***

[Bug tree-optimization/87886] ICE in format_helper, at real.h:227

2024-03-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87886 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[gcc r14-9417] Revert "[committed] Adjust expectations for pr59533-1.c"

2024-03-09 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:6f7d000fcacef31a6947f95021e445c846170f92 commit r14-9417-g6f7d000fcacef31a6947f95021e445c846170f92 Author: jlaw Date: Sat Mar 9 21:33:47 2024 -0700 Revert "[committed] Adjust expectations for pr59533-1.c" This reverts commit

[Bug rtl-optimization/113533] Code generation regression after change for pr111267

2024-03-09 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113533 Jeffrey A. Law changed: What|Removed |Added Summary|[14 Regression] Code|Code generation regression

[Bug tree-optimization/114268] [14 Regression] 5% exec time regression in 454.calculix on Aarch64

2024-03-09 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114268 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P2 CC|

Results for 14.0.1 20240310 (experimental) [master revision 3e05eb949d7:3f36e63ba8f:50531b6d400945793a1d549e6ee941d989319d42] (GCC) testsuite on pru-unknown-elf

2024-03-09 Thread The GnuPru BuildBot via Gcc-testresults
LAST_UPDATED: 10.03.2024 (нд) 3:35:13 UTC (revision ) Target is pru-unknown-elf Host is x86_64-pc-linux-gnu === gcc tests === Running target pru-sim FAIL: c-c++-common/analyzer/out-of-bounds-diagram-11.c (test for excess errors) FAIL:

Results for 12.3.1 20240310 [releases/gcc-12 r12-10201-g6276fa39cb] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-09 Thread Bill Seurer (POWER9 IEEE128) via Gcc-testresults
git commit g:6276fa39cb830fdf8fd3199532039f58823d7a89 gcc-descr r12-10201-g6276fa39cb830f power9 IEEE128 Linux 6.8.0-0.rc6.20240229git805d849d7c3c.51.fc41.ppc64le ppc64le GNU Make 4.4.1 DejaGnu: DejaGnu version 1.6.3 Expect version 5.45.4 Tcl version 8.6 64-bit

Results for 12.3.1 20240310 [remotes/origin/releases/gcc-12 r12-10201-g6276fa39cb] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-09 Thread Bill Seurer (POWER9) via Gcc-testresults
git commit g:6276fa39cb830fdf8fd3199532039f58823d7a89 gcc-descr r12-10201-g6276fa39cb830f power9 Linux 5.15.0-97-generic ppc64le GNU Make 4.3 DejaGnu: DejaGnu version 1.6.2 Expect version 5.45.4 Tcl version 8.6 64-bit LAST_UPDATED: Sun Mar 10 02:59:55 UTC 2024

Results for 11.4.1 20240310 [releases/gcc-11 revision a8504565f0:f74f106c6a:9291c8f9f81d05f52a6f6b4658c92ebc0209bb76] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-09 Thread Bill Seurer (POWER8) via Gcc-testresults
git commit g:9291c8f9f81d05f52a6f6b4658c92ebc0209bb76 gcc-descr r11-11275-g9291c8f9f81d05 power8 Linux 5.4.0-172-generic ppc64le GNU Make 4.2.1 DejaGnu: DejaGnu version 1.6.2 Expect version 5.45.4 Tcl version 8.6 64-bit LAST_UPDATED: Sun Mar 10 02:33:36 UTC 2024

[Bug libgcc/110956] [13/14 regression] gcc_assert is hit at gcc-13.2.0/libgcc/unwind-dw2-fde.c#L291 with some special library

2024-03-09 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110956 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug middle-end/95351] [11/12/13/14 Regression] Comparison with NAN optimizes incorrectly with -ffast-math disabled

2024-03-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95351 Andrew Pinski changed: What|Removed |Added Known to fail||4.6.4 Target Milestone|---

[Bug tree-optimization/110279] [14 Regression] Regressions on aarch64 cause by handing FMA in reassoc (510.parest_r, 508.namd_r)

2024-03-09 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110279 Jeffrey A. Law changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug middle-end/109990] [12/13/14 Regression] Bogus -Wuse-after-free warning after realloc

2024-03-09 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109990 Jeffrey A. Law changed: What|Removed |Added Last reconfirmed||2024-03-10 CC|

[Bug libfortran/93727] Fortran 2018: EX edit descriptor

2024-03-09 Thread jvdelisle at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93727 --- Comment #5 from Jerry DeLisle --- I have been studying this a bit by looking at the 2023 std and functionality of printf(). Specifically printf() provides the 'A' descriptor which can be used for float (kind=4) and double (kind=8). It will

Results for 14.0.1 20240310 (experimental) [master revision gcc-14-9415-g50531b6d400] (GCC) testsuite on armv8l-unknown-linux-gnueabihf

2024-03-09 Thread ci_notify--- via Gcc-testresults
# From https://ci.linaro.org/job/tcwg_gcc_check--master-arm-build/1821/: LAST_UPDATED: 2024-03-10T03:02:53+00:00 (master revision gcc-14-9415-g50531b6d400) armv8l-unknown-linux-gnueabihf Native configuration is armv8l-unknown-linux-gnueabihf === libatomic tests === Running

[Bug sanitizer/108256] Missing integer overflow instrumentation when assignment LHS is narrow

2024-03-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108256 Andrew Pinski changed: What|Removed |Added CC||haoxintu at gmail dot com --- Comment

[Bug middle-end/95326] GCC can not detect signed-integer-overflow correctly

2024-03-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95326 Andrew Pinski changed: What|Removed |Added Known to fail||13.1.0 Known to work|

Results for 13.2.1 20240310 [releases/gcc-13 revision bf784936bc8:a382c93a607:9de9ff371c83505a8ce1ff1a7612c2523f175150] (GCC) testsuite on pru-unknown-elf

2024-03-09 Thread The GnuPru BuildBot via Gcc-testresults
LAST_UPDATED: 10.03.2024 (нд) 3:12:57 UTC (revision ) Target is pru-unknown-elf Host is x86_64-pc-linux-gnu === gcc tests === Running target pru-sim FAIL: c-c++-common/pr103798-2.c -Wc++-compat scan-assembler-not memchr FAIL: c-c++-common/pr103798-3.c -Wc++-compat

[Bug c++/109247] [13/14 Regression] optional o; o = {x}; wants to use explicit optional(U) constructor since r13-6765-ga226590fefb35ed6

2024-03-09 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109247 Jeffrey A. Law changed: What|Removed |Added CC||law at gcc dot gnu.org

[Bug tree-optimization/82374] #pragma GCC optimize is not applied to openmp-generated functions

2024-03-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82374 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |8.0 Resolution|---

[Bug c++/106363] [13 Regression] [modules] ICE using-declaration of imported name in the same namespace

2024-03-09 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106363 Jeffrey A. Law changed: What|Removed |Added Summary|[13/14 Regression] |[13 Regression] [modules]

[Bug c++/103183] [11/12/13/14 Regression] ind[arr] produces an lvalue when arr is an array xvalue

2024-03-09 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103183 Jeffrey A. Law changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/102264] [11/12/13/14 Regression] extra spilling when using inline-asm and all registers

2024-03-09 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102264 Jeffrey A. Law changed: What|Removed |Added CC||law at gcc dot gnu.org --- Comment

[committed] [target/102250] Document python requirement for risc-v

2024-03-09 Thread Jeff Law
Not sure why nobody's taken care of this yet. Under certain circumstances python may be needed if you're building a RISC-V compiler. Here's what I've checked in. Happy to adjust if folks want to wordsmith it further. Jeffcommit 7c8f0a79a7e1e42f846ddbca14b98b47ddcfd178 Author: jlaw Date:

[gcc r14-9416] [committed] [target/102250] Document python requirement for risc-v

2024-03-09 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:7c8f0a79a7e1e42f846ddbca14b98b47ddcfd178 commit r14-9416-g7c8f0a79a7e1e42f846ddbca14b98b47ddcfd178 Author: jlaw Date: Sat Mar 9 20:11:39 2024 -0700 [committed] [target/102250] Document python requirement for risc-v PR target/102250 gcc/

[Bug target/102250] [11/12/13/14 Regression] python is not documented as a Prerequisite for building for riscv

2024-03-09 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102250 --- Comment #7 from GCC Commits --- The master branch has been updated by Jeff Law : https://gcc.gnu.org/g:7c8f0a79a7e1e42f846ddbca14b98b47ddcfd178 commit r14-9416-g7c8f0a79a7e1e42f846ddbca14b98b47ddcfd178 Author: jlaw Date: Sat Mar 9

[PATCH v2] VECT: Fix ICE for vectorizable LD/ST when both len and store are enabled

2024-03-09 Thread pan2 . li
From: Pan Li This patch would like to fix one ICE in vectorizable_store when both the loop_masks and loop_lens are enabled. The ICE looks like below when build with "-march=rv64gcv -O3". during GIMPLE pass: vect test.c: In function ‘d’: test.c:6:6: internal compiler error: in

Results for 12.3.1 20240310 [releases/gcc-12 revision d77ed1d6eb8:3f1bea2bc5d:6276fa39cb830fdf8fd3199532039f58823d7a89] (GCC) testsuite on pru-unknown-elf

2024-03-09 Thread The GnuPru BuildBot via Gcc-testresults
LAST_UPDATED: 10.03.2024 (нд) 2:51:12 UTC (revision ) Target is pru-unknown-elf Host is x86_64-pc-linux-gnu === gcc tests === Running target pru-sim FAIL: gcc.c-torture/compile/attr-complex-method-2.c -O0 scan-tree-dump optimized "__divdc3" FAIL:

Results for 13.2.1 20240310 [releases/gcc-13 r13-8414-g9de9ff371c] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-09 Thread Bill Seurer (POWER9 IEEE128) via Gcc-testresults
git commit g:9de9ff371c83505a8ce1ff1a7612c2523f175150 gcc-descr r13-8414-g9de9ff371c8350 power9 IEEE128 Linux 6.8.0-0.rc6.20240229git805d849d7c3c.51.fc41.ppc64le ppc64le GNU Make 4.4.1 DejaGnu: DejaGnu version 1.6.3 Expect version 5.45.4 Tcl version 8.6 64-bit

Results for 14.0.1 20240310 (experimental) [remotes/origin/HEAD r14-9414-g3e05eb949d7] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-09 Thread Bill Seurer (POWER9) via Gcc-testresults
git commit g:3e05eb949d77201a0220e2e596656967c716063f gcc-descr r14-9414-g3e05eb949d7720 power9 Linux 5.15.0-97-generic ppc64le GNU Make 4.3 DejaGnu: DejaGnu version 1.6.2 Expect version 5.45.4 Tcl version 8.6 64-bit LAST_UPDATED: Sun Mar 10 01:30:48 UTC 2024

Results for 11.4.1 20240310 [releases/gcc-11 revision a8504565f03:f74f106c6a3:9291c8f9f81d05f52a6f6b4658c92ebc0209bb76] (GCC) testsuite on pru-unknown-elf

2024-03-09 Thread The GnuPru BuildBot via Gcc-testresults
LAST_UPDATED: 10.03.2024 (нд) 2:30:25 UTC (revision ) Target is pru-unknown-elf Host is x86_64-pc-linux-gnu === gcc tests === Running target pru-sim FAIL: gcc.dg/analyzer/torture/pr51628-30.c -O0 (test for excess errors) FAIL: gcc.dg/analyzer/torture/pr51628-30.c -O1

[Bug tree-optimization/99987] [12/13/14 Regression] missed optimization for dead code elimination at -O3 (vs. -O2)

2024-03-09 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99987 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P2 CC|

[Bug target/111362] [14 Regression] '-fcompare-debug' failure (length) with -O -fno-tree-ch --param=max-completely-peel-times=0 -march=rv64iv

2024-03-09 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111362 Jeffrey A. Law changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[committed] [PR target/111362] Fix compare-debug issue with mode switching

2024-03-09 Thread Jeff Law
The issue here is the code we emit for mode-switching can change when -g is added to the command line. This is caused by processing debug notes occurring after a call which is the last real statement in a basic block. Without -g the CALL_INSN is literally the last insn in the block and the

[gcc r14-9415] [committed] [PR target/111362] Fix compare-debug issue with mode switching

2024-03-09 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:50531b6d400945793a1d549e6ee941d989319d42 commit r14-9415-g50531b6d400945793a1d549e6ee941d989319d42 Author: jlaw Date: Sat Mar 9 19:27:32 2024 -0700 [committed] [PR target/111362] Fix compare-debug issue with mode switching The issue here is the code we emit

[Bug target/111362] [14 Regression] '-fcompare-debug' failure (length) with -O -fno-tree-ch --param=max-completely-peel-times=0 -march=rv64iv

2024-03-09 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111362 --- Comment #4 from GCC Commits --- The master branch has been updated by Jeff Law : https://gcc.gnu.org/g:50531b6d400945793a1d549e6ee941d989319d42 commit r14-9415-g50531b6d400945793a1d549e6ee941d989319d42 Author: jlaw Date: Sat Mar 9

[Bug tree-optimization/93271] [11/12/13/14 regression] SRA producing wrong code on denormals

2024-03-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93271 --- Comment #17 from Andrew Pinski --- Ping?

Results for 14.0.1 20240310 (experimental) [remotes/origin/HEAD r14-9414-g3e05eb949d] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-09 Thread Bill Seurer (POWER8) via Gcc-testresults
git commit g:3e05eb949d77201a0220e2e596656967c716063f gcc-descr r14-9414-g3e05eb949d7720 power8 Linux 5.4.0-172-generic ppc64le GNU Make 4.2.1 DejaGnu: DejaGnu version 1.6.2 Expect version 5.45.4 Tcl version 8.6 64-bit LAST_UPDATED: Sun Mar 10 00:23:36 UTC 2024

Results for 14.0.1 20240310 (experimental) [master revision gcc-14-9414-g3e05eb949d7] (GCC) testsuite on aarch64-unknown-linux-gnu

2024-03-09 Thread ci_notify--- via Gcc-testresults
# From https://ci.linaro.org/job/tcwg_gnu_native_check_gcc--master-aarch64-build/998/: LAST_UPDATED: 2024-03-10T01:34:16+00:00 (master revision gcc-14-9414-g3e05eb949d7) aarch64-unknown-linux-gnu Native configuration is aarch64-unknown-linux-gnu === libatomic tests ===

[Bug middle-end/85957] i686: Integers appear to be different, but compare as equal

2024-03-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85957 --- Comment #29 from Andrew Pinski --- fexcess-precision=standard was added to C++ front-end by r13-3290-g98e341130f8798 (for GCC 13).

Results for 14.0.1 20240310 (experimental) [master revision gcc-14-9414-g3e05eb949d7] (GCC) testsuite on aarch64-unknown-linux-gnu

2024-03-09 Thread ci_notify--- via Gcc-testresults
# From https://ci.linaro.org/job/tcwg_gcc_check--master-aarch64-build/1694/: LAST_UPDATED: 2024-03-10T01:02:57+00:00 (master revision gcc-14-9414-g3e05eb949d7) aarch64-unknown-linux-gnu Native configuration is aarch64-unknown-linux-gnu === libatomic tests === Running target

Results for 14.0.1 20240310 (experimental) [remotes/origin/HEAD r14-9414-g3e05eb949d] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-09 Thread Bill Seurer (POWER9 IEEE128) via Gcc-testresults
git commit g:3e05eb949d77201a0220e2e596656967c716063f gcc-descr r14-9414-g3e05eb949d7720 power9 IEEE128 Linux 6.8.0-0.rc6.20240229git805d849d7c3c.51.fc41.ppc64le ppc64le GNU Make 4.4.1 DejaGnu: DejaGnu version 1.6.3 Expect version 5.45.4 Tcl version 8.6 64-bit

Results for 14.0.1 20240309 (experimental) [master revision gcc-14-9413-gf5a805d8290] (GCC) testsuite on aarch64-unknown-linux-gnu

2024-03-09 Thread ci_notify--- via Gcc-testresults
rted tests 4410 /home/tcwg-buildslave/workspace/tcwg_gnu_0/abe/builds/destdir/x86_64-pc-linux-gnu/bin/aarch64-linux-gnu-gcc version 14.0.1 20240309 (experimental) [master revision gcc-14-9413-gf5a805d8290] (GCC) Host is x86_64-pc-linux-gnu === gfortran tests === Running t

[Bug c/38716] Undocumented __attribute__((optimize)) behaviour when the attribute specifies no optimisation level

2024-03-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38716 Bug 38716 depends on bug 63401, which changed state. Bug 63401 Summary: "optimize" attribute overwrites other options https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63401 What|Removed |Added

[Bug middle-end/63401] "optimize" attribute overwrites other options

2024-03-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63401 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

Results for 13.2.1 20240310 [releases/gcc-13 r13-8414-g9de9ff371c] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-09 Thread Bill Seurer (POWER9) via Gcc-testresults
git commit g:9de9ff371c83505a8ce1ff1a7612c2523f175150 gcc-descr r13-8414-g9de9ff371c8350 power9 Linux 5.15.0-97-generic ppc64le GNU Make 4.3 DejaGnu: DejaGnu version 1.6.2 Expect version 5.45.4 Tcl version 8.6 64-bit LAST_UPDATED: Sun Mar 10 00:22:48 UTC 2024

[Bug middle-end/63401] "optimize" attribute overwrites other options

2024-03-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63401 Andrew Pinski changed: What|Removed |Added Known to fail||11.4.0 Keywords|

[Bug target/114284] [14 Regression] arm: Load of volatile short gets miscompiled (loaded twice) since r14-8319

2024-03-09 Thread roger at nextmovesoftware dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114284 Roger Sayle changed: What|Removed |Added CC||roger at nextmovesoftware dot com ---

[Bug tree-optimization/107372] Loop distribution creates memcpy between structs with different storage order

2024-03-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107372 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |11.4

[Bug tree-optimization/107372] Loop distribution creates memcpy between structs with different storage order

2024-03-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107372 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

Results for 14.0.1 20240309 (experimental) [master r14-9413-gf5a805d8290] (GCC) testsuite on x86_64-pc-linux-gnu

2024-03-09 Thread H.J. Lu via Gcc-testresults
600681 # of unexpected failures400 # of unexpected successes 59 # of expected failures 4657 # of unsupported tests 10710 /export/gnu/import/git/gcc-test-master-intel64/bld/gcc/xgcc version 14.0.1 20240309 (experimental) [master r14-9413-gf5a805d8290] (GCC)

[Bug target/114288] [14 regression] ICE when building binutils-2.41 on hppa (extract_constrain_insn, at recog.cc:2713)

2024-03-09 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114288 --- Comment #11 from Jeffrey A. Law --- The larger point is we don't just disable passes because they have a bug, or even multiple bugs. We need to do the right thing from an engineering standpoint, ie, actually debug the problem. In fact,

[Bug rtl-optimization/58021] MODE_EXIT switches at NOTE_INSN_DELETED

2024-03-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58021 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug rtl-optimization/57968] MODE_EXIT switches inserted too early

2024-03-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57968 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Target Milestone|---

[Bug target/111362] [14 Regression] '-fcompare-debug' failure (length) with -O -fno-tree-ch --param=max-completely-peel-times=0 -march=rv64iv

2024-03-09 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111362 Jeffrey A. Law changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |law at gcc dot gnu.org ---

[Bug tree-optimization/56286] vectorizer does not keep loop-closed SSA up-to-date

2024-03-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56286 Andrew Pinski changed: What|Removed |Added Keywords||FIXME Last reconfirmed|2013-02-11

[Bug target/114288] [14 regression] ICE when building binutils-2.41 on hppa (extract_constrain_insn, at recog.cc:2713)

2024-03-09 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114288 --- Comment #10 from Sam James --- Sure, that's fine (I would've CC'd you for your opinion if you weren't here already). I know you were reluctant already with the m68k PR, but figured this was different enough to suggest it given the other one

[Bug target/114288] [14 regression] ICE when building binutils-2.41 on hppa (extract_constrain_insn, at recog.cc:2713)

2024-03-09 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114288 --- Comment #9 from Jeffrey A. Law --- Sam, no. That would be a big mistake.

[Bug target/114288] [14 regression] ICE when building binutils-2.41 on hppa (extract_constrain_insn, at recog.cc:2713)

2024-03-09 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114288 --- Comment #8 from Sam James --- We could flip the default for -ffold-mem-offsets for HPPA to off for now..

[Bug target/114288] [14 regression] ICE when building binutils-2.41 on hppa (extract_constrain_insn, at recog.cc:2713)

2024-03-09 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114288 --- Comment #7 from John David Anglin --- Created attachment 57658 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57658=edit Patch This change works around the reload issue for alpha.i and the reduced test case. In principle, this could

gcc-13-20240309 is now available

2024-03-09 Thread GCC Administrator via Gcc
Snapshot gcc-13-20240309 is now available on https://gcc.gnu.org/pub/gcc/snapshots/13-20240309/ and on various mirrors, see https://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 13 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

[Bug middle-end/114291] -fcompare-debug failure (length) with -fprofile-use at -O0

2024-03-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114291 Andrew Pinski changed: What|Removed |Added Component|gcov-profile|middle-end --- Comment #2 from Andrew

[Bug gcov-profile/114291] -fcompare-debug failure (length) with -fprofile-use at -O0

2024-03-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114291 --- Comment #1 from Andrew Pinski --- `Declarations used by main, sorted by DECL_UID` is printed by dump_enumerated_decls Which is caused by execute_cleanup_cfg_post_optimizing : ``` if ((flag_compare_debug_opt || flag_compare_debug)

[Linaro-TCWG-CI] gcc-14-9375-g9ccd03dee4c: FAIL: 15 regressions: 15 progressions on aarch64

2024-03-09 Thread ci_notify--- via Gcc-regression
Dear contributor, our automatic CI has detected problems related to your patch(es). Please find some details below. If you have any questions, please follow up on linaro-toolch...@lists.linaro.org mailing list, Libera's #linaro-tcwg channel, or ping your favourite Linaro toolchain developer

[Bug c++/114292] [11/12/13/14 Regression] ICE with a generic (templated) lambda capturing a constant for VLA allocation

2024-03-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114292 --- Comment #2 from Andrew Pinski --- It looks like tile_rows is not being captured correctly.

[Bug c++/114292] [11/12/13/14 Regression] ICE with a generic (templated) lambda capturing a constant for VLA allocation

2024-03-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114292 Andrew Pinski changed: What|Removed |Added Known to work||4.9.4, 5.3.0, 5.5.0, 6.4.0,

  1   2   >