This is the mail archive of the gcc@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]

Re: egcs-19980508 powerpc-ibm-aix4.1.4.0 results (failures with -p/-pg)


> Date: Tue, 12 May 1998 11:20:02 -0400 (EDT)
> From: "Kaveh R. Ghazi" <ghazi@caip.rutgers.edu>
> To: egcs@cygnus.com

> ERROR: complex-5.c: compiled program got signal 6: -O3 -fno-omit-frame-pointer 
> ERROR: complex-5.c: compiled program got signal 6: -O3 -fomit-frame-pointer 
> ERROR: complex-5.c: compiled program got signal 6: -O3 -funroll-all-loops 

This looks like someone did up the dejagnu support wrong.  If the
compiler gets a fatal signal, or if the running program gets a fatal
signal, and one isn't otherwise expected, the testcase should simply
fail.  ERROR: is reserved for major inconsistencies in the framework.

I tried to find out where this code is, but it wasn't forth coming.


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