[Bug c/65672] type attribute "aligned" can decrease alignment

2024-04-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65672 --- Comment #6 from Andrew Pinski --- Note I see Martin has argued both ways :). Anyways I the issue is in reconstruct_complex_type (either cp_reconstruct_complex_type in gcc/cp/decl2.cc or reconstruct_complex_type in gcc/tree.cc).

[Bug c/65672] type attribute "aligned" can decrease alignment

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

[Bug c/89950] attribute aligned ignored with attribute vector_size

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

[Bug c/65672] type attribute "aligned" can decrease alignment

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

[Bug c/89950] attribute aligned ignored with attribute vector_size

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

[Bug c/65672] type attribute "aligned" can decrease alignment

2024-04-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65672 --- Comment #3 from Andrew Pinski --- *** This bug has been marked as a duplicate of bug 89950 ***

Results for 11.4.1 20240415 [releases/gcc-11 revision fc38ed00f0:d7aa4b37d7:89a6f6b791f6c745eb649b31765594021de57f6c] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-14 Thread Bill Seurer (POWER8) via Gcc-testresults
git commit g:89a6f6b791f6c745eb649b31765594021de57f6c gcc-descr r11-11320-g89a6f6b791f6c7 power8 Linux 5.4.0-174-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: Mon Apr 15 04:08:42 UTC 2024

Results for 12.3.1 20240415 [remotes/origin/releases/gcc-12 r12-10328-gb68927f0b6] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-14 Thread Bill Seurer (POWER9) via Gcc-testresults
git commit g:b68927f0b6d494dc5d7285a2b4749b2bbc1e05ce gcc-descr r12-10328-gb68927f0b6d494 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: Mon Apr 15 04:18:44 UTC 2024

[PATCH v2 2/2] c++/modules: Fix instantiation of imported temploid friends [PR114275]

2024-04-14 Thread Nathaniel Shead
I'm not a huge fan of always streaming 'imported_temploid_friends' for all decls, but I don't think it adds much performance cost over adding a new flag to categorise decls that might be marked as such. Bootstrapped and regtested on x86_64-pc-linux-gnu, OK for trunk? -- >8 -- This patch fixes a

[PATCH v2 1/2] c++: Standardise errors for module_may_redeclare

2024-04-14 Thread Nathaniel Shead
I took another look at this patch and have split it into two, one (this one) to standardise the error messages used and prepare 'module_may_redeclare' for use with temploid friends, and another followup patch to actually handle them correctly. Bootstrapped and regtested on x86_64-pc-linux-gnu, OK

Results for 13.2.1 20240415 [releases/gcc-13 r13-8603-gee1814a139] (GCC) testsuite on powerpc64-unknown-linux-gnu

2024-04-14 Thread Bill Seurer (POWER9 BE) via Gcc-testresults
git commit g:ee1814a139c7d0d86b2e5127b2f99da2e2d6320a gcc-descr r13-8603-gee1814a139c7d0 power9 BE Linux 6.7.9-powerpc64 ppc64 GNU Make 4.3 DejaGnu: DejaGnu version 1.6.3 Expect version 5.45.4 Tcl version 8.6 64-bit LAST_UPDATED: Mon Apr 15 03:29:37 UTC 2024

Regressions on master at commit r14-9959 vs commit r14-9954 on Linux/x86_64

2024-04-14 Thread H.J. Lu via Gcc-regression
Regressions on master at commit r14-9959 vs commit r14-9954 on Linux/x86_64 New failures: New passes: FAIL: gcc.dg/torture/convert-dfp-2.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/convert-dfp.c -O2 -flto -fuse-linker-plugin

Results for 14.0.1 20240414 (experimental) [master r14-9959-g62a0ef0d02c] (GCC) testsuite on x86_64-pc-linux-gnu

2024-04-14 Thread H.J. Lu via Gcc-testresults
pported tests 3429 === gcc Summary === # of expected passes602069 # of unexpected failures336 # of unexpected successes 60 # of expected failures 4653 # of unsupported tests 10801 /export/gnu/import/git/gcc-test-master-intel64/bld/gcc/xg

Results for 13.2.1 20240415 [releases/gcc-13 r13-8603-gee1814a139] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-14 Thread Bill Seurer (POWER9) via Gcc-testresults
git commit g:ee1814a139c7d0d86b2e5127b2f99da2e2d6320a gcc-descr r13-8603-gee1814a139c7d0 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: Mon Apr 15 03:03:54 UTC 2024

Results for 13.2.1 20240415 [releases/gcc-13 r13-8603-gee1814a139] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-14 Thread Bill Seurer (POWER9 IEEE128) via Gcc-testresults
git commit g:ee1814a139c7d0d86b2e5127b2f99da2e2d6320a gcc-descr r13-8603-gee1814a139c7d0 power9 IEEE128 Linux 6.9.0-0.rc3.30.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 LAST_UPDATED: Mon Apr 15

