[Bug debug/114608] [14 Regression] Undefined reference in output asm with -fipa-reference -fipa-reference-addressable -fsection-anchors -gbtf

2024-04-05 Thread patrick at rivosinc dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114608 --- Comment #1 from Patrick O'Neill --- Command: > /scratch/tc-testing/tc-apr-4/build-rv64gcv/bin/riscv64-unknown-linux-gnu-gcc > -fipa-reference -fipa-reference-addressable -fsection-anchors -gbtf red.c -o > rv64gcv.out

[Bug c/102967] confusing location in -Waddress for a subexpression of a ternary expression

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

[Bug c/110402] Bogus -Waddress warning that pointer comparison is always true

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

[gcc r14-9816] testsuite, Darwin: Account for block labels in function body scans.

2024-04-05 Thread Iain D Sandoe via Gcc-cvs
https://gcc.gnu.org/g:75b49c0e9012f5ecef0d32f3f6a0d8da66517576 commit r14-9816-g75b49c0e9012f5ecef0d32f3f6a0d8da66517576 Author: Iain Sandoe Date: Fri Apr 5 10:54:58 2024 +0100 testsuite, Darwin: Account for block labels in function body scans. When we have '-O3 -g' we emit a

[Bug preprocessor/87299] #pragma GCC target behaves differently when using -save-temps

2024-04-05 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87299 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #9

Re: [PATCH] c++: Fix up maybe_warn_for_constant_evaluated calls [PR114580]

2024-04-05 Thread Marek Polacek
On Fri, Apr 05, 2024 at 09:40:48AM +0200, Jakub Jelinek wrote: > Hi! > > When looking at maybe_warn_for_constant_evaluated for the trivial > infinite loops patch, I've noticed that it can emit weird diagnostics > for if constexpr in templates, first warn that std::is_constant_evaluted() > always

[Bug analyzer/114610] New: -Wanalyzer-memory-leak reports often far too verbose

2024-04-05 Thread BenBE at geshi dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114610 Bug ID: 114610 Summary: -Wanalyzer-memory-leak reports often far too verbose Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug tree-optimization/113964] [11/12/13/14/15 Regression] repeat copy of struct

2024-04-05 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113964 --- Comment #3 from GCC Commits --- The master branch has been updated by Martin Jambor : https://gcc.gnu.org/g:8cd0d29270d4ed86c69b80c08de66dcb6c1e22fe commit r14-9813-g8cd0d29270d4ed86c69b80c08de66dcb6c1e22fe Author: Martin Jambor Date:

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

2024-04-05 Thread Alex Coplan
On 05/04/2024 13:53, Ajit Agarwal wrote: > Hello Alex/Richard: > > All review comments are incorporated. Thanks, I was kind-of expecting you to also send the renaming patch as a preparatory patch as we discussed. Sorry for another meta comment, but: I think the reason that the Linaro CI isn't

Results for 14.0.1 20240405 (experimental) [master r14-9812-g0c22f67526] (GCC) testsuite on powerpc64-unknown-linux-gnu

2024-04-05 Thread Bill Seurer (POWER9 BE) via Gcc-testresults
5241 # of unsupported tests 23127 /home/gccbuild/build/nightly/build-gcc-trunk/gcc/xg++ version 14.0.1 20240405 (experimental) [master r14-9812-g0c22f67526] (GCC) === gcc tests === Running target unix/-m32 FAIL: gcc.dg/debug/btf/btf-datasec-3.c scan-assembler

[Bug c++/91079] [DR 1881] Standard-layout classes and unnamed bit-fields

2024-04-05 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91079 Marek Polacek changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug c++/112490] infinite meta error in reverse_iterator::iterator>>

2024-04-05 Thread barry.revzin at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112490 Barry Revzin changed: What|Removed |Added CC||barry.revzin at gmail dot com ---

[Bug c/114609] New: -Waddress false positive

2024-04-05 Thread arnaud.lb at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114609 Bug ID: 114609 Summary: -Waddress false positive Product: gcc Version: 13.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug c/102967] confusing location in -Waddress for a subexpression of a ternary expression

2024-04-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102967 Andrew Pinski changed: What|Removed |Added CC||arnaud.lb at gmail dot com --- Comment

[Bug c/114609] -Waddress false positive

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

[pushed] testsuite, Darwin: Account for block labels in function body scans.

