[Bug fortran/86045] ICE in reduce_binary_ac, at fortran/arith.c:1308

2018-06-07 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86045 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4 Status|NEW

[Bug fortran/86045] ICE in reduce_binary_ac, at fortran/arith.c:1308

2018-06-07 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86045 --- Comment #8 from kargl at gcc dot gnu.org --- Author: kargl Date: Thu Jun 7 18:39:30 2018 New Revision: 261291 URL: https://gcc.gnu.org/viewcvs?rev=261291&root=gcc&view=rev Log: 2018-06-07 Steven G. Kargl PR fortran/86045

[Bug fortran/86045] ICE in reduce_binary_ac, at fortran/arith.c:1308

2018-06-07 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86045 --- Comment #7 from kargl at gcc dot gnu.org --- Author: kargl Date: Thu Jun 7 18:17:49 2018 New Revision: 261290 URL: https://gcc.gnu.org/viewcvs?rev=261290&root=gcc&view=rev Log: 2018-06-07 Steven G. Kargl PR fortran/86045

[Bug fortran/86045] ICE in reduce_binary_ac, at fortran/arith.c:1308

2018-06-07 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86045 --- Comment #6 from kargl at gcc dot gnu.org --- Author: kargl Date: Thu Jun 7 17:53:11 2018 New Revision: 261286 URL: https://gcc.gnu.org/viewcvs?rev=261286&root=gcc&view=rev Log: 2018-06-07 Steven G. Kargl PR fortran/86045

[Bug fortran/86045] ICE in reduce_binary_ac, at fortran/arith.c:1308

2018-06-05 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86045 --- Comment #5 from Steve Kargl --- On Tue, Jun 05, 2018 at 06:02:47PM +, gs...@t-online.de wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86045 > > --- Comment #4 from G. Steinmetz --- > > There's a are different issue than the one

[Bug fortran/86045] ICE in reduce_binary_ac, at fortran/arith.c:1308 (and others)

2018-06-05 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86045 --- Comment #4 from G. Steinmetz --- > There's a are different issue than the one involving MOD(). Cases from comment 1 are now separated as pr86059.

[Bug fortran/86045] ICE in reduce_binary_ac, at fortran/arith.c:1308 (and others)

2018-06-04 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86045 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- C

[Bug fortran/86045] ICE in reduce_binary_ac, at fortran/arith.c:1308 (and others)

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

[Bug fortran/86045] ICE in reduce_binary_ac, at fortran/arith.c:1308 (and others)

2018-06-04 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86045 --- Comment #1 from G. Steinmetz --- In addition some ugly cases with null(), losely related to pr66193. $ cat zn1.f90 program p real :: z(1) = [real :: null()] + 2.0 end $ cat zn2.f90 program p real :: z(1) = [real :: null()] + [real :