[Bug libstdc++/99832] std::chrono::system_clock::to_time_t needs ABI tag for 32-bit time_t

2025-05-26 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99832 --- Comment #10 from John David Anglin --- On hppa-linux, I don't see any difference in g++ and libstdc++ test results with or without patch added in comment #9 (i.e., I don't see any regressions with patch).

[Bug libstdc++/99832] std::chrono::system_clock::to_time_t needs ABI tag for 32-bit time_t

2025-05-24 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99832 --- Comment #9 from John David Anglin --- Created attachment 61510 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61510&action=edit Revised Debian Patch

[Bug target/120186] [pa] internal compiler error: in fail, at selftest.cc:47 during bootstrap with LRA enabled

2025-05-17 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120186 --- Comment #11 from John David Anglin --- Yes. Test results with LRA at git revision d0571638a6b are here: https://gcc.gnu.org/pipermail/gcc-testresults/2025-May/847159.html I've just about finished check with reload at same commit.

[Bug target/120186] [pa] internal compiler error: in fail, at selftest.cc:47 during bootstrap with LRA enabled

2025-05-16 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120186 --- Comment #9 from John David Anglin --- I was not able to reproduce this on c8000

[Bug target/120186] [pa] internal compiler error: in fail, at selftest.cc:47 during bootstrap with LRA enabled

2025-05-16 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120186 --- Comment #8 from John David Anglin --- I was able to reproduce this on c8000. Maybe this is a qemu issue?

[Bug libstdc++/99832] std::chrono::system_clock::to_time_t needs ABI tag for 32-bit time_t

2025-05-14 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99832 John David Anglin changed: What|Removed |Added CC||danglin at gcc dot gnu.org --- Comme

[Bug gcov-profile/120086] FAIL: gcc.misc-tests/gcov-29.c

2025-05-13 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120086 --- Comment #22 from John David Anglin --- I was about to install a similar patch for hppa-hpux. I think the builtin falls back to emitting sync libcalls when enabled or calls to libatomic. Not sure whether the atomic support detection could b

[Bug target/120186] [pa] internal compiler error: in fail, at selftest.cc:47 during bootstrap with LRA enabled

2025-05-12 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120186 --- Comment #7 from John David Anglin --- I don't think I've ever done a LRA build with selftests enabled.

[Bug tree-optimization/120222] New: FAIL: gcc.dg/tree-ssa/gen-vect-28.c scan-tree-dump-times vect "vectorized 1 loops" 1

2025-05-11 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120222 Bug ID: 120222 Summary: FAIL: gcc.dg/tree-ssa/gen-vect-28.c scan-tree-dump-times vect "vectorized 1 loops" 1 Product: gcc Version: 16.0 Status: UNCONFIRMED Sev

[Bug ipa/120098] [16 regression] g++.dg/lto/devirt-23 FAILs since r16-372-g064cac730f88dc

2025-05-11 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120098 John David Anglin changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug target/120186] [pa] internal compiler error: in fail, at selftest.cc:47 during bootstrap with LRA enabled

2025-05-09 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120186 --- Comment #4 from John David Anglin --- My last LRA build was at r15-9116-g28751389a68.

[Bug target/120186] [pa] internal compiler error: in fail, at selftest.cc:47 during bootstrap with LRA enabled

2025-05-09 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120186 --- Comment #3 from John David Anglin --- Hi Adrian, I haven't tested LRA in sometime. There are are at least two bugs preventing migration to LRA on hppa, although they didn't previously break bootstrap. I don't believe these are problems wi

[Bug gcov-profile/120086] FAIL: gcc.misc-tests/gcov-29.c

2025-05-09 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120086 --- Comment #20 from John David Anglin --- (In reply to John David Anglin from comment #19) > It's not clear why gcov-30 passes on Linux. I searched the entire tree and > couldn't find how TARGET_HAVE_LIBATOMIC gets set on Linux. Also, always

[Bug gcov-profile/120086] FAIL: gcc.misc-tests/gcov-29.c

