https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96244
Richard Biener changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96243
Richard Biener changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96241
Richard Biener changed:
What|Removed |Added
Keywords||ice-checking,
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96247
Bug ID: 96247
Summary: -falign-functions=0 works wrongly
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96239
Richard Biener changed:
What|Removed |Added
Last reconfirmed||2020-07-20
Blocks|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96246
Bug ID: 96246
Summary: [AVX512] unefficient code generatation for vpblendm*
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Componen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95696
--- Comment #3 from zhongyunde at tom dot com ---
(In reply to Richard Biener from comment #2)
> Please send patches to gcc-patc...@gcc.gnu.org
I have send this patch by email according your suggestion, please give me some
advice, thanks!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96243
--- Comment #1 from Hongtao.liu ---
cut from cse.c
---
3342 case RTX_COMPARE:
3343 case RTX_COMM_COMPARE:
3344 /* See what items are actually being compared and set FOLDED_ARG[01]
3345 to those values and CODE to the actual
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96245
Bug ID: 96245
Summary: Failure to optimize arithmetic pattern in switch
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96244
Bug ID: 96244
Summary: Redudant mask load generated
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimization
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96243
Bug ID: 96243
Summary: For vector compare to mask register, UNSPEC is needed
instead of comparison operator
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Sever
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96242
Bug ID: 96242
Summary: ICE conditionally noexcept defaulted comparison
Product: gcc
Version: 11.0
URL: https://godbolt.org/z/z4q4Tv
Status: UNCONFIRMED
Keywords: ice
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96237
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93592
--- Comment #4 from Dominique d'Humieres ---
Created attachment 48895
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48895&action=edit
Extensive test with RD and EN
It would be nice to check that I did not make any mistake.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93592
--- Comment #3 from Dominique d'Humieres ---
Created attachment 48894
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48894&action=edit
Extensive test with RU and EN
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93592
--- Comment #2 from Dominique d'Humieres ---
--- ../_clean/libgfortran/io/write_float.def2020-06-13 03:11:55.0
+0200
+++ libgfortran/io/write_float.def 2020-07-19 22:46:57.0 +0200
@@ -399,7 +399,7 @@ build_float_string (s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96237
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31593
--- Comment #50 from Thomas Koenig ---
(In reply to Thomas Koenig from comment #49)
> The second loop:
>
> .L3:
> leaq8(%rsp), %rdi
> callintent_in_
> movl%ebx, 8(%rsp)
> addl$1, %ebx
> cmpl$12,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31593
--- Comment #49 from Thomas Koenig ---
(In reply to Tobias Schlüter from comment #48)
> Forgive me, I wasn't aware of this oversight which may have turned away
> people who could fix this for the past 6 years.
That didn't happen :-)
Unfortunate
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92628
--- Comment #5 from Thomas Koenig ---
Any progress in this direction? Should we revisit PR 67202
(maybe do this in trans-*), or maybe even it?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30372
--- Comment #19 from Steve Kargl ---
On Sun, Jul 19, 2020 at 02:42:24PM +, arjen.markus895 at gmail dot com
wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30372
>
> --- Comment #17 from Arjen Markus ---
> As UMASK has two arguments,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30372
Thomas Koenig changed:
What|Removed |Added
CC||tkoenig at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96220
--- Comment #1 from CVS Commits ---
The master branch has been updated by Thomas Kथà¤nig :
https://gcc.gnu.org/g:2e1b25350aa96b3f5678a056d0b55bb323c452d9
commit r11-2217-g2e1b25350aa96b3f5678a056d0b55bb323c452d9
Author: Thomas Koenig
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30372
--- Comment #17 from Arjen Markus ---
As UMASK has two arguments, should it be possible to combine integer arguments
of different kinds? That is:
integer(kind=1) :: mask
integer(kind=8) :: old
call umask( mask, old )
(Probably a bit overdoing
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30372
--- Comment #16 from Arjen Markus ---
To get more involved in gfortran, I thought this issue might be a good starting
point (it is the first of a number that Steve Kargl posted some time ago for
this purpose). I added a small test program to chec
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30372
Arjen Markus changed:
What|Removed |Added
CC||arjen.markus895 at gmail dot
com
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95895
--- Comment #7 from Iain Sandoe ---
(In reply to Avi Kivity from comment #6)
> Requesting a backport to gcc 10.
the 10.x branch is closed right now for 10.2 release.
the back port will be done after 10.2 has released and the branch is re-opened
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96031
--- Comment #2 from bin cheng ---
Interesting case, I see two issues in generated asm. One is the unnecessary
bitwise and, the other is allocating different registers for induction variable
and the base address. However, looks like neither issu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96241
Bug ID: 96241
Summary: ICE in verify_ctor_sanity
Product: gcc
Version: 10.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95895
Avi Kivity changed:
What|Removed |Added
CC||a...@cloudius-systems.com
--- Comment #6 fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96238
H.J. Lu changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95973
H.J. Lu changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95973
--- Comment #2 from CVS Commits ---
The master branch has been updated by H.J. Lu :
https://gcc.gnu.org/g:29e1039ca211c4e3f1053925eda0a81c57cbcb0c
commit r11-2216-g29e1039ca211c4e3f1053925eda0a81c57cbcb0c
Author: H.J. Lu
Date: Sat Jul 18 04:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96238
--- Comment #2 from CVS Commits ---
The master branch has been updated by H.J. Lu :
https://gcc.gnu.org/g:29e1039ca211c4e3f1053925eda0a81c57cbcb0c
commit r11-2216-g29e1039ca211c4e3f1053925eda0a81c57cbcb0c
Author: H.J. Lu
Date: Sat Jul 18 04:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96018
--- Comment #16 from CVS Commits ---
The master branch has been updated by Thomas Kथà¤nig :
https://gcc.gnu.org/g:3055d879edb1bc2a3923f92a5e681c8f6774fbc3
commit r11-2215-g3055d879edb1bc2a3923f92a5e681c8f6774fbc3
Author: Thomas Koenig
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96240
Bug ID: 96240
Summary: Error in building gcc-11 with --disable-shared
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: lib
36 matches
Mail list logo