[Bug fortran/61824] ICE using dble() and -march=native

2014-07-17 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61824 Markus Trippelsdorf trippels at gcc dot gnu.org changed: What|Removed |Added Status|NEW

[Bug fortran/61824] ICE using dble() and -march=native

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61824 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug fortran/61824] ICE using dble() and -march=native

2014-07-16 Thread abensonca at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61824 --- Comment #2 from Andrew Benson abensonca at gmail dot com --- No problem. Here's the output: $ gfortran -c tmp3.F90 -o tmp3.o -march=native -v Using built-in specs. COLLECT_GCC=gfortran

[Bug fortran/61824] ICE using dble() and -march=native

2014-07-16 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61824 --- Comment #3 from Andrew Pinski pinskia at gcc dot gnu.org --- (In reply to Andrew Benson from comment #2) No problem. Here's the output: $ gfortran -c tmp3.F90 -o tmp3.o -march=native -v This one does not have the issue, We need it of the

[Bug fortran/61824] ICE using dble() and -march=native

2014-07-16 Thread abensonca at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61824 --- Comment #4 from Andrew Benson abensonca at gmail dot com --- My mistake - forgot to switch back to the latest gfortran. Here's the correct output: $ gfortran -c tmp3.F90 -o tmp3.o -march=native -v Usando especificaciones internas.

[Bug fortran/61824] ICE using dble() and -march=native

2014-07-16 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61824 --- Comment #5 from Dominique d'Humieres dominiq at lps dot ens.fr --- Confirmed if I use -march=amdfam10, barcelona, bdver*, but not with compilers configured with --enable-checking=release.

[Bug fortran/61824] ICE using dble() and -march=native

2014-07-16 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61824 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Status|UNCONFIRMED |NEW