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: [committed] Fix check_cxa_atexit_available for target "hppa.*hpux10"


On Wed, Dec 13, 2006 at 07:14:19PM -0500, John David Anglin wrote:
> > > +    } elseif { [regexp "hppa.*hpux10" $target_triplet] } {
> >
> > Please change this to use [istarget "hppa*-*-hpux10*l"].
> 
> There's at least one other use of the regexp form in the file.  Would
> you like all uses changed to the istarget syntax?

My initial inclination is to say "yes, of course!", but there are always
surprises in the testsuite infrastructure so that's probably not a good
idea after all.

I see now that your change was in with the other uses of regexp.  Please
change that new one since if it breaks again you'll notice right away.

Janis


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