2024-04-05 Thread Iain Sandoe
tested on aarch64-apple-darwin21, pushed to trunk, thanks. Iain --- 8< --- When we have '-O3 -g' we emit a bunch of LB{B,E} local labels which were not currently being discarded, leading to some test fails. Fixed by adding this case to the ignored labels. gcc/testsuite/ChangeLog: *

Re: [PATCH] Add extra copy of the ifcombine pass after pre [PR102793]

2024-04-05 Thread Andrew Pinski
On Fri, Apr 5, 2024 at 5:28 AM Manolis Tsamis wrote: > > If we consider code like: > > if (bar1 == x) > return foo(); > if (bar2 != y) > return foo(); > return 0; > > We would like the ifcombine pass to convert this to: > > if (bar1 == x || bar2 != y) > return

[PATCH] target: missing -Whardened with -fcf-protection=none [PR114606]

2024-04-05 Thread Marek Polacek
Bootstrapped/regtested on x86_64-pc-linux-gnu, ok for trunk? -- >8 -- -Whardened warns when -fhardened couldn't enable a hardening option because that option was disabled on the command line, e.g.: $ ./cc1plus -quiet g.C -fhardened -O2 -fstack-protector cc1plus: warning:

[pushed] analyzer: respect GCC_COLORS in out-of-bounds diagrams [PR114588]

2024-04-05 Thread David Malcolm
Successfully bootstrapped & regrtested on x86_64-pc-linux-gnu. Pushed to trunk as r14-9817-g4b02dd48f531ea. gcc/analyzer/ChangeLog: PR analyzer/114588 * access-diagram.cc (access_diagram_impl::access_diagram_impl): Replace hardcoded colors for valid_style and invalid_style

[Bug fortran/114611] New: H edit descriptor should flag as error with -std-f95 (or higher)

2024-04-05 Thread w6ws at earthlink dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114611 Bug ID: 114611 Summary: H edit descriptor should flag as error with -std-f95 (or higher) Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/114612] New: Deep copy missing for allocatable derived type components

2024-04-05 Thread vterzi1996 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114612 Bug ID: 114612 Summary: Deep copy missing for allocatable derived type components Product: gcc Version: 13.1.0 Status: UNCONFIRMED Severity: normal

Results for 14.0.1 20240405 (experimental) [remotes/origin/HEAD r14-9816-g75b49c0e901] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-05 Thread Bill Seurer (POWER9) via Gcc-testresults
cbuild/build/nightly/build-gcc-trunk/gcc/xgcc version 14.0.1 20240405 (experimental) [remotes/origin/HEAD r14-9816-g75b49c0e901] (GCC) === gfortran tests === Running target unix XPASS: gfortran.dg/large_real_kind_form_io_2.f90 -O0 execution test XPASS: gfortran.dg/large_real_

[Bug target/114607] New: aarch64: Incorrect expansion of svsudot

2024-04-05 Thread rsandifo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114607 Bug ID: 114607 Summary: aarch64: Incorrect expansion of svsudot Product: gcc Version: 14.0 Status: UNCONFIRMED Keywords: wrong-code Severity: normal Priority:

[pushed] c++: add fixed test [PR91079]

2024-04-05 Thread Marek Polacek
Tested x86_64-pc-linux-gnu, applying to trunk. -- >8 -- Fixed by r12-2975. PR c++/91079 DR 1881 gcc/testsuite/ChangeLog: * g++.dg/ext/is_std_layout5.C: New test. --- gcc/testsuite/g++.dg/ext/is_std_layout5.C | 13 + 1 file changed, 13 insertions(+) create

[Bug debug/114608] [14 Regression] Undefined reference in output asm with -fipa-reference -fipa-reference-addressable -fsection-anchors -gbtf

2024-04-05 Thread patrick at rivosinc dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114608 --- Comment #2 from Patrick O'Neill --- (.BTF+0x88): undefined reference to `a' ^ This is the interesting failure line

[Bug c++/94404] [meta-bug] C++ core issues

2024-04-05 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94404 Bug 94404 depends on bug 91079, which changed state. Bug 91079 Summary: [DR 1881] Standard-layout classes and unnamed bit-fields https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91079 What|Removed |Added

[gcc r14-9815] c++: add fixed test [PR91079]

2024-04-05 Thread Marek Polacek via Gcc-cvs
https://gcc.gnu.org/g:2b2d3a135a43cbafadd8957e0b2543f38c390437 commit r14-9815-g2b2d3a135a43cbafadd8957e0b2543f38c390437 Author: Marek Polacek Date: Fri Apr 5 13:40:33 2024 -0400 c++: add fixed test [PR91079] Fixed by r12-2975. PR c++/91079 DR 1881

