[Bug middle-end/120629] [16 regression] profiledbootstrap with lto fails

2025-06-11 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120629 Sam James changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #11 fr

[Bug ipa/120629] [16 regression] profiledbootstrap with lto fails

2025-06-11 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120629 --- Comment #9 from Sam James --- OK, reproduced with: ``` $ ~/git/gcc/configure --prefix=/usr --with-build-config="bootstrap-lto bootstrap-O3" BOOT_CFLAGS="-O3 -march=znver2" BOOT_CXXFLAGS="-O3 -march=znver2" $ make profiledbootstrap -j$(nproc)

[Bug tree-optimization/120630] [16 regression] wrong code at -O{s,2,3} with "-fno-tree-loop-im -fno-tree-loop-optimize -fno-tree-ch" on x86_64-linux-gnu

2025-06-10 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120630 Sam James changed: What|Removed |Added Keywords||wrong-code Summary|wrong code at

[Bug ipa/120629] [16 regression] bootstrap-lto fails

2025-06-10 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120629 --- Comment #3 from Sam James --- Created attachment 61620 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61620&action=edit build.log.xz It's during stagetrain, actually..

[Bug ipa/120629] [16 regression] profiledbootstrap fails

2025-06-10 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120629 Sam James changed: What|Removed |Added Summary|[16 regression] |[16 regression] |bootstra

[Bug ipa/120629] [16 regression] bootstrap-lto fails

2025-06-10 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120629 --- Comment #1 from Sam James --- ``` ==2259076== Invalid write of size 8 ==2259076==at 0x57F874A: ipa_predicate::stream_in(lto_input_block*) (ipa-predicate.cc:614) ==2259076==by 0x577856A: inline_read_section(lto_file_decl_data*, char c

[Bug ipa/120629] New: [16 regression] bootstrap-lto fails

2025-06-10 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120629 Bug ID: 120629 Summary: [16 regression] bootstrap-lto fails Product: gcc Version: 16.0 Status: UNCONFIRMED Keywords: build Severity: normal Priority: P3

[Bug middle-end/120608] [15/16 regression] error: cannot tail-call: other reasons when using address sanitizer with musttail

2025-06-10 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120608 Sam James changed: What|Removed |Added Keywords||rejects-valid Target Milestone|---

[Bug tree-optimization/120613] PGO build of PHP fails with SSA corruption

2025-06-09 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120613 --- Comment #6 from Sam James --- (In reply to P. Ruber from comment #5) > (In reply to Andrew Pinski from comment #3) > > or might it be a dup of bug 98845 . Both were fixed in Feburary . > > Should these be backported to GCC 14 by upstream or

[Bug c/120578] Loop termination check eliminated under -O2/-O3/Os when int overflow occurs

2025-06-07 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120578 --- Comment #4 from Sam James --- > violating the Semantic Preservation Principle No such principle applies for UB.

[Bug middle-end/112824] Stack spills and vector splitting with vector builtins

2025-06-07 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112824 Sam James changed: What|Removed |Added Target Milestone|--- |16.0

[Bug target/120513] Possible arch or configure issue

2025-06-05 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120513 --- Comment #18 from Sam James --- As I said, I don't see that at all on my alpha crosses. But why not just patch out that warning for now instead?

[Bug target/102294] memset expansion is sometimes slow for small sizes

2025-06-05 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102294 --- Comment #20 from Sam James --- If you're that keen on the issue, why not build a kernel with the patch and compare the trees (or build a GCC yourself with that)?

[Bug target/120513] Possible arch or configure issue

2025-06-05 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120513 --- Comment #15 from Sam James --- I think that may be barking up the wrong tree. We had issues like that on HPPA and we ended up removing the warning, but I've also never seen anyone report that on alpha/hppa before confusing configure tests (t

[Bug cobol/120554] libgcobol meets clang

2025-06-05 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120554 --- Comment #11 from Sam James --- (In reply to David Binderman from comment #4) > (In reply to Sam James from comment #2) > > As jwakely explained before, you cannot use git blame and friends on a > > shallow clone. > > Oh dear, this again. >

[Bug lto/120559] local variable stack store eliminated while its stack location is kept as passed argument (only with LTO, rv64gc)

2025-06-05 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120559 --- Comment #3 from Sam James --- __attribute__((noinline)) void write_to_hw(uint32_t channel, uint32_t * ptr) { while (1) { hw_low_level_write(channel, (*ptr | (channel & 3))); if (!hw_low_level_overflow(channel, 7)) {

