https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103750
Hongtao.liu changed:
What|Removed |Added
Attachment #52031|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103669
Jan Hubicka changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103669
--- Comment #3 from CVS Commits ---
The master branch has been updated by Jan Hubicka :
https://gcc.gnu.org/g:8d1e342b4afbad77cb92f8057cf6d1e996bfb077
commit r12-6072-g8d1e342b4afbad77cb92f8057cf6d1e996bfb077
Author: Jan Hubicka
Date: Mon D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65642
Andrew Pinski changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81277
Andrew Pinski changed:
What|Removed |Added
CC||msebor at gcc dot gnu.org
--- Comment #6
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81761
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Keywords|needs-bisect
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81761
Andrew Pinski changed:
What|Removed |Added
Known to work||9.1.0
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91780
--- Comment #13 from Mikael Persson ---
Ah right lifetime
On Sun, 19 Dec 2021, 16:02 Mikael Persson,
wrote:
> Looking at it now, not sure why i didnt.
>
> On Sun, 19 Dec 2021, 14:00 redi at gcc dot gnu.org, <
> gcc-bugzi...@gcc.gnu.org> wrote:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 102644, which changed state.
Bug 102644 Summary: deduction failure when having default non-type template
parameters that are lambdas
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102644
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93595
Andrew Pinski changed:
What|Removed |Added
CC||barry.revzin at gmail dot com
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102644
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100952
--- Comment #13 from HaoChen Gui ---
Issue for fusion-p10-ldcmpi.c was fixed by r12-1655.
https://gcc.gnu.org/pipermail/gcc-cvs/2021-June/349357.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80488
Andrew Pinski changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93595
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38013
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93595
Andrew Pinski changed:
What|Removed |Added
CC||lutztonineubert at gmail dot
com
--- Co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97610
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97610
Andrew Pinski changed:
What|Removed |Added
CC||fchelnokov at gmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101921
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97610
Andrew Pinski changed:
What|Removed |Added
CC||bastien.penavayre at epitech
dot e
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96908
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91244
--- Comment #3 from Andrew Pinski ---
>From https://gcc.gnu.org/install/prerequisites.html:
> Note binutils 2.35 or newer is required for LTO to work correctly with GNU
> libtool that includes doing a bootstrap with LTO enabled.
(I added that n
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91244
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |NEW
See Also|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93459
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103627
--- Comment #4 from Kewen Lin ---
For test.c, even we are on ppc64le P9, it can also get ICE:
extern float *dest;
extern __vector_quad src;
int
foo ()
{
__builtin_mma_disassemble_acc (dest, &src);
return 0;
}
$ gcc test.c -mcpu=power10 -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103750
--- Comment #13 from Hongtao.liu ---
Created attachment 52031
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52031&action=edit
untested patch.
Attached patch can optimize #c0 to
vmovdqu (%rdi), %ymm1
vmovdqu16 32(%r
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103627
--- Comment #3 from Kewen Lin ---
Also failed with r12-0.
I looked into the ICE with -mcpu=power6 -m32 on BE, the direct reason is that
we turn off VSX flag but still leave MMA, when it wants to emit one move for
V16QI it has to use multiple wo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91198
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91198
--- Comment #6 from Andrew Pinski ---
void compress(float const * __restrict__ input,
float * __restrict__ output,
int size)
{
float const threshold = 0.5;
int o = 0;
for (int i = 0; i < size; ++i)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95792
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
Last reconfirmed|2020-06-2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93334
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83258
Eric Gallager changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92937
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Severity|normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85589
Eric Gallager changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92823
Andrew Pinski changed:
What|Removed |Added
Keywords||missed-optimization
Severity|n
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55610
--- Comment #12 from Eric Gallager ---
(In reply to CVS Commits from comment #11)
> The master branch has been updated by Iain D Sandoe :
>
> https://gcc.gnu.org/g:22a982409323feb203401d345488a5a9c18e6733
>
> commit r12-5759-g22a982409323feb203
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92600
Andrew Pinski changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90699
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103750
--- Comment #12 from Hongtao.liu ---
(In reply to Hongtao.liu from comment #11)
> (In reply to Thiago Macieira from comment #6)
> > It got worse. Now I'm seeing:
> >
> > .L807:
> > vmovdqu16 (%rsi), %ymm2
> > vmovdqu16
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90524
--- Comment #4 from Andrew Pinski ---
(In reply to Andrew Pinski from comment #3)
> aarch64 error message is good:
> :2:1: error: pragma or attribute 'target("foobar")' is not valid
> 2 | __attribute__ ((target ("foobar"))) void foo () { }
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90524
Andrew Pinski changed:
What|Removed |Added
Target||x86_64-linux-gnu
--- Comment #3 from And
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90524
Andrew Pinski changed:
What|Removed |Added
Summary|attribute name and argument |[10/11/12 Regression]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103750
--- Comment #11 from Hongtao.liu ---
(In reply to Thiago Macieira from comment #6)
> It got worse. Now I'm seeing:
>
> .L807:
> vmovdqu16 (%rsi), %ymm2
> vmovdqu16 32(%rsi), %ymm3
> vpcmpuw $6, %ymm0, %ymm2,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90760
Andrew Pinski changed:
What|Removed |Added
CC||guillaume.bertholon@hotmail
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90470
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90487
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90368
--- Comment #1 from Andrew Pinski ---
I think this was fixed in GCC 11 by r11-7878-gbe080b17271cfbe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88874
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98648
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101017
Andrew Pinski changed:
What|Removed |Added
Known to fail||6.1.0, 7.1.0, 8.1.0, 9.1.0
Last recon
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98468
Hongtao.liu changed:
What|Removed |Added
CC||crazylht at gmail dot com
--- Comment #6 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98648
--- Comment #6 from Hongtao.liu ---
Fixed by r12-6071-g19dcecd963295b02b96c8cac57933657dbe3234a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86710
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103750
--- Comment #10 from Hongtao.liu ---
(In reply to Uroš Bizjak from comment #9)
> (In reply to Thiago Macieira from comment #0)
> > Testcase:
> ...
> > The assembly for this produces:
> >
> > vmovdqu16 (%rdi), %ymm1
> > vmo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86267
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
Last reconfirmed|2018-06-2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86488
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98468
--- Comment #5 from CVS Commits ---
The master branch has been updated by hongtao Liu :
https://gcc.gnu.org/g:19dcecd963295b02b96c8cac57933657dbe3234a
commit r12-6071-g19dcecd963295b02b96c8cac57933657dbe3234a
Author: liuhongt
Date: Wed Dec 1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68384
Andrew Pinski changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86442
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86437
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |WORKSFORME
Status|WAITING
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86437
--- Comment #4 from Andrew Pinski ---
I tried "-Ofast -fmax-stack-var-size=2096" and I get:
_38 = __builtin_malloc (848);
Without the max-stack-var-size option, I get:
real(kind=8) A.22[106];
Even with " -fmax-stack-var-size=2096
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86016
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |9.0
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86345
Andrew Pinski changed:
What|Removed |Added
Keywords||needs-bisection
--- Comment #3 from Andr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100801
Andrew Pinski changed:
What|Removed |Added
Summary|Aggressive loop |[9/10/11/12 Regression]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69471
--- Comment #21 from H.J. Lu ---
*** Bug 42444 has been marked as a duplicate of this bug. ***
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42444
H.J. Lu changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36748
Andrew Pinski changed:
What|Removed |Added
Known to fail||4.7.1
--- Comment #4 from Andrew Pinski
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103194
H.J. Lu changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69690
--- Comment #2 from Andrew Pinski ---
The handling of the incompatible of pg and fomit-frame-pointer should be moved
to opts.c out of the spec really.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103629
Andrew Pinski changed:
What|Removed |Added
Summary|Possible miscompilation |[11/12 Regression] Possible
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103629
--- Comment #18 from Andrew Pinski ---
Could Visibility not being applied correctly to lambdas but does that matter?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103766
--- Comment #12 from hubicka at kam dot mff.cuni.cz ---
> Even trying to find a Fortran testsuite friendly version is hard because the
> issue can only happen with print, I tried even doing internal write to a
> string
> it is passing without an
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103669
--- Comment #2 from Jan Hubicka ---
Created attachment 52030
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52030&action=edit
Patch in testing
The problem here is a mixup with do_dataflow flag which prevents the name from
being analyzed.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84864
--- Comment #8 from Andrew Pinski ---
>From my notes of the duplicated bug:
clang does not use negative line numbers:
:2147483648:9: warning: A1 [-W#pragma-messages]
But MSVC does:
(-2147483648): warning C4081: expected '('; found 'string'
IC
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84864
Andrew Pinski changed:
What|Removed |Added
CC||jg at jguk dot org
--- Comment #7 from A
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90477
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103766
--- Comment #11 from Andrew Pinski ---
(In reply to Iain Sandoe from comment #7)
> (In reply to Jan Hubicka from comment #6)
>
> > I would welcome a testuite friendly version of the fortran testcase
>
> Both Andrew and I failed to make a C rep
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103766
Jan Hubicka changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103766
--- Comment #9 from CVS Commits ---
The master branch has been updated by Jan Hubicka :
https://gcc.gnu.org/g:fcbf94a5be9e0c1ecad92da773a6632b86b7f70a
commit r12-6067-gfcbf94a5be9e0c1ecad92da773a6632b86b7f70a
Author: Jan Hubicka
Date: Sun D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103766
--- Comment #8 from hubicka at kam dot mff.cuni.cz ---
> > I would welcome a testuite friendly version of the fortran testcase
>
> Both Andrew and I failed to make a C reproducer - what about just taking the
> -fdump-tree-gimple, as input would
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103766
--- Comment #7 from Iain Sandoe ---
(In reply to Jan Hubicka from comment #6)
> I would welcome a testuite friendly version of the fortran testcase
Both Andrew and I failed to make a C reproducer - what about just taking the
-fdump-tree-gimple
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103418
--- Comment #14 from CVS Commits ---
The releases/gcc-11 branch has been updated by Harald Anlauf
:
https://gcc.gnu.org/g:57b51b8bae4c2ecec3281929f57e4a6a0e6f9ea0
commit r11-9404-g57b51b8bae4c2ecec3281929f57e4a6a0e6f9ea0
Author: Harald Anlauf
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103770
Andrew Pinski changed:
What|Removed |Added
Summary|ICE related to VLA |[11 Regression] ICE related
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99188
Pavel Mayorov changed:
What|Removed |Added
CC||pmayorov at cloudlinux dot com
--- Comme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103505
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Known to work||12.0
Summary|ICE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103588
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |9.5
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103766
--- Comment #6 from Jan Hubicka ---
This is yet another stupid early exit in the propagation code (next stage1 i
guess I will want to go through them and make it more systematic - those
originate from quite early versions of modref when it was e
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103588
--- Comment #7 from CVS Commits ---
The releases/gcc-9 branch has been updated by Harald Anlauf
:
https://gcc.gnu.org/g:c38611aabf4022323b7c44d0dcb3f6b076836de0
commit r9-9878-gc38611aabf4022323b7c44d0dcb3f6b076836de0
Author: Harald Anlauf
Da
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103588
--- Comment #6 from CVS Commits ---
The releases/gcc-10 branch has been updated by Harald Anlauf
:
https://gcc.gnu.org/g:650ac4b25121e48a64a021b0d21738ea08be3511
commit r10-10351-g650ac4b25121e48a64a021b0d21738ea08be3511
Author: Harald Anlauf
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103505
--- Comment #13 from CVS Commits ---
The releases/gcc-10 branch has been updated by Harald Anlauf
:
https://gcc.gnu.org/g:e301a0a8a0f6287ff04e74893265e40dff256301
commit r10-10350-ge301a0a8a0f6287ff04e74893265e40dff256301
Author: Harald Anlauf
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103634
--- Comment #4 from CVS Commits ---
The releases/gcc-11 branch has been updated by Harald Anlauf
:
https://gcc.gnu.org/g:05640d5ca8a20929f30eef41baee3e4a8d85c898
commit r11-9403-g05640d5ca8a20929f30eef41baee3e4a8d85c898
Author: Harald Anlauf
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103412
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103412
--- Comment #8 from CVS Commits ---
The releases/gcc-10 branch has been updated by Harald Anlauf
:
https://gcc.gnu.org/g:7ba46cc7867e0f7fc4b28f70f407067cfdd78112
commit r10-10349-g7ba46cc7867e0f7fc4b28f70f407067cfdd78112
Author: Harald Anlauf
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103762
H.J. Lu changed:
What|Removed |Added
URL||https://gcc.gnu.org/piperma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103412
--- Comment #7 from CVS Commits ---
The releases/gcc-11 branch has been updated by Harald Anlauf
:
https://gcc.gnu.org/g:4f9ad140c6c2ca51b591f44f7579cc3b81356291
commit r11-9402-g4f9ad140c6c2ca51b591f44f7579cc3b81356291
Author: Harald Anlauf
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53431
--- Comment #46 from Manuel López-Ibáñez ---
(In reply to Lewis Hyatt from comment #44)
> I hope this looks workable, happy to adjust the patch as needed.
If you don't get much attention to the patch, it may be worth pinging it. But
before that,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94376
--- Comment #4 from CVS Commits ---
The master branch has been updated by Patrick Palka :
https://gcc.gnu.org/g:89cf57ea35d1e0a0b818997c737ac70b7310d9d9
commit r12-6065-g89cf57ea35d1e0a0b818997c737ac70b7310d9d9
Author: Patrick Palka
Date: Su
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12944
Bug 12944 depends on bug 103714, which changed state.
Bug 103714 Summary: [11/12 Regression] name lookup in requires-clause finds
wrong thing
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103714
What|Removed |Ad
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103714
Patrick Palka changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103714
--- Comment #3 from CVS Commits ---
The releases/gcc-11 branch has been updated by Patrick Palka
:
https://gcc.gnu.org/g:75d95f5f0151247c39f0beb01376485806d0fd47
commit r11-9401-g75d95f5f0151247c39f0beb01376485806d0fd47
Author: Patrick Palka
1 - 100 of 149 matches
Mail list logo