[Bug tree-optimization/116120] [15 regression] Wrong code for (a ? x : y) != (b ? x : y)

2024-07-27 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116120 Sam James changed: What|Removed |Added Keywords||wrong-code Summary|Wrong code fo

[Bug testsuite/92550] FAIL: gcc.dg/ipa/ipa-sra-8.c execution test on strict-align targets

2024-07-27 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92550 Sam James changed: What|Removed |Added Summary|FAIL: |FAIL: |gcc.dg/ipa/ipa-sra-

[Bug testsuite/70150] Additonal test failures with --enable-default-pie

2024-07-27 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70150 --- Comment #36 from Sam James --- Two more fixes are pending review at https://inbox.sourceware.org/gcc-patches/20240506044542.102727-2-xry...@xry111.site/.

[Bug testsuite/116080] [15 regression] New tests from r15-2233-g8d1af8f904a0c0 fail

2024-07-27 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116080 Sam James changed: What|Removed |Added Summary|New tests from |[15 regression] New tests

[Bug testsuite/102677] Extra testsuite failures with glibc 2.34

2024-07-27 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102677 Sam James changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|---

[Bug modula2/116123] flex generated files should be committed to the tree so that flex is not needed on build

2024-07-28 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116123 --- Comment #4 from Sam James --- (In reply to Andrew Pinski from comment #1) > flex is required for building GCC from git even without m2. > > gengtype-lex.l needs to be processed by flex. Yes, I was surprised to see FX ask for this because i

[Bug c/116130] Implement C23 N2956 paper - [[unsequenced]] and [[reproducible]] function type arguments

2024-07-29 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116130 --- Comment #5 from Sam James --- (In reply to Jakub Jelinek from comment #4) > BTW, the rule about composite types sounds fairly dangerous in the ?: > operator case. > For redeclarations it is the right thing, but for ?: yielding the union of >

[Bug c/116130] Implement C23 N2956 paper - [[unsequenced]] and [[reproducible]] function type arguments

2024-07-29 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116130 --- Comment #6 from Sam James --- (In reply to Sam James from comment #5) I brought it up at https://social.treehouse.systems/@thesamesam/110148110341108345 too where [[unsequenced]] and [[reproducible]] were mentioned.

[Bug tree-optimization/115824] [12 Regression] Strange -Warray-bounds warning when assigning an initializer list to a vector of pointers

2024-07-30 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115824 Sam James changed: What|Removed |Added CC||redi at gcc dot gnu.org --- Comment #7 from

[Bug tree-optimization/115824] [12 Regression] Strange -Warray-bounds warning when assigning an initializer list to a vector of pointers

2024-07-30 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115824 Sam James changed: What|Removed |Added CC||sjames at gcc dot gnu.org --- Comment #8 fr

[Bug middle-end/116146] New: Split insn-recog.cc

2024-07-30 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116146 Bug ID: 116146 Summary: Split insn-recog.cc Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end Assigne

[Bug middle-end/116138] [15 regression] profiledbootstrap broken on aarch64 since r15-2196-g88d16194d0c8a6

2024-07-30 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116138 Sam James changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1 fro

[Bug target/111600] [14/15 Regression] RISC-V bootstrap time regression

2024-07-30 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111600 Sam James changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug middle-end/116151] [12/13/14/15 Regression] G++ fails to diagnose -Waggressive-loop-optimizations when going past the end of an array since r7-4040-g40f683e88d5aee

2024-07-30 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116151 Sam James changed: What|Removed |Added Keywords|needs-bisection | Summary|[12/13/14/15 Regression

[Bug debug/116153] New: -fdebug-compare failure when building bmake

2024-07-30 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116153 Bug ID: 116153 Summary: -fdebug-compare failure when building bmake Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debu

[Bug debug/116153] -fdebug-compare failure when building bmake

2024-07-30 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116153 --- Comment #1 from Sam James --- With 13 (my copies of 14+15 have the bad IPA dump commit, not rebuilt yet), I see the first diff in einline in value numbering: @@ -1322,10 +1437,10 @@ Merging blocks 18 and 15 _Bool CondParser_StringExpr (st

[Bug testsuite/116154] New: gcc.dg/torture/pr67947.c fails on pru-unknown-elf

2024-07-30 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116154 Bug ID: 116154 Summary: gcc.dg/torture/pr67947.c fails on pru-unknown-elf Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug testsuite/116154] gcc.dg/torture/pr67947.c fails on pru-unknown-elf

