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]

ObjC encoding next-runtime fix


My big @encode patch did cause some regressions on -fnext-runtime.  Thank Iains for reporting it :-)

In attach a patch that fixes them.  Ok to apply ?

Thanks

2010-09-28  Nicola Pero  <nicola.pero@meta-innovation.com>

       * objc-act.c (encode_type): Do not add 'r' with the next runtime.
       (encode_aggregate_within): Reorganized code to be more readable.
       (encode_aggregate_fields): Updated second argument to be 'bool'
       instead of 'int'.

Attachment: patch
Description: Binary data


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