https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101970
Bug ID: 101970
Summary: [11 regression] ICE on 'Enum_Rep for the enum that
filled its representation range
Product: gcc
Version: 11.2.0
Status: UNCONFIRMED
Sev
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101971
Bug ID: 101971
Summary: M68k: ICE: Tried to convert PC relative branch to
absolute jump
Product: gcc
Version: 9.3.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101971
Andrew Pinski changed:
What|Removed |Added
Target||m68k-linux
Component|c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101971
--- Comment #2 from Andrew Pinski ---
Or a buildroot issue of trying to use elf2flt :
https://buildroot.uclibc.narkive.com/EOUb7PvD/patch-v2-m68k-disable-br2-binfmt-flat-sep-data-for-coldfire
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101971
--- Comment #3 from Giulio Benetti ---
Thank you for pointing, I give it a try, it seems to that one. Also the classic
work-around disabling optimization doesn't work and I was trying other
workaround. But I try that patch now.
Thanks again!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101875
David Malcolm changed:
What|Removed |Added
Status|NEW |ASSIGNED
--- Comment #2 from David Malc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101837
David Malcolm changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101971
--- Comment #4 from Giulio Benetti ---
Package is libmodsecurity, not bullet.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64082
Andrew Pinski changed:
What|Removed |Added
Known to fail||5.4.0
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68282
--- Comment #4 from Andrew Pinski ---
clang can now produce:
andl$-4, %edi
movltable+4(%rdi), %eax
retq
GCC no longer has the sign extend but still not the above:
shrb$2, %dil
addl$1, %edi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66391
--- Comment #1 from Andrew Pinski ---
So at -O2 we get decent code from GCC 9+ due to store merging which "undoes"
what SRA did.
But at -O3 the loop gets split into two.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65084
--- Comment #7 from Andrew Pinski ---
I see the first testcase produces:
.L2:
vpand a+32(%rax), %ymm4, %ymm1
vpand a(%rax), %ymm4, %ymm0
addq$64, %rax
vpaddw b-32(%rax), %ymm2, %ymm5
vpackuswb
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=76174
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed|2016-08-13 00:00:00 |2021-8-18
--- Comment #3 from Andrew Pin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21278
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed|2016-11-16 00:00:00 |2021-8-18
--- Comment #3 from Andrew Pin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78579
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
Component|rtl-optim
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55886
jyong at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101929
--- Comment #4 from CVS Commits ---
The master branch has been updated by hongtao Liu :
https://gcc.gnu.org/g:1db70e61a92978377a648bbd90e383859fc0126b
commit r12-3011-g1db70e61a92978377a648bbd90e383859fc0126b
Author: liuhongt
Date: Tue Aug
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101936
--- Comment #4 from CVS Commits ---
The master branch has been updated by hongtao Liu :
https://gcc.gnu.org/g:1db70e61a92978377a648bbd90e383859fc0126b
commit r12-3011-g1db70e61a92978377a648bbd90e383859fc0126b
Author: liuhongt
Date: Tue Aug
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99881
Hongtao.liu changed:
What|Removed |Added
Resolution|FIXED |---
Status|RESOLVED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100457
Bug 100457 depends on bug 99881, which changed state.
Bug 99881 Summary: Regression compare -O2 -ftree-vectorize with -O2 on SKX/CLX
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99881
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101972
Bug ID: 101972
Summary: wrong code at -O2 on x86_64-linux-gnu
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-op
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101972
--- Comment #1 from Qirun Zhang ---
My bisection points to g:a81e2c6240655f60a49c16e0d8bbfd2ba40bba51
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101972
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |9.5
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82668
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60159
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47253
Andrew Pinski changed:
What|Removed |Added
CC||jay.foad at gmail dot com
--- Comment #6
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14721
Andrew Pinski changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101973
Bug ID: 101973
Summary: subtraction of clz is not optimized
Product: gcc
Version: 11.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101973
--- Comment #1 from Andrew Pinski ---
This is fixed on the trunk.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101973
Sven changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59132
Andrew Pinski changed:
What|Removed |Added
Keywords|missed-optimization |diagnostic
--- Comment #2 from Andrew Pi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53772
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60104
Andrew Pinski changed:
What|Removed |Added
CC||hjl.tools at gmail dot com
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45032
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=13563
Andrew Pinski changed:
What|Removed |Added
CC||rth at gcc dot gnu.org
--- Comment #8 fr
version 12.0.0 20210818 (experimental) [master revision
:ac65007c1:2d14d64bf2d42a87ec58dd3760be12aeaa4a4279] (GCC)
$ cat mutant.c
__attribute__((access("+nosimd"))) rdonly_v_all();
$ gcc-trunk mutant.c
mutant.c:1:36: warning: type defaults to ‘int’ in declaration of ‘rdonly_v_all’
[-Wim
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81496
--- Comment #7 from Hongtao.liu ---
we have plenty of such issues which are related to ABI and middle-end, when
pass/return struct/complex/int128 as parameter and middle-end will push them to
stack and load it back, but the problem is that eith
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81496
--- Comment #8 from Hongtao.liu ---
Similar as 48609
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82730
--- Comment #2 from Hongtao.liu ---
Similar as 48609
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101735
Tobias Burnus changed:
What|Removed |Added
CC||burnus at gcc dot gnu.org
Key
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101969
--- Comment #2 from CVS Commits ---
The master branch has been updated by Thomas Schwinge :
https://gcc.gnu.org/g:b7fc42073c04813f6b63e0641d3f6765424857c9
commit r12-3012-gb7fc42073c04813f6b63e0641d3f6765424857c9
Author: Thomas Schwinge
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101969
--- Comment #3 from CVS Commits ---
The releases/gcc-11 branch has been updated by Thomas Schwinge
:
https://gcc.gnu.org/g:5fb588a677bf34dc864c577ed848405752905b89
commit r11-8885-g5fb588a677bf34dc864c577ed848405752905b89
Author: Thomas Schwin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101969
--- Comment #4 from CVS Commits ---
The releases/gcc-10 branch has been updated by Thomas Schwinge
:
https://gcc.gnu.org/g:ee7502e5fec1a1c0215febfd486a0df9ffaf5692
commit r10-10046-gee7502e5fec1a1c0215febfd486a0df9ffaf5692
Author: Thomas Schwi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101969
--- Comment #5 from CVS Commits ---
The releases/gcc-9 branch has been updated by Thomas Schwinge
:
https://gcc.gnu.org/g:fc1993af02a3076e91c24f372be1883517453095
commit r9-9681-gfc1993af02a3076e91c24f372be1883517453095
Author: Thomas Schwinge
101 - 144 of 144 matches
Mail list logo