Results for 14.0.1 20240414 (experimental) [master r14-9959-g62a0ef0d02c] (GCC) testsuite on s390x-ibm-linux-gnu arch14

2024-04-14 Thread stefansf--- via Gcc-testresults
LAST_UPDATED: Sun Apr 14 17:05:16 UTC 2024 (revision r14-9959-g62a0ef0d02c) === acats tests === FAIL: cb1010a === acats Summary === # of expected passes2327 # of unexpected failures1 Native configuration is s390x-ibm-linux-gnu arch14

Results for 12.3.1 20240415 [remotes/origin/releases/gcc-12 r12-10328-gb68927f0b6] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-14 Thread Bill Seurer (POWER8) via Gcc-testresults
git commit g:b68927f0b6d494dc5d7285a2b4749b2bbc1e05ce gcc-descr r12-10328-gb68927f0b6d494 power8 Linux 5.4.0-174-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: Mon Apr 15 02:23:25 UTC 2024

Results for 14.0.1 20240415 (experimental) [master revision gcc-14-9960-gfe99ab1f5e9] (GCC) testsuite on armv8l-unknown-linux-gnueabihf

2024-04-14 Thread ci_notify--- via Gcc-testresults
# From https://ci.linaro.org/job/tcwg_gcc_check--master-arm-build/1977/: LAST_UPDATED: 2024-04-15T03:04:30+00:00 (master revision gcc-14-9960-gfe99ab1f5e9) armv8l-unknown-linux-gnueabihf Native configuration is armv8l-unknown-linux-gnueabihf === libatomic tests === Running

[Bug middle-end/114700] middle-end optimization generates causes -fsanitize=undefined not to happen in some cases

2024-04-14 Thread lin1.hu at intel dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114700 --- Comment #17 from Hu Lin --- (In reply to Jakub Jelinek from comment #16) > (In reply to Hu Lin from comment #11) > > I think it doesn't mean that's not a bug with -ftrapv, it should preserve > > all overflow traps. Because it doesn't work,

Results for 12.3.1 20240415 [remotes/origin/releases/gcc-12 r12-10328-gb68927f0b6] (GCC) testsuite on powerpc64-unknown-linux-gnu

2024-04-14 Thread Bill Seurer (POWER9 BE) via Gcc-testresults
git commit g:b68927f0b6d494dc5d7285a2b4749b2bbc1e05ce gcc-descr r12-10328-gb68927f0b6d494 power9 BE Linux 6.7.9-powerpc64 ppc64 GNU Make 4.3 DejaGnu: DejaGnu version 1.6.3 Expect version 5.45.4 Tcl version 8.6 64-bit LAST_UPDATED: Mon Apr 15 01:57:39 UTC 2024

Results for 14.0.1 20240415 (experimental) [remotes/origin/HEAD r14-9960-gfe99ab1f5e] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-14 Thread Bill Seurer (POWER9 IEEE128) via Gcc-testresults
git commit g:fe99ab1f5e9920fd46ef8148fcffde6729d68523 gcc-descr r14-9960-gfe99ab1f5e9920 power9 IEEE128 Linux 6.9.0-0.rc3.30.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 LAST_UPDATED: Mon Apr 15

Results for 11.4.1 20240415 [releases/gcc-11 revision fc38ed00f0b:d7aa4b37d72:89a6f6b791f6c745eb649b31765594021de57f6c] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-14 Thread Bill Seurer (POWER9) via Gcc-testresults
git commit g:89a6f6b791f6c745eb649b31765594021de57f6c gcc-descr r11-11320-g89a6f6b791f6c7 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: Mon Apr 15 01:50:49 UTC 2024

Results for 14.0.1 20240415 (experimental) [remotes/origin/HEAD r14-9960-gfe99ab1f5e] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-14 Thread Bill Seurer (POWER8) via Gcc-testresults
git commit g:fe99ab1f5e9920fd46ef8148fcffde6729d68523 gcc-descr r14-9960-gfe99ab1f5e9920 power8 Linux 5.4.0-174-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: Mon Apr 15 00:25:30 UTC 2024

[Bug target/71559] ICE in ix86_fp_cmp_code_to_pcmp_immediate, at config/i386/i386.c:23042 (KNL/AVX512)

2024-04-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71559 Andrew Pinski changed: What|Removed |Added Known to work||6.2.0, 7.1.0 Known to fail|

[Bug target/71559] ICE in ix86_fp_cmp_code_to_pcmp_immediate, at config/i386/i386.c:23042 (KNL/AVX512)

2024-04-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71559 Andrew Pinski changed: What|Removed |Added CC||matthew.thompson at nasa dot gov ---

[Bug target/77344] Internal Compiler Error with arch knl

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

[Bug debug/78322] Debug info still present for fully optimized away functions

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

[Bug debug/78322] Debug info still present for fully optimized away functions

2024-04-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78322 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

Results for 14.0.1 20240415 (experimental) [master r14-9960-gfe99ab1f5e] (GCC) testsuite on powerpc64-unknown-linux-gnu

