[gnu.g++.bug] compiling libg++-1.36.3 with g++-1.36.3 on sun4

allen@MDTF05.FNAL.GOV (Michael Allen) (01/18/90)

Machine: Sun 4/260 running SunOS 4.0.3 and
	 Solbourne 4/601 (which is a sun clone) running SunOS 4.0.1

g++-1.36.3 retrieved from trix.ai.mit.edu on 1/15/90
libg++-1.36.3 retrieved from labrea.stanford.edu on 1/16/90

g++ makes just fine, make'ing libg++ produces the output appended to
the end of this message.  The main problems are:
1) cc1plus gets fatal signal 6 when compiling stream.cc and Fix.cc
2) several files get flagged as a warning that a volatile funtion does
return, which appears to be false.

Thanks in advance,
-Mike

PS Please respond via email as I do not have a news feed.

===============================================================================
			Michael E. Allen

Fermilab MS-316					SSC Laboratory MS-1045
P. O. Box 500					2550 Beckleymeade Ave.
Batavia, IL 60510-5000				Dallas, Texas 75237
(708)840-4734					(214)708-3031

		allen@sscvx1.ssc.gov	(Internet)
		allen@sscvx1		(Bitnet)
		SSCVX1::ALLEN		(DecNet)
====================================================================
Output of 'make -k' in libg++/src:

cd /home/boffo/allen/libg++/libg++-1.36.3/src/
make -k 
g++  -I../g++-include -g -O -fstrength-reduce  -felide-constructors -fschedule-insns -fdelayed-branch  -fsave-memoized  -Wall -v -pipe -c  AllocRing.cc
g++ version 1.36.3 (based on GCC 1.36.92)
 /sft/gnu/lib/gcc-cpp -+ -v -I../g++-include -undef -D__GNUC__ -D__GNUG__ -D__cplusplus -Dsparc -Dsun -Dunix -D__sparc__ -D__sun__ -D__unix__ -D__OPTIMIZE__ -Wall AllocRing.cc |
 /sft/gnu/lib/gcc-cc1plus -quiet -dumpbase AllocRing.cc -fstrength-reduce -felide-constructors -fschedule-insns -fdelayed-branch -fsave-memoized -g -O -Wall -version -o - |
 as - -o AllocRing.o
GNU CPP version 1.36
GNU C++ version 1.36.3 (based on GCC 1.36.92) (sparc) compiled by GNU C version 1.36.
default target switches: -mfpu -mepilogue
g++  -I../g++-include -g -O -fstrength-reduce  -felide-constructors -fschedule-insns -fdelayed-branch  -fsave-memoized  -Wall -v -pipe -c  builtin.cc
g++ version 1.36.3 (based on GCC 1.36.92)
 /sft/gnu/lib/gcc-cpp -+ -v -I../g++-include -undef -D__GNUC__ -D__GNUG__ -D__cplusplus -Dsparc -Dsun -Dunix -D__sparc__ -D__sun__ -D__unix__ -D__OPTIMIZE__ -Wall builtin.cc |
 /sft/gnu/lib/gcc-cc1plus -quiet -dumpbase builtin.cc -fstrength-reduce -felide-constructors -fschedule-insns -fdelayed-branch -fsave-memoized -g -O -Wall -version -o - |
 as - -o builtin.o
GNU CPP version 1.36
GNU C++ version 1.36.3 (based on GCC 1.36.92) (sparc) compiled by GNU C version 1.36.
default target switches: -mfpu -mepilogue
In file included from ../g++-include/osfcn.h:4, from builtin.cc:788:
../g++-include/time.h:60: warning: type declaration of timezone shadowed
builtin.cc:872: warning: structure has no data members
g++  -I../g++-include -g -O -fstrength-reduce  -felide-constructors -fschedule-insns -fdelayed-branch  -fsave-memoized  -Wall -v -pipe -c  File.cc
g++ version 1.36.3 (based on GCC 1.36.92)
 /sft/gnu/lib/gcc-cpp -+ -v -I../g++-include -undef -D__GNUC__ -D__GNUG__ -D__cplusplus -Dsparc -Dsun -Dunix -D__sparc__ -D__sun__ -D__unix__ -D__OPTIMIZE__ -Wall File.cc |
 /sft/gnu/lib/gcc-cc1plus -quiet -dumpbase File.cc -fstrength-reduce -felide-constructors -fschedule-insns -fdelayed-branch -fsave-memoized -g -O -Wall -version -o - |
 as - -o File.o
