Re: [patch, fortran] Fix PR 59604

2014-04-27 Thread Thomas Koenig
Hi Tobias, > Am 12.04.2014 21:33, schrieb Thomas Koenig: >> please find attached a patch for PR 59604. >> >> The patch makes sure that, if -fno-range-check is specified, >> using int on an overflowing boz constant yields the same >> result for compile-time simplification and run-time >> execution.

Re: [patch, fortran] Fix PR 59604

2014-04-26 Thread Tobias Burnus
Am 12.04.2014 21:33, schrieb Thomas Koenig: please find attached a patch for PR 59604. The patch makes sure that, if -fno-range-check is specified, using int on an overflowing boz constant yields the same result for compile-time simplification and run-time execution. OK for trunk? Looks good