2024-07-30 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116154 --- Comment #1 from Sam James --- Ah, CC'd Dimitar Dimitrov who seems to run that buildbot and has his name in config/pru :)

[Bug testsuite/116155] New: c-c++-common/fam-in-union-alone-in-struct-1.c fails on pru-unknown-elf

2024-07-30 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116155 Bug ID: 116155 Summary: c-c++-common/fam-in-union-alone-in-struct-1.c fails on pru-unknown-elf Product: gcc Version: 15.0 Status: UNCONFIRMED Keywords: testsui

[Bug testsuite/116154] gcc.dg/torture/pr67947.c fails on pru-unknown-elf

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

[Bug c/101478] [12/13/14/15 Regression] ICE with statement expression and offsetof like expression since r10-7127-gcb99630f254aae

2024-07-30 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101478 Sam James changed: What|Removed |Added CC||rguenth at gcc dot gnu.org,

[Bug tree-optimization/115697] [12/13/14/15 Regression] Miscompilation with -fgraphite-identity at -O2 since r11-3917-g28290cb50c7dbf

2024-07-30 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115697 Sam James changed: What|Removed |Added Summary|[12/13/14/15 Regression]|[12/13/14/15 Regression]

[Bug tree-optimization/100162] missed optimization for dead code elimination at -O3 (vs. -O2)

2024-07-30 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100162 Sam James changed: What|Removed |Added CC||sjames at gcc dot gnu.org --- Comment #4 fr

[Bug debug/116156] New: [14/15 regression] -fcompare-debug -gno-statement-frontiers failure with -O2 when building gdk-pixbuf

2024-07-30 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116156 Bug ID: 116156 Summary: [14/15 regression] -fcompare-debug -gno-statement-frontiers failure with -O2 when building gdk-pixbuf Product: gcc Version: 15.0

[Bug testsuite/116154] gcc.dg/torture/pr67947.c fails on pru-unknown-elf

2024-07-31 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116154 Sam James changed: What|Removed |Added Assignee|sjames at gcc dot gnu.org |dimitar at gcc dot gnu.org --- Comm

[Bug testsuite/116154] gcc.dg/torture/pr67947.c fails on pru-unknown-elf

2024-07-31 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116154 --- Comment #7 from Sam James --- (In reply to Dimitar Dimitrov from comment #4) Dimitar, if you'd be so kind, that'd be great. Thanks! (Sorry, no idea where I got Dmitry from.)

[Bug middle-end/116161] New: -fcompare-debug -gno-statement-frontiers failure with -O3 -march=native -fno-vect-cost-model when building rapidfuzz

2024-07-31 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116161 Bug ID: 116161 Summary: -fcompare-debug -gno-statement-frontiers failure with -O3 -march=native -fno-vect-cost-model when building rapidfuzz Product: gcc Version

[Bug middle-end/116161] -fcompare-debug -gno-statement-frontiers failure with -O3 -march=znver3 -mshstk when building rapidfuzz

2024-07-31 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116161 Sam James changed: What|Removed |Added Summary|-fcompare-debug |-fcompare-debug |-gno-sta

[Bug middle-end/116161] -fcompare-debug -gno-statement-frontiers failure with -O3 -march=znver3 -mshstk when building rapidfuzz

2024-07-31 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116161 --- Comment #2 from Sam James --- It's so slow to compile that I don't know if I can reduce this. I might just look for other testcases.

[Bug testsuite/116163] RFE: add a linting tool for DegaGnu tests

2024-07-31 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116163 Sam James changed: What|Removed |Added CC||sjames at gcc dot gnu.org --- Comment #2 fr

[Bug testsuite/116163] RFE: add a linting tool for DegaGnu tests

2024-07-31 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116163 --- Comment #4 from Sam James --- * Missing braces (e.g. 'dg-do run }' or 'dg-do run') Problem: Checking for that is noisy because some people have been good and explained workarounds but then they mention 'dg-...' in a comment and it might loo

[Bug target/110061] libatomic: 128-bit atomics should be lock-free on AArch64

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110061 Sam James changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug testsuite/116154] gcc.dg/torture/pr67947.c fails on pru-unknown-elf

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116154 --- Comment #11 from Sam James --- Cheers Dimitar.

