This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
slowdown on 1.1b vs 1.0.3
- To: egcs at cygnus dot com
- Subject: slowdown on 1.1b vs 1.0.3
- From: Mike Sullivan <mike at oddjob dot utias dot utoronto dot ca>
- Date: Fri, 11 Sep 1998 13:01:46 -0400
- Organization: University of Toronto Institute for Aerospace Studies
I have compiled 1.1 on my Alpha 533SX with RH5.1 with no problems. The
only interesting thing is that an FPU intensive task that took 380
seconds with 1.0.3 now takes 415 seconds with 1.1. I
tried compiling with -enable-hafia but the linker complained. The code
is in fortran so I am using g77
/usr/bin/ld: warning: cannot find entry symbol nable-hafia; defaulting
to 0000000120001220
the resulting code ran but was slower
Mike