[Bug fortran/83316] ICE: minval/maxval and characters

2017-12-07 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83316 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/83318] Illegal program causes internal compiler error with tags gfc_trans_allocate, at fortran/trans-stmt.c:5646 and Aborted (program f951)

2017-12-07 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83318 Dominique d'Humieres changed: What|Removed |Added Keywords||ice-on-invalid-code S

[Bug fortran/83318] Illegal program causes internal compiler error with tags gfc_trans_allocate, at fortran/trans-stmt.c:5646 and Aborted (program f951)

2017-12-07 Thread kargl at gcc dot gnu.org
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

[Bug fortran/83318] Illegal program causes internal compiler error with tags gfc_trans_allocate, at fortran/trans-stmt.c:5646 and Aborted (program f951)

2017-12-07 Thread 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 ==

[Bug middle-end/82016] [8 regression] test case gcc.target/powerpc/float128-type-1.c fails after r251260

2017-12-07 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82016 Michael Meissner changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/83075] [8 Regression] Invalid strncpy optimization

2017-12-07 Thread jakub at gcc dot gnu.org
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:

[Bug target/81906] [7/8 Regression] Calls to rint() wrongly optimized away starting in g++ 6

2017-12-07 Thread jakub at gcc dot gnu.org
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):

[Bug target/81906] [7 Regression] Calls to rint() wrongly optimized away starting in g++ 6

2017-12-07 Thread jakub at gcc dot gnu.org
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

[Bug target/83252] [8 Regression] Wrong code with "-march=skylake-avx512 -O3"

2017-12-07 Thread jakub at gcc dot gnu.org
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

[Bug fortran/83318] Illegal program causes internal compiler error with tags gfc_trans_allocate, at fortran/trans-stmt.c:5646 and Aborted (program f951)

2017-12-07 Thread sgk at troutmask dot apl.washington.edu
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)

[Bug fortran/82934] [6/7/8 Regression] Segfault on assumed character length in allocate

2017-12-07 Thread kargl at gcc dot gnu.org
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

[Bug fortran/82934] [6/7/8 Regression] Segfault on assumed character length in allocate

2017-12-07 Thread sgk at troutmask dot apl.washington.edu
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

[Bug fortran/82934] [6/7/8 Regression] Segfault on assumed character length in allocate

2017-12-07 Thread sgk at troutmask dot apl.washington.edu
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

[Bug fortran/83318] Illegal program causes internal compiler error with tags gfc_trans_allocate, at fortran/trans-stmt.c:5646 and Aborted (program f951)

2017-12-07 Thread sgk at troutmask dot apl.washington.edu
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

[Bug fortran/82934] [6/7/8 Regression] Segfault on assumed character length in allocate

2017-12-07 Thread sgk at troutmask dot apl.washington.edu
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 >

[Bug tree-optimization/81126] [6/7/8 Regression] ICE in df_compact_blocks, at df-core.c:1743

2017-12-07 Thread aldyh at gcc dot gnu.org
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

[Bug target/77493] [6/7/8 Regression] -fcrossjumping (-O2) on ppc64le causes segfaults (jump to 0x0) (first bad r230091)

2017-12-07 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77493 Aldy Hernandez changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug preprocessor/83063] [8 Regression] ICE on an invalid preprocessor snippet

2017-12-07 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83063 Aldy Hernandez changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/80791] [8 regression] test case gcc.dg/sms-1.c fail2 starting with r247885

2017-12-07 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80791 Aldy Hernandez changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug debug/81155] [8 Regression] Debug make check regressions in GCC 8.0

2017-12-07 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81155 Aldy Hernandez changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/83319] New: [7/8 Regression] ICE on use of allocatable component in derived type coarray defined in module

2017-12-07 Thread damian at sourceryinstitute dot org
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

[Bug middle-end/81483] spurious -Wformat-overflow warning for limited types

2017-12-07 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81483 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug tree-optimization/80397] missing -Wformat-overflow with arguments of enum types

2017-12-07 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80397 Jeffrey A. Law changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Bug target/69888] ICE: SIGSEGV in decide_alg (i386.c:26169) due to infinite (?) recursion with -minline-all-stringops -mmemset-strategy=no_stringop:-1:noalign

2017-12-07 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69888 Jeffrey A. Law changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Bug target/55023] hppa: wrong code generated with tail call optimisation

2017-12-07 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55023 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/83312] [8 regression] bogus -Warray-bounds warning

2017-12-07 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83312 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com Assigne

[Bug fortran/83316] ICE: minval/maxval and characters

2017-12-07 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83316 Thomas Koenig changed: What|Removed |Added Status|NEW |ASSIGNED Blocks|

[Bug tree-optimization/83320] New: Mismatched free() / delete / delete [] in gimple-loop-interchange.cc:948

2017-12-07 Thread trippels at gcc dot gnu.org
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

<    1   2