https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120268
--- Comment #1 from Andrew Pinski ---
This is only valid with -fallow-store-data-races. Otherwise you can introduce a
race condition according to the C/C++11 memory model.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120268
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120268
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2025-05-14
Summary|Missed re
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46687
Andrew Pinski changed:
What|Removed |Added
Assignee|fabien at gcc dot gnu.org |unassigned at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120267
Andrew Pinski changed:
What|Removed |Added
Keywords||rejects-valid
--- Comment #1 from Andre
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120269
Bug ID: 120269
Summary: ICE: tree check: expected class type, have exceptional
(error_mark) in c_parser_generic_selection, at
c/c-parser.cc:9270
Product: gcc
Ver
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67990
Jonathan Wakely changed:
What|Removed |Added
Last reconfirmed||2025-05-13
Status|UNCONFIR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120254
--- Comment #3 from Andrew Pinski ---
(In reply to Jakub Jelinek from comment #2)
> gcc -fsanitize=undefined -o pr120254{,.c}; ./pr120254
> pr120254.c:20:32: runtime error: signed integer overflow: -804068425 +
> -2004610352 cannot be represente
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120254
Andrew Pinski changed:
What|Removed |Added
Attachment #61416|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119915
--- Comment #4 from GCC Commits ---
The releases/gcc-15 branch has been updated by Gaius Mulley
:
https://gcc.gnu.org/g:07c5d7ce0daccc8110953a8e65861ffc17ed92aa
commit r15-9675-g07c5d7ce0daccc8110953a8e65861ffc17ed92aa
Author: Gaius Mulley
Da
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120163
--- Comment #4 from GCC Commits ---
The releases/gcc-15 branch has been updated by Thomas Koenig
:
https://gcc.gnu.org/g:a3eed34d75ce8fe13e3cdc28c42849ada26c316f
commit r15-9678-ga3eed34d75ce8fe13e3cdc28c42849ada26c316f
Author: Thomas Koenig
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120163
Thomas Koenig changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115276
--- Comment #9 from GCC Commits ---
The releases/gcc-15 branch has been updated by Gaius Mulley
:
https://gcc.gnu.org/g:a10dd5c46aa41e108b04f2494ffb00c6cab50c75
commit r15-9676-ga10dd5c46aa41e108b04f2494ffb00c6cab50c75
Author: Gaius Mulley
Da
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120262
Bug ID: 120262
Summary: internal compiler error: in remap_type_1 since version
12.1
Product: gcc
Version: 16.0
Status: UNCONFIRMED
Severity: normal
P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120190
Jonathan Wakely changed:
What|Removed |Added
Target Milestone|--- |15.2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120261
--- Comment #3 from Andrew Pinski ---
(In reply to Jonathan Wakely from comment #2)
> EDG rejects it for the same reason as GCC.
>
> Clang 17 rejected it too, but Clang 18 accepts it.
>
> I suspect this is a Core DR but I'm not sure which one.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120188
--- Comment #10 from GCC Commits ---
The releases/gcc-15 branch has been updated by Gaius Mulley
:
https://gcc.gnu.org/g:df1407f2122ec6e670d700c090e765d0a06859ee
commit r15-9672-gdf1407f2122ec6e670d700c090e765d0a06859ee
Author: Gaius Mulley
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118443
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120247
--- Comment #6 from Jakub Jelinek ---
Perhaps __builtin_assoc_barrier should lower to NON_LVALUE_EXPR (PAREN_EXPR
(expr))
or PAREN_EXPR (NON_LVALUE_EXPR (expr)) for C++?
Of course, a big question is what the builtin should do for class types (if
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120261
--- Comment #2 from Jonathan Wakely ---
EDG rejects it for the same reason as GCC.
Clang 17 rejected it too, but Clang 18 accepts it.
I suspect this is a Core DR but I'm not sure which one.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120266
Bug ID: 120266
Summary: newly introduced problems when using lto'ed
libstdc++-v3 in a static link
Product: gcc
Version: 15.1.0
Status: UNCONFIRMED
Severity: no
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120266
--- Comment #1 from Andrew Pinski ---
I suspect without a testcase it is going to be hard to reproduce this. We did
have one accidently ABI change with -std=c++20 but I don't think that is the
issue here. (see PR 120012; it is only fixed in GCC
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120264
Bug ID: 120264
Summary: Optimize modulus when the divisor is a small Mersenne
number.
Product: gcc
Version: 15.1.1
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120261
--- Comment #4 from Jonathan Wakely ---
MSVC rejected it until v19.27 (circa 2019, I think?) so I think it's a much
more recent change.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120264
Andrew Pinski changed:
What|Removed |Added
Keywords||missed-optimization
Severity|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120265
Bug ID: 120265
Summary: Optimize modular counters
Product: gcc
Version: 16.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimization
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120264
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2025-05-13
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120265
Andrew Pinski changed:
What|Removed |Added
Keywords||missed-optimization
Severity|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120265
--- Comment #1 from Andrew Pinski ---
I think this is basically what PR 20231 is asking for with a non-constant value
even :).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120261
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120258
Richard Biener changed:
What|Removed |Added
Known to fail||11.5.0
--- Comment #3 from Richard Bie
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120258
Richard Biener changed:
What|Removed |Added
Summary|[11/12/13/14/15/16 |[12/13/14/15/16 regression]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120247
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119914
--- Comment #7 from GCC Commits ---
The releases/gcc-15 branch has been updated by Gaius Mulley
:
https://gcc.gnu.org/g:b8032bec831a4a48636e7ffd771e76efc1ff27ea
commit r15-9674-gb8032bec831a4a48636e7ffd771e76efc1ff27ea
Author: Gaius Mulley
Da
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120247
--- Comment #3 from Andrew Pinski ---
(In reply to Richard Biener from comment #2)
> PAREN_EXPR should behave like NON_LVALUE_EXPR, aka it produces an rvalue.
Right that is what I expected. The C front-end rejects it correctly but the C++
front
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120257
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |WONTFIX
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120257
--- Comment #2 from Andrew Pinski ---
>any modification in the code leads to the expected behaviour, which is "Killed
>- processing time exceeded"
That is just a timeout, because gotbolt has a timeout because they don't want
over run programs.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119903
--- Comment #6 from GCC Commits ---
The trunk branch has been updated by Andrew Pinski :
https://gcc.gnu.org/g:eaee2df409ae40ab4a0c557839d6f64b9c6b936d
commit r16-600-geaee2df409ae40ab4a0c557839d6f64b9c6b936d
Author: Andrew Pinski
Date: Tue
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120269
Andrew Pinski changed:
What|Removed |Added
Known to work||15.1.0
Known to fail|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120270
Bug ID: 120270
Summary: ICE with -O1 in expand_debug_locations, at
cfgexpand.cc:5668
Product: gcc
Version: unknown
URL: https://godbolt.org/z/M3dTTzoWc
St
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118257
--- Comment #2 from Oleg Endo ---
Is there anything that needs to be addressed for this one?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120270
Andrew Pinski changed:
What|Removed |Added
Known to work||12.4.0
Known to fail|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120269
--- Comment #1 from Sam James ---
If fuzzing, please ideally use releases/gcc-13 rather than 13.1.0.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120269
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118257
Oleg Endo changed:
What|Removed |Added
CC||olegendo at gcc dot gnu.org
Sta
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120270
Andrew Pinski changed:
What|Removed |Added
Component|rtl-optimization|middle-end
URL|https://g
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120270
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Build|x86_64-pc-linux-gn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103771
--- Comment #45 from GCC Commits ---
The master branch has been updated by hongtao Liu :
https://gcc.gnu.org/g:e3385fed3fc61ac505fb5c1ffa09758a6f2489eb
commit r16-605-ge3385fed3fc61ac505fb5c1ffa09758a6f2489eb
Author: liuhongt
Date: Mon Apr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120215
Hongtao Liu changed:
What|Removed |Added
CC||liuhongt at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79748
Fangrui Song changed:
What|Removed |Added
CC||i at maskray dot me
--- Comment #4 from F
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119628
Sam James changed:
What|Removed |Added
Keywords||patch
--- Comment #16 from Sam James ---
h
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120254
Sam James changed:
What|Removed |Added
Target Milestone|--- |12.5
Summary|wrong code at -O3 o
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120243
--- Comment #5 from Iain Sandoe ---
we synthesise the same code, but the revised builder uses
start_preparsed_function()/finish_function() and the latter introduces an extra
try block. Investigating.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120272
Bug ID: 120272
Summary: ICE in get_local_decls, at cp/name-lookup.c:4594 since
13.3
Product: gcc
Version: 16.0
Status: UNCONFIRMED
Severity: normal
P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120271
--- Comment #1 from Tymi ---
never mind, gcc parses it correctly
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120271
Tymi changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120271
Bug ID: 120271
Summary: typename T not allowed in sizeof
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
101 - 157 of 157 matches
Mail list logo