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: PR 33706: Fix fallout from __builtin_va_arg_pack()


Alexandre Oliva <aoliva@redhat.com> writes:

> The problem in PR 33706 was that we were missing annotations such as
> the basic block pointer for a call statement.  This call had been
> inlined from another function, and the original used
> __builtin_va_arg_pack().  It was the replacement code that was
> dropping the basic block annotation.  Fixed thusly.
>
> Testcase reduced from the bug report, originally from glibc.
>
> Bootstrapping and regtesting on x86_64-linux-gnu.  Ok?

I checked that this this fixes indeed glibc compilation for me.  

Thanks,
Andreas
-- 
 Andreas Jaeger, Director Platform/openSUSE, aj@suse.de
  SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
   Maxfeldstr. 5, 90409 Nürnberg, Germany
    GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126

Attachment: pgp00000.pgp
Description: PGP signature


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