[Bug analyzer/116173] New: [15 regression] /analyzer/call-summary.cc:727:28: warning: unused variable ‘summary_cast_reg’ [-Wunused-variable]

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116173 Bug ID: 116173 Summary: [15 regression] /analyzer/call-summary.cc:727:28: warning: unused variable ‘summary_cast_reg’ [-Wunused-variable] Product: gcc Version: 1

[Bug bootstrap/70200] builing gcc with -lfto without libunwind

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70200 Sam James changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/116179] New: [15 regression] -fcompare-debug --gno-statement-frontiers failure with -O3 when building mesa-24.1.4

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116179 Bug ID: 116179 Summary: [15 regression] -fcompare-debug --gno-statement-frontiers failure with -O3 when building mesa-24.1.4 Product: gcc Version: 15.0

[Bug middle-end/116179] [15 regression] -fcompare-debug --gno-statement-frontiers failure with -O3 when building mesa-24.1.4

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116179 --- Comment #1 from Sam James --- Reducing.

[Bug middle-end/116179] [15 regression] -fcompare-debug --gno-statement-frontiers failure with -O3 when building mesa-24.1.4

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116179 --- Comment #2 from Sam James --- Created attachment 58795 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58795&action=edit reduced.i

[Bug middle-end/116179] [15 regression] -fcompare-debug --gno-statement-frontiers failure with -O3 when building mesa-24.1.4

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

[Bug middle-end/116179] [15 regression] -fcompare-debug --gno-statement-frontiers failure with -O3 when building mesa-24.1.4

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116179 --- Comment #4 from Sam James --- I think the first difference is in x.ii.003l.raw? ``` @@ -78,17464 +78,17479 @@ srcp: x.ii:9 chain: @59 size: @28 algn: 64 used: 1

[Bug rtl-optimization/116179] [15 regression] -fcompare-debug -gno-statement-frontiers failure with -O3 when building mesa-24.1.4

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116179 --- Comment #7 from Sam James --- Ah, I see what I did wrong now with my sorting too. Thanks!

[Bug modula2/116181] New: -Wlto-type-mismatch warnings/errors during m2 bootstrap

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116181 Bug ID: 116181 Summary: -Wlto-type-mismatch warnings/errors during m2 bootstrap Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Prior

[Bug other/116182] New: bootstrap-lto should set a small list of -Werror options for LTO correctness (-Werror=lto-type-mismatch,odr,strict-aliasing)

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116182 Bug ID: 116182 Summary: bootstrap-lto should set a small list of -Werror options for LTO correctness (-Werror=lto-type-mismatch,odr,strict-aliasing) Product: gcc

[Bug driver/116183] New: -fcompare-debug broken with piped input

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116183 Bug ID: 116183 Summary: -fcompare-debug broken with piped input Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: driver

[Bug driver/116183] -fcompare-debug broken with piped input

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116183 Sam James changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug driver/65264] compare debug failure when using stdin

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65264 Sam James changed: What|Removed |Added CC||sjames at gcc dot gnu.org --- Comment #3 fro

[Bug tree-optimization/104178] [12 regression] -fcompare-debug failure at -O3 -m32 since r12-4790-g4b3a325f07acebf47e82de227ce1d5ba62f5bcae

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104178 Sam James changed: What|Removed |Added Known to fail||12.4.1 CC|

[Bug tree-optimization/106375] [13 regression] Lowering complex type mov regressed loop distribution for memset/memcpy/memmov.

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106375 Sam James changed: What|Removed |Added Summary|[13 regreesion] Lowering|[13 regression] Lowering

[Bug tree-optimization/109334] tree-object-size: Improve size computation in arguments

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109334 Sam James changed: What|Removed |Added Target Milestone|14.3|14.0 Status|NEW

[Bug ipa/106816] noreturn/pure attributes are not set correctly on multiversioned functions

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106816 Sam James changed: What|Removed |Added Status|ASSIGNED|NEW Assignee|marxin at gcc dot gn

[Bug gcov-profile/105063] [GCOV] Ability to map .gcda paths

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105063 Sam James changed: What|Removed |Added Assignee|marxin at gcc dot gnu.org |unassigned at gcc dot gnu.org

