[Bug tree-optimization/114246] [11/12/13/14 Regression] ICE: verify_gimple failed: invalid argument to gimple call with __builtin_memcpy()

2024-03-05 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114246 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED

Results for 12.3.1 20240306 [remotes/origin/releases/gcc-12 r12-10195-g81161618d3] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-05 Thread Bill Seurer (POWER9) via Gcc-testresults
git commit g:81161618d3966b5da6b7627c86d5390b646a9e0e gcc-descr r12-10195-g81161618d3966b power9 Linux 5.15.0-94-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: Wed Mar 6 06:40:08 UTC 2024

[Bug lto/114241] False-positive -Wodr warning when using -flto and -fno-semantic-interposition

2024-03-05 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114241 Richard Biener changed: What|Removed |Added CC||hubicka at gcc dot gnu.org Ever

[Bug tree-optimization/114251] New: [14 regression] ICE when building python-3.12.2's Hacl_Hash_SHA2.c (tree check: expected class ‘type’, have ‘exceptional’ (error_mark) in useless_type_conversion_p,

2024-03-05 Thread sjames at gcc dot gnu.org via Gcc-bugs
c version 14.0.1 20240305 (experimental) 8776468d9e57ace5f832c1368243a6dbce9984d5 (Gentoo Hardened 14.0. p, commit c8305c9bdf09abe3e2f89783fe62f2e4049468fa) ```

[Bug tree-optimization/114250] [14 regression] ICE when building glslang-1.3.275 (error: invalid types in nop conversion)

2024-03-05 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114250 Sam James changed: What|Removed |Added Attachment #57623|0 |1 is obsolete|

[Bug tree-optimization/114151] [14 Regression] weird and inefficient codegen and addressing modes since r14-9193

2024-03-05 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114151 --- Comment #11 from Richard Biener --- (In reply to Richard Biener from comment #10) > (In reply to Andrew Macleod from comment #9) > > Created attachment 57620 [details] > > proposed patch > > > > Does this solve your problem if there is an

Results for 14.0.1 20240306 (experimental) [remotes/origin/HEAD r14-9328-g21edfb0051] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-05 Thread Bill Seurer (POWER8) via Gcc-testresults
git commit g:21edfb0051ed8d0ff46d5638c2bce2dd71f26d1f gcc-descr r14-9328-g21edfb0051ed8d 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: Wed Mar 6 05:24:56 UTC 2024

[PATCH v2] RISC-V: Introduce gcc attribute riscv_rvv_vector_bits for RVV

2024-03-05 Thread pan2 . li
From: Pan Li Update in v2: * Cleanup some unused code. * Fix some typo of commit log. Original log: This patch would like to introduce one new gcc attribute for RVV. This attribute is used to define fixed-length variants of one existing sizeless RVV types. This attribute is valid if and only

[Bug tree-optimization/114151] [14 Regression] weird and inefficient codegen and addressing modes since r14-9193

2024-03-05 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114151 --- Comment #10 from Richard Biener --- (In reply to Andrew Macleod from comment #9) > Created attachment 57620 [details] > proposed patch > > Does this solve your problem if there is an active ranger? it bootstraps > with no regressions

[Bug tree-optimization/114250] [14 regression] ICE when building glslang-1.3.275 (error: invalid types in nop conversion)

2024-03-05 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114250 --- Comment #1 from Sam James --- Created attachment 57623 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57623=edit reduced.ii

Results for 14.0.1 20240306 (experimental) [remotes/origin/HEAD r14-9328-g21edfb0051] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-05 Thread Bill Seurer (POWER9 IEEE128) via Gcc-testresults
git commit g:21edfb0051ed8d0ff46d5638c2bce2dd71f26d1f gcc-descr r14-9328-g21edfb0051ed8d 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

[Bug c++/114245] Defaulted virtual destructors that do no work overwrite the vtable with `-O0`

2024-03-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114245 --- Comment #2 from Andrew Pinski --- I am trying to understand the issue of having the vtable writing to the object. Is the issue you have an order issue where an object is destroyed but still in use else where, that sounds like an undefined

Re: [PATCH v1] RISC-V: Introduce gcc attribute riscv_rvv_vector_bits for RVV

2024-03-05 Thread juzhe.zh...@rivai.ai
Thanks for support it. I leave this patch review to kito who is much more familiar with it than me. CCing more folks who may be interested at this stuff. juzhe.zh...@rivai.ai From: pan2.li Date: 2024-03-06 14:38 To: gcc-patches CC: juzhe.zhong; kito.cheng; yanzhang.wang; Pan Li Subject:

[Bug c++/114245] Defaulted virtual destructors that do no work overwrite the vtable with `-O0`

2024-03-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114245 --- Comment #1 from Andrew Pinski --- Created attachment 57622 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57622=edit Full testcase Next time please attach or paste inline the full testcase rather than just linking to godbolt.

[Bug tree-optimization/114246] [11/12/13/14 Regression] ICE: verify_gimple failed: invalid argument to gimple call with __builtin_memcpy()

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

Results for 14.0.1 20240306 (experimental) [remotes/origin/HEAD r14-9328-g21edfb0051e] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-05 Thread Bill Seurer (POWER9) via Gcc-testresults
git commit g:21edfb0051ed8d0ff46d5638c2bce2dd71f26d1f gcc-descr r14-9328-g21edfb0051ed8d power9 Linux 5.15.0-94-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: Wed Mar 6 05:10:52 UTC 2024

[Bug tree-optimization/114246] [11/12/13/14 Regression] ICE: verify_gimple failed: invalid argument to gimple call with __builtin_memcpy()

2024-03-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114246 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[PATCH v1] RISC-V: Introduce gcc attribute riscv_rvv_vector_bits for RVV

2024-03-05 Thread pan2 . li
From: Pan Li This patch would like to introduce one new gcc attribute for RVV. This attribute is used to define fixed-length variants of one existing sizeless RVV types. This attribute is valid if and only if the mrvv-vector-bits=zvl, the only one args should be the integer constant and its'

[Bug tree-optimization/114246] [11/12/13/14 Regression] ICE: verify_gimple failed: invalid argument to gimple call with __builtin_memcpy()

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

Re: [patch, libgfortran] Part 2: PR105456 Child I/O does not propage iostat

2024-03-05 Thread Steve Kargl
On Tue, Mar 05, 2024 at 08:06:10PM -0800, Jerry D wrote: > On 3/5/24 1:51 PM, Harald Anlauf wrote: > > Hi Jerry, > > > > on further thought, do we sanitize 'child_iomsg'? > > We pass it to snprintf as format. > > > > Wouldn't a strncpy be sufficient? > > > > Harald > > > > > > Just to be

Regressions on master at commit r14-9319 vs commit r14-9305 on Linux/x86_64

2024-03-05 Thread H.J. Lu via Gcc-regression
Regressions on master at commit r14-9319 vs commit r14-9305 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: FAIL: btest_lto FAIL: btest_lto FAIL: gcc.dg/torture/convert-dfp-2.c -O2 -flto

Results for 14.0.1 20240305 (experimental) [master r14-9319-gdb2e13d11a2] (GCC) testsuite on x86_64-pc-linux-gnu

2024-03-05 Thread H.J. Lu via Gcc-testresults
=== gcc Summary === # of expected passes600582 # 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

[Bug tree-optimization/114250] New: [14 regression] ICE when building glslang-1.3.275 (error: invalid types in nop conversion)

2024-03-05 Thread sjames at gcc dot gnu.org via Gcc-bugs
able-host-bind-now --enable-default-ssp --disable-fixincludes --with-build-config='bootstrap-O3 bootstrap-lto' Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 14.0.1 20240305 (experimental) 8776468d9e57ace5f832c1368243a6dbce9984d5 (Gentoo H

Results for 14.0.1 20240306 (experimental) [remotes/origin/HEAD r14-9327-gb0d11bb02a] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-05 Thread Bill Seurer (POWER8) via Gcc-testresults
git commit g:b0d11bb02a4a4c7d61e9b53411ccdc54610b1429 gcc-descr r14-9327-gb0d11bb02a4a4c 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: Wed Mar 6 03:20:19 UTC 2024

Re: [PATCH] arm: Support -mfdpic for more targets

2024-03-05 Thread Fangrui Song
On Fri, Feb 23, 2024 at 7:33 PM Fangrui Song wrote: > > From: Fangrui Song > > Targets that are not arm*-*-uclinuxfdpiceabi can use -S -mfdpic, but -c > -mfdpic does not pass --fdpic to gas. This is an unnecessary > restriction. Just define the ASM_SPEC in bpabi.h. > > Additionally, use

Results for 13.2.1 20240306 [releases/gcc-13 r13-8405-g7b34983807] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-05 Thread Bill Seurer (POWER9) via Gcc-testresults
git commit g:7b34983807204e7d94c3887cb12f0a0243efceac gcc-descr r13-8405-g7b34983807204e power9 Linux 5.15.0-94-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: Wed Mar 6 03:50:35 UTC 2024

Results for 14.0.1 20240305 (experimental) [master r14-9323-g8776468d9e5] (GCC) testsuite on s390x-ibm-linux-gnu arch14

2024-03-05 Thread stefansf--- via Gcc-testresults
LAST_UPDATED: Tue Mar 5 18:04:59 UTC 2024 (revision r14-9323-g8776468d9e5) === acats tests === FAIL: cb1010a === acats Summary === # of expected passes2327 # of unexpected failures1 Native configuration is s390x-ibm-linux-gnu arch14

[gcc r14-9328] Fortran: Add user defined error messages for UDTIO.

2024-03-05 Thread Jerry DeLisle via Gcc-cvs
https://gcc.gnu.org/g:21edfb0051ed8d0ff46d5638c2bce2dd71f26d1f commit r14-9328-g21edfb0051ed8d0ff46d5638c2bce2dd71f26d1f Author: Jerry DeLisle Date: Tue Mar 5 20:49:23 2024 -0800 Fortran: Add user defined error messages for UDTIO. The defines IOMSG_LEN and MSGLEN were redundant

[Bug libfortran/105456] Child I/O does not propage iostat

2024-03-05 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105456 --- Comment #6 from GCC Commits --- The master branch has been updated by Jerry DeLisle : https://gcc.gnu.org/g:21edfb0051ed8d0ff46d5638c2bce2dd71f26d1f commit r14-9328-g21edfb0051ed8d0ff46d5638c2bce2dd71f26d1f Author: Jerry DeLisle Date:

Results for 14.0.1 20240306 (experimental) [remotes/origin/HEAD r14-9327-gb0d11bb02a] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-05 Thread Bill Seurer (POWER9 IEEE128) via Gcc-testresults
git commit g:b0d11bb02a4a4c7d61e9b53411ccdc54610b1429 gcc-descr r14-9327-gb0d11bb02a4a4c 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 20240305 (experimental) [master-ia32 r14-9324-gfca6f6fddb2] (GCC) testsuite on i686-pc-linux-gnu

2024-03-05 Thread H.J. Lu via Gcc-testresults
=== # of expected passes196922 # of unexpected failures118 # of unexpected successes 27 # of expected failures 1556 # of unsupported tests 4056 /export/gnu/import/git/gcc-test-master-ia32/bld/gcc/xgcc version 14.0.1 20240305 (experimental) [master-ia32 r14-9324

Re: [patch, libgfortran] Part 2: PR105456 Child I/O does not propage iostat

2024-03-05 Thread Jerry D
On 3/5/24 1:51 PM, Harald Anlauf wrote: Hi Jerry, on further thought, do we sanitize 'child_iomsg'? We pass it to snprintf as format. Wouldn't a strncpy be sufficient? Harald Just to be safe I will bump char message[IOMSG_LEN] to char message[IOMSG_LEN + 1] This is like a C string vs a

Re: GNU Tools Cauldron 2024

2024-03-05 Thread Bradley M. Kuhn via Gcc
Jeremy, David, Carlos, and the GCC Community, Jeremy Bennett wrote yesterday: > We are starting to put together the plans for this year's Cauldron. We > have a suggested date of 13-15 September, the weekend before LPC. > We have not finalized a host for the meeting. If you wish to host, please

Results for 14.0.1 20240306 (experimental) [remotes/origin/HEAD r14-9327-gb0d11bb02a4] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-05 Thread Bill Seurer (POWER9) via Gcc-testresults
git commit g:b0d11bb02a4a4c7d61e9b53411ccdc54610b1429 gcc-descr r14-9327-gb0d11bb02a4a4c power9 Linux 5.15.0-94-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: Wed Mar 6 02:21:36 UTC 2024

Re: [PATCH v2] c++: Fix template deduction for conversion operators with xobj parameters [PR113629]

2024-03-05 Thread Jason Merrill
On 3/5/24 22:46, Nathaniel Shead wrote: On Tue, Mar 05, 2024 at 06:19:07PM -0500, Jason Merrill wrote: On 3/5/24 17:47, Nathaniel Shead wrote: Bootstrapped and regtested on x86_64-pc-linux-gnu, OK for trunk? -- >8 -- Unification for conversion operators (DEDUCE_CONV) doesn't perform

Results for 14.0.1 20240305 (experimental) [master r14-9324-gfca6f6fddb2] (GCC) testsuite on i686-pc-linux-gnu

2024-03-05 Thread H.J. Lu via Gcc-testresults
; 2 === gcc Summary === # of expected passes196872 # of unexpected failures126 # of unexpected successes 27 # of expected failures 1556 # of unsupported tests 4071 /export/gnu/import/git/gcc-test-master-ia32/bld/gcc/x

[PATCH v2] c++: Fix template deduction for conversion operators with xobj parameters [PR113629]

2024-03-05 Thread Nathaniel Shead
On Tue, Mar 05, 2024 at 06:19:07PM -0500, Jason Merrill wrote: > On 3/5/24 17:47, Nathaniel Shead wrote: > > Bootstrapped and regtested on x86_64-pc-linux-gnu, OK for trunk? > > > > -- >8 -- > > > > Unification for conversion operators (DEDUCE_CONV) doesn't perform > > transformations like

[Bug fortran/110644] Error in gfc_format_decoder

2024-03-05 Thread jvdelisle at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110644 --- Comment #13 from Jerry DeLisle --- Any luck getting a reduced case?

[Bug tree-optimization/114249] [14 regression] ICE when building lvm2-2.03.22 (error: invalid types in nop conversion)

2024-03-05 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114249 --- Comment #4 from Sam James --- my guess is r14-9316-g7890836de20912

[Bug tree-optimization/114151] [14 Regression] weird and inefficient codegen and addressing modes since r14-9193

2024-03-05 Thread amacleod at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114151 --- Comment #9 from Andrew Macleod --- Created attachment 57620 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57620=edit proposed patch Does this solve your problem if there is an active ranger? it bootstraps with no regressions ITs

[Bug fortran/108680] Wrong DTIO arguments with -fdefault-integer-8

2024-03-05 Thread jvdelisle at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108680 Jerry DeLisle changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

Results for 12.3.1 20240306 [remotes/origin/releases/gcc-12 r12-10195-g81161618d3] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-05 Thread Bill Seurer (POWER8) via Gcc-testresults
git commit g:81161618d3966b5da6b7627c86d5390b646a9e0e gcc-descr r12-10195-g81161618d3966b 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: Wed Mar 6 01:48:07 UTC 2024

[PATCH] c++/modules: Prevent emission of really-extern vtables in importers [PR114229]

2024-03-05 Thread Nathaniel Shead
Bootstrapped and regtested on x86_64-pc-linux-gnu, OK for trunk? -- >8 -- Currently, reading a variable definition always marks that decl as DECL_NOT_REALLY_EXTERN, with anything else imported still being considered external. This is not sufficient for vtables, however; for an extern template, a

[Bug tree-optimization/114249] [14 regression] ICE when building lvm2-2.03.22 (error: invalid types in nop conversion)

2024-03-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114249 --- Comment #3 from Andrew Pinski --- This is a very recent failure since g:264e3ad419cf71b10e7951a23750ac3507e21df9 worked .

Results for 12.3.1 20240306 [releases/gcc-12 r12-10195-g81161618d3] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-05 Thread Bill Seurer (POWER9 IEEE128) via Gcc-testresults
git commit g:81161618d3966b5da6b7627c86d5390b646a9e0e gcc-descr r12-10195-g81161618d3966b 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

[Bug tree-optimization/114249] [14 regression] ICE when building lvm2-2.03.22 (error: invalid types in nop conversion)

2024-03-05 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114249 --- Comment #2 from Sam James --- Reduced: ``` enum { SEG_THIN_POOL } read_only; struct { unsigned skip_block_zeroing; unsigned ignore_discard; unsigned no_discard_passdown; unsigned error_if_no_space; }