[Bug c++/91079] [DR 1881] Standard-layout classes and unnamed bit-fields

2024-04-05 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91079 --- Comment #3 from GCC Commits --- The trunk branch has been updated by Marek Polacek : https://gcc.gnu.org/g:2b2d3a135a43cbafadd8957e0b2543f38c390437 commit r14-9815-g2b2d3a135a43cbafadd8957e0b2543f38c390437 Author: Marek Polacek Date:

Results for 14.0.1 20240405 (experimental) [remotes/origin/HEAD r14-9813-g8cd0d29270] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-05 Thread Bill Seurer (POWER9 IEEE128) via Gcc-testresults
an/ieee128-math.f90 -O (test for excess errors) === gcc Summary === # of expected passes179278 # of unexpected failures114 # of unexpected successes 19 # of expected failures 1614 # of unsupported tests 4244 /home/gccbuild/build/

Results for 14.0.1 20240405 (experimental) [master r14-9810-ge4d074321bc] (GCC) testsuite on i686-pc-linux-gnu

2024-04-05 Thread H.J. Lu via Gcc-testresults
unexpected failures125 # of unexpected successes 27 # of expected failures 1556 # of unsupported tests 4118 /export/gnu/import/git/gcc-test-master-ia32/bld/gcc/xgcc version 14.0.1 20240405 (experimental) [master r14-9810-ge4d074321bc] (GCC) ==

[PATCH 0/2] Condition coverage fixes

2024-04-05 Thread Jørgen Kvalsvik
Hi, I propose these fixes for the current issues with the condition coverage. Rainer, I propose to simply delete the test with __sigsetjmp. I don't think it actually detects anything reasonable any more, I kept it around to prevent a regression. Since then I have built a lot of programs (with

[gcc r13-8589] testsuite: Remove duplicate -lgcov [PR114034]

2024-04-05 Thread Iain D Sandoe via Gcc-cvs
https://gcc.gnu.org/g:a040eea6b65456625443dcfbf6b21913f2003c8b commit r13-8589-ga040eea6b65456625443dcfbf6b21913f2003c8b Author: Iain Sandoe Date: Sun Mar 31 11:22:58 2024 +0100 testsuite: Remove duplicate -lgcov [PR114034] Duplicate library entries now cause linker warnings with

[gcc r13-8590] libphobos, Darwin: Enable libphobos for most Darwin.

2024-04-05 Thread Iain D Sandoe via Gcc-cvs
https://gcc.gnu.org/g:fe805c444cc9c6a5f21cf55ff51775d4c0b5fa00 commit r13-8590-gfe805c444cc9c6a5f21cf55ff51775d4c0b5fa00 Author: Iain Sandoe Date: Mon Apr 1 13:58:20 2024 +0100 libphobos, Darwin: Enable libphobos for most Darwin. Earlier Darwin systems can be made to work too -

[Bug testsuite/114034] Failure of tests gcov-dump-{1,2}.C

2024-04-05 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114034 --- Comment #5 from GCC Commits --- The releases/gcc-13 branch has been updated by Iain D Sandoe : https://gcc.gnu.org/g:a040eea6b65456625443dcfbf6b21913f2003c8b commit r13-8589-ga040eea6b65456625443dcfbf6b21913f2003c8b Author: Iain Sandoe

Results for 14.0.1 20240405 (experimental) [remotes/origin/HEAD r14-9811-g67cbb1c638] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-05 Thread Bill Seurer (POWER9 IEEE128) via Gcc-testresults
an/ieee128-math.f90 -O (test for excess errors) === gcc Summary === # of expected passes179276 # of unexpected failures114 # of unexpected successes 19 # of expected failures 1614 # of unsupported tests 4244 /home/gccbuild/build/

[gcc r14-9813] ipa: Force args obtined through pass-through maps to the expected type (PR 113964)

2024-04-05 Thread Martin Jambor via Gcc-cvs
https://gcc.gnu.org/g:8cd0d29270d4ed86c69b80c08de66dcb6c1e22fe commit r14-9813-g8cd0d29270d4ed86c69b80c08de66dcb6c1e22fe Author: Martin Jambor Date: Fri Apr 5 18:18:39 2024 +0200 ipa: Force args obtined through pass-through maps to the expected type (PR 113964) Interactions of

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

