https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105940
Kewen Lin changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105940
--- Comment #1 from Kewen Lin ---
Created attachment 53126
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53126&action=edit
move_applying
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105940
Bug ID: 105940
Summary: suggested_unroll_factor applying place looks wrong
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Componen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105817
tonnyl at nvidia dot com changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105939
--- Comment #1 from Eric Gallager ---
Oh, one more; I updated the testcase so it's now:
$ cat icculus_twitter_thread.c
#include
int main(void) {
int x = 0;
do printf("%d\n", x++); while (x < 10);
return 0;
}
const const const sta
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105939
Bug ID: 105939
Summary: "warning: anonymous struct declared inside parameter
list will not be visible outside of this definition or
declaration" should have a warning flag attached to
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105753
--- Comment #4 from Andrew Pinski ---
g:3ba781d3b5c8efadb60866c9743b657e8f0eb222
: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Target Milestone: ---
building the nxptx-none offload compiler with the just built gcc-12 from the
branch 20220612 ICEs in:
[...]
2204622
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105753
Filip Hejsek changed:
What|Removed |Added
Known to fail||12.1.0
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105937
Andrew Pinski changed:
What|Removed |Added
Keywords||needs-reduction
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104871
--- Comment #1 from CVS Commits ---
The master branch has been updated by Iain D Sandoe :
https://gcc.gnu.org/g:add1adaa17a294ea25918ffb4fdd40f115362632
commit r13-1058-gadd1adaa17a294ea25918ffb4fdd40f115362632
Author: Simon Wright
Date: Su
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105937
--- Comment #1 from Andrew Pinski ---
Note your example no longer compiles on the trunk of GCC as it requires to add:
#include
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105937
Bug ID: 105937
Summary: [12] Regression with maybe-uninitialized
Product: gcc
Version: 12.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105922
Andrew Pinski changed:
What|Removed |Added
Summary|AArch64 SVE instruction |autovectorizer does not
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105927
Uroš Bizjak changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105927
Uroš Bizjak changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105932
Andrew Pinski changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105936
Andrew Pinski changed:
What|Removed |Added
Keywords||needs-reduction
--- Comment #2 from And
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105936
Andrew Pinski changed:
What|Removed |Added
Keywords|needs-reduction |inline-asm
Summary|[10 Regre
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105930
--- Comment #10 from Linus Torvalds ---
(In reply to Roger Sayle from comment #7)
> Investigating. Adding -mno-stv the stack size reduces from 2612 to 428 (and
> on godbolt the number of assembler lines reduces from 6952 to 6203).
So now that
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105936
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |10.4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105931
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2022-06-12
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105931
Andrew Pinski changed:
What|Removed |Added
Keywords||diagnostic,
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105930
--- Comment #9 from Linus Torvalds ---
Looks like STV is "scalar to vector" and it should have been disabled
automatically by the -mno-avx flag anyway.
And the excessive stack usage was perhaps due to GCC preparing all those stack
slots for int
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105916
David Malcolm changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105930
--- Comment #8 from Linus Torvalds ---
(In reply to Roger Sayle from comment #7)
> Investigating. Adding -mno-stv the stack size reduces from 2612 to 428 (and
> on godbolt the number of assembler lines reduces from 6952 to 6203).
Thanks. Using
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105916
--- Comment #1 from David Malcolm ---
Thanks for filing this.
Reproducable with trunk. On trunk I also see similar behavior with the new
SARIF output format via options:
-fdiagnostics-format=sarif-stderr
-fdiagnostics-format=sarif-file
and
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105936
Bug ID: 105936
Summary: internal compiler error: in move_insn, at
haifa-sched.c:5463
Product: gcc
Version: 9.4.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105935
Bug ID: 105935
Summary: libgfortran build fails if HAVE_VSNPRINTF test fails
Product: gcc
Version: 10.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Comp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105747
--- Comment #9 from David Binderman ---
(In reply to David Binderman from comment #8)
> (In reply to David Binderman from comment #7)
> > Created attachment 53119 [details]
> > C source code
> >
> > Another one. Over 15 minutes this time.
>
>
30 matches
Mail list logo