https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83320
Bug ID: 83320
Summary: Mismatched free() / delete / delete [] in
gimple-loop-interchange.cc:948
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83316
Thomas Koenig changed:
What|Removed |Added
Status|NEW |ASSIGNED
Blocks|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83312
Jeffrey A. Law changed:
What|Removed |Added
CC||law at redhat dot com
Assigne
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55023
Jeffrey A. Law changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69888
Jeffrey A. Law changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80397
Jeffrey A. Law changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81483
Jeffrey A. Law changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83319
Bug ID: 83319
Summary: [7/8 Regression] ICE on use of allocatable component
in derived type coarray defined in module
Product: gcc
Version: 7.2.1
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81155
Aldy Hernandez changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80791
Aldy Hernandez changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83063
Aldy Hernandez changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77493
Aldy Hernandez changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81126
Aldy Hernandez changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|2017-06-19 0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82934
--- Comment #10 from Steve Kargl ---
On Fri, Dec 08, 2017 at 01:14:44AM +, sgk at troutmask dot
apl.washington.edu wrote:
>
> I don't know how I missed F2008:C631
>
> C631 (R626) A type-param-value in a type-spec shall be an asterisk if
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83318
--- Comment #5 from Steve Kargl ---
I don't know how I missed F2008:C631
C631 (R626) A type-param-value in a type-spec shall be an asterisk if
and only if each allocate-object is a dummy argument for which the
corresponding type parameter
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82934
--- Comment #9 from Steve Kargl ---
On Fri, Dec 08, 2017 at 12:52:31AM +, sgk at troutmask dot
apl.washington.edu wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82934
>
> --- Comment #8 from Steve Kargl ---
> On Fri, Dec 08, 2017 at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82934
--- Comment #8 from Steve Kargl ---
On Fri, Dec 08, 2017 at 12:29:50AM +, kargl at gcc dot gnu.org wrote:
>
> allocate( character(len=*) :: bar )
>
> However, the type-spec in the allocate statement does coincide with
s/does/does not
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82934
kargl at gcc dot gnu.org changed:
What|Removed |Added
Keywords|ice-on-valid-code |
Status|RESOLVED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83318
--- Comment #4 from Steve Kargl ---
On Thu, Dec 07, 2017 at 11:42:53PM +, kargl at gcc dot gnu.org wrote:
> + if (!ts.u.cl->length)
Whoops.
if (ts.type == BT_CHARACTER && !ts.u.cl->length)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83252
--- Comment #16 from Jakub Jelinek ---
Author: jakub
Date: Fri Dec 8 00:03:28 2017
New Revision: 255487
URL: https://gcc.gnu.org/viewcvs?rev=255487&root=gcc&view=rev
Log:
PR target/83252
* gcc.target/i386/i386.exp (check_effecti
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81906
Jakub Jelinek changed:
What|Removed |Added
Summary|[7/8 Regression] Calls to |[7 Regression] Calls to
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81906
--- Comment #14 from Jakub Jelinek ---
Author: jakub
Date: Thu Dec 7 23:56:34 2017
New Revision: 255486
URL: https://gcc.gnu.org/viewcvs?rev=255486&root=gcc&view=rev
Log:
PR target/81906
* config/i386/i386.c (ix86_expand_rint):
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83075
--- Comment #6 from Jakub Jelinek ---
Author: jakub
Date: Thu Dec 7 23:55:18 2017
New Revision: 255485
URL: https://gcc.gnu.org/viewcvs?rev=255485&root=gcc&view=rev
Log:
PR tree-optimization/83075
* gcc.dg/tree-ssa/strncpy-2.c:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82016
Michael Meissner changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83318
--- Comment #3 from kargl at gcc dot gnu.org ---
gfcx -c a.f90
a.f90:5:13:
allocate(character(len=*) :: string_array(2))
1
Error: Type-spec at (1) must contain a scalar integer expression
Index: match.c
==
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83318
kargl at gcc dot gnu.org changed:
What|Removed |Added
CC||kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83318
Dominique d'Humieres changed:
What|Removed |Added
Keywords||ice-on-invalid-code
S
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83316
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83318
Bug ID: 83318
Summary: Illegal program causes internal compiler error with
tags gfc_trans_allocate, at fortran/trans-stmt.c:5646
and Aborted (program f951)
Product: gcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81568
--- Comment #5 from Dave Pagan ---
Thanks for the update, Martin.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83317
Bug ID: 83317
Summary: ICE in lra_eliminate_reg_if_possible compiling Python
with -mfpmath=sse on x86 Linux, possible 7 regression
Product: gcc
Version: 7.2.0
Status: UNC
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81568
Martin Sebor changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81568
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81568
Dave Pagan changed:
What|Removed |Added
CC||dave.pagan at oracle dot com
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83316
Bug ID: 83316
Summary: ICE: minval/maxval and characters
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83120
David Edelsohn changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83120
--- Comment #5 from David Edelsohn ---
Author: dje
Date: Thu Dec 7 20:05:59 2017
New Revision: 255483
URL: https://gcc.gnu.org/viewcvs?rev=255483&root=gcc&view=rev
Log:
PR libstdc++/83120
* testsuite/ext/special_functions/hyperg
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80818
Jeffrey A. Law changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83252
Jeffrey A. Law changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82006
--- Comment #7 from Rainer Emrich ---
(In reply to Jakub Jelinek from comment #5)
> Any progress on this?
Yeah, I have no exact analysis yet, but the issue is caused by Richards commit
r251220. I wonder how this can cause the tcl errors.
I will
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83253
--- Comment #3 from Bill Schmidt ---
Apologies for not responding sooner -- I've been out of pocket for the last
week. I'll have a look when I get unburied (probably next week).
Bill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81303
--- Comment #11 from amker at gcc dot gnu.org ---
Author: amker
Date: Thu Dec 7 18:03:53 2017
New Revision: 255472
URL: https://gcc.gnu.org/viewcvs?rev=255472&root=gcc&view=rev
Log:
PR tree-optimization/81303
* Makefile.in (gimpl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83308
--- Comment #5 from John Paul Adrian Glaubitz ---
(In reply to Ian Lance Taylor from comment #4)
> gccgo does work on a number of targets that do not have split stack support.
> The downsides are that each goroutine has a much larger stack, and i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80818
--- Comment #12 from Vladimir Makarov ---
Author: vmakarov
Date: Thu Dec 7 17:50:54 2017
New Revision: 255471
URL: https://gcc.gnu.org/viewcvs?rev=255471&root=gcc&view=rev
Log:
2017-12-07 Vladimir Makarov
PR target/83252
PR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83252
--- Comment #14 from Vladimir Makarov ---
Author: vmakarov
Date: Thu Dec 7 17:50:54 2017
New Revision: 255471
URL: https://gcc.gnu.org/viewcvs?rev=255471&root=gcc&view=rev
Log:
2017-12-07 Vladimir Makarov
PR target/83252
PR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83314
--- Comment #5 from James Clarke ---
(In reply to John Paul Adrian Glaubitz from comment #4)
> Ok, I should have actually tested this on real hardware right away.
>
> Here's on my Amiga 4000:
>
> root@elgar:~> ./hello
> 5662
> fatal error: mem
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83314
--- Comment #4 from John Paul Adrian Glaubitz ---
Ok, I should have actually tested this on real hardware right away.
Here's on my Amiga 4000:
root@elgar:~> ./hello
5662
fatal error: memstats.heap_live not aligned to 8 bytes
goroutine 16 [run
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83164
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83314
--- Comment #3 from Ian Lance Taylor ---
Ah, of course. Thanks. In that case mmap is being called with a descriptor
that is the executable itself, as opened by fileline_initialize in
libbacktrace/fileline.c. I wonder why mmap fails on that? C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83314
--- Comment #2 from James Clarke ---
My guess is libbacktrace/mmapio.c (perhaps mmap.c), which calls mmap with
MAP_PRIVATE, and calls `error_callback (data, "mmap", errno)` on failure.
That's a function pointer, which I would assume is error_call
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83164
--- Comment #12 from Jakub Jelinek ---
Author: jakub
Date: Thu Dec 7 17:06:08 2017
New Revision: 255470
URL: https://gcc.gnu.org/viewcvs?rev=255470&root=gcc&view=rev
Log:
PR middle-end/83164
* tree-cfg.c (verify_gimple_assign_bi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80135
--- Comment #8 from Jakub Jelinek ---
Untested WIP patch attached to PR81922.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81922
--- Comment #3 from Jakub Jelinek ---
Created attachment 42811
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42811&action=edit
gcc8-pr81922.patch
WIP patch that attempts to handle it like the C FE, will work on testcases
tomorrow.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83314
--- Comment #1 from Ian Lance Taylor ---
errno 9 is EBADF, which doesn't make much sense since libgo only ever calls
mmap with MAP_ANONYMOUS. And I'm not even sure where those messages are coming
from. I don't see any place where the GCC 7 libg
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83308
--- Comment #4 from Ian Lance Taylor ---
gccgo does work on a number of targets that do not have split stack support.
The downsides are that each goroutine has a much larger stack, and if you have
too much recursion you can run out of stack spac
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81566
Martin Sebor changed:
What|Removed |Added
Status|ASSIGNED|NEW
Assignee|msebor at gcc dot
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81544
Martin Sebor changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81544
--- Comment #3 from Martin Sebor ---
Author: msebor
Date: Thu Dec 7 16:32:03 2017
New Revision: 255469
URL: https://gcc.gnu.org/viewcvs?rev=255469&root=gcc&view=rev
Log:
PR c/81544 - attribute noreturn and warn_unused_result on the same functio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81566
--- Comment #7 from Martin Sebor ---
Author: msebor
Date: Thu Dec 7 16:32:03 2017
New Revision: 255469
URL: https://gcc.gnu.org/viewcvs?rev=255469&root=gcc&view=rev
Log:
PR c/81544 - attribute noreturn and warn_unused_result on the same functio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83315
David Edelsohn changed:
What|Removed |Added
Keywords||wrong-code
Target|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83315
Bug ID: 83315
Summary: PowerPC xmmintrin.h emulation for _mm_{min,max}_ps not
semantically equivalent
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: no
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81356
Wilco changed:
What|Removed |Added
CC||wilco at gcc dot gnu.org
--- Comment #9 from Wil
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59447
Eric Gallager changed:
What|Removed |Added
Summary|--with-dwarf2 is not|--with-dwarf2 should be
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57761
Eric Gallager changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83179
--- Comment #10 from Andrey Guskov ---
32-bit SPEC CPU2006::436 also affected.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83314
Bug ID: 83314
Summary: gccgo: Compiled binaries panic with "mmap errno 9" on
m68k
Product: gcc
Version: 7.2.0
Status: UNCONFIRMED
Severity: normal
Pri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64867
Eric Gallager changed:
What|Removed |Added
Keywords||easyhack
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79281
--- Comment #15 from John Paul Adrian Glaubitz ---
(In reply to Ian Lance Taylor from comment #11)
> Thanks. I committed the patch to the GCC 6 branch.
>
> GCC 7 will require a different fix, as the code has moved from C to Go. I'm
> not sure
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81922
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82016
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #6
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83239
Jeffrey A. Law changed:
What|Removed |Added
CC||dmalcolm at gcc dot gnu.org
A
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81782
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82641
Tamar Christina changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81675
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
Summary|[6/7/8 Regression
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81613
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81613
Richard Biener changed:
What|Removed |Added
Priority|P2 |P4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81601
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81575
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82641
--- Comment #11 from Tamar Christina ---
Author: tnfchris
Date: Thu Dec 7 14:54:22 2017
New Revision: 255468
URL: https://gcc.gnu.org/viewcvs?rev=255468&root=gcc&view=rev
Log:
2017-12-07 Tamar Christina
PR target/82641
* con
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81572
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81566
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
--- Comment #6 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81481
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
--- Comment #7 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81304
Richard Biener changed:
What|Removed |Added
Priority|P3 |P4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81197
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80947
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80907
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80026
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83302
--- Comment #5 from Florian Weimer ---
FWIW, -fstack-clash-protection avoids these issues.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82046
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83312
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81827
--- Comment #15 from Richard Biener ---
Bisected to pauls r254427, the fix for PR81447 and PR82783.
Test adjustments suggest that we'll create even more malloc/free calls.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83297
Dendi Suhubdy changed:
What|Removed |Added
Resolution|INVALID |MOVED
--- Comment #3 from Dendi Suhubdy
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83313
Bug ID: 83313
Summary: A whole lot of symbols cannot be demangled
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: dema
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83302
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83302
--- Comment #3 from Michael Matz ---
In any case, this is not something that GCC could do anything about. A probe
necessarily has to be a write, and writing to something not belonging to own
stack (or guard page) will always have this problem of
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83302
--- Comment #2 from Michael Matz ---
I guess the problem described in https://lkml.org/lkml/2017/11/10/188 is, that
the stack probe itself accesses a page which _doesn't_ belong to this threads
stack, but to something else. golang seems to use t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83312
Richard Biener changed:
What|Removed |Added
Keywords||diagnostic,
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67769
--- Comment #7 from Richard Biener ---
Author: rguenth
Date: Thu Dec 7 13:21:51 2017
New Revision: 255466
URL: https://gcc.gnu.org/viewcvs?rev=255466&root=gcc&view=rev
Log:
2017-12-07 Richard Biener
PR tree-optimization/83296
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83296
--- Comment #4 from Richard Biener ---
Author: rguenth
Date: Thu Dec 7 13:21:51 2017
New Revision: 255466
URL: https://gcc.gnu.org/viewcvs?rev=255466&root=gcc&view=rev
Log:
2017-12-07 Richard Biener
PR tree-optimization/83296
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83296
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
1 - 100 of 128 matches
Mail list logo