2024-04-05 Thread jamborm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114247 --- Comment #9 from Martin Jambor --- On master this has been fixed by r14-9813-g8cd0d29270d4ed where I unfortunately copy-pasted a wrong bug number :-/ I assume this needs backporting to at least gcc-13 and gcc-12. I'll do that in a week or

[Bug analyzer/114588] Analyzer buffer overflow ASCII art hardcodes "RED" and "GREEN" as the terminal colors

2024-04-05 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114588 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

Re: [PATCH] target: missing -Whardened with -fcf-protection=none [PR114606]

2024-04-05 Thread Jakub Jelinek
On Fri, Apr 05, 2024 at 02:22:18PM -0400, Marek Polacek wrote: > Bootstrapped/regtested on x86_64-pc-linux-gnu, ok for trunk? > > -- >8 -- > -Whardened warns when -fhardened couldn't enable a hardening option > because that option was disabled on the command line, e.g.: > > $ ./cc1plus -quiet

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

2024-04-05 Thread H. J. Lu via Gcc-testresults
=== gcc Summary === # of expected passes49479 # of unexpected failures197 # of unexpected successes 5 # of expected failures 56 # of unsupported tests 1464 /export/gnu/import/git/gcc-test-master-intel64-native/bld/gcc/xgcc version 14.0.1 20240405 (e

[Bug testsuite/114614] New: New test case gcc.misc-tests/gcov-20.c from r14-9789-g08a52331803f66 fails

2024-04-05 Thread seurer at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114614 Bug ID: 114614 Summary: New test case gcc.misc-tests/gcov-20.c from r14-9789-g08a52331803f66 fails Product: gcc Version: 14.0 Status: UNCONFIRMED Severity:

Results for 14.0.1 20240405 (experimental) [remotes/origin/HEAD r14-9817-g4b02dd48f5] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-05 Thread Bill Seurer (POWER8) via Gcc-testresults
uccesses 12 # of expected failures 1597 # of unsupported tests 5021 /home/gccbuild/build/nightly/build-gcc-trunk/gcc/xgcc version 14.0.1 20240405 (experimental) [remotes/origin/HEAD r14-9817-g4b02dd48f5] (GCC) === gfortran tests ===

Results for 14.0.1 20240405 (experimental) [native/master r14-9817-g4b02dd48f53] (GCC) testsuite on x86_64-pc-linux-gnu

2024-04-05 Thread H. J. Lu via Gcc-testresults
LAST_UPDATED: Fri Apr 5 19:40:04 UTC 2024 (revision r14-9817-g4b02dd48f53) 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 analyzer/114616] New: RFE: show type and possible ranges of size in -Wanalyzer-tainted-size and -Wanalyzer-tainted-allocation-size

2024-04-05 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114616 Bug ID: 114616 Summary: RFE: show type and possible ranges of size in -Wanalyzer-tainted-size and -Wanalyzer-tainted-allocation-size Product: gcc Version: 14.0

Results for 14.0.1 20240405 (experimental) [master revision gcc-14-9817-g4b02dd48f53] (GCC) testsuite on aarch64-unknown-linux-gnu

2024-04-05 Thread ci_notify--- via Gcc-testresults
es 1 # of expected failures 1763 # of unresolved testcases 1 # of unsupported tests 4486 /home/tcwg-buildslave/workspace/tcwg_gnu_0/abe/builds/destdir/x86_64-pc-linux-gnu/bin/aarch64-linux-gnu-gcc version 14.0.1 20240405 (experimental) [master revision gcc-14-9817-g4

Results for 20240402 master r14-9764-g1bafa6a3fdbb53 (GCC) testsuite on x86_64-pc-linux-gnu

2024-04-05 Thread Gaius Mulley via Gcc-testresults
$ ../configure --prefix=/home/gaius/opt --libexecdir=/home/gaius/opt/lib --enable-host-shared --enable-threads=posix --enable-clocale=gnu --enable-checking --enable-long-longx --enable-languages=m2 --enable-multilib --disable-plugin --enable-bootstrap gcc-branch: master git commit

[Bug c++/85612] ADL lookup with parameter pack and defaulted argument not considered ambiguous

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

Results for 14.0.1 20240405 (experimental) [master r14-9817-g4b02dd48f53] (GCC) testsuite on i686-pc-linux-gnu

2024-04-05 Thread H.J. Lu via Gcc-testresults
unexpected failures125 # of unexpected successes 27 # of expected failures 1556 # of unsupported tests 4118 /export/gnu/import/git/gcc-test-master-ia32/bld/gcc/xgcc version 14.0.1 20240405 (experimental) [master r14-9817-g4b02dd48f53] (GCC) ==

