This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] almost-trivial fix for MIPS -mlong64 + -membedded-pic
- To: "Chris G. Demetriou" <cgd at sibyte dot com>
- Subject: Re: [PATCH] almost-trivial fix for MIPS -mlong64 + -membedded-pic
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Date: Fri, 23 Mar 2001 17:57:34 +0000 (GMT)
- cc: <gcc-patches at gcc dot gnu dot org>
On 23 Mar 2001, Chris G. Demetriou wrote:
> I don't see any way to have a test inspect assembly output (and that
> doesn't surprise me; that'd be both difficult and fragile).
>
>
> Any ideas?
There are scan-assembler and scan-assembler-not, but simplest might be to
put it in gcc.c-torture/execute, and the problem would show up if anyone
does run c-torture with appropriate target configuration, options and
libraries. (I'd hope people do run the testsuite for their embedded
target and option combinations - more posted testresults for such
configurations would be good - and track down failures relative to similar
hosted configurations, if the CPU is used for both.)
--
Joseph S. Myers
jsm28@cam.ac.uk