GNU CPP version 1.36
GNU C++ version 1.36.3 (based on GCC 1.36.92) (sparc) compiled by GNU C version 1.36.
default target switches: -mfpu -mepilogue
g++  -I../g++-include -g -O -fstrength-reduce  -felide-constructors -fschedule-insns -fdelayed-branch  -fsave-memoized  -Wall -v -pipe -c  stream.cc
g++ version 1.36.3 (based on GCC 1.36.92)
 /sft/gnu/lib/gcc-cpp -+ -v -I../g++-include -undef -D__GNUC__ -D__GNUG__ -D__cplusplus -Dsparc -Dsun -Dunix -D__sparc__ -D__sun__ -D__unix__ -D__OPTIMIZE__ -Wall stream.cc |
 /sft/gnu/lib/gcc-cc1plus -quiet -dumpbase stream.cc -fstrength-reduce -felide-constructors -fschedule-insns -fdelayed-branch -fsave-memoized -g -O -Wall -version -o - |
 as - -o stream.o
GNU CPP version 1.36
GNU C++ version 1.36.3 (based on GCC 1.36.92) (sparc) compiled by GNU C version 1.36.
default target switches: -mfpu -mepilogue
g++: Program cc1plus got fatal signal 6.
*** Error code 1
g++  -I../g++-include -g -O -fstrength-reduce  -felide-constructors -fschedule-insns -fdelayed-branch  -fsave-memoized  -Wall -v -pipe -c  streambuf.cc
g++ version 1.36.3 (based on GCC 1.36.92)
 /sft/gnu/lib/gcc-cpp -+ -v -I../g++-include -undef -D__GNUC__ -D__GNUG__ -D__cplusplus -Dsparc -Dsun -Dunix -D__sparc__ -D__sun__ -D__unix__ -D__OPTIMIZE__ -Wall streambuf.cc |
 /sft/gnu/lib/gcc-cc1plus -quiet -dumpbase streambuf.cc -fstrength-reduce -felide-constructors -fschedule-insns -fdelayed-branch -fsave-memoized -g -O -Wall -version -o - |
 as - -o streambuf.o
GNU CPP version 1.36
GNU C++ version 1.36.3 (based on GCC 1.36.92) (sparc) compiled by GNU C version 1.36.
default target switches: -mfpu -mepilogue
g++  -I../g++-include -g -O -fstrength-reduce  -felide-constructors -fschedule-insns -fdelayed-branch  -fsave-memoized  -Wall -v -pipe -c  PlotFile.cc
g++ version 1.36.3 (based on GCC 1.36.92)
 /sft/gnu/lib/gcc-cpp -+ -v -I../g++-include -undef -D__GNUC__ -D__GNUG__ -D__cplusplus -Dsparc -Dsun -Dunix -D__sparc__ -D__sun__ -D__unix__ -D__OPTIMIZE__ -Wall PlotFile.cc |
 /sft/gnu/lib/gcc-cc1plus -quiet -dumpbase PlotFile.cc -fstrength-reduce -felide-constructors -fschedule-insns -fdelayed-branch -fsave-memoized -g -O -Wall -version -o - |
 as - -o PlotFile.o
