https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119636
James K. Lowden changed:
What|Removed |Added
Status|SUSPENDED |ASSIGNED
--- Comment #6 from James K.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120591
--- Comment #2 from Georg-Johann Lay ---
One difference is that in my case (for avr) these tests were failing.
hmmm, I tried to reproduce it with same source and same options for configure,
build and testsuite, but with different length of buil
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119636
--- Comment #7 from James K. Lowden ---
To be clear, ISO is unambiguous.
13.4.5.3 Syntax rules
ALL FORMATS
1) File-name-1 shall be specified in a file control entry.
With that requirement,
tbug.cbl:5:11: error: file name not found
is prett
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121044
Bug ID: 121044
Summary: False positive -Warray-bounds iwith GCC 14 and NEON
intrinsics
Product: gcc
Version: 14.3.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120772
James K. Lowden changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112684
David Malcolm changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121044
Andrew Pinski changed:
What|Removed |Added
Keywords||needs-bisection
Summary|Fals
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119064
--- Comment #8 from GCC Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:981bd3e62cd271f620892cf5db56f00b4df50156
commit r16-2206-g981bd3e62cd271f620892cf5db56f00b4df50156
Author: Jakub Jelinek
Date: F
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121041
--- Comment #1 from Andrew Pinski ---
See also thread starting at
https://gcc.gnu.org/pipermail/gcc-patches/2025-July/689258.html .
I think sjlj eh should just disable the testcases.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121041
Bug ID: 121041
Summary: Missed tail calls for sjlj targets with empty
exception handling code
Product: gcc
Version: 16.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121041
--- Comment #2 from Jorn Wolfgang Rennecke ---
Created attachment 61845
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61845&action=edit
Patch to make tail call w/ empty exception code optimization apply to sjlj
targets
This patch allows
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121042
Bug ID: 121042
Summary: testsuite/g++.dg/opt/musttail4.C fails for sjlj
targets
Product: gcc
Version: 16.0
Status: UNCONFIRMED
Severity: normal
Prior
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121007
--- Comment #15 from Vladimir Makarov ---
Sorry, It looks I omitted PR header in the commit message.
Here is the link to the patch I've committed
https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=06c41504bd4a23c3f5848793fda503c30fe51353
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120591
--- Comment #1 from David Malcolm ---
Looking at a recent gcc.sum on my own machine for that test, I see:
PASS: gcc.dg/sarif-output/bad-pragma.c (test .sarif output against SARIF 2.1
schema)
PASS: gcc.dg/sarif-output/bad-pragma.c (test .sarif
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120987
Tom de Vries changed:
What|Removed |Added
CC||hubicka at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120987
Sam James changed:
What|Removed |Added
Summary|[14/15/16 regression] gdb |[13/14/15/16 regression]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119491
Jorn Wolfgang Rennecke changed:
What|Removed |Added
CC||amylaar at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119376
Bug 119376 depends on bug 119491, which changed state.
Bug 119491 Summary: missed tail call due to exceptions which is empty
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119491
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119491
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |FIXED
Status|REOPENED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120987
Sam James changed:
What|Removed |Added
Keywords|needs-bisection |
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119376
Bug 119376 depends on bug 119491, which changed state.
Bug 119491 Summary: missed tail call due to exceptions which is empty
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119491
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119491
--- Comment #11 from Jorn Wolfgang Rennecke ---
Created attachment 61844
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61844&action=edit
Patch to make optimization apply to sjlj targets
This patch allows musttail3.C and musttail5.C to be
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117785
--- Comment #37 from Hana Dusíková ---
Btw I have noticed you touched the library, btu the feature test macro is
defined only in , not in and also the value is 202502L,
which is only when , , , exceptions
will be constexpr (as specified P3378)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121040
Andrew Pinski changed:
What|Removed |Added
Keywords||error-recovery,
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121040
--- Comment #3 from Chameleon ---
ICE can be avoided if I write the missing && in the code.
But it is an ICE and it must be reported.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121040
--- Comment #4 from Chameleon ---
... if I write the correct
&& (SquareMatrix>
instead of wrong
(SquareMatrix>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121043
Bug ID: 121043
Summary: [15/16 Regression] Tests of OpenCoarray fail to pass,
works on 14.3.1 20250701
Product: gcc
Version: 16.0
Status: UNCONFIRMED
Severity:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121043
Jerry DeLisle changed:
What|Removed |Added
CC||vehre at gcc dot gnu.org
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121043
Sam James changed:
What|Removed |Added
Keywords||needs-bisection,
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117979
Richard Biener changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117239
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.4
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118355
Richard Biener changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119233
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101603
Bug 101603 depends on bug 119233, which changed state.
Bug 119233 Summary: [12 Regression] templated member function used as a
template argument via pointer to member function from inside a template causes
an undefined symbol since r12-6075-g2d
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121027
--- Comment #3 from Alex Coplan ---
For completeness, the above testcase started ICEing with
r14-3571-gcaa7a99a052929d5970677c5b639e1fa5166e334, though I suspect the
problem can be reproduced before that revision with an alternative testcase.
F
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12245
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #89 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32306
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #45 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=8270
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #72 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91384
--- Comment #18 from GCC Commits ---
The master branch has been updated by Hu :
https://gcc.gnu.org/g:5ca44dfb1389f4c6198283683547143e217f65ab
commit r16-2194-g5ca44dfb1389f4c6198283683547143e217f65ab
Author: Hu, Lin1
Date: Tue Apr 8 15:43:5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21485
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #79 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20285
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #25 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=23144
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #32 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18335
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #30 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18346
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #31 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18501
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #104 from Richard Bien
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121027
--- Comment #4 from Alex Coplan ---
Interestingly the codegen seems to have regressed significantly after that
change, too. We used to get:
foo:
mov z2.h, #0
uzp1z0.h, z0.h, z1.h
zip2z0.h, z2.h, z0.h
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21182
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #38 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21161
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #30 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36443
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #74 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24976
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #30 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25208
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #32 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14179
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #91 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15596
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #41 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21343
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #28 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39725
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #28 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34723
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #22 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33699
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #37 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38059
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #20 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20617
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #48 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=23868
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #40 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38785
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #60 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24024
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #29 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38134
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #39 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37916
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #41 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42954
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #41 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49826
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #25 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24012
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #35 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46393
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #12 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47344
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #28 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24434
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #31 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51097
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #22 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43798
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #26 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26966
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #40 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32643
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #37 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50229
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #40 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28831
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #49 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46555
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #21 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56451
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #23 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59305
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #40 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47481
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #25 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45273
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #28 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59498
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #25 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50417
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #39 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49442
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #26 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58479
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #25 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59967
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #27 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52285
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #33 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59371
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #34 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59173
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #13 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54063
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #29 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56139
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #7 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61118
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #35 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59431
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #19 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57218
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #23 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64792
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #14 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64099
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #29 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65673
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #14 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60576
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #40 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66358
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #35 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54699
Richard Biener changed:
What|Removed |Added
Target Milestone|12.5|13.5
--- Comment #26 from Richard Biene
1 - 100 of 1111 matches
Mail list logo