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: fix gcc.dg/20001013-1.c on solaris


On Mon, Mar 25, 2002 at 03:28:53PM -0800, Richard Henderson wrote:
> On Tue, Mar 26, 2002 at 12:26:23AM +0100, Rainer Orth wrote:
> > one could use sysinfo (SI_ISALIST, ...)..
> 
> Heh.  I was hoping for something more along the lines of
> the alpha amask instruction.  ;-)

I'm afraid either there are OS specific ways to do this, or
setting up a signal handler to catch a v9 instruction.
If we don't care about sun4 boxes (which I don't believe anyone would run
gcc testsuite on, because it would take years), getpagesize() != 4096
could work too (assuming Solaris has it).

	Jakub


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