[Bug fortran/109105] Error-prone format string building in resolve.cc

2024-03-05 Thread jvdelisle at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109105 Jerry DeLisle changed: What|Removed |Added Status|WAITING |NEW Assignee|unassigned at

[Bug target/93802] gcc generates a rlwinm/or pair instead of a single rlwimi (powerpc)

2024-03-05 Thread guihaoc at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93802 HaoChen Gui changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug libfortran/105361] Incorrect end-of-file condition for derived-type I/O

2024-03-05 Thread jvdelisle at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105361 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org

[Bug libfortran/106295] INQUIRE statement bus error at runtime

2024-03-05 Thread jvdelisle at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106295 Jerry DeLisle changed: What|Removed |Added Resolution|--- |INVALID CC|

Regressions on native/master at commit r14-9326 vs commit r14-9324 on Linux/x86_64

2024-03-05 Thread H. J. Lu via Gcc-regression
Regressions on native/master at commit r14-9326 vs commit r14-9324 on Linux/x86_64 New failures: FAIL: gcc.dg/torture/convert-dfp.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors) New passes: FAIL: 30_threads/async/async.cc -std=gnu++17 execution test

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

2024-03-05 Thread H. J. Lu via Gcc-testresults
LAST_UPDATED: Wed Mar 6 00:40:05 UTC 2024 (revision r14-9326-g214dadf30a3) 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

