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: C++ PATCH to emit_tinfo_decl


>>>>> "Franz" == Franz Sirl <Franz.Sirl-kernel@lauterbach.com> writes:

> Jason, the abi/rtti1.C testcase you committed with that patch fails on
> powerpc-linux-gnu if compiled with -fPIC, is that expected?

This seems to be due to an over-permissive regexp; 

  typeinfo for A[: \t\n]

matches

  .long typeinfo for A

I'll add the initial \n used by other tests.

Jason


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