https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87995
--- Comment #3 from Jakub Jelinek ---
Author: jakub
Date: Sat Dec 8 08:58:24 2018
New Revision: 266904
URL: https://gcc.gnu.org/viewcvs?rev=266904&root=gcc&view=rev
Log:
PR libgomp/87995
* testsuite/libgomp.c-c++-common/cancel-t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87995
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88390
Eric Botcazou changed:
What|Removed |Added
Component|c++ |rtl-optimization
--- Comment #4 from Eri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88410
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88410
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88390
--- Comment #5 from Eric Botcazou ---
Author: ebotcazou
Date: Sat Dec 8 11:07:53 2018
New Revision: 266906
URL: https://gcc.gnu.org/viewcvs?rev=266906&root=gcc&view=rev
Log:
PR rtl-optimization/88390
* dwarf2cfi.c (struct dw_cfi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88390
Eric Botcazou changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87861
--- Comment #10 from Andreas Schwab ---
http://gcc.gnu.org/ml/gcc-testresults/2018-12/msg00950.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88304
--- Comment #17 from Jakub Jelinek ---
Author: jakub
Date: Sat Dec 8 13:37:49 2018
New Revision: 266907
URL: https://gcc.gnu.org/viewcvs?rev=266907&root=gcc&view=rev
Log:
PR fortran/88304
* tree-nested.c (convert_local_reference
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86228
eracpp changed:
What|Removed |Added
CC||eracpp at eml dot cc
--- Comment #2 from eracpp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88411
Thomas Koenig changed:
What|Removed |Added
CC||tkoenig at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88411
--- Comment #4 from Thomas Koenig ---
The problem appears to be that the record length is set to zero
a file with the same unit number is opened again.
Hmm... some more digging is needed.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88411
--- Comment #5 from Thomas Koenig ---
Hm, maybe something else.
It seems we're actually writing direct access files in the
main thread, even when using asynchronous I/O.
Hmm...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87937
Martin Diehl changed:
What|Removed |Added
CC||m.diehl at mpie dot de
--- Comment #15 fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88412
Martin Diehl changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87951
Askar Safin changed:
What|Removed |Added
CC||safinaskar at mail dot ru
--- Comment #7 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88357
--- Comment #8 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Sat Dec 8 18:09:05 2018
New Revision: 266908
URL: https://gcc.gnu.org/viewcvs?rev=266908&root=gcc&view=rev
Log:
2018-12-08 Steven G. Kargl
PR fortran/88357
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88357
kargl at gcc dot gnu.org changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88357
kargl at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87951
--- Comment #8 from Andrew Pinski ---
(In reply to Askar Safin from comment #7)
> "g++ -fstrict-enums" doesn't disable warning if I use "enum class" instead
> of plain enum.
Yes because they have different semantics ...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88304
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88364
Bug 88364 depends on bug 88304, which changed state.
Bug 88304 Summary: [9 Regression] ICE in use_pointer_in_frame, at
tree-nested.c:267
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88304
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88417
Bug ID: 88417
Summary: partial specialization of static template variable
inside class template gives wrong result
Product: gcc
Version: 8.2.1
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87951
--- Comment #9 from Askar Safin ---
(In reply to Andrew Pinski from comment #8)
> Yes because they have different semantics ...
So, you mean that "enum class" is less strict than normal enums? This is very
strange.
Today I normally use "enum cl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88025
--- Comment #3 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Sun Dec 9 01:02:41 2018
New Revision: 266913
URL: https://gcc.gnu.org/viewcvs?rev=266913&root=gcc&view=rev
Log:
2018-12-08 Steven G. Kargl
PR fortran/88025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88025
--- Comment #4 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Sun Dec 9 03:10:41 2018
New Revision: 266914
URL: https://gcc.gnu.org/viewcvs?rev=266914&root=gcc&view=rev
Log:
2018-12-08 Steven G. Kargl
PR fortran/88025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88025
kargl at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87945
--- Comment #4 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Sun Dec 9 04:02:44 2018
New Revision: 266915
URL: https://gcc.gnu.org/viewcvs?rev=266915&root=gcc&view=rev
Log:
20180-12-08 Steven G. Kargl
PR fortran/87945
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87945
kargl at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88418
Bug ID: 88418
Summary: [7/8/9 Regression] ICE in extract_insn, at
recog.c:2305 (error: unrecognizable insn)
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Keywor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46250
Arseny Solokha changed:
What|Removed |Added
CC||asolokha at gmx dot com
--- Comment #6
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58067
Arseny Solokha changed:
What|Removed |Added
CC||asolokha at gmx dot com
--- Comment #12
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49670
Arseny Solokha changed:
What|Removed |Added
CC||asolokha at gmx dot com
--- Comment #11
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82887
Arseny Solokha changed:
What|Removed |Added
CC||asolokha at gmx dot com
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49670
--- Comment #12 from Jeffrey Walton ---
(In reply to Arseny Solokha from comment #11)
> I believe this is irrelevant by now.
Yeah, no doubt. May as well close it.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49670
Jeffrey Walton changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88419
Bug ID: 88419
Summary: [9 Regression] [ICE] "Same canonical type node for
different types" for CTAD in noexcept
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Se
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88048
--- Comment #5 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Sun Dec 9 06:09:47 2018
New Revision: 266916
URL: https://gcc.gnu.org/viewcvs?rev=266916&root=gcc&view=rev
Log:
2018-12-08 Steven G. Kargl
PR fortran/88048
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88048
--- Comment #6 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Sun Dec 9 06:29:17 2018
New Revision: 266917
URL: https://gcc.gnu.org/viewcvs?rev=266917&root=gcc&view=rev
Log:
2018-12-08 Steven G. Kargl
PR fortran/88048
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88048
kargl at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88035
MCCCS changed:
What|Removed |Added
CC||mcccs at gmx dot com
--- Comment #1 from MCCCS
41 matches
Mail list logo