GNU C++ version 1.36.3 (based on GCC 1.36.92) (sparc) compiled by GNU C version 1.36.
default target switches: -mfpu -mepilogue
GNU CPP version 1.36
g++  -I../g++-include -g -O -fstrength-reduce  -felide-constructors -fschedule-insns -fdelayed-branch  -fsave-memoized  -Wall -v -pipe -c  SFile.cc
g++ version 1.36.3 (based on GCC 1.36.92)
 /sft/gnu/lib/gcc-cpp -+ -v -I../g++-include -undef -D__GNUC__ -D__GNUG__ -D__cplusplus -Dsparc -Dsun -Dunix -D__sparc__ -D__sun__ -D__unix__ -D__OPTIMIZE__ -Wall SFile.cc |
 /sft/gnu/lib/gcc-cc1plus -quiet -dumpbase SFile.cc -fstrength-reduce -felide-constructors -fschedule-insns -fdelayed-branch -fsave-memoized -g -O -Wall -version -o - |
 as - -o SFile.o
GNU CPP version 1.36
GNU C++ version 1.36.3 (based on GCC 1.36.92) (sparc) compiled by GNU C version 1.36.
default target switches: -mfpu -mepilogue
g++  -I../g++-include -g -O -fstrength-reduce  -felide-constructors -fschedule-insns -fdelayed-branch  -fsave-memoized  -Wall -v -pipe -c  Obstack.cc
g++ version 1.36.3 (based on GCC 1.36.92)
 /sft/gnu/lib/gcc-cpp -+ -v -I../g++-include -undef -D__GNUC__ -D__GNUG__ -D__cplusplus -Dsparc -Dsun -Dunix -D__sparc__ -D__sun__ -D__unix__ -D__OPTIMIZE__ -Wall Obstack.cc |
 /sft/gnu/lib/gcc-cc1plus -quiet -dumpbase Obstack.cc -fstrength-reduce -felide-constructors -fschedule-insns -fdelayed-branch -fsave-memoized -g -O -Wall -version -o - |
 as - -o Obstack.o
GNU CPP version 1.36
GNU C++ version 1.36.3 (based on GCC 1.36.92) (sparc) compiled by GNU C version 1.36.
default target switches: -mfpu -mepilogue
g++  -I../g++-include -g -O -fstrength-reduce  -felide-constructors -fschedule-insns -fdelayed-branch  -fsave-memoized  -Wall -v -pipe -c  regex.cc
g++ version 1.36.3 (based on GCC 1.36.92)
 /sft/gnu/lib/gcc-cpp -+ -v -I../g++-include -undef -D__GNUC__ -D__GNUG__ -D__cplusplus -Dsparc -Dsun -Dunix -D__sparc__ -D__sun__ -D__unix__ -D__OPTIMIZE__ -Wall regex.cc |
 /sft/gnu/lib/gcc-cc1plus -quiet -dumpbase regex.cc -fstrength-reduce -felide-constructors -fschedule-insns -fdelayed-branch -fsave-memoized -g -O -Wall -version -o - |
 as - -o regex.o
