This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: small varasm.c improvements


 > David Edelsohn <dje@watson.ibm.com> writes:
 > 
 > >     The const-elim-? tests fail on AIX as well:
 > >
 > > PASS: gcc.dg/const-elim-1.c (test for excess errors)
 > > FAIL: gcc.dg/const-elim-1.c scan-assembler-not LC
 > > PASS: gcc.dg/const-elim-2.c (test for excess errors)
 > > ERROR: gcc.dg/const-elim-2.c: error executing dg-final: bad switch
 > >"-inline": must be -indices, -nocase, or --
 > > UNRESOLVED: gcc.dg/const-elim-2.c: error executing dg-final: bad
 > >switch "-inline": must be -indices, -nocase, or --
 > 
 > You have the wrong version of at least one of tcl, expect or dejagnu
 > installed.  No, I don't know what the right versions are.
 > zw

Zack,

I think the const-elim-1.c failure (which uses a simple
scan-assembler-not) is a real failure that needs to be examined.
I'm also getting it on mips-sgi-irix6.5:
http://gcc.gnu.org/ml/gcc-testresults/2003-05/msg00612.html

I think "wrong version" explains the const-elim-2.c problem because it
uses scan-assembler-times which appears to be new.  However, up until
now the version of dejagnu we have in our infrastructure directory
(which includes expect and tcl in it's tarball) worked fine.

This tarball, though very old, is widely used (by me at least :-) and
since you introduced using this new scan feature, IMHO it behooves
upon you to figure out what version(s) are ok and update the
infrastructure directory.  ftp://gcc.gnu.org/pub/gcc/infrastructure/

If publicly released copies of dejagnu et al are sufficient, I'd
appreciate it if you would replace the tarball with a README rather
than simply deleting the tarball.

		Thanks,
		--Kaveh
--
Kaveh R. Ghazi			ghazi@caip.rutgers.edu


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