2024-04-14 Thread Bill Seurer (POWER9 BE) via Gcc-testresults
git commit g:fe99ab1f5e9920fd46ef8148fcffde6729d68523 gcc-descr r14-9960-gfe99ab1f5e9920 power9 BE Linux 6.7.9-powerpc64 ppc64 GNU Make 4.3 DejaGnu: DejaGnu version 1.6.3 Expect version 5.45.4 Tcl version 8.6 64-bit LAST_UPDATED: Mon Apr 15 00:24:34 UTC 2024

Results for 14.0.1 20240415 (experimental) [remotes/origin/HEAD r14-9960-gfe99ab1f5e9] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-14 Thread Bill Seurer (POWER9) via Gcc-testresults
git commit g:fe99ab1f5e9920fd46ef8148fcffde6729d68523 gcc-descr r14-9960-gfe99ab1f5e9920 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: Mon Apr 15 00:21:21 UTC 2024

[Bug target/114714] [RISC-V][RVV] ICE: insn does not satisfy its constraints (postreload)

2024-04-14 Thread pan2.li at intel dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114714 Li Pan changed: What|Removed |Added CC||pan2.li at intel dot com --- Comment #1 from

Re: [PATCH] x86: Allow TImode offsettable memory only with 8-bit constant

2024-04-14 Thread Hongtao Liu
On Sat, Apr 13, 2024 at 6:42 AM H.J. Lu wrote: > > The x86 instruction size limit is 15 bytes. If a NDD instruction has > a segment prefix byte, a 4-byte opcode prefix, a MODRM byte, a SIB byte, > a 4-byte displacement and a 4-byte immediate, adding an address size > prefix will exceed the size

Results for 12.3.1 20240415 [releases/gcc-12 r12-10328-gb68927f0b6] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-14 Thread Bill Seurer (POWER9 IEEE128) via Gcc-testresults
git commit g:b68927f0b6d494dc5d7285a2b4749b2bbc1e05ce gcc-descr r12-10328-gb68927f0b6d494 power9 IEEE128 Linux 6.9.0-0.rc3.30.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 LAST_UPDATED: Mon Apr 15

[Bug c++/71333] Broken Python extension produced

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

[Bug libgomp/71646] incompability between ptx code and GPU hardware

2024-04-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71646 --- Comment #1 from Andrew Pinski --- sm_30 is definitely the min target for offloading for GCC to nvptx . What I don't know if `nvidia geforce gt 430` support is still existant in cuda. Maybe someone who knows the offloading support for Nvidia

Results for 14.0.1 20240414 (experimental) [remotes/origin/master r14-9959-g62a0ef0d02c] (GCC) testsuite on pru-unknown-elf

2024-04-14 Thread The GnuPru BuildBot via Gcc-testresults
outputs-23 exe savetmp named2-2: outputs.ld1_args FAIL: outputs-24 exe savetmp named2-3: outputs.ld1_args FAIL: outputs-25 exe savetmp named2-4: outputs.ld1_args FAIL: outputs-294 lto sing unnamed-3: a.ld1_args FAIL: outputs-294 lto sing unnamed-3: a.ld_args === gcc Summary ==

[Bug bootstrap/32497] (const_int INT_MIN) can cause warnings to show up while building insn-emit.c

2024-04-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32497 Andrew Pinski changed: What|Removed |Added Summary|Crosscomiling native sh3|(const_int INT_MIN) can

Results for 14.0.1 20240414 (experimental) [master r14-9959-g62a0ef0d02c] (GCC) testsuite on x86_64-pc-linux-gnu

2024-04-14 Thread H.J. Lu via Gcc-testresults
653 # of unresolved testcases 2 # of unsupported tests 10801 /export/gnu/import/git/gcc-test-master-intel64/bld/gcc/xgcc version 14.0.1 20240414 (experimental) [master r14-9959-g62a0ef0d02c] (GCC) === gfortran tests === Running target unix === gfortran

Regressions on master at commit r14-9959 vs commit r14-9958 on Linux/x86_64

2024-04-14 Thread H.J. Lu via Gcc-regression
Regressions on master at commit r14-9959 vs commit r14-9958 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 FAIL: gcc.dg/torture/convert-dfp-2.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess

[Bug testsuite/49375] Target libstdc++.so used by host cc1plus

2024-04-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49375 --- Comment #5 from Andrew Pinski --- ppl support was removed with r0-117618-g33ad93b9f4cb21 for GCC 4.8.0. I Have not looked if ISL requires libstdc++ or is only statically linked yet.

[Bug debug/47292] Violation of DWARF-3 spec for DW_FORM_strp

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

gcc-14-20240414 is now available

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

Results for 14.0.1 20240414 (experimental) [master r14-9959-g62a0ef0d02c] (GCC) testsuite on s390x-ibm-linux-gnu default