GNU CPP version 1.36
GNU C++ version 1.36.3 (based on GCC 1.36.92) (sparc) compiled by GNU C version 1.36.
default target switches: -mfpu -mepilogue
regex.cc: In function void re_compile_fastmap (struct re_pattern_buffer *):
regex.cc:947: warning: enumerated value `notsyntaxspec' not handled in switch
regex.cc:947: warning: enumerated value `syntaxspec' not handled in switch
regex.cc:947: warning: enumerated value `unused' not handled in switch
regex.cc: In function int re_match_2 (struct re_pattern_buffer *, unsigned char *, int, unsigned char *, int, int, struct re_registers *, int):
regex.cc:1586: warning: enumerated value `notsyntaxspec' not handled in switch
regex.cc:1586: warning: enumerated value `syntaxspec' not handled in switch
regex.cc:1586: warning: enumerated value `after_dot' not handled in switch
regex.cc:1586: warning: enumerated value `at_dot' not handled in switch
regex.cc:1586: warning: enumerated value `before_dot' not handled in switch
regex.cc:1586: warning: enumerated value `unused' not handled in switch
g++  -I../g++-include -g -O -fstrength-reduce  -felide-constructors -fschedule-insns -fdelayed-branch  -fsave-memoized  -Wall -v -pipe -c  String.cc
g++ version 1.36.3 (based on GCC 1.36.92)
 /sft/gnu/lib/gcc-cpp -+ -v -I../g++-include -undef -D__GNUC__ -D__GNUG__ -D__cplusplus -Dsparc -Dsun -Dunix -D__sparc__ -D__sun__ -D__unix__ -D__OPTIMIZE__ -Wall String.cc |
 /sft/gnu/lib/gcc-cc1plus -quiet -dumpbase String.cc -fstrength-reduce -felide-constructors -fschedule-insns -fdelayed-branch -fsave-memoized -g -O -Wall -version -o - |
 as - -o String.o
GNU CPP version 1.36
GNU C++ version 1.36.3 (based on GCC 1.36.92) (sparc) compiled by GNU C version 1.36.
default target switches: -mfpu -mepilogue
String.cc: In method void String::error (char *)const :
String.cc:40: warning: `volatile' function does return
g++  -I../g++-include -g -O -fstrength-reduce  -felide-constructors -fschedule-insns -fdelayed-branch  -fsave-memoized  -Wall -v -pipe -c  Integer.cc
g++ version 1.36.3 (based on GCC 1.36.92)
 /sft/gnu/lib/gcc-cpp -+ -v -I../g++-include -undef -D__GNUC__ -D__GNUG__ -D__cplusplus -Dsparc -Dsun -Dunix -D__sparc__ -D__sun__ -D__unix__ -D__OPTIMIZE__ -Wall Integer.cc |
 /sft/gnu/lib/gcc-cc1plus -quiet -dumpbase Integer.cc -fstrength-reduce -felide-constructors -fschedule-insns -fdelayed-branch -fsave-memoized -g -O -Wall -version -o - |
 as - -o Integer.o
GNU CPP version 1.36
GNU C++ version 1.36.3 (based on GCC 1.36.92) (sparc) compiled by GNU C version 1.36.
default target switches: -mfpu -mepilogue
Integer.cc: In method void Integer::error (char *)const :
Integer.cc:2239: warning: `volatile' function does return
g++  -I../g++-include -g -O -fstrength-reduce  -felide-constructors -fschedule-insns -fdelayed-branch  -fsave-memoized  -Wall -v -pipe -c  Rational.cc
g++ version 1.36.3 (based on GCC 1.36.92)
 /sft/gnu/lib/gcc-cpp -+ -v -I../g++-include -undef -D__GNUC__ -D__GNUG__ -D__cplusplus -Dsparc -Dsun -Dunix -D__sparc__ -D__sun__ -D__unix__ -D__OPTIMIZE__ -Wall Rational.cc |
 /sft/gnu/lib/gcc-cc1plus -quiet -dumpbase Rational.cc -fstrength-reduce -felide-constructors -fschedule-insns -fdelayed-branch -fsave-memoized -g -O -Wall -version -o - |
 as - -o Rational.o
GNU CPP version 1.36
GNU C++ version 1.36.3 (based on GCC 1.36.92) (sparc) compiled by GNU C version 1.36.
default target switches: -mfpu -mepilogue
Rational.cc: In method void Rational::error (char *)const :
Rational.cc:33: warning: `volatile' function does return
g++  -I../g++-include -g -O -fstrength-reduce  -felide-constructors -fschedule-insns -fdelayed-branch  -fsave-memoized  -Wall -v -pipe -c  Complex.cc
g++ version 1.36.3 (based on GCC 1.36.92)
 /sft/gnu/lib/gcc-cpp -+ -v -I../g++-include -undef -D__GNUC__ -D__GNUG__ -D__cplusplus -Dsparc -Dsun -Dunix -D__sparc__ -D__sun__ -D__unix__ -D__OPTIMIZE__ -Wall Complex.cc |
 /sft/gnu/lib/gcc-cc1plus -quiet -dumpbase Complex.cc -fstrength-reduce -felide-constructors -fschedule-insns -fdelayed-branch -fsave-memoized -g -O -Wall -version -o - |
 as - -o Complex.o
