https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85769
Bug ID: 85769
Summary: ICE in extract_constrain_insn, at recog.c:2205 for
-mcpu=thunderx
Product: gcc
Version: unknown
Status: UNCONFIRMED
Keywords: ice-on-vali
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82063
Martin Sebor changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85768
kargl at gcc dot gnu.org changed:
What|Removed |Added
Priority|P3 |P1
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85768
Jonathan Wakely changed:
What|Removed |Added
Keywords||build
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85768
Bug ID: 85768
Summary: FreeBSD bootstrap fails due to undefined reference to
'backtrace'
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85767
Bug ID: 85767
Summary: wrong code at -O2 and -O3 on x86_64-linux-gnu in
64-bit mode (not in 32-bit mode)
Product: gcc
Version: unknown
Status: UNCONFIRMED
Sever
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85766
Bug ID: 85766
Summary: Containing_Directory in Ada.Directories is confused by
a trailing separator
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: n
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85675
Dominique d'Humieres changed:
What|Removed |Added
Priority|P3 |P4
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85742
Paul Thomas changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85742
--- Comment #5 from Paul Thomas ---
Author: pault
Date: Sun May 13 18:07:54 2018
New Revision: 260215
URL: https://gcc.gnu.org/viewcvs?rev=260215&root=gcc&view=rev
Log:
2018-05-13 Paul Thomas
PR fortran/85742
* trans-types.c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72755
Paul Thomas changed:
What|Removed |Added
Status|WAITING |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68241
Bug 68241 depends on bug 72755, which changed state.
Bug 72755 Summary: Internal compiler error: in gfc_get_symbol_decl, at
fortran/trans-decl.c:1369
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72755
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63529
kargl at gcc dot gnu.org changed:
What|Removed |Added
Priority|P3 |P4
Status|WAITING
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63529
--- Comment #14 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Sun May 13 17:18:05 2018
New Revision: 260213
URL: https://gcc.gnu.org/viewcvs?rev=260213&root=gcc&view=rev
Log:
2018-05-13 Steven G. Kargl
PR fortran/63529
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85742
--- Comment #4 from Paul Thomas ---
Author: pault
Date: Sun May 13 17:01:16 2018
New Revision: 260211
URL: https://gcc.gnu.org/viewcvs?rev=260211&root=gcc&view=rev
Log:
2018-05-13 Paul Thomas
PR fortran/85742
* trans-types.c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72755
Dominique d'Humieres changed:
What|Removed |Added
Status|NEW |WAITING
--- Comment #11 from Domi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85760
Eric Botcazou changed:
What|Removed |Added
Target|x86_64-w64-mingw32 |
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85765
--- Comment #4 from Casey Carter ---
Narrowing the error down:
template())), decltype(*U(),0) =
0>
U g(T& t, long) { return begin(t); } // #1
prog.cc: In instantiation of 'U g(T&, long int) [with T = volatile il; U =
int*; decltype (((* U(
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85742
--- Comment #3 from Paul Thomas ---
Created attachment 44125
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44125&action=edit
patch for the PR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85765
--- Comment #3 from Jonathan Wakely ---
But that patch is also on gcc-7-branch and the testcases work with gcc version
7.3.1 20180419, so there must have been something latent on trunk that was
revealed by that change.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85765
--- Comment #2 from Jonathan Wakely ---
Those volatile overloads in std::bind are a constant source of problems (most
recently PR 85118).
The regression happened with r258407:
PR c++/84785 - ICE with alias template and default targs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85765
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85765
ensadc at mailnesia dot com changed:
What|Removed |Added
Keywords||rejects-valid
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80165
--- Comment #8 from ville at gcc dot gnu.org ---
Author: ville
Date: Sun May 13 10:36:12 2018
New Revision: 260209
URL: https://gcc.gnu.org/viewcvs?rev=260209&root=gcc&view=rev
Log:
PR libstdc++/80165
* testsuite/20_util/variant/80165.cc: New.
A
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85765
Bug ID: 85765
Summary: Missing SFINAE in default template argument
Product: gcc
Version: 8.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70864
Paul Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68846
Paul Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68846
--- Comment #11 from Paul Thomas ---
Author: pault
Date: Sun May 13 08:34:50 2018
New Revision: 260208
URL: https://gcc.gnu.org/viewcvs?rev=260208&root=gcc&view=rev
Log:
2018-05-13 Paul Thomas
PR fortran/68846
PR fortran/7086
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70864
--- Comment #9 from Paul Thomas ---
Author: pault
Date: Sun May 13 08:34:50 2018
New Revision: 260208
URL: https://gcc.gnu.org/viewcvs?rev=260208&root=gcc&view=rev
Log:
2018-05-13 Paul Thomas
PR fortran/68846
PR fortran/70864
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85434
--- Comment #14 from Thomas Preud'homme ---
(In reply to Thomas Preud'homme from comment #13)
> Remains now:
>
> 1) add support for PIC access to the guard
> 2) finish cleanup of the patch
Except for a few missing comments, it's all there. I'll
30 matches
Mail list logo