2024-04-14 Thread stefansf--- via Gcc-testresults
can-assembler vpopctb\\t%v24,%v24 XPASS: gcc.target/s390/vxe/popcount-1.c scan-assembler vpopcth\\t%v24,%v24 === gcc Summary for unix/-m64 === # of expected passes180844 # of unexpected failures173 # of unexpected successes 19 # of expected failures

[Bug bootstrap/64271] Minimal patches to bootstrap on NetBSD

2024-04-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64271 --- Comment #19 from Andrew Pinski --- Note libgcc uses t-gthr-noweak to get the define.

[Bug bootstrap/64271] Minimal patches to bootstrap on NetBSD

2024-04-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64271 Andrew Pinski changed: What|Removed |Added Target||*-*-netbsd --- Comment #18 from Andrew

[Bug bootstrap/64271] Minimal patches to bootstrap on NetBSD

2024-04-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64271 Andrew Pinski changed: What|Removed |Added Severity|blocker |normal

[Bug bootstrap/51450] configure's test for -fno-rtti -fno-exceptions broken

2024-04-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51450 --- Comment #6 from Andrew Pinski --- configure:18495: checking if gcc supports -fno-rtti -fno-exceptions configure:18513: gcc -c -g -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command-line option '-fno-rtti' is valid for

Results for 14.0.1 20240414 (experimental) [master revision gcc-14-9959-g62a0ef0d02c] (GCC) testsuite on arm-unknown-eabi

2024-04-14 Thread ci_notify--- via Gcc-testresults
ted successes 6 # of expected failures 957 # of unsupported tests 9322 /home/tcwg-buildslave/workspace/tcwg_gnu_1/abe/builds/destdir/x86_64-pc-linux-gnu/bin/arm-eabi-gcc version 14.0.1 20240414 (experimental) [master revision gcc-14-9959-g62a0ef0d02c] (GCC) Host is x

[Bug bootstrap/56623] Can't build GCC due to tar: ./ssl: Cannot utime: No such file or directory

2024-04-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56623 Andrew Pinski changed: What|Removed |Added Resolution|--- |WORKSFORME

[Bug gcov-profile/114115] xz-utils segfaults when built with -fprofile-generate (bad interaction between IFUNC and binding?)

2024-04-14 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114115 --- Comment #17 from H.J. Lu --- (In reply to Jan Hubicka from comment #15) > > Fixed for GCC 14 so far > It is simple patch, so backporting is OK after a week in mainline. These are patches which I am backporting:

[Backport 2/2] middle-end/114599 - fix bitmap allocation for check_ifunc_callee_symtab_nodes

2024-04-14 Thread H.J. Lu
From: Richard Biener There's no default bitmap obstack during global CTORs, so allocate the bitmap locally. PR middle-end/114599 PR gcov-profile/114115 * symtab.cc (ifunc_ref_map): Do not use auto_bitmap. (is_caller_ifunc_resolver): Optimize

[Backport 1/2] tree-profile: Disable indirect call profiling for IFUNC resolvers

2024-04-14 Thread H.J. Lu
We can't profile indirect calls to IFUNC resolvers nor their callees as it requires TLS which hasn't been set up yet when the dynamic linker is resolving IFUNC symbols. Add an IFUNC resolver caller marker to cgraph_node and set it if the function is called by an IFUNC resolver. Disable indirect

Results for 14.0.1 20240413 (experimental) [master r14-9957-ga9d3b3caef87d7] (GCC) testsuite on m68k-unknown-linux-gnu

2024-04-14 Thread Andreas Schwab
1 FAIL: c-c++-common/gomp/atomic-3.c -std=gnu++20 scan-tree-dump-times ompexp "xyzzy, 4" 1 FAIL: c-c++-common/gomp/atomic-9.c -std=gnu++98 scan-tree-dump-times ompexp "__atomic_fetch_add" 1 FAIL: c-c++-common/gomp/atomic-9.c -std=gnu++14 scan-tree-dump-times ompexp "__atomic_fet

Results for 14.0.1 20240414 (experimental) [master r14-9959-g62a0ef0d02c] (GCC) testsuite on i686-pc-linux-gnu

2024-04-14 Thread H.J. Lu via Gcc-testresults
ted tests 4111 /export/gnu/import/git/gcc-test-master-ia32/bld/gcc/xgcc version 14.0.1 20240414 (experimental) [master r14-9959-g62a0ef0d02c] (GCC) === gfortran tests === Running target unix === gfortran Summary === # of expected passes

[Bug target/114656] [15 Regression] ~5% slowdown of 538.imagick_r on aarch64 since r14-9692

2024-04-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114656 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |15.0 Ever confirmed|0

Results for 14.0.1 20240414 (experimental) [master-ia32 r14-9959-g62a0ef0d02c] (GCC) testsuite on i686-pc-linux-gnu

2024-04-14 Thread H.J. Lu via Gcc-testresults
/git/gcc-test-master-ia32/bld/gcc/xgcc version 14.0.1 20240414 (experimental) [master-ia32 r14-9959-g62a0ef0d02c] (GCC) === gfortran tests === Running target unix === gfortran Summary === # of expected passes69619 # of expected failures

