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] PR25703


On Thu, Jan 26, 2006 at 08:00:32AM +0100, Eric Botcazou wrote:
> > 2006-01-25  Jan Hubicka  <jh@suse.cz>
> > 	    Roger Sayle  <roger@eyesopen.com>
> >
> > 	PR rtl-optimization/25703
> > 	* gcc.target/i386/20060125-1.c: New test case.
> > 	* gcc.target/i386/20060125-2.c: New test case.
> 
> Is the code in both testcases exactly the same?  If so, my understanding is 
> that only one testcase is sufficient:
> 
> * PR rtl-optimization/25703 */
> /* { dg-do run { target i?86-*-* x86_64-*-* } } */
> /* { dg-require-effective-target ilp32 } */
> /* { dg-options "-O2 -mtune=i486" } */
> /* { dg-options "-O2 -mtune=pentiumpro" } */

I haven't tried it, but I'm pretty sure that this will just run the
test once with "-O2 -mtune=i486 -O2 -mtune=pentiumpro".

Janis


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