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
Dominique d'Humieres changed:
What|Removed |Added
Keywords||ice-on-invalid-code
S
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
--- 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=82016
Michael Meissner changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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=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=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=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=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=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=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
--- 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=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 #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=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=77493
Aldy Hernandez changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
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=80791
Aldy Hernandez changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
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=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=81483
Jeffrey A. Law changed:
What|Removed |Added
Status|NEW |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=69888
Jeffrey A. Law changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
CC|
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=83312
Jeffrey A. Law changed:
What|Removed |Added
CC||law at redhat dot com
Assigne
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=83320
Bug ID: 83320
Summary: Mismatched free() / delete / delete [] in
gimple-loop-interchange.cc:948
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
101 - 128 of 128 matches
Mail list logo