[Bug modula2/114617] gm2 is unable to resolve const expression using relative operators ICE

2024-04-05 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114617 --- Comment #2 from Gaius Mulley --- Created attachment 57891 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57891=edit Proposed fix Here is a proposed fix which stores the result of the relop as a constant. The fix requires M2Quads to

Results for 14.0.1 20240405 (experimental) [master r14-9814-ge7d015b2506] (GCC) testsuite on s390x-ibm-linux-gnu arch14

2024-04-05 Thread stefansf--- via Gcc-testresults
LAST_UPDATED: Fri Apr 5 17:05:18 UTC 2024 (revision r14-9814-ge7d015b2506) === acats tests === FAIL: cb1010a === acats Summary === # of expected passes2327 # of unexpected failures1 Native configuration is s390x-ibm-linux-gnu arch14

Results for 14.0.1 20240405 (experimental) [remotes/origin/HEAD r14-9817-g4b02dd48f5] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-05 Thread Bill Seurer (POWER9 IEEE128) via Gcc-testresults
an/ieee128-math.f90 -O (test for excess errors) === gcc Summary === # of expected passes179278 # of unexpected failures114 # of unexpected successes 19 # of expected failures 1614 # of unsupported tests 4244 /home/gccbuild/build/

Re: [PATCH] rtl-optimization/101523 - avoid re-combine after noop 2->2 combination

2024-04-05 Thread Jeff Law
On 4/5/24 3:27 PM, Segher Boessenkool wrote: Hi! On Wed, Apr 03, 2024 at 01:07:41PM +0200, Richard Biener wrote: The following avoids re-walking and re-combining the instructions between i2 and i3 when the pattern of i2 doesn't change. Bootstrap and regtest running ontop of a reversal of

Results for 14.0.1 20240405 (experimental) [remotes/origin/HEAD r14-9817-g4b02dd48f53] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-05 Thread Bill Seurer (POWER9) via Gcc-testresults
cbuild/build/nightly/build-gcc-trunk/gcc/xgcc version 14.0.1 20240405 (experimental) [remotes/origin/HEAD r14-9817-g4b02dd48f53] (GCC) === gfortran tests === Running target unix XPASS: gfortran.dg/large_real_kind_form_io_2.f90 -O0 execution test XPASS: gfortran.dg/large_real_

[Bug c++/66028] false positive, unused loop variable

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

[PATCH] rs6000: Replace OPTION_MASK_DIRECT_MOVE with OPTION_MASK_P8_VECTOR [PR101865]

2024-04-05 Thread Peter Bergner
This is a cleanup patch in preparation to fixing the real bug in PR101865. TARGET_DIRECT_MOVE is redundant with TARGET_P8_VECTOR, so alias it to that. Also replace all usages of OPTION_MASK_DIRECT_MOVE with OPTION_MASK_P8_VECTOR and delete the now dead mask. This passed bootstrap and retesting on

Results for 13.2.1 20240405 [releases/gcc-13 r13-8591-g045de0ab58] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-05 Thread Bill Seurer (POWER9 IEEE128) via Gcc-testresults
ion 13.2.1 20240405 [releases/gcc-13 r13-8591-g045de0ab58] (GCC) === gfortran tests === Running target unix XPASS: gfortran.dg/default_format_2.f90 -O0 execution test XPASS: gfortran.dg/default_format_2.f90 -O1 execution test XPASS: gfortran.dg/default_format_2.f90 -O2

[Bug c++/56908] Spurious warning when XOR-ing uint8_t values

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

Re: [PATCH] rtl-optimization/101523 - avoid re-combine after noop 2->2 combination

2024-04-05 Thread Jakub Jelinek
On Fri, Apr 05, 2024 at 03:46:30PM -0600, Jeff Law wrote: > > > On 4/5/24 3:27 PM, Segher Boessenkool wrote: > > Hi! > > > > On Wed, Apr 03, 2024 at 01:07:41PM +0200, Richard Biener wrote: > > > The following avoids re-walking and re-combining the instructions > > > between i2 and i3 when the

[Bug c++/86373] Destructor shall not be instantiated in C++17 mode for prvalue

2024-04-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86373 --- Comment #2 from Andrew Pinski --- >Clang compiles both of the above examples. While MSVC rejects both examples. And EDG rejects the first (can't test the second one though). Note also EDG, and MSVC also reject the example in the Defect

