This is the mail archive of the gcc@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: Testsuite failures


On Fri, 2003-06-06 at 21:47, Andreas Tobler wrote:
> Mark Mitchell wrote:
> 
> > Huh.  Do you have the ".log" output for any of those tests?
> 
> Here a snippet from my darwin tests. For all the failures see the test 
> results from Geoff/regress
> 
> ERROR: gcc.dg/special/alias-1.c: can't read "dg_do_what": no such 
> variable for "
>   dg-require-alias 2 "" "
> 
> UNRESOLVED: gcc.dg/special/alias-1.c: can't read "dg_do_what": no such 
> variable
> for " dg-require-alias 2 "" "
> ERROR: gcc.dg/special/alias-2.c: can't read "dg_do_what": no such 
> variable for "
>   dg-require-alias 3 "" "
> 
> UNRESOLVED: gcc.dg/special/alias-2.c: can't read "dg_do_what": no such 
> variable
> for " dg-require-alias 3 "" "

I checked in the attached obvious patch to fix that problem, which
should only manifest on platforms without aliases or weak symbols.

Tested on i686-pc-linux-gnu both with aliases disabled and normally,
applied on the mainline.

Thanks,

-- 
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com

Attachment: diffs
Description: Text document


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