https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86292
Jonathan Wakely changed:
What|Removed |Added
Keywords||wrong-code
Status|UNCONFIR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86256
Jonathan Wakely changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82009
Jerry DeLisle changed:
What|Removed |Added
CC||jvdelisle at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85983
Jerry DeLisle changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85983
--- Comment #3 from Jerry DeLisle ---
Author: jvdelisle
Date: Sun Jun 24 04:09:20 2018
New Revision: 261994
URL: https://gcc.gnu.org/viewcvs?rev=261994&root=gcc&view=rev
Log:
2018-06-23 Jerry DeLisle
PR fortran/85983
* interf
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86256
--- Comment #2 from kangchuanbo at 126 dot com ---
Once Lamdba capture this ( one class instance which have std::shared_ptr<>
member), the std::shared_ptr member will not increase ref count inside Lambda
body, this is dangerous, once this member h
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78718
kargl at gcc dot gnu.org changed:
What|Removed |Added
CC||kargl at gcc dot gnu.org
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82009
kargl at gcc dot gnu.org changed:
What|Removed |Added
Priority|P3 |P4
--- Comment #4 from kargl a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82009
--- Comment #3 from kargl at gcc dot gnu.org ---
(In reply to kargl from comment #2)
> (In reply to janus from comment #1)
> > Confirmed. ICEs with every gfortran version I tried, from 4.7 up to trunk.
> >
> > Slight reduction:
> >
> > MODULE cs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82009
kargl at gcc dot gnu.org changed:
What|Removed |Added
CC||kargl at gcc dot gnu.org
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82313
kargl at gcc dot gnu.org changed:
What|Removed |Added
Keywords|rejects-valid |
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82313
kargl at gcc dot gnu.org changed:
What|Removed |Added
CC||kargl at gcc dot gnu.org
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86294
Bug ID: 86294
Summary: comparison is always true due to limited range of data
type [-Werror=type-limits]
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86293
Bug ID: 86293
Summary: unused variable left over (used in assert) when
building with -g0 -DNDEBUG [-Werror=unused-variable]
Product: gcc
Version: 9.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86292
Bug ID: 86292
Summary: Missing exception safety when constructing vector from
input iterator pair
Product: gcc
Version: 8.0.1
Status: UNCONFIRMED
Severity: norm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71565
--- Comment #3 from Jürgen Reuter ---
Sorry, in ifort this got fixed in the meanwhile. Only gfortran rejects this
code still.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71565
Jürgen Reuter changed:
What|Removed |Added
CC||juergen.reuter at desy dot de
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84841
Arseny Solokha changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85989
rsandifo at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolutio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85989
--- Comment #8 from rsandifo at gcc dot gnu.org
---
Author: rsandifo
Date: Sat Jun 23 16:18:36 2018
New Revision: 261985
URL: https://gcc.gnu.org/viewcvs?rev=261985&root=gcc&view=rev
Log:
Fix phi backedge detection in backprop (PR85989)
Backpo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86291
Bug ID: 86291
Summary: OpenMP incorrect for-loop collapsing with iterators
and at least 5 nested loops
Product: gcc
Version: 8.1.1
Status: UNCONFIRMED
Severity:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86281
Jerry DeLisle changed:
What|Removed |Added
CC||jvdelisle at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63630
Eric Gallager changed:
What|Removed |Added
Summary|[5.0 Regression] ICE: in|ICE: in spill_failure, at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71412
--- Comment #14 from relliott at umn dot edu ---
It is great to see some life on this bug report. This is still an important
issue for our project!
Is there any chance of reviving the discussion and coming to a resolution?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86287
--- Comment #2 from David Binderman ---
Reduced C code is this:
typedef struct {
long a;
long b;
long c
} d;
typedef struct {
int dtype;
d dim[]
} e;
e f;
g;
h() {
for (; g; ++g)
f.dim[g].b = f.dim[g].c = f.dim[g].a = 1;
}
Comma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86287
--- Comment #1 from David Binderman ---
Created attachment 44314
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44314&action=edit
C source code
The attached C code, when compiled with flag -O3, on a recent asan
version of trunk seems to ca
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86190
Tony E Lewis changed:
What|Removed |Added
CC||TonyELewis at hotmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85989
--- Comment #7 from rsandifo at gcc dot gnu.org
---
Author: rsandifo
Date: Sat Jun 23 12:21:18 2018
New Revision: 261984
URL: https://gcc.gnu.org/viewcvs?rev=261984&root=gcc&view=rev
Log:
Fix phi backedge detection in backprop (PR85989)
Backpo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86284
--- Comment #1 from Marc Glisse ---
-fsanitize=return ?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71412
Jürgen Reuter changed:
What|Removed |Added
CC||juergen.reuter at desy dot de
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86290
Bug ID: 86290
Summary: Go cross build fails, "with libgcc_s.so.1 [...] not
found"
Product: gcc
Version: 7.3.0
Status: UNCONFIRMED
Severity: normal
Pri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85989
--- Comment #6 from rsandifo at gcc dot gnu.org
---
Author: rsandifo
Date: Sat Jun 23 08:07:31 2018
New Revision: 261983
URL: https://gcc.gnu.org/viewcvs?rev=261983&root=gcc&view=rev
Log:
Fix phi backedge detection in backprop (PR85989)
Backpo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86289
Stephen Kim changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86289
Bug ID: 86289
Summary: Cgo integer constant overflow for 64 bits (unsigned)
int
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
Priorit
34 matches
Mail list logo