[Bug c++/97814] Copy constructor deletion not recognized in initialization list with -std=c++17

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

Results for 13.2.1 20240405 [releases/gcc-13 r13-8591-g045de0ab58] (GCC) testsuite on powerpc64-unknown-linux-gnu

2024-04-05 Thread Bill Seurer (POWER9 BE) via Gcc-testresults
/nightly/build-gcc-13/gcc/xg++ version 13.2.1 20240405 [releases/gcc-13 r13-8591-g045de0ab58] (GCC) === gcc tests === Running target unix/-m32 XPASS: gcc.dg/guality/example.c -O0 execution test XPASS: gcc.dg/guality/example.c -O1 -DPREVENT_OPTIMIZATION execution test XPASS

[Bug c++/99281] internal compiler error: in assign_temp, at function.c:984

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

[Bug c++/90085] c++17 template argument deduction results in missed optimization

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

Results for 13.2.1 20240405 [releases/gcc-13 r13-8591-g045de0ab58] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-05 Thread Bill Seurer (POWER8) via Gcc-testresults
f expected failures 1550 # of unsupported tests 3992 /home/gccbuild/build/nightly/build-gcc-13/gcc/xgcc version 13.2.1 20240405 [releases/gcc-13 r13-8591-g045de0ab58] (GCC) === gfortran tests === Running target unix XPASS: gfortran.dg/large_real_kind_form_io_2

Results for 14.0.1 20240405 (experimental) [remotes/origin/master r14-9817-g4b02dd48f53] (GCC) testsuite on pru-unknown-elf

2024-04-05 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 fortran/114618] New: Format produces incorrect output when contains 1x, ok when uses " "

2024-04-05 Thread urbanjost at comcast dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114618 Bug ID: 114618 Summary: Format produces incorrect output when contains 1x, ok when uses " " Product: gcc Version: 13.1.0 Status: UNCONFIRMED Severity: normal

[Bug c++/51757] friend defined inside class and declared inside main linker error

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

[Bug c++/65608] [meta-bug] friend issues

2024-04-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65608 Bug 65608 depends on bug 51757, which changed state. Bug 51757 Summary: friend defined inside class and declared inside main linker error https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51757 What|Removed |Added

[Bug fortran/114613] New: ALLOCATE with SOURCE forgets to finalize temporary instances

2024-04-05 Thread vterzi1996 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114613 Bug ID: 114613 Summary: ALLOCATE with SOURCE forgets to finalize temporary instances Product: gcc Version: 13.1.0 Status: UNCONFIRMED Severity: normal

Results for 14.0.1 20240405 (experimental) [master r14-9817-g4b02dd48f5] (GCC) testsuite on powerpc64-unknown-linux-gnu

2024-04-05 Thread Bill Seurer (POWER9 BE) via Gcc-testresults
5241 # of unsupported tests 23129 /home/gccbuild/build/nightly/build-gcc-trunk/gcc/xg++ version 14.0.1 20240405 (experimental) [master r14-9817-g4b02dd48f5] (GCC) === gcc tests === Running target unix/-m32 FAIL: gcc.dg/debug/btf/btf-datasec-3.c scan-assembler

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

2024-04-05 Thread H. J. Lu via Gcc-testresults
=== gcc Summary === # of expected passes49479 # of unexpected failures197 # of unexpected successes 5 # of expected failures 56 # of unsupported tests 1464 /export/gnu/import/git/gcc-test-master-intel64-native/bld/gcc/xgcc version 14.0.1 20240405 (e

[Bug target/114615] spurious warning on mingw-w64: 'memcpy' reading 4 or more bytes from a region of size 2 with std::wstring{L""} and -flto -O1 [Wstringop-overread]

2024-04-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114615 Andrew Pinski changed: What|Removed |Added Target||x86_64-w64-mingw32

[Bug c++/98543] fails to diagnose unnecessary functions

2024-04-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98543 Andrew Pinski changed: What|Removed |Added Last reconfirmed|2021-01-07 00:00:00 |2024-4-5 --- Comment #2 from Andrew

[Bug c++/67928] Ambiguous call not diagnosed

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

[Bug c++/44520] improve diagnostic for ambiguous base class lookup

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

[Bug c++/72481] Compile error for varadic template

2024-04-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72481 Andrew Pinski changed: What|Removed |Added Keywords||needs-bisection Known to work|

Regressions on master at commit r14-9810 vs commit r14-9788 on Linux/x86_64