2025-05-09 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120086 --- Comment #19 from John David Anglin --- (In reply to Jørgen Kvalsvik from comment #18) > Ok, thanks, I pushed a fix for the gcov %zu prints, at least for gcov. Thanks. > To recap: > > * gcov-pr86536.c sporadically fails? (which has to be u

[Bug gcov-profile/120086] FAIL: gcc.misc-tests/gcov-29.c

2025-05-08 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120086 --- Comment #16 from John David Anglin --- Your patch works for me: https://gcc.gnu.org/pipermail/gcc-testresults/2025-May/846366.html

[Bug gcov-profile/120086] FAIL: gcc.misc-tests/gcov-29.c

2025-05-07 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120086 --- Comment #14 from John David Anglin --- (In reply to Jørgen Kvalsvik from comment #13) > (In reply to John David Anglin from comment #12) > > With patch, gcov-29 now passes. But gcov-30 fails with excess errors > > > > FAIL: gcc.misc-tests/

[Bug gcov-profile/120086] FAIL: gcc.misc-tests/gcov-29.c

2025-05-07 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120086 --- Comment #12 from John David Anglin --- With patch, gcov-29 now passes. But gcov-30 fails with excess errors FAIL: gcc.misc-tests/gcov-30.c (test for excess errors) Excess errors: /home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.misc-tests/gcov-30.

[Bug ada/114065] gnat build with -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 fails on 32bit archs

2025-05-06 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114065 --- Comment #41 from John David Anglin --- *** Bug 119698 has been marked as a duplicate of this bug. ***

[Bug target/119698] gen_il-main: raised PROGRAM_ERROR : finalize/adjust raised exception

2025-05-06 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119698 John David Anglin changed: What|Removed |Added Resolution|FIXED |DUPLICATE --- Comment #20 from John

[Bug target/119698] gen_il-main: raised PROGRAM_ERROR : finalize/adjust raised exception

2025-05-06 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119698 --- Comment #19 from John David Anglin --- This fixed problems with my ada build which doesn't have the Debian patches: === acats Summary === # of expected passes2328 # of unexpected failures0 Native configuration is

[Bug gcov-profile/120086] FAIL: gcc.misc-tests/gcov-29.c

2025-05-06 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120086 --- Comment #11 from John David Anglin --- (In reply to Jørgen Kvalsvik from comment #9) > Created attachment 61335 [details] > Patch: fix, printf properly on systems without %zu > > I just posted this on gcc-patches. It should fix the issue in

[Bug gcov-profile/120086] FAIL: gcc.misc-tests/gcov-29.c

2025-05-06 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120086 --- Comment #10 from John David Anglin --- (In reply to Richard Biener from comment #7) > Possibly using %llu and (unsigned long long) casts on the value would be a > good fix. I tested this and it didn't completely fix fails: FAIL: expected: '

[Bug testsuite/120085] FAIL: gcc.dg/lto/modref-2 c_lto_modref-2_0.o-c_lto_modref-2_0.o link, -O2 -flto-partition=max -flto -fno-ipa-sra

2025-05-05 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120085 John David Anglin changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRME

[Bug target/119698] gen_il-main: raised PROGRAM_ERROR : finalize/adjust raised exception

2025-05-05 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119698 John David Anglin changed: What|Removed |Added Component|ada |target Version|15.0

[Bug gcov-profile/120086] FAIL: gcc.misc-tests/gcov-29.c

2025-05-04 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120086 --- Comment #6 from John David Anglin --- On hppa, size_t is unsigned long. I'll test.

[Bug gcov-profile/120086] FAIL: gcc.misc-tests/gcov-29.c

2025-05-04 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120086 --- Comment #4 from John David Anglin --- Guess this is a problem in other files: bash-5.1$ grep zu *.cc crc-verification.cc:fprintf (dump_file, "Checking %zu bit.\n", it_end); crc-verification.cc:fprintf (dump_file, "Checking %zu bit.\

[Bug gcov-profile/120086] FAIL: gcc.misc-tests/gcov-29.c

