https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104288
--- Comment #8 from rguenther at suse dot de ---
On Mon, 31 Jan 2022, amacleod at redhat dot com wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104288
>
> --- Comment #7 from Andrew Macleod ---
> I'm contemplating the situation. The t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104298
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104303
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104311
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |9.5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104313
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |9.5
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104315
--- Comment #3 from Richard Biener ---
generalizing the bswap detection to track bits instead of bytes might be a way
to handle this (there's the related issue of us failing to "copy propagate"
bits
with the associated possible simplifications o
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102950
Roger Sayle changed:
What|Removed |Added
CC||roger at nextmovesoftware dot
com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104311
Martin Liška changed:
What|Removed |Added
Summary|[9/10/11/12 Regression] ICE |[9/10/11/12 Regression] ICE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104313
Martin Liška changed:
What|Removed |Added
CC||kargl at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104320
Bug ID: 104320
Summary: Maybe a thinko in ctor_for_folding
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: ipa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104320
Martin Liška changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104321
Bug ID: 104321
Summary: Dead code since r12-4467-g64f9623765da33
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104321
Martin Liška changed:
What|Removed |Added
Last reconfirmed||2022-02-01
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104198
--- Comment #15 from rdapp at linux dot ibm.com ---
Testsuite is same as before the original patch now. Going to post a patch to
the mailing list later.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104321
--- Comment #1 from Tobias Burnus ---
I think it is not only dead code but it should be also removed:
Glancing at the code, the 'data = NULL;' does not make sense (cf. 'memcpy(lhs,
rhs)' above, lhs is data+offset) – and also does not match the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104322
Bug ID: 104322
Summary: Dead code in gcc/tree-vect-loop.cc
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimiza
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95115
--- Comment #9 from CVS Commits ---
The master branch has been updated by Xi Ruoyao :
https://gcc.gnu.org/g:34afa19d29c5bf0b0f504e4d0aca4e9a8bc82c5c
commit r12-6959-g34afa19d29c5bf0b0f504e4d0aca4e9a8bc82c5c
Author: Xi Ruoyao
Date: Mon Jan 31
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104320
Jan Hubicka changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |hubicka at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104322
Richard Biener changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
L
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104320
--- Comment #2 from Martin Liška ---
Greats, thanks.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99935
Nick Clifton changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98886
Nick Clifton changed:
What|Removed |Added
Resolution|--- |FIXED
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104049
--- Comment #8 from Tamar Christina ---
(In reply to Andrew Pinski from comment #7)
> Hmm,
> ;; _43 = .REDUC_PLUS (vect__7.11_47);
>
> (insn 23 22 24 (set (reg:V4SI 112)
> (unspec:V4SI [
> (reg:V4SI 103 [ vect__7.11 ])
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104323
Bug ID: 104323
Summary: [12 Regression] PCH (and maybe GC) of rs6000 builtins
broken
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104323
Jakub Jelinek changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org
Eve
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104323
--- Comment #2 from Jakub Jelinek ---
Dunno how to test it in the testsuite though,
--- gcc/testsuite/gcc.dg/pch/pr104323-1.c.jj2022-02-01 13:06:00.163192414
+0100
+++ gcc/testsuite/gcc.dg/pch/pr104323-1.c 2022-02-01 13:13:41.226712735
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96122
--- Comment #5 from Paul Thomas ---
(In reply to Paul Thomas from comment #4)
> (In reply to Thomas Koenig from comment #3)
> > (In reply to Andrew Benson from comment #2)
> > > (In reply to Dominique d'Humieres from comment #1)
> > > > Confirmed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104323
--- Comment #3 from Jakub Jelinek ---
Created attachment 52323
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52323&action=edit
gcc12-pr104323.patch
Untested fix.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78287
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
Keywo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78287
Martin Liška changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69695
Martin Liška changed:
What|Removed |Added
CC||jrfsousa at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101260
--- Comment #17 from CVS Commits ---
The master branch has been updated by Andreas Krebbel :
https://gcc.gnu.org/g:b9ebf6c330e24e886e7ce148e8c680c3e06c24dc
commit r12-6960-gb9ebf6c330e24e886e7ce148e8c680c3e06c24dc
Author: Andreas Krebbel
Date
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71271
Martin Liška changed:
What|Removed |Added
Keywords|needs-bisection |
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93534
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
Keywo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86018
Martin Liška changed:
What|Removed |Added
Resolution|--- |FIXED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54802
Martin Liška changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77387
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
Resolut
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99811
Martin Liška changed:
What|Removed |Added
Keywords|needs-bisection |
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60803
Martin Liška changed:
What|Removed |Added
Resolution|--- |DUPLICATE
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97453
Martin Liška changed:
What|Removed |Added
CC||eric.niebler at gmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77792
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
Keywo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55217
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86341
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
Resolut
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56456
Bug 56456 depends on bug 86341, which changed state.
Bug 86341 Summary: Aggressive loop unrolling in gcc 7.x produces out-of-bounds
index
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86341
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70455
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
Sta
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87772
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100527
Martin Liška changed:
What|Removed |Added
Resolution|--- |FIXED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104311
Jakub Jelinek changed:
What|Removed |Added
CC||anlauf at gcc dot gnu.org
Su
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104311
--- Comment #5 from Martin Liška ---
(In reply to Jakub Jelinek from comment #4)
> That is weird bisection, how could an OpenMP only change affect something
> that isn't OpenMP related?
> My bisection points to r9-6321-g4716603bf875ce
> which ha
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104324
Bug ID: 104324
Summary: v850-elf-as regression: displacement is too large
Product: gcc
Version: 10.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compone
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104325
Bug ID: 104325
Summary: undefined reference to `virtual thunk to ...'
Product: gcc
Version: 11.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104324
--- Comment #1 from gcc-v850-bugs at engineer dot com ---
The complete error messages (omitted -mv850es since "Error: unrecognized option
-mv850es", included it erroneously above due to "This is an alias for the
-mv850e1 option."). Also, v850 doe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104325
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70863
Paul Thomas changed:
What|Removed |Added
CC||pault at gcc dot gnu.org
Resolutio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69298
Paul Thomas changed:
What|Removed |Added
CC||weiqun.zhang at gmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37336
Bug 37336 depends on bug 70863, which changed state.
Bug 70863 Summary: [F03] Finalization of array of derived type causes segfault
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70863
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104307
--- Comment #4 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:e9bf6d6b0e1d67df6dcee042fbe37ab72c3a38d7
commit r12-6962-ge9bf6d6b0e1d67df6dcee042fbe37ab72c3a38d7
Author: Jakub Jelinek
Date: T
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104307
Jakub Jelinek changed:
What|Removed |Added
Summary|[11/12 Regression] |[11 Regression]
|'-fc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97821
Richard Biener changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87429
Martin Liška changed:
What|Removed |Added
Ever confirmed|0 |1
Keywords|needs-bisection
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85493
Martin Liška changed:
What|Removed |Added
Keywords|needs-bisection |
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86430
Martin Liška changed:
What|Removed |Added
Keywords|needs-bisection |
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70077
Martin Liška changed:
What|Removed |Added
Keywords|needs-bisection |
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97821
--- Comment #11 from Richard Biener ---
Created attachment 52325
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52325&action=edit
somewhat reduced testcase
Somewhat reduced testcase.
Note there are uninit diagnostics because we jump into
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79493
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104313
--- Comment #2 from kargl at gcc dot gnu.org ---
diff --git a/gcc/fortran/trans-decl.cc b/gcc/fortran/trans-decl.cc
index 6493cc2f6b1..908a4c6d42e 100644
--- a/gcc/fortran/trans-decl.cc
+++ b/gcc/fortran/trans-decl.cc
@@ -6474,7 +6474,7 @@ gfc_ge
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64169
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
Sta
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51501
Martin Liška changed:
What|Removed |Added
Keywords|needs-bisection |
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67795
Martin Liška changed:
What|Removed |Added
Status|NEW |WAITING
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104008
Martin Liška changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104313
--- Comment #3 from Steve Kargl ---
On Tue, Feb 01, 2022 at 03:52:51PM +, kargl at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104313
>
> --- Comment #2 from kargl at gcc dot gnu.org ---
> diff --git a/gcc/fortran/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70077
Marek Polacek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79493
Marek Polacek changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |mpolacek at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103771
--- Comment #34 from Jeffrey A. Law ---
I've always wanted to see us be able to push something like those matched
conversions down through the PHI.
That would make the code look like:
if (x.1_1 > 255)
goto ; [INV]
else
goto ; [INV]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103771
--- Comment #35 from Andrew Pinski ---
(In reply to Jeffrey A. Law from comment #34)
> I've always wanted to see us be able to push something like those matched
> conversions down through the PHI.
>
> Is that what you're working on?
Yes.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104326
Bug ID: 104326
Summary: Deduction failure for parameter pack in template
template non-type parameter
Product: gcc
Version: 11.2.1
Status: UNCONFIRMED
Severity:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104327
Bug ID: 104327
Summary: [12 Regression] Inlining error on s390x since r12-1039
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Comp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104327
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|--- |12.0
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104326
--- Comment #1 from Andrew Pinski ---
I think there is a c++ standard defect report about this case. The problem is
the conversion of unsigned and long.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56958
James Y Knight changed:
What|Removed |Added
CC||foom at fuhm dot net
--- Comment #6 fro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104326
--- Comment #2 from Michael Colavita ---
It doesn't appear to be specific to the long and unsigned case. The problem
persists if you change unsigned to another type (or replace it with something
like a member pointer). I can't find an accepted c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103828
--- Comment #7 from Eric Gallager ---
(In reply to Francois-Xavier Coudert from comment #6)
> Fixed in
> https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=906b4e15ce84790c7657405238d61358e0893676
should this get a note in the release notes due to b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102123
Patrick Palka changed:
What|Removed |Added
Target Milestone|--- |11.3
See Also|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104327
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33193
--- Comment #11 from Chris Lattner ---
Cool, thanks for tidying this up Andrew!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104328
Bug ID: 104328
Summary: ICE in resolve_omp_atomic, at fortran/openmp.cc:7760
(etc.)
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104329
Bug ID: 104329
Summary: [12 Regression] ICE in resolve_omp_atomic, at
fortran/openmp.cc:7827 (etc.)
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: no
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104330
Bug ID: 104330
Summary: ICE in gfc_simplify_image_index, at
fortran/simplify.cc:8294
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104331
Bug ID: 104331
Summary: [10/11/12 Regression] ICE in gfc_simplify_eoshift, at
fortran/simplify.cc:2590
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104332
Bug ID: 104332
Summary: [9/10/11/12 Regression] ICE in resolve_symbol, at
fortran/resolve.cc:15815
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: nor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104332
--- Comment #1 from G. Steinmetz ---
Note that this addition gives an ICE down to at least r5 for some reasons :
$ cat z3.f90
block data
real, bind(c) :: a
end block data
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104125
--- Comment #4 from Martin Jambor ---
Despite spending much more time on this than I wanted I was not able
to find out anything really interesting.
The functions that slowed down significantly is feval (FWIW, perf
annotation points down to a co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104331
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Last reconfirmed||2022-02-01
C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104333
Bug ID: 104333
Summary: [11/12 Regression] ICE with -flto
-Wl,-plugin-opt=debug
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Prior
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104333
Jakub Jelinek changed:
What|Removed |Added
Priority|P3 |P2
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100428
--- Comment #5 from CVS Commits ---
The master branch has been updated by Tom de Vries :
https://gcc.gnu.org/g:456de10c549379b74d4858f00d4b8817035a73fc
commit r12-6967-g456de10c549379b74d4858f00d4b8817035a73fc
Author: Tom de Vries
Date: Sun
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104325
Andrew Pinski changed:
What|Removed |Added
Keywords||link-failure
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101831
Martin Sebor changed:
What|Removed |Added
Keywords||patch
--- Comment #4 from Martin Sebor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86430
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Alias|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104332
kargl at gcc dot gnu.org changed:
What|Removed |Added
CC||kargl at gcc dot gnu.org
---
1 - 100 of 162 matches
Mail list logo