[Bug gcov-profile/105238] [12/13/14/15 regression] using -fprofile-dir: gcno files not ccache cachable anymore / gcovr report broken

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105238 Sam James changed: What|Removed |Added Status|ASSIGNED|NEW Assignee|marxin at gcc dot gn

[Bug tree-optimization/116166] risc-v (last) insn-emit-nn.c build takes hours

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116166 Sam James changed: What|Removed |Added Last reconfirmed||2024-08-02 Status|UNCONFIRMED

[Bug driver/65264] compare debug failure when using stdin

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

[Bug ada/115917] GNAT fails to bootstrap with LTO and -Werror=lto-type-mismatch due to C_Version_String and gnat_version_string on x86_64-pc-linux-gnu

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

[Bug rust/108087] -Wodr warnings in rust/rust-lang.cc (lang_type)

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108087 Sam James changed: What|Removed |Added Target Milestone|--- |14.0 See Also|

[Bug ipa/90151] [12/13/14/15 regression] 554.roms_r regression on x86_64 at -O2 and generic march/mtune since r8-4715-g35cd23ebb6d05e

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90151 Sam James changed: What|Removed |Added Summary|554.roms_r regression on|[12/13/14/15 regression] |

[Bug rust/116187] New: -Wuninitialized warnings in libgrust/libproc_macro_internal/literal.cc

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116187 Bug ID: 116187 Summary: -Wuninitialized warnings in libgrust/libproc_macro_internal/literal.cc Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal

[Bug other/116188] New: Drop building libcody for stage1 for bootstraps

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116188 Bug ID: 116188 Summary: Drop building libcody for stage1 for bootstraps Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug other/116188] Drop building libcody for stage1 for bootstraps

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116188 Sam James changed: What|Removed |Added Keywords||build Blocks|

[Bug target/113341] Using GCC as the bootstrap compiler breaks LLVM on 32-bit PowerPC

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113341 --- Comment #16 from Sam James --- glaubitz, could you check with gcc-14.2 or trunk? I have a feeling honza's IPA fixes recently sort this.

