https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119286
--- Comment #10 from GCC Commits ---
The master branch has been updated by Tamar Christina :
https://gcc.gnu.org/g:50a747215e45783de4fd64e47d0851f07d3a44df
commit r16-93-g50a747215e45783de4fd64e47d0851f07d3a44df
Author: Tamar Christina
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103726
--- Comment #20 from Jiang An ---
(In reply to Jonathan Wakely from comment #11)
> I already reported https://cplusplus.github.io/LWG/issue3653 for the
> std::hash use in . Removing exceptions, typeinfo and coroutines
> is unnecessary and irrele
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102900
--- Comment #8 from anlauf at gcc dot gnu.org ---
Created attachment 61187
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61187&action=edit
Partial patch
This is a partial patch that addresses the reduced testcase.
However, it does not fix
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113360
Jason Merrill changed:
What|Removed |Added
Target Milestone|13.4|15.0
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111075
--- Comment #14 from GCC Commits ---
The releases/gcc-14 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:70eaec53f3284488ee2e58991aa38a86748d8a24
commit r14-11678-g70eaec53f3284488ee2e58991aa38a86748d8a24
Author: Jason Merrill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101180
--- Comment #8 from GCC Commits ---
The releases/gcc-14 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:8d70737492a5bdec41c6ae2c351c6882896b16b1
commit r14-11680-g8d70737492a5bdec41c6ae2c351c6882896b16b1
Author: Jason Merrill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112307
--- Comment #19 from Jonathan Wakely ---
I still think this is just invalid, for the reasons given in comment 5.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119913
--- Comment #1 from Andrew Pinski ---
Created attachment 61181
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61181&action=edit
Better testcase
As far as I can tell this is a RTL issue. The gimple IR looks the same
independent of the `#if
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111075
--- Comment #15 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:b14ae44ec26f932d019c5eb54c2867bd905c587f
commit r13-9610-gb14ae44ec26f932d019c5eb54c2867bd905c587f
Author: Jason Merrill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114772
--- Comment #8 from GCC Commits ---
The releases/gcc-12 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:b7748c371c596c6cc131c97a16fec6d39bb7407d
commit r12-11067-gb7748c371c596c6cc131c97a16fec6d39bb7407d
Author: Jason Merrill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101180
--- Comment #10 from GCC Commits ---
The releases/gcc-12 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:b7748c371c596c6cc131c97a16fec6d39bb7407d
commit r12-11067-gb7748c371c596c6cc131c97a16fec6d39bb7407d
Author: Jason Merrill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111075
Jason Merrill changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114772
Jason Merrill changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108900
--- Comment #17 from GCC Commits ---
The releases/gcc-14 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:8a884140c2bcb738122e71d8d1c680f234de9843
commit r14-11679-g8a884140c2bcb738122e71d8d1c680f234de9843
Author: Jeremy Bettis
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119915
Gaius Mulley changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119915
--- Comment #2 from Gaius Mulley ---
Created attachment 61191
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61191&action=edit
Proposed fix which fixes %u and %x format specifiers in FormatStrings.mod
Proposed patch with run time regressi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114772
--- Comment #6 from GCC Commits ---
The releases/gcc-14 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:8d70737492a5bdec41c6ae2c351c6882896b16b1
commit r14-11680-g8d70737492a5bdec41c6ae2c351c6882896b16b1
Author: Jason Merrill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114772
--- Comment #7 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:a32919a478834f25b6f507ab974f4236fd0d8d7f
commit r13-9611-ga32919a478834f25b6f507ab974f4236fd0d8d7f
Author: Jason Merrill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101180
--- Comment #9 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:a32919a478834f25b6f507ab974f4236fd0d8d7f
commit r13-9611-ga32919a478834f25b6f507ab974f4236fd0d8d7f
Author: Jason Merrill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80922
Paul Eggert changed:
What|Removed |Added
CC||eggert at cs dot ucla.edu
--- Comment #13
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119914
--- Comment #2 from Gaius Mulley ---
Created attachment 61183
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61183&action=edit
Proposed v0 fix and patch
The patch needs improving bug it does prevent the ICE and the compiler
generates an e
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119914
Gaius Mulley changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119916
Andrew Pinski changed:
What|Removed |Added
Summary|folly (2025.04.14.00 and|[15 Regression] folly
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119916
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |15.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119914
Gaius Mulley changed:
What|Removed |Added
Attachment #61183|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119914
--- Comment #5 from GCC Commits ---
The master branch has been updated by Gaius Mulley :
https://gcc.gnu.org/g:e9a81addd5b7d018e173fa8d59aafc2f84e41d8b
commit r16-104-ge9a81addd5b7d018e173fa8d59aafc2f84e41d8b
Author: Gaius Mulley
Date: Thu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119914
Gaius Mulley changed:
What|Removed |Added
Attachment #61189|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119914
Gaius Mulley changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79330
Jerry DeLisle changed:
What|Removed |Added
CC||jvdelisle at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119200
--- Comment #2 from GCC Commits ---
The master branch has been updated by Andre Vehreschild :
https://gcc.gnu.org/g:cc2716a3f521bba81e9eb39705b30504e62ee6fe
commit r16-94-gcc2716a3f521bba81e9eb39705b30504e62ee6fe
Author: Andre Vehreschild
Dat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119286
--- Comment #11 from GCC Commits ---
The releases/gcc-15 branch has been updated by Tamar Christina
:
https://gcc.gnu.org/g:b2f5a662d2696f5c49cf5925839e4a7c41c26653
commit r15-9575-gb2f5a662d2696f5c49cf5925839e4a7c41c26653
Author: Tamar Christ
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119200
Andre Vehreschild changed:
What|Removed |Added
Resolution|--- |FIXED
Status|WAITING
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119899
--- Comment #6 from Frederik vom Hofe ---
Thx, good it!
Basically template libraries might want to make heavy use of
function-name-brackets, e.g. (invoke), to prevent the lookup using pulled in
namespaces from parameter types.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119917
--- Comment #1 from Jin Haobo ---
Created attachment 61192
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61192&action=edit
test.cpp source code
test.cpp source code
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79330
kargls at comcast dot net changed:
What|Removed |Added
CC||kargls at comcast dot net
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119373
--- Comment #9 from camel-cdr ---
Sorry, I missed that you attached the relevant C code.
Here is a side by side with and without -m-rvv-lmul-max=dynamic:
https://godbolt.org/z/MToxx813v
Using LLVM-MCA as a quick and dirty performance model show
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119373
camel-cdr changed:
What|Removed |Added
CC||camel-cdr at protonmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103750
--- Comment #18 from GCC Commits ---
The master branch has been updated by hongtao Liu :
https://gcc.gnu.org/g:599bca27dc37b3f7979bd6af30a357104f2b90c1
commit r16-105-g599bca27dc37b3f7979bd6af30a357104f2b90c1
Author: liuhongt
Date: Mon Apr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119908
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119909
--- Comment #2 from Richard Biener ---
*** Bug 119908 has been marked as a duplicate of this bug. ***
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119903
--- Comment #3 from Richard Biener ---
There is likely similar issues with -ftrapv -fnon-call-exceptions and
_1 = _2 + 3;
_3 = _1 - 3;
where in general forwprop fails to properly replace an internally throwing
stmt with its folded variant.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112307
--- Comment #18 from Andrew Pinski ---
For the reduced testcase:
```
: In member function 'auto Intersections()::Enumerator::Next()':
:65:16: warning: 'result' may be used uninitialized
[-Wmaybe-uninitialized]
65 | return result;
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112307
--- Comment #16 from Andrew Pinski ---
The reduced testcase has an uninitialized variable in it:
```
if (!begin_.has_value()) {
bool result;
return result;
}
```
This might be the issue overall.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119910
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119625
--- Comment #8 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:622d17191f916e153f2b9bd5305295e605d108af
commit r13-9603-g622d17191f916e153f2b9bd5305295e605d108af
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119727
--- Comment #10 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:c3c451bcb0d1900068cfe9d1bb3cb76fce95284b
commit r13-9605-gc3c451bcb0d1900068cfe9d1bb3cb76fce95284b
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119796
--- Comment #14 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:1982540eb26bf416a4e99e311e31f546d8df36c1
commit r13-9608-g1982540eb26bf416a4e99e311e31f546d8df36c1
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118915
--- Comment #13 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:9005efee26bf4a63a86953aeb6c0b93d7ceb2f0a
commit r13-9591-g9005efee26bf4a63a86953aeb6c0b93d7ceb2f0a
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119000
--- Comment #5 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:048a90fcc029f876437e6176d7dec7c3efaf951d
commit r13-9592-g048a90fcc029f876437e6176d7dec7c3efaf951d
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119204
--- Comment #9 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:997b3e922f57219b6cc1f293bb57a84468fd5d9e
commit r13-9599-g997b3e922f57219b6cc1f293bb57a84468fd5d9e
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101075
--- Comment #7 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:7ac1a99ccffbb5449cca41668e40736f889bafd6
commit r13-9609-g7ac1a99ccffbb5449cca41668e40736f889bafd6
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118763
--- Comment #11 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:7cb46536f7aabdb43e69dc9b21471366f18026ae
commit r13-9589-g7cb46536f7aabdb43e69dc9b21471366f18026ae
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119219
--- Comment #12 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:997b3e922f57219b6cc1f293bb57a84468fd5d9e
commit r13-9599-g997b3e922f57219b6cc1f293bb57a84468fd5d9e
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119913
Bug ID: 119913
Summary: Incorrect code with -ftrivial-auto-var-init=zero
Product: gcc
Version: 14.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Componen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119907
Bug ID: 119907
Summary: ICE in tsubst_expr, at cp/pt.cc:21973
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119899
--- Comment #7 from Jonathan Wakely ---
(In reply to Frederik vom Hofe from comment #0)
> This happens with GCC and Clang. So I assume this is a libgcc issue.
> MSVC accepts this code.
It accepts it, but it calls std::invoke not customNamespace
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119909
--- Comment #1 from Jeevitha ---
The test case failed as shown below:
FAIL: gcc.dg/torture/pr119131-1.c -O0 (test for excess errors)
FAIL: gcc.dg/torture/pr119131-1.c -O1 (test for excess errors)
FAIL: gcc.dg/torture/pr119131-1.c -O2 (
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119373
--- Comment #7 from Paul-Antoine Arras ---
Created attachment 61176
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61176&action=edit
RISC-V assembly with UF=2
This attachment shows the RISC-V assembly output with the unrolling factor
manu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119909
--- Comment #3 from Andrew Pinski ---
(In reply to Jeevitha from comment #1)
> The test case failed as shown below:
>
> FAIL: gcc.dg/torture/pr119131-1.c -O0 (test for excess errors)
> FAIL: gcc.dg/torture/pr119131-1.c -O1 (test for exces
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119836
--- Comment #19 from GCC Commits ---
The releases/gcc-15 branch has been updated by Jerry DeLisle
:
https://gcc.gnu.org/g:3483a2b39591db06e3cbcdb4bdfa0db468ebc8ee
commit r15-9577-g3483a2b39591db06e3cbcdb4bdfa0db468ebc8ee
Author: Steven G. Karg
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119836
--- Comment #20 from kargls at comcast dot net ---
Jerry, thanks for getting this in gcc15.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119906
Patrick Palka changed:
What|Removed |Added
CC||ppalka at gcc dot gnu.org
Resol
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119909
--- Comment #4 from Jeevitha ---
Created attachment 61178
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61178&action=edit
pr119131-1.c_test_log
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104255
--- Comment #14 from Patrick Palka ---
*** Bug 119906 has been marked as a duplicate of this bug. ***
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112307
--- Comment #14 from mcccs at gmx dot com ---
Created attachment 61179
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61179&action=edit
reduced.cpp
I think this reduction is valid. Fails with -O1 -fcode-hoisting, doesn't fail
with -O0 or -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112307
--- Comment #15 from mcccs at gmx dot com ---
Thanks Jonathan for -x c++, it was just what GCC on my system needed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119909
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116678
--- Comment #5 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:364778b4a53fdf23dceef037d08fafb4b733ffa9
commit r13-9559-g364778b4a53fdf23dceef037d08fafb4b733ffa9
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117249
--- Comment #22 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:66fb0687ce6d72e13671c38d4e192588456cc016
commit r13-9564-g66fb0687ce6d72e13671c38d4e192588456cc016
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117296
--- Comment #6 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:8c16faa12c7af43e5197c86264b6b1912c97c734
commit r13-9566-g8c16faa12c7af43e5197c86264b6b1912c97c734
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117321
--- Comment #9 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:b7dd8cb9f5d7e13e07867916e6b935b20f480c19
commit r13-9565-gb7dd8cb9f5d7e13e07867916e6b935b20f480c19
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117317
--- Comment #12 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:1784de4b60651b257c818001ace1755eafd28b6f
commit r13-9570-g1784de4b60651b257c818001ace1755eafd28b6f
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117406
--- Comment #11 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:dbe57b12c5b30f7ad4fab6352a1b293349750575
commit r13-9568-gdbe57b12c5b30f7ad4fab6352a1b293349750575
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94589
--- Comment #30 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:5b825432bed7afe864da66011310887eed7db624
commit r13-9572-g5b825432bed7afe864da66011310887eed7db624
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117745
--- Comment #15 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:ec1614b4ee585e7dea657070d5c6cea99444e22a
commit r13-9575-gec1614b4ee585e7dea657070d5c6cea99444e22a
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118509
--- Comment #17 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:3d70d8b6042aed2fdaa1bf1b06a1fe98dd5fe663
commit r13-9582-g3d70d8b6042aed2fdaa1bf1b06a1fe98dd5fe663
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117825
--- Comment #11 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:e49c0a19e2f275c982e3c63df2b29af92718c16d
commit r13-9581-ge49c0a19e2f275c982e3c63df2b29af92718c16d
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115032
--- Comment #9 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:0691f7517ef50538c182eb623cd5d1cb1680f6cf
commit r13-9586-g0691f7517ef50538c182eb623cd5d1cb1680f6cf
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116108
--- Comment #9 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:28646ac56a32556a53c39750dbe05ffa6e3c4458
commit r13-9580-g28646ac56a32556a53c39750dbe05ffa6e3c4458
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118689
--- Comment #8 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:0691f7517ef50538c182eb623cd5d1cb1680f6cf
commit r13-9586-g0691f7517ef50538c182eb623cd5d1cb1680f6cf
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117960
--- Comment #7 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:c71616c8cc975636315f55f1d47b53a89862c586
commit r13-9577-gc71616c8cc975636315f55f1d47b53a89862c586
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118024
--- Comment #9 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:4bbd1ab1f9ed7f55e9f506bc07b256cebb4f9d92
commit r13-9579-g4bbd1ab1f9ed7f55e9f506bc07b256cebb4f9d92
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117209
--- Comment #7 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:0bf979d57d58a5fb2f118c902252ef49f03b34c1
commit r13-9562-g0bf979d57d58a5fb2f118c902252ef49f03b34c1
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117230
--- Comment #6 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:e56d3a638c8e2c90ebfcf22eaef912f60a50e9f2
commit r13-9561-ge56d3a638c8e2c90ebfcf22eaef912f60a50e9f2
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116738
--- Comment #22 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:2bdab7d1295086f92201e66604c3d9d0b119a59c
commit r13-9560-g2bdab7d1295086f92201e66604c3d9d0b119a59c
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117259
--- Comment #11 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:00b80ef1861db7653b9116f9aa148094b4e707d3
commit r13-9563-g00b80ef1861db7653b9116f9aa148094b4e707d3
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43374
--- Comment #15 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:c6a3fd5191daa28d603424692d8cb2fdfcd3a348
commit r13-9573-gc6a3fd5191daa28d603424692d8cb2fdfcd3a348
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102674
--- Comment #7 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:1ec99f67bbf748143a177cc34dd41c87f9803ffc
commit r13-9574-g1ec99f67bbf748143a177cc34dd41c87f9803ffc
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117612
--- Comment #9 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:5b825432bed7afe864da66011310887eed7db624
commit r13-9572-g5b825432bed7afe864da66011310887eed7db624
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117439
--- Comment #13 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:bf85c4df80923c1afb4c2420aac252617fabb67c
commit r13-9569-gbf85c4df80923c1afb4c2420aac252617fabb67c
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117095
--- Comment #11 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:e244bebdb70632c24032ef649f956fdc1a1f5a21
commit r13-9578-ge244bebdb70632c24032ef649f956fdc1a1f5a21
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117642
--- Comment #13 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:4dc7a5eb6e3d49d11d9adc8085702b0bcc1540c1
commit r13-9576-g4dc7a5eb6e3d49d11d9adc8085702b0bcc1540c1
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118477
--- Comment #11 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:9e27bc5a751dc61a1b2a2b13756ca07db8b209ee
commit r13-9585-g9e27bc5a751dc61a1b2a2b13756ca07db8b209ee
Author: Arsen Arsenovi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114870
--- Comment #6 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:7980ce5dcf14eee0b3b937b9783fb02597cef384
commit r13-9593-g7980ce5dcf14eee0b3b937b9783fb02597cef384
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117827
--- Comment #10 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:c7f51dc49399023830787e5eec18649b5c2fabc5
commit r13-9584-gc7f51dc49399023830787e5eec18649b5c2fabc5
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117432
--- Comment #20 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:b4b559ab9dc35dc80fc05f840a63381defd2f7a5
commit r13-9587-gb4b559ab9dc35dc80fc05f840a63381defd2f7a5
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114877
--- Comment #11 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:38f4559a6a80f2cd79fd72949576ab0e2de2aaee
commit r13-9583-g38f4559a6a80f2cd79fd72949576ab0e2de2aaee
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119183
--- Comment #12 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:34c76e51ce76c0ffc0f6152a2b9f7881a51d21eb
commit r13-9597-g34c76e51ce76c0ffc0f6152a2b9f7881a51d21eb
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118776
--- Comment #18 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:301d5e23c5ad6dfa9d63af093c8dba34bdfec773
commit r13-9590-g301d5e23c5ad6dfa9d63af093c8dba34bdfec773
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118661
--- Comment #10 from GCC Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:eb3e7de323a67e5a92f1c2224f3251cb47b49c0b
commit r13-9588-geb3e7de323a67e5a92f1c2224f3251cb47b49c0b
Author: Jakub Jelinek
1 - 100 of 142 matches
Mail list logo