2025-05-04 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120086 --- Comment #3 from John David Anglin --- (In reply to Jørgen Kvalsvik from comment #2) > Interesting. I looked at the attach'd .gcov file and it is filled with these: > > paths covered 1 of zu > > Does the target not support size_t with print

[Bug gcov-profile/120086] New: FAIL: gcc.misc-tests/gcov-29.c

2025-05-03 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120086 Bug ID: 120086 Summary: FAIL: gcc.misc-tests/gcov-29.c Product: gcc Version: 16.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: gcov-profile

[Bug gcov-profile/120086] FAIL: gcc.misc-tests/gcov-29.c

2025-05-03 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120086 --- Comment #1 from John David Anglin --- Similar fails: FAIL: gcc.misc-tests/gcov-30.c gcov: 0 failures in line counts, 0 in branch percentages, 0 in condition/decision, 12 in prime-paths, 0 in return percentages, 0 in intermediate format, 0 fa

[Bug testsuite/120085] New: FAIL: gcc.dg/lto/modref-2 c_lto_modref-2_0.o-c_lto_modref-2_0.o link, -O2 -flto-partition=max -flto -fno-ipa-sra

2025-05-03 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120085 Bug ID: 120085 Summary: FAIL: gcc.dg/lto/modref-2 c_lto_modref-2_0.o-c_lto_modref-2_0.o link, -O2 -flto-partition=max -flto -fno-ipa-sra Product: gcc Version: 16

[Bug testsuite/120084] FAIL: gcc-dg-lto-pr60779-01.exe scan-ltrans-tree-dump-times optimized "divdc3" 1

2025-05-03 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120084 --- Comment #2 from John David Anglin --- This changes test to unsupported on hppa64-hp-hpux11.11.

[Bug lto/120084] New: FAIL: gcc-dg-lto-pr60779-01.exe scan-ltrans-tree-dump-times optimized "divdc3" 1

2025-05-03 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120084 Bug ID: 120084 Summary: FAIL: gcc-dg-lto-pr60779-01.exe scan-ltrans-tree-dump-times optimized "divdc3" 1 Product: gcc Version: 16.0 Status: UNCONFIRMED Severit

[Bug ipa/120082] FAIL: gcc.dg/ipa/pr119318.c execution test

2025-05-03 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120082 --- Comment #3 from John David Anglin --- Fails at first cmpb: => 0x400067bc : cmpb,*<> r0,ret0,0x40006804 0x400067c0 : depdi,z,* -7,31,5,ret0 0x400067c4 : cmpb,*<> ret0,ret1,0x40

[Bug ipa/120082] FAIL: gcc.dg/ipa/pr119318.c execution test

2025-05-03 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120082 --- Comment #2 from John David Anglin --- Created attachment 61281 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61281&action=edit Assembler output

[Bug ipa/120082] FAIL: gcc.dg/ipa/pr119318.c execution test

2025-05-03 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120082 --- Comment #1 from John David Anglin --- Created attachment 61280 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61280&action=edit Preprocessed source.

[Bug ipa/120082] New: FAIL: gcc.dg/ipa/pr119318.c execution test

2025-05-03 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120082 Bug ID: 120082 Summary: FAIL: gcc.dg/ipa/pr119318.c execution test Product: gcc Version: 16.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ipa

[Bug ada/119698] gen_il-main: raised PROGRAM_ERROR : finalize/adjust raised exception

2025-05-02 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119698 --- Comment #16 from John David Anglin --- More errors: RUN c85006e ,.,. C85006E ACATS 2.6 31-02-25 19:41:02 C85006E CHECK THAT A COMPONENT OR SLICE OF A VARIABLE CREATED BY AN ALLOCATOR CAN BE RENAMED AND HAS THE CORRECT

[Bug ada/119698] gen_il-main: raised PROGRAM_ERROR : finalize/adjust raised exception

2025-05-02 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119698 John David Anglin changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c/120066] New: FAIL: gcc.c-torture/compile/pr51694.c -O0 (internal compiler error: Segmentation fault)