[Bug target/113652] [14/15 regression] Failed bootstrap on ppc unrecognized opcode: `lfiwzx' with -mcpu=7450

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113652 --- Comment #29 from Sam James --- csfore, erhard, could you test https://inbox.sourceware.org/gcc-patches/zpioop6il_igm...@cowardly-lion.the-meissners.org/?

[Bug bootstrap/35199] [PATCH] Check for valid value of BASEVER

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35199 Sam James changed: What|Removed |Added Keywords||patch --- Comment #5 from Sam James --- (In

[Bug bootstrap/84402] [meta] GCC build system: parallelism bottleneck

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84402 Bug 84402 depends on bug 109051, which changed state. Bug 109051 Summary: Configure takes long time for multibuild of run-time libraries https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109051 What|Removed |Added -

[Bug bootstrap/109051] Configure takes long time for multibuild of run-time libraries

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109051 Sam James changed: What|Removed |Added Resolution|--- |WORKSFORME Status|UNCONFIRMED

[Bug bootstrap/110607] Makefile.in builds broken build-tools when CXXFLAGS is defined

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110607 Sam James changed: What|Removed |Added Keywords||patch --- Comment #3 from Sam James --- We

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

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51450 --- Comment #7 from Sam James --- Possibly fixed by: commit 11869b9c9eb8bcc8cb6a615141f522a447377324 Author: Gary V. Vaughan Date: Sat Nov 26 11:06:35 2011 +0700 m4: fix logic error leading to -fno-rtti being added wrongly. * m4/lib

[Bug rtl-optimization/116179] [15 regression] -fcompare-debug -gno-statement-frontiers failure with -O3 when building mesa-24.1.4 since r15-1735-ge62ea4fb8ffcab (late combine)

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116179 Sam James changed: What|Removed |Added Summary|[15 regression] |[15 regression] |-fcompar

[Bug lto/113204] lto1: error: qsort comparator non-negative on sorted output: 64

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113204 --- Comment #9 from Sam James --- (In reply to Xi Ruoyao from comment #5) > I've hit a similar ICE testing libbacktrace with LTO bootstrapped GCC on > LoongArch: I hit this today too. Unfortunately, it seems that libbacktrace gets relinked (an

[Bug lto/113204] qsort checking ICE with Go LTO (lto1: error: qsort comparator non-negative on sorted output: 64)

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113204 Sam James changed: What|Removed |Added Last reconfirmed||2024-08-02 Ever confirmed|0

[Bug lto/113204] qsort checking ICE with Go LTO (lto1: error: qsort comparator non-negative on sorted output: 64)

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113204 --- Comment #10 from Sam James --- (My reluctance is because getting a proper set of C sources to reproduce it seems to keep hiding from me.)

[Bug lto/113204] qsort checking ICE with Go LTO (lto1: error: qsort comparator non-negative on sorted output: 64)

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113204 --- Comment #11 from Sam James --- (In reply to Richard Biener from comment #4) > the non-presence of n{1,2}->lto_file_data represented as -1 makes whether > non-presence is first dependent on the value of the order of the other. > That might

[Bug testsuite/116163] RFE: add a linting tool for DejaGnu tests

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116163 --- Comment #9 from Sam James --- * Missing dg- prefix (e.g. "// { message }") or "{ require-effective* ... }" * s/dg/do/, e.g. "{ do-do compile }"

[Bug testsuite/116163] RFE: add a linting tool for DejaGnu tests

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116163 --- Comment #10 from Sam James --- * "dsg-message" * "do-message"

[Bug c++/116178] wish: command line -std=c++newest

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116178 --- Comment #8 from Sam James --- Build systems like autoconf currently hardcode a list of C++ and C standards which has to be updated every so often (and often gets forgotten about). autoconf at least will aggressively pick the latest one it kn

[Bug c++/116178] wish: command line -std=c++newest

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116178 --- Comment #9 from Sam James --- (In reply to Sam James from comment #8) To give another example where it might be useful: ICU often ends up cranking the C++ standard its headers expect before its consumers have bumped it, recently this was w/

[Bug c++/116178] wish: command line -std=c++newest

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116178 --- Comment #10 from Sam James --- > If you want to play with new features, there's a flag to enable them already. > Does -std=c++whatever actually support some new use case that you can't do > today? Or just "I can't be bothered to decide, gi

[Bug c++/116198] Wdeprecated-enum-enum-conversion triggers inside extern "C"

2024-08-02 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116198 --- Comment #1 from Sam James --- extern "C" does _not_ change the language something is built as, just linkage.

[Bug rtl-optimization/116200] [15 regression] ICE in stage 2 since r15-2696-gba730fd10934e4

2024-08-02 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116200 Sam James changed: What|Removed |Added CC||rsandifo at gcc dot gnu.org,

[Bug rtl-optimization/116200] [15 regression] ICE in stage 2 since r15-2696-gba730fd10934e4

2024-08-02 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116200 Sam James changed: What|Removed |Added CC||haochen.jiang at intel dot com --- Comment

[Bug tree-optimization/116166] risc-v (last) insn-emit-nn.c build takes hours

2024-08-02 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116166 Sam James changed: What|Removed |Added See Also|https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=11160

[Bug tree-optimization/116156] [14 regression] -fcompare-debug -gno-statement-frontiers failure with -O2 when building gdk-pixbuf

2024-08-02 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116156 --- Comment #12 from Sam James --- Thank you as ever.

[Bug other/116182] bootstrap-lto should set a small list of -Werror options for LTO correctness (-Werror=lto-type-mismatch,odr)

2024-08-02 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116182 Sam James changed: What|Removed |Added Summary|bootstrap-lto should set a |bootstrap-lto should set a

[Bug testsuite/116148] c-c++-common/fam-in-union-alone-in-struct-2.c fails on big-endian (finally tested starting with r15-2403-g136f364e26d9ad)

2024-08-02 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116148 Sam James changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug testsuite/116207] New: gcc.target/aarch64/simd/vmmla.c is broken (started being tested with r15-2414-g2d105efd6f60)

2024-08-03 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116207 Bug ID: 116207 Summary: gcc.target/aarch64/simd/vmmla.c is broken (started being tested with r15-2414-g2d105efd6f60) Product: gcc Version: 15.0 Status: UNCONFIRMED

[Bug testsuite/116207] gcc.target/aarch64/simd/vmmla.c is broken (started being tested with r15-2414-g2d105efd6f60)

2024-08-03 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116207 --- Comment #1 from Sam James --- Running gcc:gcc.target/aarch64/simd/simd.exp ... UNRESOLVED: gcc.target/aarch64/simd/vmmla.c scan-assembler-times \\tsmmla\\tv[0-9]+.4s, v[0-9]+.16b, v[0-9]+.16b 1 UNRESOLVED: gcc.target/aarch64/simd/vmmla.c s

[Bug testsuite/116207] gcc.target/aarch64/simd/vmmla.c is broken (started being tested with r15-2414-g2d105efd6f60)

2024-08-03 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116207 --- Comment #2 from Sam James --- >From the logs: ``` PASS: gcc.target/aarch64/simd/vmmla.c (test for excess errors) gcc.target/aarch64/simd/vmmla.c: output file does not exist UNRESOLVED: gcc.target/aarch64/simd/vmmla.c scan-assembler-times \\t