GNU CPP version 1.36
GNU C++ version 1.36.3 (based on GCC 1.36.92) (sparc) compiled by GNU C version 1.36.
default target switches: -mfpu -mepilogue
g++  -I../g++-include -g -O -fstrength-reduce  -felide-constructors -fschedule-insns -fdelayed-branch  -fsave-memoized  -Wall -v -pipe -c  BitSet.cc
g++ version 1.36.3 (based on GCC 1.36.92)
 /sft/gnu/lib/gcc-cpp -+ -v -I../g++-include -undef -D__GNUC__ -D__GNUG__ -D__cplusplus -Dsparc -Dsun -Dunix -D__sparc__ -D__sun__ -D__unix__ -D__OPTIMIZE__ -Wall BitSet.cc |
 /sft/gnu/lib/gcc-cc1plus -quiet -dumpbase BitSet.cc -fstrength-reduce -felide-constructors -fschedule-insns -fdelayed-branch -fsave-memoized -g -O -Wall -version -o - |
 as - -o BitSet.o
GNU CPP version 1.36
GNU C++ version 1.36.3 (based on GCC 1.36.92) (sparc) compiled by GNU C version 1.36.
default target switches: -mfpu -mepilogue
BitSet.cc: In method void BitSet::error (char *)const :
BitSet.cc:37: warning: `volatile' function does return
g++  -I../g++-include -g -O -fstrength-reduce  -felide-constructors -fschedule-insns -fdelayed-branch  -fsave-memoized  -Wall -v -pipe -c  BitString.cc
g++ version 1.36.3 (based on GCC 1.36.92)
 /sft/gnu/lib/gcc-cpp -+ -v -I../g++-include -undef -D__GNUC__ -D__GNUG__ -D__cplusplus -Dsparc -Dsun -Dunix -D__sparc__ -D__sun__ -D__unix__ -D__OPTIMIZE__ -Wall BitString.cc |
 /sft/gnu/lib/gcc-cc1plus -quiet -dumpbase BitString.cc -fstrength-reduce -felide-constructors -fschedule-insns -fdelayed-branch -fsave-memoized -g -O -Wall -version -o - |
 as - -o BitString.o
GNU CPP version 1.36
GNU C++ version 1.36.3 (based on GCC 1.36.92) (sparc) compiled by GNU C version 1.36.
default target switches: -mfpu -mepilogue
BitString.cc: In method void BitString::error (char *)const :
BitString.cc:37: warning: `volatile' function does return
g++  -I../g++-include -g -O -fstrength-reduce  -felide-constructors -fschedule-insns -fdelayed-branch  -fsave-memoized  -Wall -v -pipe -c  Random.cc
g++ version 1.36.3 (based on GCC 1.36.92)
 /sft/gnu/lib/gcc-cpp -+ -v -I../g++-include -undef -D__GNUC__ -D__GNUG__ -D__cplusplus -Dsparc -Dsun -Dunix -D__sparc__ -D__sun__ -D__unix__ -D__OPTIMIZE__ -Wall Random.cc |
 /sft/gnu/lib/gcc-cc1plus -quiet -dumpbase Random.cc -fstrength-reduce -felide-constructors -fschedule-insns -fdelayed-branch -fsave-memoized -g -O -Wall -version -o - |
 as - -o Random.o
GNU CPP version 1.36
GNU C++ version 1.36.3 (based on GCC 1.36.92) (sparc) compiled by GNU C version 1.36.
default target switches: -mfpu -mepilogue
g++  -I../g++-include -g -O -fstrength-reduce  -felide-constructors -fschedule-insns -fdelayed-branch  -fsave-memoized  -Wall -v -pipe -c  RNG.cc
g++ version 1.36.3 (based on GCC 1.36.92)
 /sft/gnu/lib/gcc-cpp -+ -v -I../g++-include -undef -D__GNUC__ -D__GNUG__ -D__cplusplus -Dsparc -Dsun -Dunix -D__sparc__ -D__sun__ -D__unix__ -D__OPTIMIZE__ -Wall RNG.cc |
 /sft/gnu/lib/gcc-cc1plus -quiet -dumpbase RNG.cc -fstrength-reduce -felide-constructors -fschedule-insns -fdelayed-branch -fsave-memoized -g -O -Wall -version -o - |
 as - -o RNG.o