[Bug libstdc++/77776] C++17 std::hypot implementation is poor

2024-03-05 Thread g.peterhoff--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=6 --- Comment #19 from g.peterh...@t-online.de --- > So, no need to use frexp/ldexp, just comparisons of hi above against sqrt of > (max finite / 3), in that case scale by multiplying all 3 args by some > appropriate scale constant, and similarly

[Bug tree-optimization/114249] [14 regression] ICE when building lvm2-2.03.22 (error: invalid types in nop conversion)

2024-03-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114249 --- Comment #1 from Andrew Pinski --- I think the different functions are due to inlining differences between -O2 and -O3 and the ICE is due to code in _load_node as dm_tree_preload_children calls _load_node .

[Bug tree-optimization/114249] [14 regression] ICE when building lvm2-2.03.22 (error: invalid types in nop conversion)

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

Results for 14.0.1 20240306 (experimental) [native/master r14-9326-g214dadf30a3] (GCC) testsuite on x86_64-pc-linux-gnu

2024-03-05 Thread H. J. Lu via Gcc-testresults
LAST_UPDATED: Wed Mar 6 00:40:05 UTC 2024 (revision r14-9326-g214dadf30a3) 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 libfortran/93727] Fortran 2018: EX edit descriptor

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

[Bug tree-optimization/114249] New: [14 regression] ICE when building lvm2-2.03.22 (error: invalid types in nop conversion)

