mayer.WBST128@XEROX.COM (07/06/89)
Version: 1.35.0 Repeating the bug: Try to compile "collect.c" Command arguments: Add "collect" to the list of programs to be compiled in the Makefile. Machine type: Sun4, SunOS4.0.1 others Configuration information: make maketest config.g++ sun4-os4 Problem behavior: There is a syntax error in "collect.c". Diffs (with fixed version): *** /releases/src/g++/g++-1.35.0/collect.c-dist Wed May 17 02:45:20 1989 --- collect.c Thu Jul 6 04:57:57 1989 *************** *** 461,466 **** --- 461,467 ---- strcpy (new->name, p+1); dtor_chain = new; } + } } } return OK;