From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Jacobowitz To: Jim Blandy Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: Test ability to access i386 SSE registers Date: Wed, 12 May 2004 06:09:00 -0000 Message-id: <20040512060858.GA17711@nevyn.them.org> References: X-SW-Source: 2004-05/msg00362.html On Wed, May 12, 2004 at 12:25:40AM -0500, Jim Blandy wrote: > > It's late; there is surely some Kool-Aid around here I have forgotten > to drink. There better be! > + if ![runto_main] then { > + gdb_suppress_tests > + } > + > + gdb_test "break [gdb_get_line_number "first breakpoint here"]" \ > + "Breakpoint .* at .*i386-sse.c.*" \ > + "set breakpoint in main" > + gdb_continue_to_breakpoint "continue to first breakpoint in main" So, all that trouble to make the SSE testcase not use movaps if it isn't available... and you never check in the test script? If you're going to be thorough in the test case, be more thorough. See gcc.dg/i386-cpuid.h in GCC. -- Daniel Jacobowitz