2025-05-02 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120066 Bug ID: 120066 Summary: FAIL: gcc.c-torture/compile/pr51694.c -O0 (internal compiler error: Segmentation fault) Product: gcc Version: 16.0 Status: UNCONFIRMED

[Bug ada/119698] gen_il-main: raised PROGRAM_ERROR : finalize/adjust raised exception

2025-05-01 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119698 --- Comment #14 from John David Anglin --- I installed Debian gcc and gnat 12.3.0-14. With it, gen_il-main doesn't fault. I'm building 12.4.0-5 and I'll see if I can find issue with Debian build.

[Bug ada/119698] gen_il-main: raised PROGRAM_ERROR : finalize/adjust raised exception

2025-05-01 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119698 --- Comment #12 from John David Anglin --- gnat-12 tests: https://buildd.debian.org/status/fetch.php?pkg=gcc-12&arch=hppa&ver=12.4.0-5&stamp=1742217185&raw=1 (search for test-summary) === acats Summary === # of expected passes

[Bug ada/119698] gen_il-main: raised PROGRAM_ERROR : finalize/adjust raised exception

2025-04-30 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119698 --- Comment #4 from John David Anglin --- gcc-12 can no longer build itself: https://buildd.debian.org/status/fetch.php?pkg=gcc-12&arch=hppa&ver=12.4.0-6&stamp=1746020966&raw=0

[Bug c++/113381] FAIL: g++.dg/cpp2a/consteval-prop6.C -std=c++20 at line 58 (test for warnings, line 57)

2025-04-23 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113381 --- Comment #2 from John David Anglin --- That's with gcc-15.

[Bug c++/113381] FAIL: g++.dg/cpp2a/consteval-prop6.C -std=c++20 at line 58 (test for warnings, line 57)

2025-04-23 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113381 John David Anglin changed: What|Removed |Added Last reconfirmed|2025-01-03 00:00:00 |2025-4-23 --- Comment #1 from John

[Bug target/19799] sibcall-3.c and sibcall-4.c xfailed on hppa64-*-hpux*

2025-04-19 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19799 --- Comment #10 from John David Anglin --- Yup: https://gcc.gnu.org/pipermail/gcc-testresults/2025-April/844452.html

[Bug libstdc++/119840] FAIL: g++.old-deja/g++.robertl/eb73.C -std=gnu++26 (test for excess errors)

2025-04-18 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119840 John David Anglin changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug libstdc++/119840] FAIL: g++.old-deja/g++.robertl/eb73.C -std=gnu++26 (test for excess errors)

2025-04-16 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119840 --- Comment #1 from John David Anglin --- I'm also seeing warnings from this file in build log. Probably, this warning was introduced in the following commit: 473dde525248a694c0f4e62b31a7fc24b238c5b0

[Bug libstdc++/119840] New: FAIL: g++.old-deja/g++.robertl/eb73.C -std=gnu++26 (test for excess errors)

2025-04-16 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119840 Bug ID: 119840 Summary: FAIL: g++.old-deja/g++.robertl/eb73.C -std=gnu++26 (test for excess errors) Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: n

[Bug ada/119698] New: gen_il-main: raised PROGRAM_ERROR : finalize/adjust raised exception

2025-04-09 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119698 Bug ID: 119698 Summary: gen_il-main: raised PROGRAM_ERROR : finalize/adjust raised exception Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal

[Bug libgomp/119570] New: FAIL: libgomp.c++/../libgomp.c-c++-common/metadirective-4.c execution test

2025-04-01 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119570 Bug ID: 119570 Summary: FAIL: libgomp.c++/../libgomp.c-c++-common/metadirective-4.c execution test Product: gcc Version: 15.0 Status: UNCONFIRMED

[Bug other/119569] New: FAIL: c-c++-common/gomp/append-args-1.c (internal compiler error: in modify_call_for_omp_dispatch, at gimplify.cc:3957)

