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

*ping*: [patch, fortran] Fix PR 59604

2014-04-25 Thread Thomas Koenig
OK for trunk? Full patch at http://gcc.gnu.org/ml/gcc-patches/2014-04/msg00616.html > Hello world, > > 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-tim

[patch, fortran] Fix PR 59604

2014-04-12 Thread Thomas Koenig
Hello world, 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? Thomas 2014-03-12 Thomas Koenig