[Bug tree-optimization/120560] [14/15/16 regression] wrong code at -O{s,2,3} with -fno-tree-ccp on x86_64-linux-gnu

2025-06-05 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120560 Sam James changed: What|Removed |Added Target Milestone|--- |14.4 Summary|wrong code at -O{s,

[Bug cobol/120554] libgcobol meets clang

2025-06-05 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120554 Sam James changed: What|Removed |Added CC|pzheng at gcc dot gnu.org | --- Comment #2 from Sam James ---

[Bug c++/120552] Adding ftime-report creates ICE

2025-06-04 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120552 Sam James changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRMED

[Bug c++/116681] [12 Regression] ICE: in start, at timevar.cc:491 with -ftime-report -std=c++20

2025-06-04 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116681 Sam James changed: What|Removed |Added CC||ric.larsson at gmail dot com --- Comment #1

[Bug middle-end/80006] loss of range information due to spurious widening conversion

2025-06-04 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80006 --- Comment #8 from Sam James --- Indeed, it XPASSes for me on x86_64 now: +XPASS: gcc.dg/attr-alloc_size-11.c missing range info for short (test for warnings, line 51) +XPASS: gcc.dg/attr-alloc_size-11.c missing range info for signed char (test

[Bug cobol/119323] cppcheck meets libgcobol

2025-06-04 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119323 Sam James changed: What|Removed |Added Target Milestone|--- |16.0 --- Comment #12 from Sam James --- Se

[Bug rtl-optimization/120050] [15 Regression] ICE bootstrapping on mips64el with --with-arch=gs464 --with-build-config=bootstrap-O3 --enable-checking=yes,extra

2025-06-04 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120050 Sam James changed: What|Removed |Added Last reconfirmed||2025-06-04 Assignee|unassigned at

[Bug plugins/120513] Possible arch or configure issue

2025-06-02 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120513 --- Comment #2 from Sam James --- (In reply to Sam James from comment #1) > Have you replaced your system native gcc with a cross compiler...? Ah, nevermind this.

[Bug plugins/120513] Possible arch or configure issue

2025-06-02 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120513 --- Comment #1 from Sam James --- Have you replaced your system native gcc with a cross compiler...?

[Bug lto/120509] lto-plugin configure fails on cross compiler build

2025-06-02 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120509 --- Comment #1 from Sam James --- Why are you passing --enable-bootstrap for a cross build?

[Bug c++/120504] [16 Regression] gcc-16 fails to build llvm-20 and gdb-16.3 unique_ptr.h:91:23: error: invalid application of 'sizeof' to incomplete type ... since r16-944-g0629924777ea20

2025-06-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120504 Sam James changed: What|Removed |Added CC||sjames at gcc dot gnu.org Last reconfirme

[Bug rtl-optimization/81501] mulitple calls to __tls_get_addr() with -fPIC

2025-05-31 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81501 Sam James changed: What|Removed |Added Keywords||patch --- Comment #12 from Sam James --- ht

[Bug ada/120496] adaint.h:324:8: error: unknown type name 'cpu_set_t'

2025-05-31 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120496 --- Comment #4 from Sam James --- (In reply to Dennis Clarke from comment #2) > May be trivial to fix given that the error only ever happens in the final > stage of the bootstrap. No, there's a lot more. If it were just this, I would give you

[Bug ada/120496] adaint.h:324:8: error: unknown type name 'cpu_set_t'

2025-05-31 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120496 --- Comment #1 from Sam James --- There's a bunch of porting required to get GNAT working on musl. I may work on it this stage1.

[Bug tree-optimization/120488] [12/13/14/15/16 regression] wrong code at -O1 and above on x86_64-linux-gnu

2025-05-30 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120488 Sam James changed: What|Removed |Added Target Milestone|--- |12.5 Keywords|

[Bug sanitizer/120471] [12/13/14/15/16 regression] -fsanitize=undefined causes read of uninitialized variable when accessing element in an array at -O0 level

2025-05-29 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120471 Sam James changed: What|Removed |Added Known to fail||10.1.0, 15.1.0 Summary|-fsanitiz

[Bug sanitizer/120471] -fsanitize=undefined causes read of uninitialized variable when accessing element in an array at -O0 level

2025-05-29 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120471 --- Comment #3 from Sam James --- (In reply to Xi Ruoyao from comment #2) > I cannot reproduce it locally, nor on godbolt: > https://godbolt.org/z/rxf8Es1n5. Try the C++ FE.

[Bug c/120455] char** and -Wincompatible-pointer-types

2025-05-28 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120455 --- Comment #6 from Sam James --- (In reply to lavr from comment #5) > Wow, it's a ten year old problem now is breaking the builds because of the > warning to error promotion! The latter should not have been done with the > outstanding problem

[Bug c++/120453] [16 regression] qcoro fails to build its tests (error: use of deleted function ... is implicitly deleted because the default definition would be ill-formed) since r16-773-ge06555a40c0

2025-05-28 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120453 --- Comment #4 from Sam James --- Created attachment 61538 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61538&action=edit reduced.ii

[Bug c++/120453] [16 regression] qcoro fails to build its tests (error: use of deleted function ... is implicitly deleted because the default definition would be ill-formed) since r16-773-ge06555a40c0

2025-05-28 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120453 Sam James changed: What|Removed |Added Summary|[16 regression] qcoro fails |[16 regression] qcoro fails

[Bug c/120455] char** and -Wincompatible-pointer-types

2025-05-28 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120455 --- Comment #1 from Sam James --- https://x.com/__phantomderp/status/1804967387864691052

[Bug c++/120453] [16 regression] qcoro fails to build its tests

2025-05-28 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120453 --- Comment #2 from Sam James --- Created attachment 61534 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61534&action=edit partial.cpp.ii.xz Attaching a partial reduction, still running, but it's slow.

[Bug c++/120453] [16 regression] qcoro fails to build its tests

2025-05-28 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120453 Sam James changed: What|Removed |Added Keywords||rejects-valid See Also|

[Bug c++/120453] New: [16 regression] qcoro fails to build its tests

2025-05-28 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120453 Bug ID: 120453 Summary: [16 regression] qcoro fails to build its tests Product: gcc Version: 16.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug ada/120440] [15/16 regression] gnat exception handling miscompiled (`gnat ls` crashes when bootstrapped with -march=znver3) since r15-8901-g7bec4570301c43