2025-04-01 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119569 Bug ID: 119569 Summary: FAIL: c-c++-common/gomp/append-args-1.c (internal compiler error: in modify_call_for_omp_dispatch, at gimplify.cc:3957) Product: gcc Vers

[Bug testsuite/118762] FAIL: g++.dg/modules/pr98893_b.C -std=c++2b scan-assembler __tcf_ZL1b:

2025-03-31 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118762 --- Comment #2 from John David Anglin --- Created attachment 60931 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60931&action=edit Assembler output Looks like check should be xfailed on 64-bit hppa-hpux.

[Bug rtl-optimization/119538] New: FAIL: gcc.dg/torture/pr117938.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions execution test

2025-03-29 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119538 Bug ID: 119538 Summary: FAIL: gcc.dg/torture/pr117938.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions execution test Product: gcc

[Bug rtl-optimization/119362] [15 regression] tree-object-size.cc:1377:1: error: unrecognizable insn

2025-03-26 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119362 --- Comment #4 from John David Anglin --- Build fixed by https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=6c443e128802bd93158a3db7c4edf5fc1fc76c8d. What bothers me is the above change was to fix a performance regression caused by a more aggressiv

[Bug rtl-optimization/119362] [15 regression] tree-object-size.cc:1377:1: error: unrecognizable insn

2025-03-24 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119362 John David Anglin changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug rtl-optimization/119362] tree-object-size.cc:1377:1: error: unrecognizable insn

2025-03-23 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119362 --- Comment #1 from John David Anglin --- Created attachment 60856 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60856&action=edit ira-costs.cc patch to fix build on PA 1.x The hunk of code disabled in the attached patch was added in com

[Bug rtl-optimization/119362] New: tree-object-size.cc:1377:1: error: unrecognizable insn

2025-03-18 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119362 Bug ID: 119362 Summary: tree-object-size.cc:1377:1: error: unrecognizable insn Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Comp

[Bug testsuite/119220] [15 Regression] FAIL: gcc.dg/debug/dwarf2/inline2.c scan-assembler-times DW_AT_entry_pc 6

2025-03-17 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119220 John David Anglin changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug testsuite/119220] [15 Regression] FAIL: gcc.dg/debug/dwarf2/inline2.c scan-assembler-times DW_AT_entry_pc 6

2025-03-13 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119220 --- Comment #2 from John David Anglin --- Created attachment 60748 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60748&action=edit Patch Your suggestion works.

[Bug rtl-optimization/117645] [15 Regression] FAIL: gcc.dg/graphite/pr29581-2.c execution test with late-combine

2025-03-13 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117645 --- Comment #9 from John David Anglin --- (In reply to Andrew Pinski from comment #8) >> > The current implementation of addti3 on hppa only allows register > > operands. The problem is avoided if we improve addti3 to support > > the addition o

[Bug debug/119220] New: FAIL: gcc.dg/debug/dwarf2/inline2.c scan-assembler-times DW_AT_entry_pc 6

2025-03-11 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119220 Bug ID: 119220 Summary: FAIL: gcc.dg/debug/dwarf2/inline2.c scan-assembler-times DW_AT_entry_pc 6 Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: nor

[Bug libstdc++/119089] FAIL: 23_containers/vector/debug/assign4_backtrace_neg.cc -std=gnu++17 (test for excess errors)

2025-03-04 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119089 --- Comment #13 from John David Anglin --- Debian doesn't ship fixed pthread.h but they are in my personal builds. I will probably remove fixed pthread.h from my personal builds.

[Bug libstdc++/119089] FAIL: 23_containers/vector/debug/assign4_backtrace_neg.cc -std=gnu++17 (test for excess errors)

2025-03-03 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119089 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/119089] FAIL: 23_containers/vector/debug/assign4_backtrace_neg.cc -std=gnu++17 (test for excess errors)

2025-03-03 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119089 --- Comment #9 from John David Anglin --- The PTHREAD_COND_INITIALIZER initializer changed in glibc 2.41. In addition to regenerating the gcc fixincludes, I believe gcc needs rebuilding as the initializer is used in gthr.h. Debian doesn't ship

