https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98463
Marek Polacek changed:
What|Removed |Added
CC||gcc-bugs at marehr dot
dialup.fu-b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98129
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Attachment #49687|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96188
Martin Sebor changed:
What|Removed |Added
Last reconfirmed|2020-07-13 00:00:00 |2021-1-21
Known to fail|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98784
Bug ID: 98784
Summary: [gcc 8.4/9.3/10] sparcv8 regression
Product: gcc
Version: 10.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94655
Martin Sebor changed:
What|Removed |Added
Status|NEW |ASSIGNED
See Also|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94335
Martin Sebor changed:
What|Removed |Added
Last reconfirmed|2020-03-26 00:00:00 |2021-1-21
--- Comment #10 from Martin Seb
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96725
Martin Sebor changed:
What|Removed |Added
Blocks|88443 |97048
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95353
Martin Sebor changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88443
Bug 88443 depends on bug 95353, which changed state.
Bug 95353 Summary: [10 Regression] spurious -Wstringop-overflow writing to a
trailing array plus offset
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95353
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98784
Eric Botcazou changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98777
--- Comment #2 from CVS Commits ---
The master branch has been updated by Vladimir Makarov :
https://gcc.gnu.org/g:68ba1039c7daf0485b167fe199ed7e8031158091
commit r11-6844-g68ba1039c7daf0485b167fe199ed7e8031158091
Author: Vladimir N. Makarov
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97969
--- Comment #22 from Vladimir Makarov ---
(In reply to Vladimir Makarov from comment #21)
> Additional fix for PR98722 is necessary for this PR.
>
> 4334b524274203125193a08a8485250c41c2daa9
Sorry, one more fix for PR98777 is necessary for the P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98784
--- Comment #2 from Romain Naour ---
Hello,
The kernel and userland are built with the same toolchain, but this is the
userpace program (such busybox) that crash.
Busybox is built with the following flags:
Toolchain wrapper executing:
'qem
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98784
--- Comment #3 from Eric Botcazou ---
> So -fPIE is not used here but there is a side effect when the patch is
> applied.
You need to look at the output of 'gcc -v' to be sure of that.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94655
Martin Sebor changed:
What|Removed |Added
Keywords||patch
--- Comment #15 from Martin Sebor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98659
Matthias Klose changed:
What|Removed |Added
CC||doko at debian dot org
--- Comment #4 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96963
Martin Sebor changed:
What|Removed |Added
Last reconfirmed|2020-09-07 00:00:00 |2021-1-21
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98659
--- Comment #5 from Marek Polacek ---
(In reply to Matthias Klose from comment #4)
> I got reports for this issue for the gcc-10 branch as well. Please could you
> consider a backport?
That must be a different problem, perhaps 98333.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98771
Martin Sebor changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91707
Martin Sebor changed:
What|Removed |Added
Last reconfirmed|2019-09-09 00:00:00 |2021-1-21
Known to fail|10.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95095
--- Comment #4 from Segher Boessenkool ---
On Sat, Jan 16, 2021 at 09:00:56PM +, i at maskray dot me wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95095
>
> --- Comment #3 from Fangrui Song ---
> (In reply to Segher Boessenkool from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97966
--- Comment #4 from CVS Commits ---
The master branch has been updated by Marek Polacek :
https://gcc.gnu.org/g:bca467e56fe111fa6d876656c60d5704065e83fe
commit r11-6848-gbca467e56fe111fa6d876656c60d5704065e83fe
Author: Marek Polacek
Date: Tu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97966
Marek Polacek changed:
What|Removed |Added
Summary|[10/11 Regression] |[10 Regression]
|maybe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98697
--- Comment #3 from Hongtao.liu ---
(In reply to Christophe Lyon from comment #2)
> Why would this be different from right shift, where we don't miss the
> optimization?
It's supposed to be handled in vect_recog_over_widening_pattern, but failed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98785
Bug ID: 98785
Summary: _Unwind_ForcedUnwind going through a non-empty
exception specification
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98697
--- Comment #4 from Hongtao.liu ---
(In reply to Hongtao.liu from comment #3)
> (In reply to Christophe Lyon from comment #2)
> > Why would this be different from right shift, where we don't miss the
> > optimization?
>
> It's supposed to be han
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95095
--- Comment #5 from Fangrui Song ---
Linux kernel
include/asm-generic/vmlinux.lds.h currently has
#define TEXT_TEXT \
ALIGN_FUNCTION(); \
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98786
Bug ID: 98786
Summary: ICE: SSA corruption (Unable to coalesce ssa_names 2
and 10 which are marked as MUST COALESCE.)
Product: gcc
Version: 11.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96891
--- Comment #2 from CVS Commits ---
The master branch has been updated by hongtao Liu :
https://gcc.gnu.org/g:ee78c20e74d30284fee36e22a64e86e45e676029
commit r11-6849-gee78c20e74d30284fee36e22a64e86e45e676029
Author: liuhongt
Date: Fri Dec 1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98348
--- Comment #17 from CVS Commits ---
The master branch has been updated by hongtao Liu :
https://gcc.gnu.org/g:ee78c20e74d30284fee36e22a64e86e45e676029
commit r11-6849-gee78c20e74d30284fee36e22a64e86e45e676029
Author: liuhongt
Date: Fri Dec
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98348
--- Comment #18 from Hongtao.liu ---
Fix on trunk sofar, as jakub suggests, not back port to gcc10.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98519
Alan Modra changed:
What|Removed |Added
CC||amodra at gmail dot com
--- Comment #18 fro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98784
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |8.5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98786
Richard Biener changed:
What|Removed |Added
Last reconfirmed||2021-01-22
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98743
--- Comment #3 from Kito Cheng ---
Seems like g:3e60ddeb8220ed388819bb3f14e8caa9309fd3c2 is the real root cause
101 - 135 of 135 matches
Mail list logo