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: Fix x86-64 glibc build failure


> On Thu, Nov 07, 2002 at 11:31:40PM +0100, Jan Hubicka wrote:
> > 	* jump.c (mark_jump_label): Handle subregs of label_refs.
> 
> Ok if you add a test case.
I am adding the attached testcase destiled from vsprintf into
gcc.c-torture/combine

Honza

int
main()
{
l1:
  return &&l1-&&l2;
l2:
}


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