[Bug libstdc++/119089] FAIL: 23_containers/vector/debug/assign4_backtrace_neg.cc -std=gnu++17 (test for excess errors)

2025-03-02 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119089 --- Comment #8 from John David Anglin --- (In reply to Jonathan Wakely from comment #5) > Isn't this a glibc change, and you need to regenerate the gcc fixincludes > headers after updating glibc? That could have happened. Will investigate. Th

[Bug libstdc++/119089] FAIL: 23_containers/vector/debug/assign4_backtrace_neg.cc -std=gnu++17 (test for excess errors)

2025-03-02 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119089 --- Comment #3 from John David Anglin --- Maybe introduced by the following change: https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=ad2908ed4ec5eff3cad3fd142cde5c1fac4788e9

[Bug libstdc++/119089] FAIL: 23_containers/vector/debug/assign4_backtrace_neg.cc -std=gnu++17 (test for excess errors)

2025-03-02 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119089 --- Comment #2 from John David Anglin --- Don't know. It's defined in generic code. All the initializers seem to have an extra set of `{}`.

[Bug c/119089] New: FAIL: 23_containers/vector/debug/assign4_backtrace_neg.cc -std=gnu++17 (test for excess errors)

2025-03-02 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119089 Bug ID: 119089 Summary: FAIL: 23_containers/vector/debug/assign4_backtrace_neg.cc -std=gnu++17 (test for excess errors) Product: gcc Version: 15.0 St

[Bug testsuite/116986] FAIL: gcc.dg/torture/pr115387-2.c -O0 (test for excess errors)

2025-02-18 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116986 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/111075] [13/14/15 Regression] ICE on g++.dg/torture/tail-padding1.C on darwin since r13-6145-gb2287a4d9a640fdc2caef6a067830ea65044deb7

2025-02-10 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111075 --- Comment #10 from John David Anglin --- Another bit of information: Breakpoint 5, type_has_trivial_fn (ctype=0x83ffbfeb1f18, sfk=sfk_copy_constructor) at ../../gcc/gcc/cp/method.cc:399 399 switch (sfk) (gdb) p debug_tree (ctype

[Bug c++/111075] [13/14/15 Regression] ICE on g++.dg/torture/tail-padding1.C on darwin since r13-6145-gb2287a4d9a640fdc2caef6a067830ea65044deb7

2025-02-10 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111075 --- Comment #9 from John David Anglin --- (gdb) p debug_tree (fun) > DI size unit-size align:64 warn_if_not_align:0 symtab:0 alias-set -1 canonical-type 83ffbfed0bd0 method basetype arg-types

[Bug c++/111075] [13/14/15 Regression] ICE on g++.dg/torture/tail-padding1.C on darwin since r13-6145-gb2287a4d9a640fdc2caef6a067830ea65044deb7

2025-02-10 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111075 --- Comment #8 from John David Anglin --- trivial_fn_p (fun) returns true.

[Bug c++/70349] FAIL: g++.dg/abi/abi-tag18a.C -std=gnu++98 scan-assembler _ZZ1fB7__test1vEN1T1gB7__test2Ev

2025-02-09 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70349 --- Comment #3 from John David Anglin --- Created attachment 60436 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60436&action=edit 64-bit assembler output

[Bug target/111709] [13/14/15 Regression] Miscompilation of sysdeps/ieee754/dbl-64/s_fma.c since r13-1268-g8c99e307b20c50

2025-02-06 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111709 John David Anglin changed: What|Removed |Added Resolution|--- |MOVED Status|WAITING

[Bug target/111709] [13/14/15 Regression] Miscompilation of sysdeps/ieee754/dbl-64/s_fma.c since r13-1268-g8c99e307b20c50

2025-02-06 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111709 --- Comment #28 from John David Anglin --- Created attachment 60399 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60399&action=edit Patch Fixes fma testcases on hppa. This is a glibc bug.

[Bug target/111709] [13/14/15 Regression] Miscompilation of sysdeps/ieee754/dbl-64/s_fma.c since r13-1268-g8c99e307b20c50

