https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100807
Bug ID: 100807
Summary: initialization of global struct with large array leads
to huge assembly
Product: gcc
Version: 11.1.0
Status: UNCONFIRMED
Keywords: comp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100808
Bug ID: 100808
Summary: PPC: ISA 3.1 builtin documentation
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
A
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61592
Andrew Pinski changed:
What|Removed |Added
CC||gcc at gyoo dot com
--- Comment #3 from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77443
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100794
--- Comment #2 from Kewen Lin ---
(In reply to Richard Biener from comment #1)
Thanks for the comments!
> There's predictive commoning which can do similar transforms and runs after
> vectorization. It might be it doesn't handle these "simple
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80272
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61592
Andrew Pinski changed:
What|Removed |Added
CC||bkropki at yahoo dot co.uk
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100807
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61592
--- Comment #5 from Andrew Pinski ---
*** Bug 100807 has been marked as a duplicate of this bug. ***
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100751
--- Comment #20 from Martin Liška ---
> I'm trying to understand line #22 to #26 specifically of .c.gcov file(as
> shown in commment #16. Let me know if the steps followed in compilation or
> execution had any thing wrong.
What is wrong with th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100794
--- Comment #3 from rguenther at suse dot de ---
On Fri, 28 May 2021, linkw at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100794
>
> --- Comment #2 from Kewen Lin ---
> (In reply to Richard Biener from comment #1)
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100809
Bug ID: 100809
Summary: PPC: __int128 divide/modulo does not use P10
instructions vdivsq/vdivuq
Product: gcc
Version: 10.2.1
Status: UNCONFIRMED
Severity: norm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100809
--- Comment #1 from Jens Seifert ---
Same applies to modulo.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100771
Paul Menzel changed:
What|Removed |Added
CC||pmenzel+gcc at molgen dot
mpg.de
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100749
--- Comment #1 from Indu Bhagat ---
Thanks for the bug report. This is reproducible. Will look into it.
gcc version 12.0.0 20210528 (experimental) [master revision
4774807e6e5:0e2d976f72b:cd62d089f6021fd1ad4537b8182836d15b14514f] (GCC)
[512] %
[512] % gcctk -O0 small.c; ./a.out
[513] %
[513] % gcctk -O1 small.c
[514] % ./a.out
Aborted
[515] %
[515] % cat small.c
int a, b = 1, c = 1, e, f = 1, g, h
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95719
--- Comment #11 from CVS Commits ---
The releases/gcc-9 branch has been updated by Richard Biener
:
https://gcc.gnu.org/g:ebfe8b28d40746ff33724bd5b9ade2552e619213
commit r9-9558-gebfe8b28d40746ff33724bd5b9ade2552e619213
Author: Jason Merrill
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100797
--- Comment #2 from CVS Commits ---
The releases/gcc-9 branch has been updated by Richard Biener
:
https://gcc.gnu.org/g:ebfe8b28d40746ff33724bd5b9ade2552e619213
commit r9-9558-gebfe8b28d40746ff33724bd5b9ade2552e619213
Author: Jason Merrill
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100810
Martin Liška changed:
What|Removed |Added
Summary|wrong code at -O1 and above |[12 Regression] wrong code
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99928
--- Comment #14 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:c94424b0ed786ec92b6904da69af8b5243b34fdc
commit r12-1109-gc94424b0ed786ec92b6904da69af8b5243b34fdc
Author: Jakub Jelinek
Date: F
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100751
--- Comment #21 from Gejoe ---
(In reply to Martin Liška from comment #20)
> > I'm trying to understand line #22 to #26 specifically of .c.gcov file(as
> > shown in commment #16. Let me know if the steps followed in compilation or
> > execution
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100774
--- Comment #3 from Richard Biener ---
(In reply to Andrew Macleod from comment #2)
> I have a fix for this...
> Do we add -fcompare-debug tests into the testsuite? I don't see any other
> tests with it.
Sure we do, grep will show quite some.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100778
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |11.2
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100778
Richard Biener changed:
What|Removed |Added
Known to work|12.0|
Summary|[11 Regression] Ge
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100782
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |11.2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100784
Richard Biener changed:
What|Removed |Added
Summary|ICE: Segmentation fault,|[10/11/12 Regression] ICE:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100787
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100791
Richard Biener changed:
What|Removed |Added
Component|c |ipa
Version|tree-ssa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100796
Richard Biener changed:
What|Removed |Added
Keywords||diagnostic
Version|unknown
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100797
Richard Biener changed:
What|Removed |Added
Priority|P1 |P2
Summary|[9/10/11/12 Regr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100801
Richard Biener changed:
What|Removed |Added
Component|ipa |tree-optimization
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100803
Richard Biener changed:
What|Removed |Added
Ever confirmed|0 |1
Assignee|unassigned at gcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100788
Martin Liška changed:
What|Removed |Added
Status|WAITING |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100791
Richard Biener changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100794
--- Comment #4 from Kewen Lin ---
(In reply to rguent...@suse.de from comment #3)
> On Fri, 28 May 2021, linkw at gcc dot gnu.org wrote:
>
> > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100794
> >
> > --- Comment #2 from Kewen Lin ---
> > (
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100811
Bug ID: 100811
Summary: Consider not omitting frame pointers by default on
targets with many registers
Product: gcc
Version: 10.3.0
Status: UNCONFIRMED
Severit
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100751
--- Comment #22 from CVS Commits ---
The master branch has been updated by Martin Liska :
https://gcc.gnu.org/g:d2a913c76f41692fd0bb955d1768f462133d813a
commit r12--gd2a913c76f41692fd0bb955d1768f462133d813a
Author: Martin Liska
Date: Fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100811
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100751
--- Comment #23 from Martin Liška ---
> So, for either a one time call of __gcov_dump (though we may attempt to call
> __gcov_dump many times) or at the exit of the program execution, the merge
> of profile happens due to which __gcov_reset doe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100811
Florian Weimer changed:
What|Removed |Added
CC||fw at gcc dot gnu.org
--- Comment #2 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100794
--- Comment #5 from rguenther at suse dot de ---
On Fri, 28 May 2021, linkw at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100794
>
> --- Comment #4 from Kewen Lin ---
> (In reply to rguent...@suse.de from comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100803
--- Comment #1 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:8b2b32ab2d8cff4eb0dad0ef4e72e33257574cb6
commit r12-1112-g8b2b32ab2d8cff4eb0dad0ef4e72e33257574cb6
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100791
--- Comment #4 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:359c0a86e2974a9f3036bc05b6e6c661f2c463cf
commit r12-1113-g359c0a86e2974a9f3036bc05b6e6c661f2c463cf
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100803
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100791
Richard Biener changed:
What|Removed |Added
Summary|ICE: verify_gimple failed |[10/11 Regression] ICE:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100801
--- Comment #2 from Joel Linn ---
Great. In the meantime I will use
> if (count % 4 == 0) __builtin_unreachable();
at the start of the for loop to suppress the warning as suggested by Martin
Sebor https://gcc.gnu.org/pipermail/gcc-help/2021-May
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95719
--- Comment #12 from CVS Commits ---
The master branch has been updated by Jason Merrill :
https://gcc.gnu.org/g:f838e3ccf8d2849980e9d0f70aa60ecd2eb5772c
commit r12-1114-gf838e3ccf8d2849980e9d0f70aa60ecd2eb5772c
Author: Jason Merrill
Date: T
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100797
--- Comment #4 from CVS Commits ---
The master branch has been updated by Jason Merrill :
https://gcc.gnu.org/g:f838e3ccf8d2849980e9d0f70aa60ecd2eb5772c
commit r12-1114-gf838e3ccf8d2849980e9d0f70aa60ecd2eb5772c
Author: Jason Merrill
Date: T
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100797
Jason Merrill changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100812
Bug ID: 100812
Summary: [10 Regression] lto1-wpa memory hog building openjdk
trunk
Product: gcc
Version: 10.3.1
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100778
--- Comment #5 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:f7a07f5a5d8065e7f11133dd1f4ad3510ab2195b
commit r12-1115-gf7a07f5a5d8065e7f11133dd1f4ad3510ab2195b
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100778
--- Comment #6 from Richard Biener ---
The fix pushed is for a related issue only, still working on the actual issue.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100812
Matthias Klose changed:
What|Removed |Added
Target||x86_64-linux-gnu
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100813
Bug ID: 100813
Summary: Function of array of pointers to abstract class
returning an array
Product: gcc
Version: 10.3.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100814
Bug ID: 100814
Summary: Fortran memory error on assignment from polymorphic
variable
Product: gcc
Version: 10.3.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100811
--- Comment #3 from Andrew Pinski ---
Also on say PowerPC, not omitting the frame pointer gives no benifit whats so
ever really with respect to backtracing.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100808
--- Comment #1 from Jens Seifert ---
https://gcc.gnu.org/onlinedocs/gcc/PowerPC-AltiVec-Built-in-Functions-Available-on-ISA-3_002e1.html
vector unsigned long long int vec_gnb (vector unsigned __int128, const unsigned
char)
should be
unsigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100479
--- Comment #2 from CVS Commits ---
The releases/gcc-11 branch has been updated by Patrick Palka
:
https://gcc.gnu.org/g:49f369fb33fb5bed4dadfb5b42b23cded888ab52
commit r11-8476-g49f369fb33fb5bed4dadfb5b42b23cded888ab52
Author: Patrick Palka
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100502
--- Comment #4 from CVS Commits ---
The releases/gcc-11 branch has been updated by Patrick Palka
:
https://gcc.gnu.org/g:365deb8399262033ac766b924c35d31db3d621ca
commit r11-8475-g365deb8399262033ac766b924c35d31db3d621ca
Author: Patrick Palka
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100502
Patrick Palka changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100812
Richard Biener changed:
What|Removed |Added
Keywords||lto
Component|lto
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100812
--- Comment #3 from Matthias Klose ---
adding -fno-ipa-icf or -fno-ipa-sra, or both flags makes a difference
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100815
Bug ID: 100815
Summary: [11 regression] Segfault assigning to scalar
allocatable polymorphic LHS
Product: gcc
Version: 11.1.1
Status: UNCONFIRMED
Severity: nor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79173
Thomas Koenig changed:
What|Removed |Added
CC||tkoenig at gcc dot gnu.org
Last reconf
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100815
--- Comment #1 from Neil Carlson ---
Actually it looks like the regression was introduced in 10.3. It works in 10.2
and earlier.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100816
Bug ID: 100816
Summary: Wrong span on widechar
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
Assigne
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100805
--- Comment #3 from Jonathan Wakely ---
(In reply to Harald van Dijk from comment #2)
> __int128 behaves mostly like an integer type but is not an "extended integer
> type" as defined in the standard. Quoting from
> https://gcc.gnu.org/onlinedoc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100799
--- Comment #1 from Alexander Grund ---
Confirmed to also break with GCC 7.3, 8.2, 8.3 but works with 6.3, 6.4, 6.5
20210528 (experimental) [master revision
:0e2d976f7:cd62d089f6021fd1ad4537b8182836d15b14514f] (GCC)
$ cat mutant.c
a;
__attribute__((cold)) b ()
{
for (; a;)
for (; a >= 0;)
for (; a;)
for (; a >= 0;)
for (; a;)
for (; a >= 0;)
for (; a;)
for (; a >= 0;)
for (; a;)
for (; a >= 0;)
for (; a;
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100734
--- Comment #11 from dave.anglin at bell dot net ---
On 2021-05-26 3:32 p.m., dave.anglin at bell dot net wrote:
> Attached a possible fix.
While the patch fixes boot, pr100619.c fails:
spawn /test/gnu/gcc/objdir64/gcc/xgcc -B/test/gnu/gcc/objdi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100818
Bug ID: 100818
Summary: A temporary is passed to associated
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100787
Rainer Orth changed:
What|Removed |Added
Target|i686|i686, sparc
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100120
--- Comment #3 from José Rui Faustino de Sousa ---
Please ignore anterior patch as it contains really bad errors a corrected one
will follow shortly.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100787
--- Comment #7 from Jakub Jelinek ---
Perhaps if EVRP is folding debug stmts it could first fold non-debug stmts (and
remember if there were any debug stmts) and only fold debug stmts afterwards,
either just by using caches and not adding anythi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100787
--- Comment #7 from Jakub Jelinek ---
Perhaps if EVRP is folding debug stmts it could first fold non-debug stmts (and
remember if there were any debug stmts) and only fold debug stmts afterwards,
either just by using caches and not adding anythi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100602
--- Comment #5 from CVS Commits ---
The releases/gcc-11 branch has been updated by Harald Anlauf
:
https://gcc.gnu.org/g:cb5c89afbe0ef59fa315cbfda31a55ea5d8ca297
commit r11-8478-gcb5c89afbe0ef59fa315cbfda31a55ea5d8ca297
Author: Harald Anlauf
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100806
Thomas Rodgers changed:
What|Removed |Added
Last reconfirmed||2021-05-28
Assignee|unassign
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100656
--- Comment #6 from CVS Commits ---
The releases/gcc-11 branch has been updated by Harald Anlauf
:
https://gcc.gnu.org/g:1cb4a0db82c51c742961a350c9c7a45ba1fe8475
commit r11-8479-g1cb4a0db82c51c742961a350c9c7a45ba1fe8475
Author: Harald Anlauf
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98411
--- Comment #10 from CVS Commits ---
The releases/gcc-11 branch has been updated by Harald Anlauf
:
https://gcc.gnu.org/g:1e9e0798d2242b7908db4098136d0bfd0bc7f0e8
commit r11-8480-g1e9e0798d2242b7908db4098136d0bfd0bc7f0e8
Author: Harald Anlauf
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100602
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Keywords|rejects-valid |wrong-code
Statu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100656
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASS
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98411
--- Comment #11 from CVS Commits ---
The releases/gcc-10 branch has been updated by Harald Anlauf
:
https://gcc.gnu.org/g:799cf16051844f80d09526f17194373902254708
commit r10-9871-g799cf16051844f80d09526f17194373902254708
Author: Harald Anlauf
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100749
--- Comment #2 from Indu Bhagat ---
I found the issue. I will send a fix soon, once testing on powerpc64, x86_64
finishes.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100819
Bug ID: 100819
Summary: Wrong code generation with unlimited polymorphic
objects and character type
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: no
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100820
Bug ID: 100820
Summary: [12 regression] bootstrap hangs during stage2 on power
10
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Pri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100821
Bug ID: 100821
Summary: Deferred character with wrong bounds
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100820
Andrew Pinski changed:
What|Removed |Added
Keywords||build, compile-time-hog
Compon
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100817
--- Comment #1 from Andrew Pinski ---
/* Theoretically possible, but *highly* unlikely. */
gcc_checking_assert (num_iterations < 500);
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94177
--- Comment #4 from CVS Commits ---
The releases/gcc-11 branch has been updated by David Edelsohn
:
https://gcc.gnu.org/g:0be51abf080f1d7515e3777dd5e5a983b47573a8
commit r11-8481-g0be51abf080f1d7515e3777dd5e5a983b47573a8
Author: David Edelsohn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100787
--- Comment #9 from Aldy Hernandez ---
This temporary fix resolves the bootstrap comparison on i686. Does it also fix
it on sparc-32?
diff --git a/gcc/gimple-ssa-evrp.c b/gcc/gimple-ssa-evrp.c
index 118d10365a0..b40649b6a10 100644
--- a/gcc/gi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100822
Bug ID: 100822
Summary: new expression for an array of function pointers gets
parsed as lambda incorrectly
Product: gcc
Version: 11.1.0
Status: UNCONFIRMED
Sev
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100747
--- Comment #6 from Firas Khalil Khana ---
Thanks for your time.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100787
--- Comment #10 from CVS Commits ---
The master branch has been updated by Aldy Hernandez :
https://gcc.gnu.org/g:2364b584552208ce715fa4fd44c510b7e5210d1e
commit r12-1118-g2364b584552208ce715fa4fd44c510b7e5210d1e
Author: Aldy Hernandez
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100823
Bug ID: 100823
Summary: Special member functions of common_iterator should be
conditionally trivial
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: no
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100787
--- Comment #11 from Aldy Hernandez ---
Note, this is still broken so I am leaving the PR open. I will address this
next week.
95 matches
Mail list logo