[Bug fortran/88227] ICE in gfc_convert_boz, at fortran/target-memory.c:788

2019-08-04 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88227 kargl at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug fortran/88227] ICE in gfc_convert_boz, at fortran/target-memory.c:788

2019-08-04 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88227 --- Comment #11 from kargl at gcc dot gnu.org --- Author: kargl Date: Sun Aug 4 15:52:55 2019 New Revision: 274096 URL: https://gcc.gnu.org/viewcvs?rev=274096=gcc=rev Log: 2019-08-04 Steven G. Kargl PR fortran/88227 *

[Bug fortran/88227] ICE in gfc_convert_boz, at fortran/target-memory.c:788

2019-07-28 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88227 --- Comment #10 from kargl at gcc dot gnu.org --- Patch submitted at https://gcc.gnu.org/ml/fortran/2019-07/msg00078.html Please test.

[Bug fortran/88227] ICE in gfc_convert_boz, at fortran/target-memory.c:788

2019-07-27 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88227 kargl at gcc dot gnu.org changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |kargl at gcc dot

[Bug fortran/88227] ICE in gfc_convert_boz, at fortran/target-memory.c:788

2019-07-24 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88227 --- Comment #8 from kargl at gcc dot gnu.org --- (In reply to kargl from comment #7) > (In reply to Dominique d'Humieres from comment #6) > > The following test giveS ALSO an ICE with -m32 > > > > % cat boz_10.f90 > > print *,

[Bug fortran/88227] ICE in gfc_convert_boz, at fortran/target-memory.c:788

2019-07-23 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88227 --- Comment #7 from kargl at gcc dot gnu.org --- (In reply to Dominique d'Humieres from comment #6) > The following test giveS ALSO an ICE with -m32 > > % cat boz_10.f90 > print *, real(b'1010101001101',10) > end > % gfortran -m32 boz_10.f90 >

[Bug fortran/88227] ICE in gfc_convert_boz, at fortran/target-memory.c:788

2019-07-21 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88227 --- Comment #6 from Dominique d'Humieres --- The following test giveS ALSO an ICE with -m32 % cat boz_10.f90 print *, real(b'1010101001101',10) end % gfortran -m32 boz_10.f90 f951: internal compiler error: Segmentation fault: 11 libbacktrace

[Bug fortran/88227] ICE in gfc_convert_boz, at fortran/target-memory.c:788

2019-07-20 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88227 --- Comment #5 from Dominique d'Humieres --- I get the same ICE for print *, real(b'1010101001101',16) end compiled with -m32.

[Bug fortran/88227] ICE in gfc_convert_boz, at fortran/target-memory.c:788

2019-07-20 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88227 --- Comment #4 from Dominique d'Humieres --- The ICE is caused by a bad conversion of REAL(16) BOZ using an integer KIND that does not exist with -m32 (see comment 2). The ICE is gone with -fdefault-double-8, but is also present with

[Bug fortran/88227] ICE in gfc_convert_boz, at fortran/target-memory.c:788

2019-02-21 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88227 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org ---

[Bug fortran/88227] ICE in gfc_convert_boz, at fortran/target-memory.c:788

2019-02-21 Thread anlauf at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88227 Harald Anlauf changed: What|Removed |Added CC||anlauf at gmx dot de --- Comment #2

[Bug fortran/88227] ICE in gfc_convert_boz, at fortran/target-memory.c:788

2018-11-27 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88227 Dominique d'Humieres changed: What|Removed |Added Keywords||ice-on-valid-code