2025-05-27 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120440 --- Comment #5 from Sam James --- (In reply to Sam James from comment #4) > It bisects to r15-8901-g7bec4570301c43 which I find very surprising. Double > checked with a build of r15-8900-g525d4a10302113 (which works) and > r15-8901-g7bec4570301c

[Bug ada/120440] [15/16 regression] gnat exception handling miscompiled (`gnat ls` crashes when bootstrapped with -march=znver3) since r15-8901-g7bec4570301c43

2025-05-27 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120440 Sam James changed: What|Removed |Added Keywords|needs-bisection | Summary|[15/16 regression] gnat

[Bug ada/120440] [15/16 regression] gnat exception handling miscompiled (`gnat ls` crashes when bootstrapped with -march=znver3)

2025-05-26 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120440 Sam James changed: What|Removed |Added Keywords||needs-bisection --- Comment #1 from Sam Jam

[Bug ada/120440] [15/16 regression] gnat exception handling miscompiled (`gnat ls` crashes when bootstrapped with -march=znver3)

2025-05-26 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120440 Sam James changed: What|Removed |Added Target Milestone|--- |15.2

[Bug ada/120440] New: [15/16 regression] gnat exception handling miscompiled (`gnat ls` crashes when bootstrapped with -march=znver3)

2025-05-26 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120440 Bug ID: 120440 Summary: [15/16 regression] gnat exception handling miscompiled (`gnat ls` crashes when bootstrapped with -march=znver3) Product: gcc Version: 16.

[Bug target/120417] gcc -m32 -O1 codegen error, leading to SIGSEGV, workaround -fno-tree-coalesce-vars

2025-05-25 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120417 Sam James changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug target/120417] gcc -m32 -O1 codegen error, leading to SIGSEGV, workaround -fno-tree-coalesce-vars

2025-05-25 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120417 Sam James changed: What|Removed |Added CC||sjames at gcc dot gnu.org --- Comment #6 fr

[Bug target/86792] microblaze port needs updating for CVE-2017-5753

2025-05-24 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86792 --- Comment #1 from Sam James --- r14-11803-gf644e21ee36440 fixes this but it's missing on releases/gcc-15 and trunk...

[Bug target/119083] Remove SSE_FIRST_REG from ix86_class_likely_spilled_p

2025-05-24 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119083 Sam James changed: What|Removed |Added Keywords||patch --- Comment #11 from Sam James --- h