2024-03-05 Thread sjames at gcc dot gnu.org via Gcc-bugs
fault-ssp --disable-fixincludes --with-build-config='bootstrap-O3 bootstrap-lto' Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 14.0.1 20240305 (experimental) 8776468d9e57ace5f832c1368243a6dbce9984d5 (Gentoo Hardened 14.0. p, commit c8305c9bdf09abe3e2f89783fe62f2e4049468fa) ```

[Bug ipa/114215] -Os or -Oz inlining seems wrong for vague linkage functions

2024-03-05 Thread unlvsur at live dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114215 --- Comment #8 from cqwrteur --- (In reply to Andrew Pinski from comment #5) > Still waiting on a full application rather then small benchmark type > sources. The heurstic here is that if you call operator[] multiple times, it > might be better

[Bug c++/104113] invalid template argument causes the type to become int which confuses the rest of the diagnostic

2024-03-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104113 Andrew Pinski changed: What|Removed |Added CC||f.heckenb...@fh-soft.de --- Comment

[Bug c++/114248] invalid "scalar object" error

2024-03-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114248 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE

Re: [PATCH] MAINTAINERS: Add myself to write after approval

2024-03-05 Thread juzhe.zh...@rivai.ai
Hi, han. I think you can commit this patch: https://gcc.gnu.org/pipermail/gcc-patches/2024-March/646931.html RISC-V: Refactor expand_vec_cmp It's an NFC patch that I approved. juzhe.zh...@rivai.ai From: demin.han Date: 2024-03-04 14:51 To: gcc-patches CC: juzhe.zhong; kito.cheng Subject:

[Bug c++/114248] invalid "scalar object" error

2024-03-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114248 Andrew Pinski changed: What|Removed |Added Keywords||diagnostic --- Comment #1 from Andrew

Results for 11.4.1 20240306 [releases/gcc-11 revision b9ea757d285:e63fd230cd6:16ead05d13ac69aca5a385148dac9109e199b10d] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-05 Thread Bill Seurer (POWER9) via Gcc-testresults
git commit g:16ead05d13ac69aca5a385148dac9109e199b10d gcc-descr r11-11270-g16ead05d13ac69 power9 Linux 5.15.0-94-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: Wed Mar 6 01:14:44 UTC 2024

[Bug c++/114248] New: invalid "scalar object" error

2024-03-05 Thread f.heckenbach--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114248 Bug ID: 114248 Summary: invalid "scalar object" error Product: gcc Version: 12.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

Results for 13.2.1 20240306 [releases/gcc-13 r13-8405-g7b34983807] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-05 Thread Bill Seurer (POWER9 IEEE128) via Gcc-testresults
git commit g:7b34983807204e7d94c3887cb12f0a0243efceac gcc-descr r13-8405-g7b34983807204e 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

GSoC

2024-03-05 Thread Abhinav Gupta via Gcc
Dear GCC Community, I hope this email finds you well. My name is Abhinav Gupta. I am a 3rd-year student at IIT Tirupati pursuing a bachelor's degree in computer science and engineering. I am writing to express my interest in contributing to the GCC project under GSoC. I am interested in two

[Bug sanitizer/97696] ICE since ASAN_MARK does not handle poly_int sized varibales

2024-03-05 Thread rvmallad at amazon dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97696 --- Comment #5 from Rama Malladi --- Thank you Richard for this patch/ fix.

Results for 14.0.1 20240305 (experimental) [remotes/origin/HEAD r14-9325-g5d24bf3afd] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-05 Thread Bill Seurer (POWER8) via Gcc-testresults
(test for excess errors) === gcc Summary === # of expected passes177980 # of unexpected failures148 # of unexpected successes 12 # of expected failures 1597 # of unsupported tests 4946 /home/gccbuild/build/nightly/build-gcc-trunk/gcc/xgcc

[gcc r14-9327] c++/modules: befriending template from current class scope

2024-03-05 Thread Patrick Palka via Gcc-cvs
https://gcc.gnu.org/g:b0d11bb02a4a4c7d61e9b53411ccdc54610b1429 commit r14-9327-gb0d11bb02a4a4c7d61e9b53411ccdc54610b1429 Author: Patrick Palka Date: Tue Mar 5 20:36:36 2024 -0500 c++/modules: befriending template from current class scope Here the TEMPLATE_DECL representing the

Results for 14.0.1 20240306 (experimental) [master revision 5d24bf3afd1:68adb1b7bd3:214dadf30a3bab0d02b8c6512a2d0475e2643dc7] (GCC) testsuite on pru-unknown-elf

2024-03-05 Thread The GnuPru BuildBot via Gcc-testresults
LAST_UPDATED: 6.03.2024 (ср) 1:00:11 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:

[PATCH] LoongArch: Use /lib instead of /lib64 as the library search path for MUSL.

2024-03-05 Thread Yang Yujie
gcc/ChangeLog: * config.gcc: Add a case for loongarch*-*-linux-musl*. * config/loongarch/linux.h: Disable the multilib-compatible treatment for *musl* targets. * config/loongarch/musl.h: New file. --- gcc/config.gcc | 3 +++

Results for 14.0.1 20240305 (experimental) [remotes/origin/HEAD r14-9325-g5d24bf3afd1] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-05 Thread Bill Seurer (POWER9) via Gcc-testresults
=== gcc Summary === # of expected passes178988 # of unexpected failures132 # of unexpected successes 19 # of expected failures 1614 # of unsupported tests 4167 /home/gccbuild/build/nightly/build-gcc-trunk/gcc/xgcc version 14.0.1 20240305 (ex

Results for 14.0.1 20240305 (experimental) [remotes/origin/HEAD r14-9325-g5d24bf3afd] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-05 Thread Bill Seurer (POWER9 IEEE128) via Gcc-testresults
# of expected failures 1614 # of unsupported tests 4169 /home/gccbuild/build/nightly/build-gcc-trunk/gcc/xgcc version 14.0.1 20240305 (experimental) [remotes/origin/HEAD r14-9325-g5d24bf3afd] (GCC) === gfortran tests === Running target unix XPASS: gfortran.dg/

Results for 14.0.1 20240305 (experimental) [master r14-9319-gdb2e13d11a2] (GCC) testsuite on x86_64-pc-linux-gnu

2024-03-05 Thread H.J. Lu via Gcc-testresults
4657 # of unsupported tests 10710 /export/gnu/import/git/gcc-test-master-intel64/bld/gcc/xgcc version 14.0.1 20240305 (experimental) [master r14-9319-gdb2e13d11a2] (GCC) === gfortran tests === Running target unix === gfortran Summary for u

Regressions on master at commit r14-9319 vs commit r14-9310 on Linux/x86_64

2024-03-05 Thread H.J. Lu via Gcc-regression
Regressions on master at commit r14-9319 vs commit r14-9310 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/lto/save-temps c_lto_save-temps_0.o-c_lto_save-temps_0.o link, -O -flto -save-temps New

[gcc(refs/users/meissner/heads/work161-dmf)] PowerPC: Add support for 1, 024 bit DMR registers.

2024-03-05 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:53d5166cb5f781cd1c24f1f1814e9f391449658b commit 53d5166cb5f781cd1c24f1f1814e9f391449658b Author: Michael Meissner Date: Tue Mar 5 19:43:58 2024 -0500 PowerPC: Add support for 1,024 bit DMR registers. This patch is a prelimianry patch to add the full 1,024

[gcc(refs/users/meissner/heads/work161-dmf)] Add dense math test for new instruction names.

2024-03-05 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:a8bdcf985977ba12761daad4527da50721257138 commit a8bdcf985977ba12761daad4527da50721257138 Author: Michael Meissner Date: Tue Mar 5 19:38:01 2024 -0500 Add dense math test for new instruction names. 2024-03-05 Michael Meissner gcc/testsuite/

[gcc(refs/users/meissner/heads/work161-dmf)] PowerPC: Switch to dense math names for all MMA operations.

2024-03-05 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:f6f63c432351eae3d363fde51d2d1dc5ed68e901 commit f6f63c432351eae3d363fde51d2d1dc5ed68e901 Author: Michael Meissner Date: Tue Mar 5 19:36:25 2024 -0500 PowerPC: Switch to dense math names for all MMA operations. This patch changes the assembler instruction

[gcc(refs/users/meissner/heads/work161-dmf)] Add support for dense math registers.

2024-03-05 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:d4a30470e9874de74f013876c95152df559c93a6 commit d4a30470e9874de74f013876c95152df559c93a6 Author: Michael Meissner Date: Tue Mar 5 19:33:04 2024 -0500 Add support for dense math registers. The MMA subsystem added the notion of accumulator registers as an

[gcc r12-10195] Daily bump.

2024-03-05 Thread GCC Administrator via Gcc-cvs
a/gcc/DATESTAMP b/gcc/DATESTAMP index 8585b3d500e..c7e324d32c0 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240305 +20240306

[gcc r11-11270] Daily bump.

2024-03-05 Thread GCC Administrator via Gcc-cvs
a/gcc/DATESTAMP b/gcc/DATESTAMP index 8585b3d500e..c7e324d32c0 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240305 +20240306

[gcc r14-9326] Daily bump.

2024-03-05 Thread GCC Administrator via Gcc-cvs
cc/DATESTAMP index 8585b3d500e..c7e324d32c0 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240305 +20240306 diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index a8f5bfbf772..c6450d7d2ff 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,11 @@ +

[Bug debug/114186] Incorrect CTF generated for multidimensional array

2024-03-05 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114186 --- Comment #2 from GCC Commits --- The master branch has been updated by Indu Bhagat : https://gcc.gnu.org/g:5d24bf3afd1bea3e51b87fb7ff24c21e29913999 commit r14-9325-g5d24bf3afd1bea3e51b87fb7ff24c21e29913999 Author: Cupertino Miranda Date:

[gcc r14-9325] ctf: fix incorrect CTF for multi-dimensional array types

2024-03-05 Thread Indu Bhagat via Gcc-cvs
https://gcc.gnu.org/g:5d24bf3afd1bea3e51b87fb7ff24c21e29913999 commit r14-9325-g5d24bf3afd1bea3e51b87fb7ff24c21e29913999 Author: Cupertino Miranda Date: Thu Feb 29 10:56:13 2024 -0800 ctf: fix incorrect CTF for multi-dimensional array types PR debug/114186 DWARF DIEs of

Re: [PATCH] c++/modules: befriending template from current class scope

2024-03-05 Thread Jason Merrill
On 2/26/24 15:52, Patrick Palka wrote: Bootstrapped and regtested on x86_64-pc-linux-gnu, does this look OK for trunk? OK. -- >8 -- Here the TEMPLATE_DECL representing the template friend declaration for B has class scope since B has class scope, but get_merge_kind assumes all

Results for 14.0.1 20240305 (experimental) [master r14-9323-g8776468d9e5] (GCC) testsuite on s390x-ibm-linux-gnu default

2024-03-05 Thread stefansf--- via Gcc-testresults
ghil\\t%r2,1 FAIL: gcc.target/s390/vector/vec-scalar-cmp-1.c scan-assembler ne:\\n[^:]*\\twfcdb\\t%v[0-9]*,%v[0-9]*\\n\\t[^:]+\\tlocghine\\t%r2,1 XPASS: gcc.target/s390/vxe/popcount-1.c scan-assembler vpopctb\\t%v24,%v24 XPASS: gcc.target/s390/vxe/popcount-1.c scan-assembler vpopcth\\t%v24,%v24

[Bug ipa/114247] RISC-V: miscompile at -O3 and IPA SRA

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

Re: [PATCH] c++: ICE with noexcept and local specialization [PR114114]

2024-03-05 Thread Jason Merrill
On 3/5/24 15:56, Marek Polacek wrote: Bootstrapped/regtested on x86_64-pc-linux-gnu, ok for trunk? OK. -- >8 -- Here we ICE because we call register_local_specialization while local_specializations is null, so local_specializations->put (); crashes on null this. It's null since

Re: [PATCH] c++: Fix template deduction for conversion operators with xobj parameters [PR113629]

2024-03-05 Thread Jason Merrill
On 3/5/24 17:47, Nathaniel Shead wrote: Bootstrapped and regtested on x86_64-pc-linux-gnu, OK for trunk? -- >8 -- Unification for conversion operators (DEDUCE_CONV) doesn't perform transformations like handling forwarding references. This is correct in general, but not for xobj parameters,

[Bug c++/110323] [11/12/13/14 Regression] Code for explicit instantiation of template method of template class not generated

2024-03-05 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110323 --- Comment #5 from Marek Polacek --- VAL is constexpr, which implies const, which in the global scope implies static. Then constrain_visibility_for_template makes "struct conditional<(B == VAL), int, float>" non-TREE_PUBLIC. So with

[PATCH] c++: Fix template deduction for conversion operators with xobj parameters [PR113629]

2024-03-05 Thread Nathaniel Shead
Bootstrapped and regtested on x86_64-pc-linux-gnu, OK for trunk? -- >8 -- Unification for conversion operators (DEDUCE_CONV) doesn't perform transformations like handling forwarding references. This is correct in general, but not for xobj parameters, which should be handled "normally" for the

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

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

Regressions on native/master at commit r14-9324 vs commit r14-9320 on Linux/x86_64

2024-03-05 Thread H. J. Lu via Gcc-regression
Regressions on native/master at commit r14-9324 vs commit r14-9320 on Linux/x86_64 New failures: FAIL: 30_threads/async/async.cc -std=gnu++17 execution test New passes:

Re: [PATCH v7] C, ObjC: Add -Wunterminated-string-initialization

2024-03-05 Thread Sandra Loosemore
On 3/5/24 13:33, Alejandro Colomar wrote: Warn about the following: char s[3] = "foo"; Initializing a char array with a string literal of the same length as the size of the array is usually a mistake. Rarely is the case where one wants to create a non-terminated character sequence from

Results for 14.0.1 20240305 (experimental) [native/master r14-9324-gfca6f6fddb2] (GCC) testsuite on x86_64-pc-linux-gnu

2024-03-05 Thread H. J. Lu via Gcc-testresults
LAST_UPDATED: Tue Mar 5 20:40:04 UTC 2024 (revision r14-9324-gfca6f6fddb2) 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

Results for 14.0.1 20240305 (experimental) [remotes/origin/HEAD r14-9324-gfca6f6fddb] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-05 Thread Bill Seurer (POWER9 IEEE128) via Gcc-testresults
Summary === # of expected passes178981 # of unexpected failures116 # of unexpected successes 19 # of expected failures 1614 # of unsupported tests 4169 /home/gccbuild/build/nightly/build-gcc-trunk/gcc/xgcc version 14.0.1 20240305 (experimental) [remote

Results for 14.0.1 20240305 (experimental) [remotes/origin/HEAD r14-9324-gfca6f6fddb] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-05 Thread Bill Seurer (POWER8) via Gcc-testresults
(test for excess errors) === gcc Summary === # of expected passes177973 # of unexpected failures148 # of unexpected successes 12 # of expected failures 1597 # of unsupported tests 4946 /home/gccbuild/build/nightly/build-gcc-trunk/gcc/xgcc

[gcc(refs/users/meissner/heads/work161-dmf)] Revert changes

2024-03-05 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:0103569c3644cbc05eb37bbda6c804cb3800f663 commit 0103569c3644cbc05eb37bbda6c804cb3800f663 Author: Michael Meissner Date: Tue Mar 5 17:24:43 2024 -0500 Revert changes Diff: --- gcc/config/rs6000/mma.md | 360 --

[Bug target/114247] New: RISC-V: miscompile at -O3

2024-03-05 Thread patrick at rivosinc dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114247 Bug ID: 114247 Summary: RISC-V: miscompile at -O3 Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

  1   2   3   >