[Bug fortran/38773] Arithmetic Overflow with Integer Parameter Assignment

2009-01-08 Thread tom dot browder at gmail dot com
--- Comment #1 from tom dot browder at gmail dot com 2009-01-09 01:13 --- Created an attachment (id=17060) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17060action=view) Program demonstrating the overflow error. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38773

[Bug fortran/38773] Arithmetic Overflow with Integer Parameter Assignment

2009-01-08 Thread tom dot browder at gmail dot com
--- Comment #2 from tom dot browder at gmail dot com 2009-01-09 01:14 --- Created an attachment (id=17061) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17061action=view) Output from gfortran with -v --save-temps -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38773

[Bug fortran/38773] Arithmetic Overflow with Integer Parameter Assignment

2009-01-08 Thread kargl at gcc dot gnu dot org
--- Comment #3 from kargl at gcc dot gnu dot org 2009-01-09 01:22 --- See the -fno-range-check option. -- kargl at gcc dot gnu dot org changed: What|Removed |Added