------- Comment #7 from fxcoudert at gcc dot gnu dot org 2007-06-27 11:38 ------- (In reply to comment #6) > When you invoke gfortran with -v march=native and with a source file, it will > show the values. This is the recommended way of showing how you involved > gcc/gfortran anyways.
Yes, that works fine: $ gcc -c -v -march=native a.c [...] /path/to/cc1 -quiet -v a.c -march=k8 -msahf --param l1-cache-size=1024 --param l1-cache-line-size=64 -mtune=k8 -quiet -dumpbase a.c -auxbase a -version -o /tmp/ccYMbEr2.s -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32450