[Bug c++/114393] [14 regression] over eager "invalid use of void expression" ? since r14-2170-g4cf64d9cc2faf4

2024-04-14 Thread prlw1 at cam dot ac.uk via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114393 --- Comment #9 from Patrick Welche --- Thank you! $ /usr/local/gcc/bin/g++ --version g++ (GCC) 14.0.1 20240414 (experimental) $ ./readme_ex 0 1 4

[Bug c++/103511] __builtin_bit_cast requires a constructor call

2024-04-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103511 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2024-04-14

[Bug libfortran/114618] Format produces incorrect output when contains 1x, ok when uses " "

2024-04-14 Thread jvdelisle at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114618 Jerry DeLisle changed: What|Removed |Added Status|REOPENED|NEW Depends on|

[Bug libfortran/114618] Format produces incorrect output when contains 1x, ok when uses " "

2024-04-14 Thread jvdelisle at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114618 Jerry DeLisle changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |jvdelisle at gcc dot gnu.org

Re: [PATCH V4 1/3] aarch64: Place target independent and dependent changed code in one file

2024-04-14 Thread Ajit Agarwal
Hello Alex: On 12/04/24 11:02 pm, Ajit Agarwal wrote: > Hello Alex: > > On 12/04/24 8:15 pm, Alex Coplan wrote: >> On 12/04/2024 20:02, Ajit Agarwal wrote: >>> Hello Alex: >>> >>> On 11/04/24 7:55 pm, Alex Coplan wrote: On 10/04/2024 23:48, Ajit Agarwal wrote: > Hello Alex: > >

[Bug c++/106820] [modules] ICE in function_and_variable_visibility with modules and weakref

2024-04-14 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106820 --- Comment #10 from Patrick Palka --- The master branch has been updated by Nathaniel Shead : https://gcc.gnu.org/g:62a0ef0d02cbb74cd865c1db2ecb7ca1b11f87cd commit r14-9959-g62a0ef0d02cbb74cd865c1db2ecb7ca1b11f87cd Author: Nathaniel Shead

[Bug target/114714] New: [RISC-V][RVV] ICE: insn does not satisfy its constraints (postreload)

2024-04-14 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114714 Bug ID: 114714 Summary: [RISC-V][RVV] ICE: insn does not satisfy its constraints (postreload) Product: gcc Version: 14.0 Status: UNCONFIRMED Keywords:

Results of testsuite (branch: master; revision: r14-9958; build config: lto,O3,checking=all; languages: all; tasks: 16) on x86_64-linux-gnu.

2024-04-14 Thread Toon Moene
3785 # of unexpected failures95 # of unexpected successes 17 # of expected failures 1549 # of unsupported tests 3302 /home/toon/scratch/bld2037829/gcc/xgcc version 14.0.1 20240414 (experimental) [master r14-9958-g3319d1a4aa5] (GCC) === gdc tests ===

Re: [wwwdocs] gcc-14: Mention that some warnings are now errors

2024-04-14 Thread Jakub Jelinek
On Sun, Apr 14, 2024 at 05:55:03PM +0200, Gerald Pfeifer wrote: > Hi Sebastian, > > On Sat, 13 Apr 2024, Sebastian Huber wrote: > > + The following warnings are now errors (see also > > +Porting to GCC 14): > > + > > + -Werror=declaration-missing-parameter-type > > +

Re: [wwwdocs] gcc-14: Mention that some warnings are now errors

2024-04-14 Thread Gerald Pfeifer
Hi Sebastian, On Sat, 13 Apr 2024, Sebastian Huber wrote: > + The following warnings are now errors (see also > +Porting to GCC 14): > + > + -Werror=declaration-missing-parameter-type > + -Werror=implicit-function-declaration > + -Werror=implicit-int > +

Regressions on native/master at commit r14-9959 vs commit r14-9957 on Linux/x86_64

2024-04-14 Thread H. J. Lu via Gcc-regression
Regressions on native/master at commit r14-9959 vs commit r14-9957 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

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

2024-04-14 Thread H. J. Lu via Gcc-testresults
1465 /export/gnu/import/git/gcc-test-master-intel64-native/bld/gcc/xgcc version 14.0.1 20240414 (experimental) [native/master r14-9959-g62a0ef0d02c] (GCC) === g++ tests === Running target sde FAIL: g++.target/i386/mv28.C -std=c++14 (test for errors, line 10) FAIL: g++.

Results for 14.0.1 20240414 (experimental) [remotes/origin/HEAD r14-9959-g62a0ef0d02] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-14 Thread Bill Seurer (POWER9 IEEE128) via Gcc-testresults
t/powerpc/ppc-fortran/ieee128-math.f90 -O (test for excess errors) === gcc Summary === # of expected passes179404 # of unexpected failures97 # of unexpected successes 20 # of expected failures 1612 # of unsupported tests 4234 /home/g

Results for 14.0.1 20240414 (experimental) [native/master r14-9959-g62a0ef0d02c] (GCC) testsuite on x86_64-pc-linux-gnu

2024-04-14 Thread H. J. Lu via Gcc-testresults
LAST_UPDATED: Sun Apr 14 13:40:06 UTC 2024 (revision r14-9959-g62a0ef0d02c) 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

[Bug lto/114713] New: incorrect TBAA for struct with flexible array member or GNU zero size

2024-04-14 Thread muecker at gwdg dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114713 Bug ID: 114713 Summary: incorrect TBAA for struct with flexible array member or GNU zero size Product: gcc Version: unknown Status: UNCONFIRMED Severity:

Results for 14.0.1 20240414 (experimental) [master revision gcc-14-9959-g62a0ef0d02c] (GCC) testsuite on arm-unknown-eabi

2024-04-14 Thread ci_notify--- via Gcc-testresults
ary === # of expected passes154125 # of unexpected failures140 # of unexpected successes 3 # of expected failures 901 # of unresolved testcases 28 # of unsupported tests 5194 /home/tcwg-buildslave/workspace/tcwg_gnu_0/abe/builds/destdir

Results for 14.0.1 20240414 (experimental) [master revision gcc-14-9959-g62a0ef0d02c] (GCC) testsuite on arm-unknown-eabi

2024-04-14 Thread ci_notify--- via Gcc-testresults
9]+ 3 === gcc Summary === # of expected passes159007 # of unexpected failures235 # of expected failures 1000 # of unresolved testcases 25 # of unsupported tests 9665 /home/tcwg-buildslave/workspace/tcwg_gnu_1/abe/builds/destdir/x86_64-p

Re: [pushed] c++/modules: make bits_in/out move-constructible

2024-04-14 Thread Gerald Pfeifer
On Sat, 13 Apr 2024, Patrick Palka wrote: > Pushed as obvious after verifying C++11 bootstrap is restored. Thank you, Patrick! x86_64-unknown-freebsd13.2 is back to bootstrap again as well (with clang version 16.0.6). Gerald

Results for 14.0.1 20240414 (experimental) [master revision gcc-14-9959-g62a0ef0d02c] (GCC) testsuite on aarch64-unknown-linux-gnu

2024-04-14 Thread ci_notify--- via Gcc-testresults
s8 # of expected failures 1906 # of unsupported tests 4358 /home/tcwg-buildslave/workspace/tcwg_gnu_2/abe/builds/destdir/aarch64-unknown-linux-gnu/bin/aarch64-unknown-linux-gnu-gcc version 14.0.1 20240414 (experimental) [master revision gcc-14-9959-g62a0ef0

[Bug c/90253] no warning for cv-qualified selectors in _Generic

2024-04-14 Thread uecker at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90253 uecker at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

Results for 14.0.1 20240414 (experimental) [remotes/origin/HEAD r14-9959-g62a0ef0d02] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-14 Thread Bill Seurer (POWER8) via Gcc-testresults
# of expected passes178391 # of unexpected failures128 # of unexpected successes 13 # of expected failures 1595 # of unsupported tests 5017 /home/gccbuild/build/nightly/build-gcc-trunk/gcc/xgcc version 14.0.1 20240414 (experimental) [remote

Re: [C PATCH, v2] Fix ICE with -g and -std=c23 related to incomplete types [PR114361]

2024-04-14 Thread Martin Uecker
(new email for Joseph) Am Sonntag, dem 14.04.2024 um 14:30 +0200 schrieb Martin Uecker: > I had to revert the old patch because it broke LTO which lead > to PR114574. We now set TYPE_STRUCTURAL_EQUALITY and properly > update TYPE_CANONICAL for such types and also for pointers > to such types

Results for 14.0.1 20240414 (experimental) [remotes/origin/HEAD r14-9959-g62a0ef0d02c] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-14 Thread Bill Seurer (POWER9) via Gcc-testresults
of unsupported tests 4232 /home/gccbuild/build/nightly/build-gcc-trunk/gcc/xgcc version 14.0.1 20240414 (experimental) [remotes/origin/HEAD r14-9959-g62a0ef0d02c] (GCC) === gfortran tests === Running target unix XPASS: gfortran.dg/large_real_kind_form_io_2.f90

Results for 14.0.1 20240414 (experimental) [master r14-9959-g62a0ef0d02] (GCC) testsuite on powerpc64-unknown-linux-gnu

2024-04-14 Thread Bill Seurer (POWER9 BE) via Gcc-testresults
5241 # of unsupported tests 23179 /home/gccbuild/build/nightly/build-gcc-trunk/gcc/xg++ version 14.0.1 20240414 (experimental) [master r14-9959-g62a0ef0d02] (GCC) === gcc tests === Running target unix/-m32 XPASS: gcc.dg/guality/example.c -O0 execution test

[C PATCH, v2] Fix ICE with -g and -std=c23 related to incomplete types [PR114361]