2025-02-06 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111709 John David Anglin changed: What|Removed |Added Attachment #60399|0 |1 is obsolete|

[Bug target/111709] [13/14/15 Regression] Miscompilation of sysdeps/ieee754/dbl-64/s_fma.c since r13-1268-g8c99e307b20c50

2025-02-05 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111709 --- Comment #26 from John David Anglin --- (In reply to Joseph S. Myers from comment #23) > hppa is an after-rounding architecture and this test is only meant to > produce underflow on before-rounding architectures. You should investigate > why

[Bug testsuite/118762] New: FAIL: g++.dg/modules/pr98893_b.C -std=c++2b scan-assembler __tcf_ZL1b:

2025-02-05 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118762 Bug ID: 118762 Summary: FAIL: g++.dg/modules/pr98893_b.C -std=c++2b scan-assembler __tcf_ZL1b: Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal

[Bug c++/70349] FAIL: g++.dg/abi/abi-tag18a.C -std=gnu++98 scan-assembler _ZZ1fB7__test1vEN1T1gB7__test2Ev

2025-02-05 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70349 --- Comment #2 from John David Anglin --- On hppa64-hp-hpux11.11 at revision r15-7342-gd3627c78be1, we have the following new fails: FAIL: g++.dg/abi/abi-tag18a.C -std=gnu++17 scan-assembler _ZZZ1fB7__test1vEN1T1gEvE1x FAIL: g++.dg/abi/abi-tag

[Bug target/111709] [13/14/15 Regression] Miscompilation of sysdeps/ieee754/dbl-64/s_fma.c since r13-1268-g8c99e307b20c50

2025-02-05 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111709 --- Comment #25 from John David Anglin --- The unions in this code have been completely optimized away making this code very difficult to debug. I worry that there is a disconnect between the floating and integer values in the unions. Float co

[Bug target/111709] [13/14/15 Regression] Miscompilation of sysdeps/ieee754/dbl-64/s_fma.c since r13-1268-g8c99e307b20c50

2025-02-05 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111709 --- Comment #22 from John David Anglin --- Actually, it appears the multiplication by 0.25 can be avoided by setting w directly.

[Bug target/111709] [13/14/15 Regression] Miscompilation of sysdeps/ieee754/dbl-64/s_fma.c since r13-1268-g8c99e307b20c50

2025-02-05 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111709 --- Comment #21 from John David Anglin --- For the testcase in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111709#c16, the underflow bit is generated in this glibc code in s_fma.c: /* v.ieee.mantissa1 & 2 is LSB bit of the result bef

[Bug rtl-optimization/117248] gcc/libgcc/libgcc2.h:232:25: internal compiler error: Arithmetic exception

2025-02-04 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117248 --- Comment #28 from John David Anglin --- Problem worked around on hppa by commit https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=88bb18ccd87d43abe401a1228cc337e4b46be88d.

[Bug target/111709] [13/14/15 Regression] Miscompilation of sysdeps/ieee754/dbl-64/s_fma.c since r13-1268-g8c99e307b20c50

2025-02-03 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111709 --- Comment #20 from John David Anglin --- Will investigate further but it's not the testcase but glibc's fma/fmal that is miscompiled.

[Bug c++/116524] FAIL: g++.dg/modules/permissive-error-1.C -std=c++17 (internal compiler error: Segmentation fault)

2025-01-27 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116524 John David Anglin changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRME

[Bug rtl-optimization/117248] gcc/libgcc/libgcc2.h:232:25: internal compiler error: Arithmetic exception

2025-01-24 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117248 --- Comment #26 from John David Anglin --- We have the following fails in the libgomp testsuite with lra: FAIL: libgomp.c++/../libgomp.c-c++-common/lastprivate-conditional-3.c execution test WARNING: libgomp.c++/doacross-1.C execution test prog

[Bug c++/116524] FAIL: g++.dg/modules/permissive-error-1.C -std=c++17 (internal compiler error: Segmentation fault)