2024-04-05 Thread H.J. Lu via Gcc-regression
Regressions on master at commit r14-9810 vs commit r14-9788 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 FAIL:

Results for 14.0.1 20240405 (experimental) [master r14-9810-ge4d074321bc] (GCC) testsuite on x86_64-pc-linux-gnu

2024-04-05 Thread H.J. Lu via Gcc-testresults
cted successes 59 # of expected failures 4657 # of unresolved testcases 2 # of unsupported tests 10828 /export/gnu/import/git/gcc-test-master-intel64/bld/gcc/xgcc version 14.0.1 20240405 (experimental) [master r14-9810-ge4d074321bc] (GCC) === gfortran t

Results for 14.0.1 20240405 (experimental) [master revision gcc-14-9817-g4b02dd48f53] (GCC) testsuite on aarch64-unknown-linux-gnu

2024-04-05 Thread ci_notify--- via Gcc-testresults
rted tests 4691 /home/tcwg-buildslave/workspace/tcwg_gnu_2/abe/builds/destdir/aarch64-unknown-linux-gnu/bin/aarch64-unknown-linux-gnu-gcc version 14.0.1 20240405 (experimental) [master revision gcc-14-9817-g4b02dd48f53] (GCC) === gfortran tests === Running target

[Bug rtl-optimization/113951] regression redundant load (-fschedule-insns)

2024-04-05 Thread absoler at smail dot nju.edu.cn via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113951 --- Comment #2 from absoler at smail dot nju.edu.cn --- after sched1 modified the code, ce3 introduced this extra load. un-sched1 code would not be pessimised by ce3

Re: [patch, libgfortran] PR114304 - [13/14 Regression] libgfortran I/O – bogus "Semicolon not allowed as separator with DECIMAL='point'"

2024-04-05 Thread Jerry D
On 4/5/24 10:47 AM, Jerry D wrote: On 4/4/24 2:41 PM, Tobias Burnus wrote: Hi Jerry, I think for the current testcases, I like the patch – the question is only what's about:    ',3' as input for 'comma'   (or '.3' as input for 'point') For 'point' – 0.3 is read and ios = 0 (as expected)

Results for 14.0.1 20240405 (experimental) [master-ia32 r14-9817-g4b02dd48f53] (GCC) testsuite on i686-pc-linux-gnu

2024-04-05 Thread H.J. Lu via Gcc-testresults
# of unexpected successes 27 # of expected failures 1556 # of unsupported tests 4103 /export/gnu/import/git/gcc-test-master-ia32/bld/gcc/xgcc version 14.0.1 20240405 (experimental) [master-ia32 r14-9817-g4b02dd48f53] (GCC) === gfortran tests === Running target unix

[Bug c++/91798] Compiler rejects code due to template specialization of auto parameter value.

2024-04-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91798 --- Comment #4 from Andrew Pinski --- Actually maybe GCC is correct here. Remove the variadic template: ``` //Get type parameter at given index. template struct param { static_assert(i > 0, "Index into parameter pack cannot be negative!");

Results for 14.0.1 20240405 (experimental) [master revision gcc-14-9817-g4b02dd48f53] (GCC) testsuite on arm-unknown-eabi

2024-04-05 Thread ci_notify--- via Gcc-testresults
s158518 # of unexpected failures44 # of unexpected successes 6 # of expected failures 958 # of unsupported tests 9315 /home/tcwg-buildslave/workspace/tcwg_gnu_0/abe/builds/destdir/x86_64-pc-linux-gnu/bin/arm-eabi-gcc version 14.0.1 20240405 (experimental) [

Re: [PATCH] rtl-optimization/101523 - avoid re-combine after noop 2->2 combination

2024-04-05 Thread Segher Boessenkool
Hi! On Wed, Apr 03, 2024 at 01:07:41PM +0200, Richard Biener wrote: > The following avoids re-walking and re-combining the instructions > between i2 and i3 when the pattern of i2 doesn't change. > > Bootstrap and regtest running ontop of a reversal of > r14-9692-g839bc42772ba7a. Please include

[Bug tree-optimization/114615] New: spurious warning on mingw-w64: 'memcpy' reading 4 or more bytes from a region of size 2 with std::wstring{L""} and -flto -O1 [Wstringop-overread]

2024-04-05 Thread bugzilla.gcc.simon at arlott dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114615 Bug ID: 114615 Summary: spurious warning on mingw-w64: 'memcpy' reading 4 or more bytes from a region of size 2 with std::wstring{L""} and -flto -O1 [Wstringop-overread]