2024-04-14 Thread Martin Uecker
I had to revert the old patch because it broke LTO which lead to PR114574. We now set TYPE_STRUCTURAL_EQUALITY and properly update TYPE_CANONICAL for such types and also for pointers to such types via a new function c_update_type_canonical (thanks to Jakob). Bootstrapped and regession tested

[ia64] HP Sim: gcc-14-20240407 w/LRA enabled

2024-04-14 Thread Frank Scheiner via Gcc-testresults
root@dl380-g7:~/ski-test# time ./run_ski_test.bash /usr/src/ski/ski-bootloader/ski-bootloader /boot/vmlinux-6.9.0-rc3-34c5257535e9-ia64-00023-g34c5257535e9-dirty Ski commandline: bski /usr/src/ski/ski-bootloader/ski-bootloader /boot/vmlinux-6.9.0-rc3-34c5257535e9-ia64-00023-g34c5257535e9-dirty

[ia64] rx2800 i2: gcc-14-20240407 w/LRA enabled

2024-04-14 Thread Frank Scheiner via Gcc-testresults
ELILO v3.16 for EFI/IA-64 .. Uncompressing Linux... done Loading file AC10027B.initrd.img...done [0.00] Linux version 6.9.0-rc3-34c5257535e9-ia64-w-gcc-14-20240407-lra (root@dl380-g7) (ia64-linux-gcc (GCC) 14.0.1 20240405 (experimental), GNU ld (GNU Binutils) 2.42) #1 SMP Mon Apr 8

[ia64] rx6600: gcc-14-20240407 w/LRA enabled

2024-04-14 Thread Frank Scheiner via Gcc-testresults
ELILO v3.16 for EFI/IA-64 .. Uncompressing Linux... done Loading file AC100287.initrd.img...done [0.00] Linux version 6.9.0-rc3-34c5257535e9-ia64-w-gcc-14-20240407-lra (root@dl380-g7) (ia64-linux-gcc (GCC) 14.0.1 20240405 (experimental), GNU ld (GNU Binutils) 2.42) #1 SMP Mon Apr 8

[ia64] rx2660: gcc-14-20240407 w/LRA enabled

