https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109642
--- Comment #1 from Andrew Pinski ---
std::span, std::reference_wrapper and std::ref_view are all special cased for
the warning.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109634
Alexander Monakov changed:
What|Removed |Added
CC||amonakov at gcc dot gnu.org
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109642
--- Comment #2 from Carlos Galvez ---
Is there a way to tag classes to mark them for exclusion? Currently the warning
is part of -Wall and leads to many false positives. The warning message also
says "possibly" dangling reference. In my opinion
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109632
rsandifo at gcc dot gnu.org changed:
What|Removed |Added
CC||rsandifo at gcc dot gnu.or
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109643
--- Comment #3 from Sergei Trofimovich ---
Got a slightly nicer backtrace with debugging symbols:
(gdb) bt
#0 0x00f70d7b in canonize (val=0x7fff9120, len=len@entry=0,
precision=precision@entry=576) at ../../source/gcc/wide-int.cc:9
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109636
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Last reconfirmed||2023-04-27
Sta
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109594
Richard Biener changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109594
Richard Biener changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109594
--- Comment #3 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:7bcdcf86e8272eeb524cc1dcb0ada8c8cfe6f27e
commit r14-285-g7bcdcf86e8272eeb524cc1dcb0ada8c8cfe6f27e
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109644
Bug ID: 109644
Summary: Missing GIMPLE IL verification
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109644
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109643
Aldy Hernandez changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109639
Aldy Hernandez changed:
What|Removed |Added
CC||slyfox at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109639
Aldy Hernandez changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109639
--- Comment #13 from Aldy Hernandez ---
Sorry, it wasn't the setter doing the normalization, but the
range_fold_{unary,binary}_expr helpers. Since IPA was the only user of these
deprecated functions, this should be relatively easy to contain.
c trunk:
$ ../results.20230426.asan.ubsan/bin/gcc -c -w -march=znver1 bug910.cc
$ ../results.20230427.asan.ubsan/bin/gcc -c -w -march=znver1 bug910.cc 2>&1 |
fgrep internal
/home/dcb36/rpmbuild/BUILD/media-downloader-2.9.0/src/engines/../utils/threads.hpp:55:79:
internal compiler error: in in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107682
--- Comment #5 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:a1030fbf70eef5b635e4fbb904ec7209ebd137ca
commit r14-287-ga1030fbf70eef5b635e4fbb904ec7209ebd137ca
Author: Jakub Jelinek
Date: Th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109412
--- Comment #6 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:a1030fbf70eef5b635e4fbb904ec7209ebd137ca
commit r14-287-ga1030fbf70eef5b635e4fbb904ec7209ebd137ca
Author: Jakub Jelinek
Date: Th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109409
--- Comment #5 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:d8842271ebf9a81128df9ae80e1d3b688749eac8
commit r14-288-gd8842271ebf9a81128df9ae80e1d3b688749eac8
Author: Jakub Jelinek
Date: Th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109412
--- Comment #7 from CVS Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:7e312adcb70ca7d67f0c2cf238cddec9b3243ff9
commit r13-7257-g7e312adcb70ca7d67f0c2cf238cddec9b3243ff9
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107682
--- Comment #6 from CVS Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:7e312adcb70ca7d67f0c2cf238cddec9b3243ff9
commit r13-7257-g7e312adcb70ca7d67f0c2cf238cddec9b3243ff9
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109409
--- Comment #6 from CVS Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:297d0efc13d73d36371583c2d6d6e7a47f88cd02
commit r13-7258-g297d0efc13d73d36371583c2d6d6e7a47f88cd02
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109412
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107682
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109409
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109645
--- Comment #1 from David Binderman ---
Created attachment 54938
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54938&action=edit
gzipped C++ source code
After an hour of reduction, I have the attached file.
C++ code takes a long time to
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109645
--- Comment #2 from David Binderman ---
Attempting a bisection.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109639
--- Comment #14 from Aldy Hernandez ---
Created attachment 54939
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54939&action=edit
proposed patch in testing
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105081
--- Comment #3 from CVS Commits ---
The master branch has been updated by Jonathan Wakely :
https://gcc.gnu.org/g:f9412cedd6c0e7417b30d9a80d3f45c8746223b4
commit r14-289-gf9412cedd6c0e7417b30d9a80d3f45c8746223b4
Author: Jonathan Wakely
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40380
--- Comment #7 from CVS Commits ---
The master branch has been updated by Jonathan Wakely :
https://gcc.gnu.org/g:865869dc6943eb5dee855bc1ea88b09b7dabc641
commit r14-290-g865869dc6943eb5dee855bc1ea88b09b7dabc641
Author: Jonathan Wakely
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109607
--- Comment #4 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:d89e23f27215fcd822994fb2fad17fcd31eef5e1
commit r14-295-gd89e23f27215fcd822994fb2fad17fcd31eef5e1
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109644
Bug 109644 depends on bug 109607, which changed state.
Bug 109607 Summary: IPA replaces stmt with invalid gimple
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109607
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109607
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109594
Bug 109594 depends on bug 109607, which changed state.
Bug 109607 Summary: IPA replaces stmt with invalid gimple
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109607
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105081
Jonathan Wakely changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109646
Bug ID: 109646
Summary: OpenACC attach directive fails with "pointer target
not mapped for attach"
Product: gcc
Version: 12.2.1
Status: UNCONFIRMED
Severity: n
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40380
--- Comment #8 from Jonathan Wakely ---
Added some more of these @headerfile annotations, but there's still more to do.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109645
--- Comment #3 from David Binderman ---
(In reply to David Binderman from comment #2)
> Attempting a bisection.
Current range is a8e1551bdb372aa3..d94ca762f6e0e4f1.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109632
--- Comment #5 from rsandifo at gcc dot gnu.org
---
Created attachment 54941
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54941&action=edit
hacky proof-of-concept patch
This is a very hacky proof of concept patch. Don't try it on
anyt
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109632
--- Comment #6 from Tamar Christina ---
That's an interesting approach, I think it would also fix
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109391 would it not? Since the
int16x8x3_t return would be "scalarized" avoiding the bad expansion?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108758
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |12.3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105723
Richard Biener changed:
What|Removed |Added
Keywords||needs-bisection
--- Comment #3 from Ri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107466
Richard Biener changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107466
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107852
Richard Biener changed:
What|Removed |Added
Status|NEW |RESOLVED
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56456
Bug 56456 depends on bug 107852, which changed state.
Bug 107852 Summary: [12 Regression] Spurious warnings stringop-overflow and
array-bounds copying data as bytes into vector
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107852
What
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88443
Bug 88443 depends on bug 107852, which changed state.
Bug 107852 Summary: [12 Regression] Spurious warnings stringop-overflow and
array-bounds copying data as bytes into vector
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107852
What
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109647
Bug ID: 109647
Summary: ranges:6151:14: error: requires clause differs in
template redeclaration rejected by clang++ 16.0.2
Product: gcc
Version: 14.0
Status: UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107087
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
Known to work|12.2.1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109639
--- Comment #15 from CVS Commits ---
The master branch has been updated by Aldy Hernandez :
https://gcc.gnu.org/g:2b8ac1df6493eb1789c7c4d9f3df280ef9cf0ac4
commit r14-298-g2b8ac1df6493eb1789c7c4d9f3df280ef9cf0ac4
Author: Aldy Hernandez
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109639
Aldy Hernandez changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107087
--- Comment #14 from Jonathan Wakely ---
I think it should be fine. I would prefer to wait until 12.4 so it has more
bake time, but that would just mean another few months of duplicate reports for
this issue.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106878
Richard Biener changed:
What|Removed |Added
Keywords||ice-checking
--- Comment #14 from Rich
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107131
--- Comment #11 from Richard Biener ---
(In reply to Jakub Jelinek from comment #8)
> I think the problem happens during combine. Parts of the vector code
> related to:
> V b = (V) { } >= o;
> V c = b <= (V)(b >= (V) { 0, 0, 0, 0, 0, 0x90DF
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107131
--- Comment #12 from Richard Biener ---
(In reply to Richard Biener from comment #11)
> (In reply to Jakub Jelinek from comment #8)
> > I think the problem happens during combine. Parts of the vector code
> > related to:
> > V b = (V) { } >=
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106878
--- Comment #15 from Jakub Jelinek ---
Just note this had various follow-ups.
r13-2658
r13-2709
r13-2891
at least.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108309
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108833
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109647
Jonathan Wakely changed:
What|Removed |Added
Resolution|--- |INVALID
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109647
--- Comment #2 from Jonathan Wakely ---
As already explained in Bug 96830 comment 8
This is https://github.com/llvm/llvm-project/issues/49620 which is fixed on
trunk, but still present in Clang 16.0.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109170
--- Comment #7 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:65369ab62cee68eb7f6ef65e3d12d1969a9e20ee
commit r14-300-g65369ab62cee68eb7f6ef65e3d12d1969a9e20ee
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97936
Jonathan Wakely changed:
What|Removed |Added
Resolution|--- |FIXED
Status|REOPENED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109646
--- Comment #1 from Patrick Bégou ---
Using 12.2.1 as more recent versions of gfortran cannot compile this file (see
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109622)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106057
--- Comment #5 from CVS Commits ---
The releases/gcc-12 branch has been updated by Richard Biener
:
https://gcc.gnu.org/g:ea162107bb376f5ffa18bbda70e14b47bc338070
commit r12-9478-gea162107bb376f5ffa18bbda70e14b47bc338070
Author: Jan Hubicka
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106421
--- Comment #5 from CVS Commits ---
The releases/gcc-12 branch has been updated by Richard Biener
:
https://gcc.gnu.org/g:0a5fb0ee337b824224a2c13b76fd682b62e6d314
commit r12-9480-g0a5fb0ee337b824224a2c13b76fd682b62e6d314
Author: Roger Sayle
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109392
--- Comment #6 from CVS Commits ---
The releases/gcc-12 branch has been updated by Richard Biener
:
https://gcc.gnu.org/g:d639236ea87ff8a6a2d56c0408e6eb92674418e6
commit r12-9482-gd639236ea87ff8a6a2d56c0408e6eb92674418e6
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105980
--- Comment #11 from CVS Commits ---
The releases/gcc-12 branch has been updated by Richard Biener
:
https://gcc.gnu.org/g:37da428922e5cb548430aa00482d6a4c7aa8f8b2
commit r12-9479-g37da428922e5cb548430aa00482d6a4c7aa8f8b2
Author: H.J. Lu
Date
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108791
--- Comment #8 from CVS Commits ---
The releases/gcc-12 branch has been updated by Richard Biener
:
https://gcc.gnu.org/g:fcf27816635186acce77dd9b6d756d5c93fd92ef
commit r12-9481-gfcf27816635186acce77dd9b6d756d5c93fd92ef
Author: Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108791
Richard Biener changed:
What|Removed |Added
Status|NEW |RESOLVED
Known to fail|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109392
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101839
Richard Biener changed:
What|Removed |Added
Known to fail||12.2.0
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109632
--- Comment #7 from rsandifo at gcc dot gnu.org
---
Thinking more about it, it would probably be better to defer the
split until around lower_complex time, after IPA (especially inlining),
NRV and tail-recursion. Doing it there should also mak
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47485
Volker Weißmann changed:
What|Removed |Added
CC||volker.weissmann at gmx dot de
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107466
--- Comment #7 from CVS Commits ---
The releases/gcc-12 branch has been updated by Jonathan Wakely
:
https://gcc.gnu.org/g:d8def0b55572fc5bc02a0fee6a98787cd50ee885
commit r12-9485-gd8def0b55572fc5bc02a0fee6a98787cd50ee885
Author: Jonathan Wake
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109339
--- Comment #14 from CVS Commits ---
The releases/gcc-12 branch has been updated by Jonathan Wakely
:
https://gcc.gnu.org/g:47880309516fd5c913102eb4c52dc86da7051983
commit r12-9486-g47880309516fd5c913102eb4c52dc86da7051983
Author: Jonathan Wak
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109339
Jonathan Wakely changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108952
--- Comment #9 from CVS Commits ---
The releases/gcc-12 branch has been updated by Jonathan Wakely
:
https://gcc.gnu.org/g:858ff5c919fc1af31e399a7aea118c87f855972a
commit r12-9487-g858ff5c919fc1af31e399a7aea118c87f855972a
Author: Jonathan Wake
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24639
Bug 24639 depends on bug 109339, which changed state.
Bug 109339 Summary: [12 Regression] stop_token compiled with -Og yields
maybe-uninitialized
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109339
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107466
Jonathan Wakely changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108952
Jonathan Wakely changed:
What|Removed |Added
Summary|[10/11/12 Regression] |[10/11 Regression]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109648
Bug ID: 109648
Summary: ICE: tree check: expected type_pack_expansion or
expr_pack_expansion, have error_mark in
tsubst_pack_expansion, at cp/pt.cc:13551
Product: gcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109506
Patrick Palka changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109645
David Binderman changed:
What|Removed |Added
CC||jason at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90885
warp at iki dot fi changed:
What|Removed |Added
CC||warp at iki dot fi
--- Comment #30 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109642
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109649
Bug ID: 109649
Summary: GCC accepts invalid inaccessible friend declaration of
member function
Product: gcc
Version: 13.1.1
Status: UNCONFIRMED
Severity: norma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109640
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109649
Andrew Pinski changed:
What|Removed |Added
Known to fail||13.1.0
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108239
Peter Bergner changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105325
Peter Bergner changed:
What|Removed |Added
CC||npiggin at gmail dot com
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40380
--- Comment #9 from Jonathan Wakely ---
Grr, I've just noticed that classes defined in a header with no file extension
do not get an implicit @headerfile, the way that classes defined in a foo.h
header do. See https://github.com/doxygen/doxygen/i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105325
Peter Bergner changed:
What|Removed |Added
URL||https://gcc.gnu.org/piperma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109649
Marek Polacek changed:
What|Removed |Added
Keywords|needs-bisection |
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109623
Marek Polacek changed:
What|Removed |Added
Last reconfirmed||2023-04-27
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109645
--- Comment #5 from David Binderman ---
This commit
commit 95d4c0d2e6318aef88ba0bc607dfc1ec6b7a612f
Author: Jason Merrill
Date: Thu Mar 16 16:55:39 2023 -0400
c++: restore instantiate_decl assert
looks to be a hot candidate.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109610
Peter Bergner changed:
What|Removed |Added
CC||meissner at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109650
Bug ID: 109650
Summary: avr-gcc incorrect code with -Os
Product: gcc
Version: 12.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
As
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109651
Bug ID: 109651
Summary: ICE in lookup_template_class
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assig
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109651
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109651
--- Comment #2 from Andrew Pinski ---
>preprocessed source as given by -freport-bug attached.
The attachment might have been too big, please try to compress it and try
again.
1 - 100 of 188 matches
Mail list logo