[Bug testsuite/116207] gcc.target/aarch64/simd/vmmla.c is broken (started being tested with r15-2414-g2d105efd6f60)

2024-08-03 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116207 --- Comment #3 from Sam James --- (In reply to Sam James from comment #2) > I think we want dg-do compile here. It looks like scan-assembler-times > doesn't work with dg-do assemble? No, this is wrong, other testcases do it fine.

[Bug testsuite/116207] gcc.target/aarch64/simd/vmmla.c is broken (started being tested with r15-2414-g2d105efd6f60)

2024-08-03 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116207 --- Comment #5 from Sam James --- (In reply to Andrew Pinski from comment #4) > -save-temps is used in others. Ah, thanks. There's a bunch of other dubious tests too then. Need to check (some may be OK if .exp sets stuff up fine, some are also

[Bug middle-end/116208] New: "inlined from" diagnostic note has whitespace after function name

2024-08-03 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116208 Bug ID: 116208 Summary: "inlined from" diagnostic note has whitespace after function name Product: gcc Version: 15.0 Status: UNCONFIRMED Keywords: diagnostic

[Bug middle-end/116208] "inlined from" diagnostic note has whitespace after function name

2024-08-03 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116208 --- Comment #1 from Sam James --- Oh! $ rg __ct_base gcc/cp/decl.cc:4782:{"__ct_base ", &base_ctor_identifier, cik_ctor},

[Bug c++/116208] "inlined from" diagnostic note has whitespace after function name

2024-08-03 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116208 --- Comment #5 from Sam James --- Pretty sure yes.

[Bug libstdc++/116210] New: 17_intro/names.cc test fails

2024-08-03 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116210 Bug ID: 116210 Summary: 17_intro/names.cc test fails Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++

[Bug libstdc++/116210] 17_intro/names.cc test fails

2024-08-03 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116210 --- Comment #1 from Sam James --- stdlib.h:46 for me is: ``` __fortify_function __attribute_overloadable__ __wur char * __NTH (realpath (const char *__restrict __name, __fortify_clang_overload_arg (char *, __restrict, __resolved

[Bug libstdc++/116210] 17_intro/names.cc test fails

2024-08-03 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116210 --- Comment #2 from Sam James --- This probably only shows up with _FORTIFY_SOURCE.

[Bug libstdc++/116210] 17_intro/names.cc test fails with >=glibc-2.35 and _FORTIFY_SOURCE

2024-08-03 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116210 Sam James changed: What|Removed |Added CC||siddhesh at gcc dot gnu.org Keywo

[Bug libstdc++/116212] New: [13/14/15 regression] -Walloc-size-larger-than warning when building 20_util/specialized_algorithms/uninitialized_move/constrained.cc with -O3

2024-08-03 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116212 Bug ID: 116212 Summary: [13/14/15 regression] -Walloc-size-larger-than warning when building 20_util/specialized_algorithms/uninitialized_move/cons trained.cc with

[Bug tree-optimization/116213] New: -Wmaybe-uninitialized in tree-ssa-loop-niter.cc

2024-08-03 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116213 Bug ID: 116213 Summary: -Wmaybe-uninitialized in tree-ssa-loop-niter.cc Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug tree-optimization/116214] New: -Wmaybe-uninitialized in tree-vect-stmts.cc

2024-08-03 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116214 Bug ID: 116214 Summary: -Wmaybe-uninitialized in tree-vect-stmts.cc Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree

[Bug target/116215] New: -Wstringop-overflow in i386-expand.cc

2024-08-03 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116215 Bug ID: 116215 Summary: -Wstringop-overflow in i386-expand.cc Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

<    10   11   12   13   14   15   16   17   18   >