Re: [PATCH] PR fortran/92018 -- BOZ the gift that keeps giving

2019-10-11 Thread Janne Blomqvist
On Wed, Oct 9, 2019 at 2:14 AM Steve Kargl wrote: > > Tested on x86_64-*-freebsd. OK to commit? > > A BOZ literal constant can be an actual argument in a > very limited number of intrinsic subprograms. For those > intrinsics subprograms, the BOZ literal constant is converted > either during

[PATCH] PR fortran/92018 -- BOZ the gift that keeps giving

2019-10-08 Thread Steve Kargl
Tested on x86_64-*-freebsd. OK to commit? A BOZ literal constant can be an actual argument in a very limited number of intrinsic subprograms. For those intrinsics subprograms, the BOZ literal constant is converted either during checking (see check.c) or simplification (see simplify.c). In