Results for 14.0.1 20240405 (experimental) [master r14-9814-ge7d015b2506] (GCC) testsuite on s390x-ibm-linux-gnu default

2024-04-05 Thread stefansf--- via Gcc-testresults
get/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 === gcc Summary for unix/-m64 === # of expected passes180743 # of unexpected failures182 # of unexpected successes

Results for 13.2.1 20240405 [releases/gcc-13 r13-8591-g045de0ab58] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-05 Thread Bill Seurer (POWER9) via Gcc-testresults
htly/build-gcc-13/gcc/xgcc version 13.2.1 20240405 [releases/gcc-13 r13-8591-g045de0ab58] (GCC) === gfortran tests === Running target unix XPASS: gfortran.dg/large_real_kind_form_io_2.f90 -O0 execution test XPASS: gfortran.dg/large_real_kind_form_io_2.f90 -O1 execution

Results for 14.0.1 20240404 (experimental) [master r14-9793-ga24476422ba] (GCC) testsuite on hppa-unknown-linux-gnu

2024-04-05 Thread John David Anglin
LAST_UPDATED: Thu Apr 4 20:10:07 UTC 2024 (revision r14-9793-ga24476422ba) Native configuration is hppa-unknown-linux-gnu === g++ tests === Running target unix ERROR: can not find channel named "exp6" FAIL: g++.dg/ext/alias-decl-attr4.C -std=c++20 (test for excess errors)

[Bug c++/91798] Compiler rejects code due to template specialization of auto parameter value.

2024-04-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91798 Andrew Pinski changed: What|Removed |Added Status|NEW |SUSPENDED --- Comment #5 from Andrew

[Bug c++/91798] Compiler rejects code due to template specialization of auto parameter value.

2024-04-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91798 Andrew Pinski changed: What|Removed |Added Depends on||60679 --- Comment #6 from Andrew Pinski

[Bug modula2/114617] New: gm2 is unable to resolve const expression using relative operators ICE

2024-04-05 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114617 Bug ID: 114617 Summary: gm2 is unable to resolve const expression using relative operators ICE Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal

[Bug modula2/114617] gm2 is unable to resolve const expression using relative operators ICE

2024-04-05 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114617 Gaius Mulley changed: What|Removed |Added Last reconfirmed||2024-04-06 Ever confirmed|0

Results for 14.0.1 20240405 (experimental) [master r14-9810-ge4d074321bc] (GCC) testsuite on x86_64-pc-linux-gnu

2024-04-05 Thread H.J. Lu via Gcc-testresults
of unexpected failures402 # of unexpected successes 59 # of expected failures 4657 # of unresolved testcases 2 # of unsupported tests 10828 /export/gnu/import/git/gcc-test-master-intel64/bld/gcc/xgcc version 14.0.1 20240405 (experimental) [master r14-9

Re: [PATCH 0/2] Condition coverage fixes

2024-04-05 Thread Richard Biener
> Am 05.04.2024 um 21:59 schrieb Jørgen Kvalsvik : > > Hi, > > I propose these fixes for the current issues with the condition > coverage. > > Rainer, I propose to simply delete the test with __sigsetjmp. I don't > think it actually detects anything reasonable any more, I kept it around >

Re: [patch, libgfortran] PR114304 - [13/14 Regression] libgfortran I/O – bogus "Semicolon not allowed as separator with DECIMAL='point'"

2024-04-05 Thread Tobias Burnus
Hi Jerry, hello world, Jerry D wrote: On 4/5/24 10:47 AM, Jerry D wrote: On 4/4/24 2:41 PM, Tobias Burnus wrote: I think for the current testcases, I like the patch – the question is only what's about:    ',3' as input for 'comma'   (or '.3' as input for 'point') [...] But for 'comma': [...]

[Bug c++/87090] Constexpr variables in functions are not optimized correctly

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

Re: [PATCH v3] RISC-V: Replace zero_extendsidi2_shifted with generalized split

2024-04-05 Thread Jeff Law
On 3/27/24 4:55 AM, Philipp Tomsich wrote: Jeff, just a heads-up that that trunk (i.e., the soon-to-be GCC14) still generates the suboptimal sequence: https://godbolt.org/z/K9YYEPsvY Realistically it's too late to get this into gcc-14. Jeff

[Bug c++/62192] Segmentation fault when linking with Qt libraries

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

[Bug c++/78160] explicit template instantation with hidden symbols fails

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

<    1   2   3   4   >