This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: xfail gcc.dg test
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Geoff Keating <geoffk at geoffk dot org>, Alan Modra <amodra at bigpond dot net dot au>
- Cc: Richard Henderson <rth at redhat dot com>, gcc at gcc dot gnu dot org
- Date: Fri, 04 Oct 2002 11:10:47 -0400
- Subject: Re: xfail gcc.dg test
>>>>> Geoff Keating writes:
Geoff> I believe the problem is that if you have a function named "text",
Geoff> then the symbols for that function are "text" and ".text", which
Geoff> causes trouble. Is it too late to change the second symbol to, say,
Geoff> "_.text"?
Or maybe just "text" and "_text".