[Bug fortran/61002] Can't divide by 0

2014-05-03 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61002 --- Comment #9 from Andreas Schwab sch...@linux-m68k.org --- It should use the same format as the warning messages. Division by zero at %L [-frange-check]

[Bug fortran/61002] Can't divide by 0

2014-05-02 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61002 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added CC||burnus at gcc

[Bug fortran/61002] Can't divide by 0

2014-05-01 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61002 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Status|UNCONFIRMED |WAITING

[Bug fortran/61002] Can't divide by 0

2014-05-01 Thread fkrogh#gcc at mathalacarte dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61002 --- Comment #4 from Fred Krogh fkrogh#gcc at mathalacarte dot com --- No objection here. I had just missed -fno-range-check, see comment 1.

[Bug fortran/61002] Can't divide by 0

2014-05-01 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61002 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug fortran/61002] Can't divide by 0

2014-04-29 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61002 --- Comment #1 from Dominique d'Humieres dominiq at lps dot ens.fr --- Compile with -fno-range-check. Also f951: warning: command line option '-Wno-div-by-zero' is valid for C/C++/ObjC/ObjC++ but not for Fortran

[Bug fortran/61002] Can't divide by 0

2014-04-29 Thread fkrogh#gcc at mathalacarte dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61002 --- Comment #2 from Fred Krogh fkrogh#gcc at mathalacarte dot com --- Thanks, that did the job.