schmidt%crimee.ics.uci.edu@PARIS.ICS.UCI.EDU ("Douglas C. Schmidt") (01/01/89)
Bug Report for GCC:
-------------------
Problem : The following program crashes with a bus error when run,
if compiled *without* the -O option with gcc 1.32. It
doesn't crash if -O is used.
1.) Version : gcc 1.32
-----------
2.) Input Program :
-----------------
bletch( fred_addr )
double *fred_addr;
{
*fred_addr = 0.0;
}
bar( fred )
double fred;
{
bletch( &fred );
}
main()
{
double fred;
bar( fred );
}
3.) Command Used : gcc ( no options )
----------------
4.) Files used :
--------------
tm.h -> tm-sparc.h
md -> sparc.md
config.h -> xm-sunos4.h
aux-output.c -> output-sparc.c
5.) Machine(s) used :
-------------------
Sun 4 running Sun4.0