GNU CPP version 1.36
GNU C++ version 1.36.3 (based on GCC 1.36.92) (sparc) compiled by GNU C version 1.36.
default target switches: -mfpu -mepilogue
RNG.cc: In method RNG::RNG ():
RNG.cc:21: warning: statement with no effect
g++  -I../g++-include -g -O -fstrength-reduce  -felide-constructors -fschedule-insns -fdelayed-branch  -fsave-memoized  -Wall -v -pipe -c  ACG.cc
g++ version 1.36.3 (based on GCC 1.36.92)
 /sft/gnu/lib/gcc-cpp -+ -v -I../g++-include -undef -D__GNUC__ -D__GNUG__ -D__cplusplus -Dsparc -Dsun -Dunix -D__sparc__ -D__sun__ -D__unix__ -D__OPTIMIZE__ -Wall ACG.cc |
 /sft/gnu/lib/gcc-cc1plus -quiet -dumpbase ACG.cc -fstrength-reduce -felide-constructors -fschedule-insns -fdelayed-branch -fsave-memoized -g -O -Wall -version -o - |
 as - -o ACG.o
GNU CPP version 1.36
GNU C++ version 1.36.3 (based on GCC 1.36.92) (sparc) compiled by GNU C version 1.36.
default target switches: -mfpu -mepilogue
ACG.cc: In method void ACG::reset ():
ACG.cc:230: warning: statement with no effect
g++  -I../g++-include -g -O -fstrength-reduce  -felide-constructors -fschedule-insns -fdelayed-branch  -fsave-memoized  -Wall -v -pipe -c  MLCG.cc
g++ version 1.36.3 (based on GCC 1.36.92)
 /sft/gnu/lib/gcc-cpp -+ -v -I../g++-include -undef -D__GNUC__ -D__GNUG__ -D__cplusplus -Dsparc -Dsun -Dunix -D__sparc__ -D__sun__ -D__unix__ -D__OPTIMIZE__ -Wall MLCG.cc |
 /sft/gnu/lib/gcc-cc1plus -quiet -dumpbase MLCG.cc -fstrength-reduce -felide-constructors -fschedule-insns -fdelayed-branch -fsave-memoized -g -O -Wall -version -o - |
 as - -o MLCG.o
GNU CPP version 1.36
GNU C++ version 1.36.3 (based on GCC 1.36.92) (sparc) compiled by GNU C version 1.36.
default target switches: -mfpu -mepilogue
g++  -I../g++-include -g -O -fstrength-reduce  -felide-constructors -fschedule-insns -fdelayed-branch  -fsave-memoized  -Wall -v -pipe -c  Sample.cc
g++ version 1.36.3 (based on GCC 1.36.92)
 /sft/gnu/lib/gcc-cpp -+ -v -I../g++-include -undef -D__GNUC__ -D__GNUG__ -D__cplusplus -Dsparc -Dsun -Dunix -D__sparc__ -D__sun__ -D__unix__ -D__OPTIMIZE__ -Wall Sample.cc |
 /sft/gnu/lib/gcc-cc1plus -quiet -dumpbase Sample.cc -fstrength-reduce -felide-constructors -fschedule-insns -fdelayed-branch -fsave-memoized -g -O -Wall -version -o - |
 as - -o Sample.o
GNU C++ version 1.36.3 (based on GCC 1.36.92) (sparc) compiled by GNU C version 1.36.
default target switches: -mfpu -mepilogue
GNU CPP version 1.36
g++  -I../g++-include -g -O -fstrength-reduce  -felide-constructors -fschedule-insns -fdelayed-branch  -fsave-memoized  -Wall -v -pipe -c  Fix.cc
g++ version 1.36.3 (based on GCC 1.36.92)
 /sft/gnu/lib/gcc-cpp -+ -v -I../g++-include -undef -D__GNUC__ -D__GNUG__ -D__cplusplus -Dsparc -Dsun -Dunix -D__sparc__ -D__sun__ -D__unix__ -D__OPTIMIZE__ -Wall Fix.cc |
 /sft/gnu/lib/gcc-cc1plus -quiet -dumpbase Fix.cc -fstrength-reduce -felide-constructors -fschedule-insns -fdelayed-branch -fsave-memoized -g -O -Wall -version -o - |
 as - -o Fix.o
