https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81351
Bug ID: 81351
Summary: [8 regression] Many LTO testcases FAIL
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: lto
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58841
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
URL|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78654
Yuri Gribov changed:
What|Removed |Added
CC||tetra2005 at gmail dot com
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81351
--- Comment #1 from ro at CeBiTec dot Uni-Bielefeld.DE ---
> I'll start a reghunt to identify the culprit, but the most likely candidates
> are
[...]
> changeset: 39311:a2df04e7a94b
> user:hubicka@138bc75d-0d04-0410-961f-82ee72b054a4
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78654
--- Comment #5 from Jakub Jelinek ---
Not intentional, but unavoidable I think.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61693
Yuri Gribov changed:
What|Removed |Added
CC||tetra2005 at gmail dot com
--- Comment #5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81350
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63245
Yuri Gribov changed:
What|Removed |Added
CC||tetra2005 at gmail dot com
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61771
Yuri Gribov changed:
What|Removed |Added
CC||tetra2005 at gmail dot com
--- Comment #10
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81351
--- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE ---
> Got it: just reverting svn r250035 was enough to make one of the
> testcases PASS again.
comparing pr49115.exe.ltrans0.s without and with the patch shows what's
wrong: the broken versi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60892
Yuri Gribov changed:
What|Removed |Added
CC||tetra2005 at gmail dot com
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61995
Yuri Gribov changed:
What|Removed |Added
CC||tetra2005 at gmail dot com
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81346
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61771
Maxim Ostapenko changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61771
Ramana Radhakrishnan changed:
What|Removed |Added
Target Milestone|--- |6.0
--- Comment #12 from Ramana R
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78028
Yuri Gribov changed:
What|Removed |Added
CC||tetra2005 at gmail dot com
--- Comment #5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81352
Bug ID: 81352
Summary: [nvptx] trap placement for non-returning function call
in vector-single mode
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: norm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80818
--- Comment #7 from Andreas Krebbel ---
Created attachment 41699
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41699&action=edit
Additional changes required ontop of the proposed patch
Changes which might be required on-top of your patch.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81350
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81344
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81350
--- Comment #3 from Jakub Jelinek ---
That said, I believe it is just a buggy testcase.
In the 4 taskloop directives in apply_stencil I believe the rule for implicit
data-sharing of W, A and B variables is:
"In an orphaned task generating constru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81350
--- Comment #4 from Jakub Jelinek ---
Note if I add shared(W,A,B) clause to the 4 taskloop directives in
apply_stencil, no errors are reported.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70801
Wilco changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81331
Rainer Orth changed:
What|Removed |Added
Target|x86_64-pc-linux-gnu |x86_64-pc-linux-gnu,
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81353
Bug ID: 81353
Summary: Please provide a libstdc++ version macro
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstd
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78905
Jonathan Wakely changed:
What|Removed |Added
CC||coypu at sdf dot org
--- Comment #11 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81353
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81350
Jeff Hammond changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81350
Jeff Hammond changed:
What|Removed |Added
Resolution|FIXED |INVALID
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81069
--- Comment #3 from Tom de Vries ---
The immediate reason for the failure is a bug in the ptx JIT compiler.
This piece of ptx code (containing two functionally equivalent but differently
layed out variants, DETOUR=0 and DETOUR=1) is a minimal ex
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70119
Wilco changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70119
Wilco changed:
What|Removed |Added
Target Milestone|--- |8.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78028
David Barto changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81069
--- Comment #4 from Tom de Vries ---
> The immediate reason for the failure is a bug in the ptx JIT compiler.
The minimal openacc program triggering this is:
...
program foo
integer :: a(2,2,4), k, kk, kkk
a = 2
!$acc parallel num_gangs(1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81348
--- Comment #4 from Michael Meissner ---
Author: meissner
Date: Fri Jul 7 17:02:58 2017
New Revision: 250054
URL: https://gcc.gnu.org/viewcvs?rev=250054&root=gcc&view=rev
Log:
[gcc]
2017-07-07 Michael Meissner
PR target/81348
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81317
--- Comment #7 from Randy MacLeod ---
Is anyone working on this bug? I'm not pushing, but rather trying to understand
what to expect.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81354
Bug ID: 81354
Summary: Segmentation fault in SSA Strength Reduction using -O3
Product: gcc
Version: 5.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79300
--- Comment #8 from David Malcolm ---
Author: dmalcolm
Date: Fri Jul 7 18:49:09 2017
New Revision: 250058
URL: https://gcc.gnu.org/viewcvs?rev=250058&root=gcc&view=rev
Log:
libcpp: preserve ranges within macro expansions (PR c++/79300)
gcc/tes
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79300
David Malcolm changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81349
Daniel Krügler changed:
What|Removed |Added
CC||daniel.kruegler@googlemail.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81348
--- Comment #5 from Michael Meissner ---
Author: meissner
Date: Fri Jul 7 20:47:15 2017
New Revision: 250060
URL: https://gcc.gnu.org/viewcvs?rev=250060&root=gcc&view=rev
Log:
[gcc]
2017-07-07 Michael Meissner
Backport from mainline
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80027
Yuri Gribov changed:
What|Removed |Added
CC||tetra2005 at gmail dot com
--- Comment #5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81355
Bug ID: 81355
Summary: SegFault when using attribute target dispatch with
empty parameter
Product: gcc
Version: 7.1.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81356
Bug ID: 81356
Summary: __builtin_strcpy is not good for copying an empty
string on aarch64
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Keywords: missed-optimi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81357
Bug ID: 81357
Summary: Extra mov for zero extend of add
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Keywords: missed-optimization
Severity: normal
Priority: P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81287
Andrew Pinski changed:
What|Removed |Added
Keywords||build
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55546
Yuri Gribov changed:
What|Removed |Added
CC||tetra2005 at gmail dot com
--- Comment #2
47 matches
Mail list logo