https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119916
--- Comment #25 from Zartaj Majeed ---
Just tried latest Clang and VC++ on my test program int_coroutine.cpp
Both compilers behave the same as GCC built from master
-
Clang 20.1.7
clang -std=c++26 -o int_coroutine.clang int_c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120604
David Binderman changed:
What|Removed |Added
CC||kyrylo.tkachov at arm dot com
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120417
Sam James changed:
What|Removed |Added
Resolution|--- |INVALID
Status|WAITING
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120647
Bug ID: 120647
Summary: [X86] Sub optimal code generated for counting the
number matches between two array elements
Product: gcc
Version: 16.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120648
Bug ID: 120648
Summary: %X, %x, %r are not handled correctly for certain
localles
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
Pri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120648
Tomasz Kamiński changed:
What|Removed |Added
Last reconfirmed||2025-06-13
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120648
--- Comment #1 from Tomasz Kamiński ---
I wasn't able to produce problems with '%X', but I think we move all this
specifiers to shared function _M_c.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120648
--- Comment #2 from Tomasz Kamiński ---
The problem appears for '%x' for `ca_AD.UTF-8` that uses '%-d/%-m/%y' as format
spec.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119590
--- Comment #9 from Francois-Xavier Coudert ---
The very good news is that Apple has fixed the issue in the 15.5 SDK and later
(including the 16.0 SDK). So, this issue was only ever present for the macOS
15.4 SDK.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120629
--- Comment #29 from GCC Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:2661d87d54ab7185e7115cbcfa47cb42565eb925
commit r16-1499-g2661d87d54ab7185e7115cbcfa47cb42565eb925
Author: Jakub Jelinek
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119862
--- Comment #10 from GCC Commits ---
The trunk branch has been updated by Philipp Tomsich :
https://gcc.gnu.org/g:e907ee7c4d4e739d2ee219467d95ff34b2870c73
commit r16-1500-ge907ee7c4d4e739d2ee219467d95ff34b2870c73
Author: Konstantinos Eleftheri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120604
--- Comment #15 from David Binderman ---
Uros writes:
> if ((diff > 0) != ((cf < 0) != (ct < 0) ? cf < 0 : cf < ct))
Crikey. IMHO that would fail any code review I took part in.
I think a truth table or some explanatory comment would help.
I
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120483
Andre Vehreschild changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120645
Bug ID: 120645
Summary: macOS number changes again with macOS 26 Tahoe
Product: gcc
Version: 16.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120483
--- Comment #10 from GCC Commits ---
The releases/gcc-15 branch has been updated by Andre Vehreschild
:
https://gcc.gnu.org/g:1549bb90c10c5e3ef1c5f2080cdb58dbaee25291
commit r15-9831-g1549bb90c10c5e3ef1c5f2080cdb58dbaee25291
Author: Andre Vehr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120645
--- Comment #1 from Francois-Xavier Coudert ---
Created attachment 61630
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61630&action=edit
Proposed patch
Proposed patch to fix the issue and test. Also fixes a comment in a related
function,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120604
--- Comment #16 from Uroš Bizjak ---
(In reply to David Binderman from comment #15)
> Uros writes:
> > if ((diff > 0) != ((cf < 0) != (ct < 0) ? cf < 0 : cf < ct))
>
> Crikey. IMHO that would fail any code review I took part in.
That's because
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120646
Bug ID: 120646
Summary: Parenthesized declarators of bit-fields are
incorrectly rejected
Product: gcc
Version: 16.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120638
--- Comment #9 from GCC Commits ---
The releases/gcc-15 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:f45c7c4425f5a62b0b1f3ee4395f347f2a57c541
commit r15-9834-gf45c7c4425f5a62b0b1f3ee4395f347f2a57c541
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120547
--- Comment #4 from GCC Commits ---
The releases/gcc-15 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:7bd979469be5d5506be17248db2420b5759c0316
commit r15-9833-g7bd979469be5d5506be17248db2420b5759c0316
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120641
--- Comment #4 from Pierre Ossman ---
The error didn't indicate anything in our code, so I assumed this was entirely
a standard library issue.
The file in question is this one:
https://github.com/TigerVNC/tigervnc/blob/master/vncviewer/Gesture
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120641
--- Comment #5 from Pierre Ossman ---
Created attachment 61631
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61631&action=edit
GestureHandler.cxx.ii (xz compressed)
Preprocessed output as the result of this run:
> arm-none-linux-gnueabi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120644
--- Comment #4 from Jonathan Wakely ---
Yes please
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120547
--- Comment #5 from GCC Commits ---
The releases/gcc-14 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:9148510b2c75c71dfd7e2145fa203102fe2138e4
commit r14-11842-g9148510b2c75c71dfd7e2145fa203102fe2138e4
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120638
--- Comment #10 from GCC Commits ---
The releases/gcc-14 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:7dbf4964b80eaa5f047be24949e294b8b25a2419
commit r14-11843-g7dbf4964b80eaa5f047be24949e294b8b25a2419
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120547
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120638
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120644
Giuseppe D'Angelo changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120644
--- Comment #6 from Giuseppe D'Angelo ---
Reduced testcase:
enum class E { E0, E1 };
template
constexpr auto fmt_kind = E::E0;
template class opt{};
template
constexpr auto fmt_kind> = E::E1;
Executing on host:
/home/peppe/projects/src/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120644
Jakub Jelinek changed:
What|Removed |Added
Priority|P1 |P3
Component|libstdc++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120644
--- Comment #5 from Jakub Jelinek ---
Shall I then just change component to c++ for the (likely) FE issue or file a
new PR?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120644
--- Comment #7 from Giuseppe D'Angelo ---
Created attachment 61632
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61632&action=edit
Reproducer
Hi,
I'm attaching a new autotest that seems to constantly fail here.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120644
Giuseppe D'Angelo changed:
What|Removed |Added
Attachment #61632|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120644
--- Comment #10 from Giuseppe D'Angelo ---
(In reply to Jonathan Wakely from comment #4)
> Yes please
Patch posted on the ML.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43374
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|--- |12.5
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116775
--- Comment #16 from GCC Commits ---
The master branch has been updated by Iain D Sandoe :
https://gcc.gnu.org/g:ab3f04b73e5a1dd734d3bab64b4878d2d0cc29ad
commit r16-1508-gab3f04b73e5a1dd734d3bab64b4878d2d0cc29ad
Author: Iain Sandoe
Date: Mo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120629
--- Comment #30 from GCC Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:9050cbed34135c8472c2654c4dd6a8739d69b92e
commit r16-1506-g9050cbed34135c8472c2654c4dd6a8739d69b92e
Author: Jakub Jelinek
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119625
--- Comment #9 from GCC Commits ---
The releases/gcc-12 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:b121f1dc7efd9ca2f7ac60a018996fd5b1ce243f
commit r12-11176-gb121f1dc7efd9ca2f7ac60a018996fd5b1ce243f
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98533
--- Comment #24 from GCC Commits ---
The releases/gcc-12 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:6902b893ef810805585c297679525a3ee9c1f425
commit r12-11171-g6902b893ef810805585c297679525a3ee9c1f425
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119183
--- Comment #14 from GCC Commits ---
The releases/gcc-12 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:fb1a11096c7272a0eb2c81016077dd59613ffcd8
commit r12-11172-gfb1a11096c7272a0eb2c81016077dd59613ffcd8
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118623
--- Comment #24 from GCC Commits ---
The releases/gcc-12 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:854d8fa9d0e1b8ac2e5b21333bb09a7c2e94231d
commit r12-11192-g854d8fa9d0e1b8ac2e5b21333bb09a7c2e94231d
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117432
--- Comment #22 from GCC Commits ---
The releases/gcc-12 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:ed3daf6801f4b562d6fd80f134a2c68398fe5c00
commit r12-11165-ged3daf6801f4b562d6fd80f134a2c68398fe5c00
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119291
--- Comment #23 from GCC Commits ---
The releases/gcc-12 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:affa145910b6768ec32b4409a1c2f38e1a10
commit r12-11174-gaffa145910b6768ec32b4409a1c2f38e1a10
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119727
--- Comment #13 from GCC Commits ---
The releases/gcc-12 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:d3c3322577ca0d37adf47e1b67f35be003a7425d
commit r12-11178-gd3c3322577ca0d37adf47e1b67f35be003a7425d
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101075
--- Comment #8 from GCC Commits ---
The releases/gcc-12 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:5d0ce3a86fe32ded5ec52d849e7c2c1e31aabe39
commit r12-11181-g5d0ce3a86fe32ded5ec52d849e7c2c1e31aabe39
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119727
--- Comment #14 from GCC Commits ---
The releases/gcc-12 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:9586f7a78533ef4feb92f838f9f70aa2341d0ede
commit r12-11179-g9586f7a78533ef4feb92f838f9f70aa2341d0ede
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119785
--- Comment #12 from GCC Commits ---
The releases/gcc-12 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:6d0580f1e7448283a2b95161a49d6b3c727655aa
commit r12-11180-g6d0580f1e7448283a2b95161a49d6b3c727655aa
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101075
--- Comment #9 from GCC Commits ---
The releases/gcc-12 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:b22c39bb9bd687fca05d590102b62e0acc88cacf
commit r12-11182-gb22c39bb9bd687fca05d590102b62e0acc88cacf
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113994
--- Comment #21 from GCC Commits ---
The releases/gcc-12 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:f87fe2579b48d57c5f97bb91674b60808722855d
commit r12-11191-gf87fe2579b48d57c5f97bb91674b60808722855d
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119796
--- Comment #18 from GCC Commits ---
The releases/gcc-12 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:b22c39bb9bd687fca05d590102b62e0acc88cacf
commit r12-11182-gb22c39bb9bd687fca05d590102b62e0acc88cacf
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119916
--- Comment #23 from Iain Sandoe ---
1. this is not (yet) fixed on GCC-15.
2. There will be an update (shortly) that covers some of the additional cases
we examined while looking at CWG2563. This, in particular, deals with the
difficulties in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98533
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102674
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|--- |12.5
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114877
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116034
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101075
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
Resolu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110676
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116636
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116738
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116287
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|--- |12.5
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118078
Bug 118078 depends on bug 116108, which changed state.
Bug 116108 Summary: [12 Regression] GCC crashes on incorrect code with
-std=c++20 since r10-4719
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116108
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117287
Bug 117287 depends on bug 117249, which changed state.
Bug 117249 Summary: [12 Regression] --disable-checking is broken since r5-2450
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117249
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117249
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117439
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117317
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117296
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116449
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117259
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24639
Bug 24639 depends on bug 117259, which changed state.
Bug 117259 Summary: [12 Regression] warning: 'j.6' may be used uninitialized
[-Wmaybe-uninitialized] with -fsanitize=undefined
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117259
W
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118776
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118024
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|--- |12.5
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117642
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55004
Bug 55004 depends on bug 118661, which changed state.
Bug 118661 Summary: [12 regression] Reading volatile qualified std::nullptr_t
should be valid in a constant expression
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118661
What|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101603
Bug 101603 depends on bug 116449, which changed state.
Bug 116449 Summary: Miscompilation and missing bounds check with UBSAN with
pointer to member functions and array accesses
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116449
Wha
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115527
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113976
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116614
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116108
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87332
Bug 87332 depends on bug 117432, which changed state.
Bug 117432 Summary: [12 Regression] IPA ICF disregards types of variadic
arguments since r10-4643-ga37f58f506e436
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117432
What|Remov
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118477
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116678
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117432
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117825
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118763
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120196
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118915
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117745
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117827
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118623
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119582
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|--- |12.5
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119000
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|--- |12.5
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119183
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120191
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118661
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119291
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119327
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63426
Bug 63426 depends on bug 119785, which changed state.
Bug 119785 Summary: [12 Regression] UBSAN errors in machmode.h on sparc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119785
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119727
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119785
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119796
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Target Milestone|---
1 - 100 of 184 matches
Mail list logo