GNU CPP version 1.36
GNU C++ version 1.36.3 (based on GCC 1.36.92) (sparc) compiled by GNU C version 1.36.
default target switches: -mfpu -mepilogue
g++: Program cc1plus got fatal signal 6.
*** Error code 1
g++  -I../g++-include -g -O -fstrength-reduce  -felide-constructors -fschedule-insns -fdelayed-branch  -fsave-memoized  -Wall -v -pipe -c  Fix16.cc
g++ version 1.36.3 (based on GCC 1.36.92)
 /sft/gnu/lib/gcc-cpp -+ -v -I../g++-include -undef -D__GNUC__ -D__GNUG__ -D__cplusplus -Dsparc -Dsun -Dunix -D__sparc__ -D__sun__ -D__unix__ -D__OPTIMIZE__ -Wall Fix16.cc |
 /sft/gnu/lib/gcc-cc1plus -quiet -dumpbase Fix16.cc -fstrength-reduce -felide-constructors -fschedule-insns -fdelayed-branch -fsave-memoized -g -O -Wall -version -o - |
 as - -o Fix16.o
GNU CPP version 1.36
GNU C++ version 1.36.3 (based on GCC 1.36.92) (sparc) compiled by GNU C version 1.36.
default target switches: -mfpu -mepilogue
g++  -I../g++-include -g -O -fstrength-reduce  -felide-constructors -fschedule-insns -fdelayed-branch  -fsave-memoized  -Wall -v -pipe -c  Fix24.cc
g++ version 1.36.3 (based on GCC 1.36.92)
 /sft/gnu/lib/gcc-cpp -+ -v -I../g++-include -undef -D__GNUC__ -D__GNUG__ -D__cplusplus -Dsparc -Dsun -Dunix -D__sparc__ -D__sun__ -D__unix__ -D__OPTIMIZE__ -Wall Fix24.cc |
 /sft/gnu/lib/gcc-cc1plus -quiet -dumpbase Fix24.cc -fstrength-reduce -felide-constructors -fschedule-insns -fdelayed-branch -fsave-memoized -g -O -Wall -version -o - |
 as - -o Fix24.o
GNU C++ version 1.36.3 (based on GCC 1.36.92) (sparc) compiled by GNU C version 1.36.
default target switches: -mfpu -mepilogue
GNU CPP version 1.36
g++  -I../g++-include -g -O -fstrength-reduce  -felide-constructors -fschedule-insns -fdelayed-branch  -fsave-memoized  -Wall -v -pipe -c  Curses.cc
g++ version 1.36.3 (based on GCC 1.36.92)
 /sft/gnu/lib/gcc-cpp -+ -v -I../g++-include -undef -D__GNUC__ -D__GNUG__ -D__cplusplus -Dsparc -Dsun -Dunix -D__sparc__ -D__sun__ -D__unix__ -D__OPTIMIZE__ -Wall Curses.cc |
 /sft/gnu/lib/gcc-cc1plus -quiet -dumpbase Curses.cc -fstrength-reduce -felide-constructors -fschedule-insns -fdelayed-branch -fsave-memoized -g -O -Wall -version -o - |
 as - -o Curses.o
GNU CPP version 1.36
GNU C++ version 1.36.3 (based on GCC 1.36.92) (sparc) compiled by GNU C version 1.36.
default target switches: -mfpu -mepilogue
g++  -I../g++-include -g -O -fstrength-reduce  -felide-constructors -fschedule-insns -fdelayed-branch  -fsave-memoized  -Wall -v -pipe -c  GetOpt.cc
g++ version 1.36.3 (based on GCC 1.36.92)
 /sft/gnu/lib/gcc-cpp -+ -v -I../g++-include -undef -D__GNUC__ -D__GNUG__ -D__cplusplus -Dsparc -Dsun -Dunix -D__sparc__ -D__sun__ -D__unix__ -D__OPTIMIZE__ -Wall GetOpt.cc |
 /sft/gnu/lib/gcc-cc1plus -quiet -dumpbase GetOpt.cc -fstrength-reduce -felide-constructors -fschedule-insns -fdelayed-branch -fsave-memoized -g -O -Wall -version -o - |
 as - -o GetOpt.o