[Bug target/118996] Should TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P return false for x86-64?

2025-05-24 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118996 Sam James changed: What|Removed |Added Keywords||plugin --- Comment #17 from Sam James ---

[Bug rtl-optimization/111143] [missed optimization] unlikely code slows down diffutils x86-64 ASCII processing

2025-05-24 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43 Sam James changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug rtl-optimization/110823] [missed optimization] >50% speedup for x86-64 ASCII processing a la GNU diffutils

2025-05-24 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110823 Sam James changed: What|Removed |Added Last reconfirmed||2025-05-25 Ever confirmed|0

[Bug target/71657] Wrong code on trunk gcc (std::out_of_range), westmere

2025-05-24 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71657 --- Comment #15 from Sam James --- (In reply to Sam James from comment #14) > /* Disabled due to PRs 70902, 71453, 71555, 71596 and 71657. */ > > All of those except for PR71453 were dependent on tom's fix (PR83327) so > should be ready to revi

[Bug target/109982] csmith: x86_64: znver1 issues

2025-05-24 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109982 Sam James changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug middle-end/115539] Misoptimization of application at -O2 -g on x86-64 causing segfaults on valid memory accesses where it works on both clang and gcc at -g (no -O2)

2025-05-24 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115539 Sam James changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/120427] [12/13/14/15/16 Regression] "and $0,mem" is generated without -Oz since r12-6106-gef26c151c14a87

2025-05-24 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120427 Sam James changed: What|Removed |Added Keywords||missed-optimization Summary|[12/

[Bug tree-optimization/120425] [12/13/14/15/16 regression] GCC-compiled (with -O{1,2,s,3}) program got segfault from GCC 12.1 since r12-476-gd846f225c25c58

2025-05-24 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120425 Sam James changed: What|Removed |Added Keywords|needs-bisection | Summary|[12/13/14/15/16 regress

[Bug target/120424] [arm] -fnon-call-exceptions -fstack-clash-protection triggers lra-eliminations bug

2025-05-24 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120424 Sam James changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug cobol/120422] Reducing strcmp() and strlen() gcc/cobol/genapi.cc at f3a62dcfc96cb24127385a7e668133e037b6085d

2025-05-24 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120422 --- Comment #1 from Sam James --- Please send patches to gcc-patches@ (https://gcc.gnu.org/contribute.html) once they're ready. It's okay to include WIP stuff on Bugzilla, but patches on BZ won't get reviewed seriously or applied.

[Bug target/120417] gcc -m32 -O1 codegen error, leading to SIGSEGV, workaround -fno-tree-coalesce-vars

2025-05-23 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120417 Sam James changed: What|Removed |Added Keywords||needs-source --- Comment #1 from Sam James

[Bug tree-optimization/117423] [12/13/14/15/16 Regression] union not written to with particular layout since r10-6321-g636e80eea24b78

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

[Bug lto/110710] LTO linker on Windows creates an invalid Makefile

2025-05-23 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110710 --- Comment #19 from Sam James --- Peter, now that 14.3 is out, maybe propose it as a backport on the ML?

[Bug c++/119930] [15/16 regression] g++.dg/coroutines/torture/pr103953.C FAILs with -O3

2025-05-22 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119930 --- Comment #12 from Sam James --- (In reply to Martin Jambor from comment #11) > (In reply to Sam James from comment #4) > > -fno-ipa-cp works > > It does not help for me, can you double check, please? I can't reproduce that now either (i.e.

[Bug target/100837] nds32le-linux: error: array subscript 2 is above array bounds of 'rtx_def* [2]'

2025-05-21 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100837 Sam James changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug rtl-optimization/120374] ext-dce fails to realize a shift pair makes bits dead

2025-05-21 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120374 Sam James changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug c++/120392] GCC Segmentation Fault Cross Compiling C++ Source

2025-05-21 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120392 --- Comment #3 from Sam James --- Wait, you're reporting this for GCC 9.3.0? Anything under 12 is EOL.

[Bug c++/120392] GCC Segmentation Fault Cross Compiling C++ Source

2025-05-21 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120392 --- Comment #1 from Sam James --- (In reply to admin from comment #0) > Command triggering issue (as invoked by make): > [...] Please run this with -save-temps appened, then upload camerabuffer.ii (or .cpp.ii). This is the preprocessed source m

[Bug tree-optimization/120376] -fmalloc-dce=0 is not work as expected

