https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97678
--- Comment #2 from Richard Biener ---
On x86_64 the initialization loop is miscompiled.
int
main ()
{
unsigned int i = 0;
signed char a[155 * 2];
unsigned short b[155 * 2];
for (i = 0; i < 155; i++)
{
a[i * 2] = i * 2 + i % 3;
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97642
--- Comment #3 from Hongtao.liu ---
(In reply to Jakub Jelinek from comment #1)
> The problem is that in the RTL representation there is nothing that would
> tell cse, forward propagation or combiner etc. not to optimize the
> (insn 7 6 8 2 (set
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97684
Richard Biener changed:
What|Removed |Added
Keywords||ice-on-valid-code, ra
Target Mileston
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97652
Richard Biener changed:
What|Removed |Added
CC||seurer at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97682
Kito Cheng changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97686
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97683
Richard Biener changed:
What|Removed |Added
Priority|P3 |P4
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97681
Richard Biener changed:
What|Removed |Added
Last reconfirmed||2020-11-03
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97680
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |11.0
Summary|new test case
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97678
Richard Biener changed:
What|Removed |Added
Last reconfirmed||2020-11-03
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97320
Thomas Koenig changed:
What|Removed |Added
CC||tkoenig at gcc dot gnu.org
S
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97676
Richard Biener changed:
What|Removed |Added
Version|unknown |11.0
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96789
--- Comment #36 from CVS Commits ---
The master branch has been updated by Kewen Lin :
https://gcc.gnu.org/g:f5e18dd9c7dacc9671044fc669bd5c1b26b6bdba
commit r11-4637-gf5e18dd9c7dacc9671044fc669bd5c1b26b6bdba
Author: Kewen Lin
Date: Tue Nov 3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58449
Tobias Renger changed:
What|Removed |Added
CC||gcc-im5revto at tobiasrenger
dot n
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70075
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77510
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90834
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org
S
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38470
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80532
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97687
Bug ID: 97687
Summary: -Wfatal-errors prints some notes but not others
Product: gcc
Version: 10.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97679
Patrick Palka changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Summary|ICE with CTA
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97685
Bug ID: 97685
Summary: -march=tremont should enable
MOVDIRI/MOVDIR64B/CLDEMOTE/SGX/WAITPKG.
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97686
Bug ID: 97686
Summary: [11 regression] fortran.dg/pdt_14.f03 hangs after
r11-4586
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Severity: normal
Prio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97684
Bug ID: 97684
Summary: [11 Regression] ICE in reg_preferred_class, at
reginfo.c:789
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Severity: normal
Pr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97682
--- Comment #2 from Andreas Schwab ---
I think the bug is really that riscv_legitimize_call_address uses
RISCV_PROLOGUE_TEMP, which can conflict with its uses in the epilogue, as seen.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97267
Alan Modra changed:
What|Removed |Added
URL|https://gcc.gnu.org/piperma |https://gcc.gnu.org/piperma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97267
--- Comment #1 from CVS Commits ---
The master branch has been updated by Alan Modra :
https://gcc.gnu.org/g:18963d3bee780cd8a6477ad5a198410758ec4e60
commit r11-4634-g18963d3bee780cd8a6477ad5a198410758ec4e60
Author: Alan Modra
Date: Sun Sep
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97681
--- Comment #5 from Luke Dalessandro ---
The more I think about this the more it bothers me.
I recognize that it might be very difficult to implement in gcc's
infrastructure, but I think the design decision that "if it _can_ be constant
evaluat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97682
--- Comment #1 from Andreas Schwab ---
Looks like the miscompilation happens in the pro_and_epilog pass.
Before:
(insn 2520 2519 2521 320 (set (reg:DI 6 t1)
(symbol_ref/i:DI
("_ZNSt6vectorIN4llvm26BlockFrequencyInfoImplBase13FrequencyDa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97140
--- Comment #4 from CVS Commits ---
The master branch has been updated by H.J. Lu :
https://gcc.gnu.org/g:6058b874ef98af1104a5cb4618e1f3bfa7e3761c
commit r11-4632-g6058b874ef98af1104a5cb4618e1f3bfa7e3761c
Author: H.J. Lu
Date: Mon Sep 21 05:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97658
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |INVALID
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97683
Bug ID: 97683
Summary: [11 Regression] nios2 assembler branch offset errors
building glibc
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Keywords: assemble-fai
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97682
Bug ID: 97682
Summary: Miscompiled tail call with -fPIC
Product: gcc
Version: 10.2.1
Status: UNCONFIRMED
Keywords: wrong-code
Severity: normal
Priority: P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97677
Andrew Pinski changed:
What|Removed |Added
Known to work||7.5.0
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97681
--- Comment #4 from Luke Dalessandro ---
There are other occurrences of `a` that _are_ in `constexpr` context, it is
used in both contexts within the application thus the keyword is necessary.
This report came from a testcase reduction, so I'll
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97681
--- Comment #3 from Jakub Jelinek ---
Don't mark it constexpr. Or, if it has any arguments, don't call it with
constant arguments, but call it with non-constant ones.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97681
--- Comment #2 from Luke Dalessandro ---
Okay, how would one constrain such inlining in order to retain a symbol and
stack frame for debugging purposes?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97681
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97681
Bug ID: 97681
Summary: noinline attribute ignored on constexpr function
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70210
Viktor Engelmann changed:
What|Removed |Added
CC||Viktor.Engelmann@googlemail
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97680
--- Comment #1 from qinzhao at gcc dot gnu.org ---
(In reply to seurer from comment #0)
> commit d10f3e900b0377b4760a090b0f90371bcef01686
> Author: qing zhao
> Date: Fri Oct 30 20:41:38 2020 +0100
>
> If looks like the errors are all like thi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94978
anlauf at gcc dot gnu.org changed:
What|Removed |Added
CC||trnka at scm dot com
--- Comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97320
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97680
Bug ID: 97680
Summary: new test case c-c++-common/zero-scratch-regs-10.c in
r11-4578 has excess errors
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Severity:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97679
Bug ID: 97679
Summary: ICE with CTAD on a nested class template with
constrained constructor
Product: gcc
Version: 10.2.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97678
Bug ID: 97678
Summary: [11 regression] execution fail for
gcc.target/powerpc/p9-vec-length-epil-run-5.c after
r11-4614
Product: gcc
Version: 11.0
Stat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97665
--- Comment #7 from Luke Dalessandro ---
Thank you, sorry for the confusion.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97665
--- Comment #6 from Jakub Jelinek ---
All I'm saying is that I believe your code is not valid C++17, but is valid
C++20 and that for C++20 we have a compiler bug we need to fix.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97675
Jonathan Wakely changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97677
Bug ID: 97677
Summary: std::array and std::initializer_list gives wrong
results
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Pri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97665
--- Comment #5 from Luke Dalessandro ---
Ugh... replying to myself.
> You can do Foo foo = Foo(); and it compiles.
>> 1. I can't do `Foo foo = Foo();` because the purpose of the union is to
>> allocate uninitialized storage for the `Foo` durin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93449
Carl Love changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93449
Carl Love changed:
What|Removed |Added
CC||cel at us dot ibm.com
--- Comment #10 from C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93449
--- Comment #9 from CVS Commits ---
The master branch has been updated by Carl Love :
https://gcc.gnu.org/g:05161256d3d2a598966ca1cf676fa0e427570f73
commit r11-4623-g05161256d3d2a598966ca1cf676fa0e427570f73
Author: Carl Love
Date: Mon Aug 31
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97665
--- Comment #4 from Luke Dalessandro ---
Hi Jakob,
Thank you for looking at this. I restructured the code sample according to your
suggestions and it is available here https://godbolt.org/z/P1bMEz. I don't
understand a couple of things that you
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97320
--- Comment #4 from Jacques Le Bourlot ---
(In reply to kargl from comment #3)
> (In reply to Jacques Le Bourlot from comment #2)
> >
> > The compiler should see that "IF (i >= 1)" THEN "i-1 >= 0". Quoting the
> > manual is not an adequate answe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97320
kargl at gcc dot gnu.org changed:
What|Removed |Added
CC||kargl at gcc dot gnu.org
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97676
Bug ID: 97676
Summary: "*" should skip a constraint, not just one char of it
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Comp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97578
Martin Jambor changed:
What|Removed |Added
CC||jamborm at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97320
Jacques Le Bourlot changed:
What|Removed |Added
CC||Jacques.Lebourlot at obspm dot
fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97638
--- Comment #1 from CVS Commits ---
The master branch has been updated by Sudakshina Das :
https://gcc.gnu.org/g:ce99142c11b8090105cbf2aa853262f6d9abc0d3
commit r11-4615-gce99142c11b8090105cbf2aa853262f6d9abc0d3
Author: Sudakshina Das
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97675
Bug ID: 97675
Summary: GCC does not allow turning off the warning for
exceptions being caught by an earlier handler
Product: gcc
Version: 11.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97652
--- Comment #12 from Richard Biener ---
Note setting TYPE_TYPELESS_STORAGE on the aggregates doesn't help the testcase
since the pointer types are the issue.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97652
Richard Biener changed:
What|Removed |Added
Component|ipa |fortran
--- Comment #11 from Richard Bi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97652
--- Comment #10 from Jan Hubicka ---
> > Aha, that will be the wrong jump function from ipa-cp I mentioned in
> > earlier comment. We should not believe that root is not written to as
> > we derive now from TBAA in push_8.
>
> But -fno-ipa-cp d
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97652
--- Comment #9 from Richard Biener ---
(In reply to Jan Hubicka from comment #7)
> > And it looks like something (inlining) inserts __builtin_unreachable ()
> > calls
> > that eventually make us optimize this to an endless loop.
> >
> > pdt_14.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97652
Richard Biener changed:
What|Removed |Added
Component|fortran |ipa
--- Comment #8 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97652
--- Comment #7 from Jan Hubicka ---
> And it looks like something (inlining) inserts __builtin_unreachable () calls
> that eventually make us optimize this to an endless loop.
>
> pdt_14.f03.081i.inline:Introduced new external node
> (__builtin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97652
Richard Biener changed:
What|Removed |Added
Last reconfirmed||2020-11-02
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97652
--- Comment #5 from Richard Biener ---
Oh, btw:
> /home/rguenther/obj-gcc2-g/gcc/testsuite/gfortran/../../gfortran
> -B/home/rguenther/obj-gcc2-g/gcc/testsuite/gfortran/../../
> -B/home/rguenther/obj-gcc2-g/x86_64-pc-linux-gnu/./libgfortran/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97652
--- Comment #4 from Richard Biener ---
I can only see one __vtype_link_module_Pdtlink_8 and one Pdtlink_8 type
(breaking at record_component_aliases).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97674
Richard Biener changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97652
Richard Biener changed:
What|Removed |Added
CC||hjl.tools at gmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97674
Bug ID: 97674
Summary: [11 Regression] gfortran.dg/pdt_14.f03 is compiled
into an infinite loop
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97670
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |11.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97652
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |11.0
Summary|New gfortran.dg
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85303
Thomas Schwinge changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |tschwinge at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80219
Thomas Schwinge changed:
What|Removed |Added
Ever confirmed|0 |1
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80219
--- Comment #4 from CVS Commits ---
The releases/gcc-8 branch has been updated by Thomas Schwinge
:
https://gcc.gnu.org/g:3940a3ff2be0b445a5b24a222e83669e570f32a9
commit r8-10603-g3940a3ff2be0b445a5b24a222e83669e570f32a9
Author: Thomas Schwinge
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80219
--- Comment #3 from CVS Commits ---
The releases/gcc-9 branch has been updated by Thomas Schwinge
:
https://gcc.gnu.org/g:d824c5df1714403067f2a7170dd884887ce04712
commit r9-9017-gd824c5df1714403067f2a7170dd884887ce04712
Author: Thomas Schwinge
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85303
--- Comment #3 from CVS Commits ---
The releases/gcc-9 branch has been updated by Thomas Schwinge
:
https://gcc.gnu.org/g:d824c5df1714403067f2a7170dd884887ce04712
commit r9-9017-gd824c5df1714403067f2a7170dd884887ce04712
Author: Thomas Schwinge
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85303
--- Comment #4 from CVS Commits ---
The releases/gcc-8 branch has been updated by Thomas Schwinge
:
https://gcc.gnu.org/g:3940a3ff2be0b445a5b24a222e83669e570f32a9
commit r8-10603-g3940a3ff2be0b445a5b24a222e83669e570f32a9
Author: Thomas Schwinge
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85486
--- Comment #6 from CVS Commits ---
The releases/gcc-9 branch has been updated by Thomas Schwinge
:
https://gcc.gnu.org/g:8860822a91e2e90a5eae726a478cd5ffc0d1fbfa
commit r9-9018-g8860822a91e2e90a5eae726a478cd5ffc0d1fbfa
Author: Thomas Schwinge
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85486
--- Comment #5 from CVS Commits ---
The releases/gcc-10 branch has been updated by Thomas Schwinge
:
https://gcc.gnu.org/g:28aaad48d5aafde3e5f269864ba934c602011328
commit r10-8961-g28aaad48d5aafde3e5f269864ba934c602011328
Author: Thomas Schwing
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92793
--- Comment #8 from CVS Commits ---
The releases/gcc-10 branch has been updated by Thomas Schwinge
:
https://gcc.gnu.org/g:a5c5f9e181c1f7548930f1cab91002b9d460cc92
commit r10-8960-ga5c5f9e181c1f7548930f1cab91002b9d460cc92
Author: Thomas Schwing
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80219
--- Comment #2 from CVS Commits ---
The releases/gcc-10 branch has been updated by Thomas Schwinge
:
https://gcc.gnu.org/g:591e878fc6dd08502429a8e480d8e7d966836ca9
commit r10-8959-g591e878fc6dd08502429a8e480d8e7d966836ca9
Author: Thomas Schwing
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85303
--- Comment #2 from CVS Commits ---
The releases/gcc-10 branch has been updated by Thomas Schwinge
:
https://gcc.gnu.org/g:591e878fc6dd08502429a8e480d8e7d966836ca9
commit r10-8959-g591e878fc6dd08502429a8e480d8e7d966836ca9
Author: Thomas Schwing
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92793
--- Comment #7 from CVS Commits ---
The master branch has been updated by Thomas Schwinge :
https://gcc.gnu.org/g:5677444f7e7ca15557030902c3d09dab4852fa90
commit r11-4608-g5677444f7e7ca15557030902c3d09dab4852fa90
Author: Thomas Schwinge
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85486
--- Comment #4 from CVS Commits ---
The master branch has been updated by Thomas Schwinge :
https://gcc.gnu.org/g:79680c1d5cd3d89c2e7423e20dc8a6e1d6dc8151
commit r11-4609-g79680c1d5cd3d89c2e7423e20dc8a6e1d6dc8151
Author: Thomas Schwinge
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80219
--- Comment #1 from CVS Commits ---
The master branch has been updated by Thomas Schwinge :
https://gcc.gnu.org/g:528507fa0314c75d1105890e4781a475c8badd7c
commit r11-4607-g528507fa0314c75d1105890e4781a475c8badd7c
Author: Thomas Schwinge
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85303
--- Comment #1 from CVS Commits ---
The master branch has been updated by Thomas Schwinge :
https://gcc.gnu.org/g:528507fa0314c75d1105890e4781a475c8badd7c
commit r11-4607-g528507fa0314c75d1105890e4781a475c8badd7c
Author: Thomas Schwinge
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97644
--- Comment #10 from Jan Hubicka ---
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97644
>
> --- Comment #9 from Iain Buclaw ---
> (In reply to Jan Hubicka from comment #8)
> > > Current workaround I'm using locally for the time being is to ca
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97665
Jakub Jelinek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97644
--- Comment #9 from Iain Buclaw ---
(In reply to Jan Hubicka from comment #8)
> > Current workaround I'm using locally for the time being is to call
> > thunk_info::process_early_thunks if the particular branch where this ICE
> > happens is hit.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97655
Tobias Burnus changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97655
--- Comment #5 from CVS Commits ---
The master branch has been updated by Tobias Burnus :
https://gcc.gnu.org/g:b2a31e2c341d96520c5fb7c1e1f1c590eb182d7f
commit r11-4606-gb2a31e2c341d96520c5fb7c1e1f1c590eb182d7f
Author: Tobias Burnus
Date: Mo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97665
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97663
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97558
Richard Biener changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97558
--- Comment #8 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:4c198ddff83744f8b7bf24306ed1e6b889c44044
commit r11-4605-g4c198ddff83744f8b7bf24306ed1e6b889c44044
Author: Richard Biener
Date:
1 - 100 of 134 matches
Mail list logo