GNU CPP version 1.36
GNU C++ version 1.36.3 (based on GCC 1.36.92) (sparc) compiled by GNU C version 1.36.
default target switches: -mfpu -mepilogue
g++  -I../g++-include -g -O -fstrength-reduce  -felide-constructors -fschedule-insns -fdelayed-branch  -fsave-memoized  -Wall -v -pipe -c  EH.cc
g++ version 1.36.3 (based on GCC 1.36.92)
 /sft/gnu/lib/gcc-cpp -+ -v -I../g++-include -undef -D__GNUC__ -D__GNUG__ -D__cplusplus -Dsparc -Dsun -Dunix -D__sparc__ -D__sun__ -D__unix__ -D__OPTIMIZE__ -Wall EH.cc |
 /sft/gnu/lib/gcc-cc1plus -quiet -dumpbase EH.cc -fstrength-reduce -felide-constructors -fschedule-insns -fdelayed-branch -fsave-memoized -g -O -Wall -version -o - |
 as - -o EH.o
GNU CPP version 1.36
GNU C++ version 1.36.3 (based on GCC 1.36.92) (sparc) compiled by GNU C version 1.36.
default target switches: -mfpu -mepilogue
gcc  -I/usr/gnu/lib/gcc-include -I/usr/include -I../g++-include -g -O -fstrength-reduce -fdelayed-branch  -Wall -v -pipe  -sun4 -c  malloc.c
gcc version 1.36
 /sft/gnu/lib/gcc-cpp -v -I/usr/gnu/lib/gcc-include -I/usr/include -I../g++-include -undef -D__GNUC__ -Dsparc -Dsun -Dunix -D__sparc__ -D__sun__ -D__unix__ -D__OPTIMIZE__ -Wall malloc.c |
 /sft/gnu/lib/gcc-cc1 -quiet -dumpbase malloc.c -fstrength-reduce -fdelayed-branch -g -O -Wall -version -o - |
 as - -o malloc.o
GNU CPP version 1.36
GNU C version 1.36 (sparc) compiled by GNU C version 1.36.
default target switches: -mfpu -mepilogue
gcc  -I/usr/gnu/lib/gcc-include -I/usr/include -I../g++-include -g -O -fstrength-reduce -fdelayed-branch  -Wall -v -pipe  -sun4 -c  gnulib3.c
gcc version 1.36
 /sft/gnu/lib/gcc-cpp -v -I/usr/gnu/lib/gcc-include -I/usr/include -I../g++-include -undef -D__GNUC__ -Dsparc -Dsun -Dunix -D__sparc__ -D__sun__ -D__unix__ -D__OPTIMIZE__ -Wall gnulib3.c |
 /sft/gnu/lib/gcc-cc1 -quiet -dumpbase gnulib3.c -fstrength-reduce -fdelayed-branch -g -O -Wall -version -o - |
 as - -o gnulib3.o
GNU CPP version 1.36
GNU C version 1.36 (sparc) compiled by GNU C version 1.36.
default target switches: -mfpu -mepilogue
gnulib3.c: In function __main:
gnulib3.c:69: warning: control reaches end of non-void function
make: Warning: Target `all' not remade because of errors

Compilation finished at Wed Jan 17 13:39:15

tiemann@AI.MIT.EDU (Micheal Tiemann) (01/18/90)

    Machine: Sun 4/260 running SunOS 4.0.3 and
	     Solbourne 4/601 (which is a sun clone) running SunOS 4.0.1
All well and good...

    g++-1.36.3 retrieved from trix.ai.mit.edu on 1/15/90
    libg++-1.36.3 retrieved from labrea.stanford.edu on 1/16/90

But which version of GNU CC?  Is it really 1.36.92?  Was the patch at
the top of the HINTS file applied?

Michael