2025-05-21 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120376 --- Comment #1 from Sam James --- -fno-alloc-dce seems to work. Where did you see =0 documented? I only see https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html#index-fno-malloc-dce mentioning 1 and 2.

[Bug c++/120273] [15/16 regression] ICE when building corral since r15-3148-g6303cd7e41546e

2025-05-20 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120273 --- Comment #7 from Sam James --- ``` [...] ==838291== Invalid read of size 1 ==838291==at 0x8EB7F10: __strcmp_avx2 (strcmp-avx2.S:249) ==838291==by 0x5EF52CE: UnknownInlinedFun (splay-tree.c:151) ==838291==by 0x5EF52CE: UnknownInlin

[Bug ipa/110282] [12/13/14/15 regression] Segmentation fault with specific optimizations since r10-3311-gff6686d2e5f797

2025-05-20 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110282 --- Comment #23 from Sam James --- Thanks Martin.

[Bug tree-optimization/120358] [15/16 regression] qtbase-6.9.0 miscompiled since r15-580-gf3e5f4c58591f5

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

[Bug tree-optimization/120358] [15/16 regression] qtbase-6.9.0 miscompiled since r15-580-gf3e5f4c58591f5

2025-05-19 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120358 --- Comment #1 from Sam James --- Created attachment 61473 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61473&action=edit build.sh

[Bug tree-optimization/120358] New: [15/16 regression] qtbase-6.9.0 miscompiled since r15-580-gf3e5f4c58591f5

2025-05-19 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120358 Bug ID: 120358 Summary: [15/16 regression] qtbase-6.9.0 miscompiled since r15-580-gf3e5f4c58591f5 Product: gcc Version: 16.0 Status: UNCONFIRMED Keywords: need

[Bug target/120356] [15/16 Regression] RISC-V: Miscompile at -O[23] since r15-6881-g7b815107f40

2025-05-19 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120356 Sam James changed: What|Removed |Added Keywords||wrong-code Summary|[16 Regressio

[Bug target/120347] [15/16 regression] invalid arm32/thumb assembly output

2025-05-19 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120347 Sam James changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug target/120351] [15/16 regression] Assemble failure on armv7-a with -mfpu=neon (ldrex r1, [s14], invalid use of NEON registers) since r15-1579-g792f97b44ffc5e

2025-05-19 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120351 Sam James changed: What|Removed |Added CC||rearnsha at gcc dot gnu.org Last reconfir

[Bug target/120347] [15/16 regression] invalid arm32/thumb assembly output

2025-05-19 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120347 Sam James changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug ipa/110282] [12/13/14/15 regression] Segmentation fault with specific optimizations since r10-3311-gff6686d2e5f797

2025-05-19 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110282 Sam James changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug tree-optimization/118924] [12 regression] Wrong code at -O2 and above leading to uninitialized accesses on aarch64-linux-gnu since r10-917-g3b47da42de621c

2025-05-19 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118924 Sam James changed: What|Removed |Added Resolution|--- |FIXED Known to work|

[Bug target/120351] [15/16 regression] Assemble failure on armv7-a with -mfpu=neon (ldrex r1, [s14], invalid use of NEON registers)

2025-05-19 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120351 Sam James changed: What|Removed |Added Target Milestone|--- |15.2 Summary|ldrex r1, [s14], in

[Bug target/120351] ldrex r1, [s14], invalid use of NEON registers

2025-05-19 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120351 Sam James changed: What|Removed |Added CC||sjames at gcc dot gnu.org --- Comment #3 fr

[Bug target/120351] [15/16 regression] Assemble failure on armv7-a with -mfpu=neon (ldrex r1, [s14], invalid use of NEON registers)

2025-05-19 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120351 --- Comment #4 from Sam James --- For completeness, my pastes are with: $ as --version GNU assembler (Gentoo p1) 2.44.50.20250518

[Bug target/120351] ldrex r1, [s14], invalid use of NEON registers

2025-05-19 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120351 Sam James changed: What|Removed |Added Component|c++ |target Keywords|

[Bug target/120351] ldrex r1, [s14], invalid use of NEON registers

2025-05-19 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120351 --- Comment #2 from Sam James --- ``` # diff -u <(g++-14 /tmp/a.cxx -O2 -S -mfpu=neon -o -) <(g++-15 /tmp/a.cxx -O2 -S -mfpu=neon -o -) --- /dev/fd/63 2025-05-19 10:57:07.663372453 - +++ /dev/fd/62 2025-05-19 10:57:07.666705782 - @@ -3

