https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61824
Markus Trippelsdorf changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61824
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61824
--- Comment #5 from Dominique d'Humieres ---
Confirmed if I use -march=amdfam10, barcelona, bdver*, but not with compilers
configured with --enable-checking=release.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61824
--- Comment #4 from Andrew Benson ---
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.
COLLECT_GCC=gfortran
Objetivo: x86_64
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61824
--- Comment #3 from Andrew Pinski ---
(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 one where the ICE was.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61824
--- Comment #2 from Andrew Benson ---
No problem. Here's the output:
$ gfortran -c tmp3.F90 -o tmp3.o -march=native -v
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
Target: x86_64-li
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61824
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #1