Results for gcc-2.95 19990524 (prerelease) testsuite on sparc-sun-sunos4.1.3

Kaveh R. Ghazi ghazi@caip.rutgers.edu
Thu May 27 11:45:00 GMT 1999


 > From: Alexandre Oliva <oliva@dcc.unicamp.br> 
 > 
 > On May 27, 1999, craig@jcb-sc.com wrote:
 > 
 > >> FAIL: g77.f-torture/execute/980628-8.f compilation,  -Os 
 > 
 > > Well, *this* is new.  If someone could debug it, that'd be helpful.
 > 
 > g77.log says:
 > 
 > g77: /home/phd/oliva/src/egcs/gcc/testsuite/g77.f-torture/execute/980628-8.f:
 >     Stale NFS file handle
 > compiler exited with status 1
 > 
 > :-(


	Er, "stale NFS file handle" makes no sense, unless there is an
NFS bug in 4.1.3.

However on a related note, I did find that the following patch to
dejagnu cut down on spurious errors when testing over NFS.


--- target.exp~	Tue Nov 17 10:27:19 1998
+++ target.exp	Thu Nov 19 12:30:22 1998
@@ -167,6 +167,10 @@
     regsub -all "(^|\n)(cc1: warning: -g is only supported when using GAS on this processor\[^\n\]*\ncc1: warning:\[^\n\]*\n?)+" $text "\\1" text
     regsub -all "(^|\n)(cc1plus: warning: -g is only supported when using GAS on this processor\[^\n\]*\ncc1plus: warning:\[^\n\]*\n?)+" $text "\\1" text
 
+    # This happens when testing across NFS.
+    regsub -all "(^|\n)(NFS\[^\n\]* server \[^\n\]* not responding still trying\[^\n\]*\n?)+" $text "\\1" text
+    regsub -all "(^|\n)(NFS\[^\n\]* server \[^\n\]* ok\[^\n\]*\n?)+" $text "\\1" text
+
     # This happens when using g++ on a DWARF system.
     regsub -all "(^|\n)(cc1plus: warning: -g option not supported for C\\+\\+ on systems using the DWARF debugging format\n?)+" $text "\\1" text
 
--
Kaveh R. Ghazi			Engagement Manager / Project Services
ghazi@caip.rutgers.edu		Qwest Internet Solutions


More information about the Gcc-bugs mailing list