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]

Re: internal compiler error for egcs 1.1


On Dec  6, 1998, Jeffrey A Law <law@hurl.cygnus.com> wrote:

>   In message <orlnklx4l9.fsf@araguaia.dcc.unicamp.br>you write:

>> > /* { dg-do compile { target sparc-*-* } } */
>> > /* { dg-options -mcpu=ultrasparc } */

>> Thanks, but how about the expected compiler crash?

> After adding the xfail :-)

But the docs say we can add either target or xfail, but not both :-(

I did the following:

/* { dg-do compile { xfail sparc-*-* } } */
/* { dg-options -mcpu=ultrasparc { target sparc-*-*-* } } */

Let's see if it works.

> [ dejagnu/lib/dg.exp in case you're wondering where that comment comes from. ]

Thanks for the pointer.  I'd never think of looking for dg.exp in
dejagnu/lib after finding it in gcc.dg

-- 
Alexandre Oliva  http://www.dcc.unicamp.br/~oliva  aoliva@{acm.org}
oliva@{dcc.unicamp.br,gnu.org,egcs.cygnus.com,samba.org}
Universidade Estadual de Campinas, SP, Brasil



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