[Bug target/120347] [15/16 regression] invalid arm32/thumb assembly output

2025-05-19 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120347 Sam James changed: What|Removed |Added Summary|invalid arm32/thumb |[15/16 regression] invalid

[Bug lto/120334] New: lto plugin doesn't check for excess section size

2025-05-18 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120334 Bug ID: 120334 Summary: lto plugin doesn't check for excess section size Product: gcc Version: 16.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug ipa/120307] [16 regression] ICE in combine_with_ipa_count_within, at profile-count.cc:410 during aarch64 -O3 profiledbootstrap since r16-101-g132d01d96ea9d6

2025-05-17 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120307 Sam James changed: What|Removed |Added Target Milestone|--- |16.0 Summary|ICE in

[Bug tree-optimization/120322] [16 regression] wrong code at -O{s,2,3} with "-fno-early-inlining" on x86_64-linux-gnu since r16-170-ga670ebde399548

2025-05-17 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120322 Sam James changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug tree-optimization/120322] [16 regression] wrong code at -O{s,2,3} with "-fno-early-inlining" on x86_64-linux-gnu

2025-05-17 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120322 Sam James changed: What|Removed |Added Summary|wrong code at -O{s,2,3} |[16 regression] wrong code

[Bug target/107032] ARM: libgcc2.c:2174:1: error: r7 cannot be used in 'asm' here

2025-05-17 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107032 --- Comment #10 from Sam James --- Please see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107032#c5.

[Bug fortran/120286] [12/13/14/15/16 regression] [OpenMP] Double free detected when using openmp

2025-05-16 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120286 Sam James changed: What|Removed |Added Summary|[OpenMP] Double free|[12/13/14/15/16 regression]

[Bug c++/119930] [15/6 regression] g++.dg/coroutines/torture/pr103953.C FAILs with -O3

2025-05-15 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119930 --- Comment #10 from Sam James --- (In reply to Andrew Pinski from comment #9) > The only difference between the testcase in comment #8 and the one in the > testsuite is that the code is moved to a named function other than main and > then that

[Bug ipa/120099] [16 regression] gfortran.dg/specifics_1.f90 FAILs since r16-372-g064cac730f88dc

2025-05-15 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120099 --- Comment #6 from Sam James --- (In reply to Sam James from comment #5) > ``` > $ gfortran-14 gfortran.dg/specifics_1.f90 -o a -ff2c -O2 --param > max-inline-insns-size=50 && ./a > STOP 1 > ``` It fails with this going back to GCC 9, but GCC

[Bug ipa/120099] [16 regression] gfortran.dg/specifics_1.f90 FAILs since r16-372-g064cac730f88dc

2025-05-15 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120099 --- Comment #5 from Sam James --- ``` $ gfortran-14 gfortran.dg/specifics_1.f90 -o a -ff2c -O2 --param max-inline-insns-size=50 && ./a STOP 1 ```

[Bug ipa/120295] [15/16 Regression] Wrong code on -O3 for trunk version (live code is wrongly eliminated) since r15-6294-g96fb71883d438b

2025-05-15 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120295 --- Comment #7 from Sam James --- .. and I guess with trunk, it starts to fail with the inlining changes?

[Bug ipa/120295] [15/16 Regression] Wrong code on -O3 for trunk version (live code is wrongly eliminated)

2025-05-15 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120295 --- Comment #5 from Sam James --- (In reply to mcccs from comment #4) > (can't bisect, because) not reproducible on aarch64 What about with -fsigned-char?

[Bug libstdc++/120288] [15/16 regression] spurious null pointer dereference in std::__detail::_Hashtable_base::_M_key_equals since gcc-15

2025-05-15 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120288 Sam James changed: What|Removed |Added Component|c++ |libstdc++ Summary|spurious null

[Bug tree-optimization/120277] [16 Regression] Crash at -O2: in upper_bound, at value-range.h:1181 since r16-577-gc40a4cc2d943d8

2025-05-15 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120277 Sam James changed: What|Removed |Added Summary|[16 Regression] Crash at|[16 Regression] Crash at

[Bug go/118286] go crypto/tls test fails because of expired certificate? (TestVerifyConnection, bad certificate)

2025-05-15 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118286 Sam James changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug lto/51859] Linker option effects not reflected in symbol resolution file

2025-05-14 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51859 Sam James changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

  1   2   3   4   5   6   7   8   9   10   >