https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119507
Sam James changed:
What|Removed |Added
Keywords||patch
--- Comment #7 from Sam James ---
(I
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119160
Sam James changed:
What|Removed |Added
Target Milestone|--- |16.0
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119865
Sam James changed:
What|Removed |Added
Target Milestone|--- |15.0
See Also|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119865
Sam James changed:
What|Removed |Added
Keywords||ice-on-valid-code
--- Comment #1 from Sam J
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65248
Sam James changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65248
Sam James changed:
What|Removed |Added
CC||maskray at google dot com,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119845
--- Comment #6 from Sam James ---
sorry, s/standard/on :)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119845
--- Comment #5 from Sam James ---
It's quite likely we'll switch to -ffp-contract=standard in future.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88512
--- Comment #14 from Sam James ---
(In reply to Sergey Fedorov from comment #13)
> Is this the same error? https://github.com/sleuthkit/sleuthkit/issues/3272
This GCC bug is about noise in errors (being overly verbose), not about a
failure to bu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119851
Sam James changed:
What|Removed |Added
Target Milestone|--- |12.4
Summary|[13/14/15/16 regres
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119851
Bug ID: 119851
Summary: [13/14/15/16 regression] -O2 -Q --help=common suggests
-ftree-vectorize is disabled by default (since
r12-4240-g2b8453c401b699)
Product: gcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82956
--- Comment #4 from Sam James ---
(In reply to Andrew Pinski from comment #3)
> The minimized testcase looks correct.
>
> This also might be a binutils/ld bug.
-fuse-ld={lld,mold} gives the same:
$ objdump -r a | grep _ZThn120_N14Gtid_log_eve
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88382
Sam James changed:
What|Removed |Added
Target Milestone|--- |15.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119386
Sam James changed:
What|Removed |Added
Summary|[14/15 Regression][x64] |[14 Regression] [x64]
|Sh
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119508
Sam James changed:
What|Removed |Added
CC||sjames at gcc dot gnu.org
See Als
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119839
Sam James changed:
What|Removed |Added
Keywords||missed-optimization
Summary|RISC
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119215
--- Comment #5 from Sam James ---
(For stage1, I'll handle richi's previous review and make that easier to do by
integrating it with --{enable,disable}-werror or something.)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119215
--- Comment #4 from Sam James ---
Created attachment 61146
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61146&action=edit
0001-config-add-Werror-lto-type-mismatch-odr-to-bootstrap.patch
Easiest way is to apply this patch, then do:
./con
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119614
--- Comment #52 from Sam James ---
Created attachment 61137
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61137&action=edit
q.ii.xz
This is a lot smaller but still pretty gross. Not reducing it further, but
including in case it's of some
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119834
--- Comment #12 from Sam James ---
Unfortunately I can't reproduce it yet. Could you show me `gcc -v`? (Wondering
what --with-arch= is, especially, if anything.)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119614
--- Comment #50 from Sam James ---
It works!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119834
--- Comment #2 from Sam James ---
Can you show the full command line at least please? Need the flags.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119834
Sam James changed:
What|Removed |Added
Keywords||ice-on-valid-code
Summary|Compil
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119614
--- Comment #49 from Sam James ---
Trying it.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119614
--- Comment #40 from Sam James ---
Created attachment 61131
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61131&action=edit
p.ii.xz
Reduction is pretty slow, but:
```
$ g++ p.ii -w -flto=auto -O3 -shared
p.ii: In function ‘MpRepeatedStri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110282
--- Comment #13 from Sam James ---
No problem -- you may want to do -Werror=return-type -Werror=uninitialized
-Werror=sequence-point as well to reduce the chance of reducing to something
bogus. (-Werror=return-type would catch that issue I menti
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110282
--- Comment #11 from Sam James ---
(In reply to mcccs from comment #10)
Using the return value of e() when it didn't return anything is undefined.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119614
--- Comment #39 from Sam James ---
(In reply to Sam James from comment #38)
> The testcase from comment 14 fails for me still with Martin's last patch as
> well as Honza's.
I'm reducing two variants of that.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119614
--- Comment #38 from Sam James ---
The testcase from comment 14 fails for me still with Martin's last patch as
well as Honza's.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119786
--- Comment #3 from Sam James ---
Created attachment 61129
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61129&action=edit
pr119786.patch
This patch together with the PR119785 fix survives bootstrap-ubsan with
UBSAN_OPTIONS set to catch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119785
--- Comment #7 from Sam James ---
(In reply to Jakub Jelinek from comment #6)
> Hopefully fixed on the trunk so far.
Yes, fixed, thanks!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116093
Sam James changed:
What|Removed |Added
Known to work||15.0
Known to fail|15.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119712
Sam James changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |amacleod at redhat dot
com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119784
Sam James changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |hjl.tools at gmail dot
com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119825
--- Comment #1 from Sam James ---
Full backtrace:
```
$ gcobol xml.cbl
cobol1: internal compiler error: Segmentation fault
0x5e9b1e071134 internal_error(char const*, ...)
/usr/src/debug/sys-devel/gcc-15.0./gcc-15.0./gcc/diagnosti
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119826
Sam James changed:
What|Removed |Added
Target Milestone|--- |13.4
Summary|ICE: verify_type fa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119816
Sam James changed:
What|Removed |Added
Resolution|FIXED |WORKSFORME
--- Comment #8 from Sam James -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119717
Sam James changed:
What|Removed |Added
Target Milestone|--- |15.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71094
Sam James changed:
What|Removed |Added
Target Milestone|--- |15.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119614
--- Comment #35 from Sam James ---
(In reply to Martin Jambor from comment #33)
> The patch from comment #32 passes LTO-bootstrap and profiled-LTO-bootstrap
> on x86_64-linux. I have asked Honza to look at it and comment, especially
> on the de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119816
--- Comment #5 from Sam James ---
The check at
https://github.com/Kitware/CMake/blob/master/Modules/CheckIPOSupported.cmake
which uses
https://github.com/Kitware/CMake/tree/master/Modules/CheckIPOSupported doesn't
seem to use any system librarie
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119816
Sam James changed:
What|Removed |Added
Resolution|INVALID |---
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119816
Sam James changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119815
--- Comment #1 from Sam James ---
-fno-ivopts works
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119815
Sam James changed:
What|Removed |Added
Target Milestone|--- |14.3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42683
Sam James changed:
What|Removed |Added
Target Milestone|--- |15.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109954
Sam James changed:
What|Removed |Added
CC||ismael at linux dot com
--- Comment #22 fro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71268
--- Comment #5 from Sam James ---
Inverse-dupe of PR109954 as that contains the fix.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71268
Sam James changed:
What|Removed |Added
Resolution|WORKSFORME |DUPLICATE
--- Comment #6 from Sam James ---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119614
--- Comment #29 from Sam James ---
Will give the combination a whack. Can add in more as needed.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119712
--- Comment #6 from Sam James ---
*** Bug 119804 has been marked as a duplicate of this bug. ***
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119804
Sam James changed:
What|Removed |Added
Target Milestone|--- |14.3
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119804
Sam James changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119803
Sam James changed:
What|Removed |Added
Last reconfirmed||2025-04-14
Version|unknown
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119803
Sam James changed:
What|Removed |Added
Priority|P3 |P1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105404
--- Comment #14 from Sam James ---
https://forge.sourceware.org/sjames/gcc/commits/branch/sam-zlib
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119778
Sam James changed:
What|Removed |Added
Summary|[13/14/15 regression] |[13/14/15 regression]
|-W
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119786
Bug ID: 119786
Summary: UBSAN error in reorg.cc's note_delay_statistics index
2 out of bounds for type 'int [2]'
Product: gcc
Version: 15.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119785
--- Comment #1 from Sam James ---
I also see:
```
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior
/root/gcc/gcc/config/sparc/sparc.cc:12093:23
/root/gcc/gcc/config/sparc/sparc.cc:12093:23: runtime error: index 63 out of
bounds for type '
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119785
--- Comment #3 from Sam James ---
https://gcc.gnu.org/pipermail/gcc-patches/2024-February/644797.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119785
Bug ID: 119785
Summary: UBSAN errors in machmode.h on sparc
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: rtl-optimiza
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119785
--- Comment #2 from Sam James ---
`~/gcc/configure --enable-host-shared --enable-languages=c,c++,jit
--disable-multilib --host=sparc64-unknown-linux-gnu
--build=sparc64-unknown-linux-gnu --enable-checking=yes,extra,rtl
--with-build-config="boots
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83537
Sam James changed:
What|Removed |Added
Status|NEW |ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68065
Sam James changed:
What|Removed |Added
Status|NEW |ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119780
--- Comment #2 from Sam James ---
-fno-tree-slsr works
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119780
Sam James changed:
What|Removed |Added
Summary|[13/14/15 regression] wrong |[13/14/15 regression] wrong
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119782
--- Comment #2 from Sam James ---
Ditto jit.dg/test-threads.c and jit.dg/test-types.c (combination...)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119773
Sam James changed:
What|Removed |Added
Summary|[12/13/14/15 regression]|[12/13/14/15 regression]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119783
Sam James changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119783
Bug ID: 119783
Summary: libgccjit test
test-error-impossible-must-tail-call.c.exe fails on
hppa (verify_code: actual: "cannot tail-call: memory
reference or volati
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119782
Bug ID: 119782
Summary: libgccjit test fails on hppa (FAIL:
jit.dg/test-combination.c, initial compilation)
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Keyw
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119780
Sam James changed:
What|Removed |Added
Target Milestone|--- |13.4
Known to fail|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119508
--- Comment #13 from Sam James ---
I'm not seeing it anywhere, and I consistently was before.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119778
Sam James changed:
What|Removed |Added
Summary|[14/15/15 regression] |[13/14/15 regression]
|-W
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119778
Sam James changed:
What|Removed |Added
Known to fail||13.3.1, 14.2.1, 15.0
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119778
Sam James changed:
What|Removed |Added
Keywords||ice-on-valid-code
Summary|gcc gi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113688
Sam James changed:
What|Removed |Added
Summary|verify_type fails for |[14 regression] verify_type
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119773
--- Comment #3 from Sam James ---
(In reply to Sam James from comment #2)
> 11+ hangs at -O1.
.. at runtime, that is. Anyway, bisecting.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119773
Sam James changed:
What|Removed |Added
Summary|wrong code at -O{s,1,2,3} |[12/13/14/15 regression]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119767
--- Comment #2 from Sam James ---
Seems that Emacs fails with 10..trunk at least (not tried older than 10). The
original Emacs report is with 14, but I've reproduced it with trunk.
(If useful, SSH is available to a container on this machine tha
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119767
Bug ID: 119767
Summary: libgccjit fails on sparc
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Keywords: testsuite-fail, wrong-code
Severity: normal
Priority:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115767
--- Comment #26 from Sam James ---
(In reply to mcccs from comment #25)
> I used creduce and some de-namespacing and brought it to about 60k lines, I
> hope to post the checkpoint soon
Thank you! Even partial reductions often help a lot (though
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87832
Sam James changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117706
--- Comment #2 from Sam James ---
Running it manually, it looks like it still fails on arm indeed.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119759
--- Comment #1 from Sam James ---
I'm not sure why it's even BSD to begin with. I did try to ask on the ML but
didn't get an answer.
Besides, if it's part of GCC, the whole thing is GPL anyway.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119751
--- Comment #9 from Sam James ---
(In reply to Zbigniew from comment #8)
That sounds like it belongs in a new bug.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116242
Sam James changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106618
Sam James changed:
What|Removed |Added
Target Milestone|--- |15.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119757
--- Comment #1 from Sam James ---
-O2 -fno-vect-cost-model -march=rv64gcv_zvl256b fails
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119757
Sam James changed:
What|Removed |Added
Keywords||ice-on-valid-code
Summary|RISC-V
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97585
Sam James changed:
What|Removed |Added
Target Milestone|--- |15.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119727
--- Comment #6 from Sam James ---
Let's consider backporting this one after some time on trunk? It'd help us a
lot with user reports and would mean we can default-enable -freport-bug
downstream.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93010
--- Comment #5 from Sam James ---
Martin, just to check, did you want to confirm this (it's still UNCONFIRMED) or
just add yourself to CC?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119731
Sam James changed:
What|Removed |Added
Attachment #61078|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114431
Sam James changed:
What|Removed |Added
Target Milestone|--- |14.0
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119731
--- Comment #3 from Sam James ---
Created attachment 61078
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61078&action=edit
GCC failed output on test-bpf-restrict-fs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119731
--- Comment #4 from Sam James ---
Created attachment 61080
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61080&action=edit
Clang successful output on test-bpf-restrict-fs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119731
--- Comment #2 from Sam James ---
Created attachment 61077
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61077&action=edit
restrict-fs.bpf.c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119731
--- Comment #1 from Sam James ---
Created attachment 61076
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61076&action=edit
restrict-fs-gcc.bpf.i.xz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119731
Bug ID: 119731
Summary: bpf verifier failure with systemd's restrict-fs
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
1 - 100 of 2397 matches
Mail list logo