2025-01-16 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116524 --- Comment #2 from John David Anglin --- Patch: https://gcc.gnu.org/pipermail/gcc-patches/2025-January/673831.html

[Bug middle-end/118417] [15 Regression] Bootstrap comparison failure! gcc/range-op.o differs

2025-01-12 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118417 --- Comment #4 from John David Anglin --- We have the following new fails on hppa64-hp-hpux11.11: +FAIL: gcc.c-torture/execute/20040709-1.c -O1 execution test +FAIL: gcc.c-torture/execute/20040709-1.c -O2 execution test +FAIL: gcc.c-tortur

[Bug middle-end/118417] [15 Regression] Bootstrap comparison failure! gcc/range-op.o differs

2025-01-12 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118417 --- Comment #2 from John David Anglin --- The ifcombine change fixed build.

[Bug other/118417] New: Bootstrap comparison failure! gcc/range-op.o differs

2025-01-11 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118417 Bug ID: 118417 Summary: Bootstrap comparison failure! gcc/range-op.o differs Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compon

[Bug c++/116524] FAIL: g++.dg/modules/permissive-error-1.C -std=c++17 (internal compiler error: Segmentation fault)

2025-01-04 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116524 John David Anglin changed: What|Removed |Added CC||nathan at gcc dot gnu.org --- Comme

[Bug lto/118238] [15 Regression] gcc/lto-wrapper.cc uses link which is not recommend and does not exist on mingw

2024-12-29 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118238 Bug 118238 depends on bug 118121, which changed state. Bug 118121 Summary: [15 Regression] lto-wrapper.cc:1878:20: error: 'mkstemps' was not declared in this scope https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118121 What|Removed

[Bug lto/118121] [15 Regression] lto-wrapper.cc:1878:20: error: 'mkstemps' was not declared in this scope

2024-12-29 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118121 John David Anglin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug rtl-optimization/117951] FAIL: 20_util/variant/run.cc -std=gnu++17 (test for excess errors)

2024-12-28 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117951 --- Comment #5 from John David Anglin --- Jeff removed himself from CC list, so I presume he thinks this is not a gcse bug.

[Bug middle-end/118050] [15 Regression] timevar.cc:163:18: error: 'CLOCK_MONOTONIC' was not declared in this scope

2024-12-26 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118050 John David Anglin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug middle-end/118050] [15 Regression] timevar.cc:163:18: error: 'CLOCK_MONOTONIC' was not declared in this scope

2024-12-24 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118050 --- Comment #3 from John David Anglin --- Will do.

[Bug rtl-optimization/117951] FAIL: 20_util/variant/run.cc -std=gnu++17 (test for excess errors)

2024-12-24 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117951 --- Comment #4 from John David Anglin --- run.cc compiles okay if I add -fno-gcse to compile command. dave@mx3210:~/gnu/gcc/objdir/hppa-linux-gnu/libstdc++-v3/testsuite$ cat xxx.sh /home/dave/gnu/gcc/objdir/./gcc/xg++ -shared-libgcc -B/home/dav

[Bug rtl-optimization/117770] FAIL: g++.dg/torture/pr37922.C -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions execution test

2024-12-23 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117770 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/118186] New: FAIL: gcc.dg/field-merge-16.c scan-tree-dump-times ifcombine "optimizing" 6

2024-12-23 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118186 Bug ID: 118186 Summary: FAIL: gcc.dg/field-merge-16.c scan-tree-dump-times ifcombine "optimizing" 6 Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: no

[Bug rtl-optimization/117248] gcc/libgcc/libgcc2.h:232:25: internal compiler error: Arithmetic exception

2024-12-23 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117248 --- Comment #25 from John David Anglin --- The problem noted in comment 20 is still present on hppa-unknown-linux-gnu. Compile command: /home/dave/gnu/gcc/objdir/gcc/cc1 -fpreprocessed ./arith-rand-ll.i -quiet -da - dumpdir ./ -dumpbase arith-

  1   2   3   4   5   >