This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

FWD: G77 2.95 BUG (INTERNAL COMPILER ERROR IN *FINAL_SCAN_IN -Reply


I was not able to reproduce such a problem, running version
2.95.1, on either hppa1.1-hp-hpux10.20 or i586-pc-cygwin32.
The formatting of the source as sent is not acceptable to any
Fortran compiler known to me, but, after correcting it to standard
fixed format, I got a clean compile.  If you are going to use -O on
such code, you should also turn on -Wall and investigate the
reports of un-initialized variables.

Here's a bug that happens only when I compile with -O
(disappears with
-O2)

> g77 -v --save-temps -O -c  pcapop.f
g77 version 2.95 19990728 (release) (from FSF-g77 version
0.5.25
19990728 (release))
Reading specs from
/usr/local/lib/gcc-lib/sparc-sun-solaris2.6/2.95/specs
Dr. Timothy C. Prince
Consulting Engineer
Solar Turbines, a Caterpillar Company
alternate e-mail: tprince@computer.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]