2024-04-14 Thread Frank Scheiner via Gcc-testresults
Booting `T2 (diskless)' Loading Linux kernel ... Loading initial ramdisk ... [0.00] Linux version 6.9.0-rc3-34c5257535e9-ia64-w-gcc-14-20240407-lra (root@dl380-g7) (ia64-linux-gcc (GCC) 14.0.1 20240405 (experimental), GNU ld (GNU Binutils) 2.42) #1 SMP Mon Apr 8 12:53:48 CEST 2024 [

[ia64] rx2620: gcc-14-20240407 w/LRA enabled

2024-04-14 Thread Frank Scheiner via Gcc-testresults
ELILO v3.16 for EFI/IA-64 .. Uncompressing Linux... done Loading file AC100221.initrd.img...done [0.00] Linux version 6.9.0-rc3-34c5257535e9-ia64-w-gcc-14-20240407-lra (root@dl380-g7) (ia64-linux-gcc (GCC) 14.0.1 20240405 (experimental), GNU ld (GNU Binutils) 2.42) #1 SMP Mon Apr 8

[ia64] rx4640: gcc-14-20240407 w/LRA enabled

2024-04-14 Thread Frank Scheiner via Gcc-testresults
ELILO v3.16 for EFI/IA-64 .. Uncompressing Linux... done Loading file AC10025C.initrd.img...done [0.00] Linux version 6.9.0-rc3-34c5257535e9-ia64-w-gcc-14-20240407-lra (root@dl380-g7) (ia64-linux-gcc (GCC) 14.0.1 20240405 (experimental), GNU ld (GNU Binutils) 2.42) #1 SMP Mon Apr 8

[ia64] Combined gcc(-14) snapshot and Linux mainline testing cont.

2024-04-14 Thread Frank Scheiner via Gcc-testresults
Hi all, Please note that the results following this message can differ to some degree from the results from last week, due to: * New minor Linux kernel version: v6.9-rc2 => v6.9-rc3 In the following I'll send the resulting boot logs for the tested machines and the HP Sim platform. Cheers,

[Bug analyzer/109802] [13 Regression] ICE using dubious flexible arrays in unions

2024-04-14 Thread alx at kernel dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109802 --- Comment #6 from Alejandro Colomar --- Thanks for fixing it! Would you mind showing which commit fixed this? I'm curious about it. I searched in the git log, but nothing mentioned this bug number. Now I can come to my original intent,

Regressions on master at commit r14-9958 vs commit r14-9953 on Linux/x86_64

2024-04-14 Thread H.J. Lu via Gcc-regression
Regressions on master at commit r14-9958 vs commit r14-9953 on Linux/x86_64 New failures: New passes: FAIL: gcc.dg/torture/convert-dfp-2.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/convert-dfp.c -O2 -flto -fuse-linker-plugin

Results for 14.0.1 20240414 (experimental) [master r14-9958-g3319d1a4aa5] (GCC) testsuite on x86_64-pc-linux-gnu

2024-04-14 Thread H.J. Lu via Gcc-testresults
ect/git/gcc-test-master-intel64/bld/gcc/xgcc version 14.0.1 20240414 (experimental) [master r14-9958-g3319d1a4aa5] (GCC) === gfortran tests === Running target unix === gfortran Summary for unix === # of expected passes69959 # of expected failu

Re: [PATCH] c++/modules: Setup aliases imported from modules [PR106820]

2024-04-14 Thread Nathaniel Shead
On Fri, Apr 12, 2024 at 03:54:21PM -0400, Jason Merrill wrote: > On 3/26/24 09:24, Nathaniel Shead wrote: > > > > I wonder if more generally we need to be doing more work when importing > > definitions from header units especially to handle all the work that > > 'make_rtl_for_nonlocal_decl' and

[gcc r14-9959] c++: Setup aliases imported from modules [PR106820]

2024-04-14 Thread Nathaniel Shead via Gcc-cvs
https://gcc.gnu.org/g:62a0ef0d02cbb74cd865c1db2ecb7ca1b11f87cd commit r14-9959-g62a0ef0d02cbb74cd865c1db2ecb7ca1b11f87cd Author: Nathaniel Shead Date: Sat Feb 17 23:10:49 2024 +1100 c++: Setup aliases imported from modules [PR106820] I wonder if more generally we need to be doing

Results for 14.0.1 20240414 (experimental) [master r14-9958-g3319d1a4aa5] (GCC) testsuite on x86_64-pc-linux-gnu

2024-04-14 Thread H.J. Lu via Gcc-testresults
gnu/import/git/gcc-test-master-intel64/bld/gcc/xgcc version 14.0.1 20240414 (experimental) [master r14-9958-g3319d1a4aa5] (GCC) === gfortran tests === Running target unix === gfortran Summary for unix === # of expected passes69959 # of expected failu

Results for 14.0.1 20240414 (experimental) [master revision gcc-14-9958-g3319d1a4aa5] (GCC) testsuite on arm-unknown-eabi

2024-04-14 Thread ci_notify--- via Gcc-testresults
== # of expected passes166514 # of unexpected failures303 # of unexpected successes 4 # of expected failures 973 # of unresolved testcases 12 # of unsupported tests 9343 /home/tcwg-buildslave/workspace/tcwg_gnu_1/abe/builds/destdir/x86_64-pc-linux-gn

Results for 14.0.1 20240414 (experimental) [master revision gcc-14-9958-g3319d1a4aa5] (GCC) testsuite on arm-unknown-eabi

2024-04-14 Thread ci_notify--- via Gcc-testresults
# of expected passes162091 # of unexpected failures58 # of expected failures 1020 # of unresolved testcases 24 # of unsupported tests 9218 /home/tcwg-buildslave/workspace/tcwg_gnu_0/abe/builds/destdir/x86_64-pc-linux-gnu/bin/arm-eabi-gcc version 14.0.1 202

Results for 14.0.1 20240414 (experimental) [master revision gcc-14-9958-g3319d1a4aa5] (GCC) testsuite on arm-unknown-eabi

2024-04-14 Thread ci_notify--- via Gcc-testresults
9]+ 3 === gcc Summary === # of expected passes159007 # of unexpected failures235 # of expected failures 1000 # of unresolved testcases 25 # of unsupported tests 9665 /home/tcwg-buildslave/workspace/tcwg_gnu_0/abe/builds/destdir/x86_64-p

Results for 14.0.1 20240414 (experimental) [master r14-9958-g3319d1a4aa5cca] (GCC) testsuite on aarch64-suse-linux-gnu

2024-04-14 Thread Andreas Schwab via Gcc-testresults
193 # of unexpected failures3 /opt/gcc/gcc-20240414/Build/./gcc/gccgo version 14.0.1 20240414 (experimental) [master r14-9958-g3319d1a4aa5cca] (GCC) === libgomp tests === Running target unix/-mabi=lp64 === libgomp Summary === # of expected passes

[Bug c++/95455] ICE in capture with initializer in requires block

2024-04-14 Thread egor.pugin at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95455 Egor Pugin changed: What|Removed |Added CC||egor.pugin at gmail dot com --- Comment #6

Results for 14.0.1 20240414 (experimental) [master revision gcc-14-9958-g3319d1a4aa5] (GCC) testsuite on arm-unknown-linux-gnueabihf

2024-04-14 Thread ci_notify--- via Gcc-testresults
an-assembler-times vshl.s[0-9]+tq[0-9]+, q[0-9]+ 3 FAIL: gcc.target/arm/simd/mve-vshr.c scan-assembler-times vshl.u[0-9]+tq[0-9]+, q[0-9]+ 3 === gcc Summary === # of expected passes180703 # of unexpected failures319 # of expected failures 1255 # of unr

  1   2   >