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-decl.c overhaul (1/3) Refactor duplicate_decls


Andreas Jaeger <aj@suse.de> writes:

> "Zack Weinberg" <zack@codesourcery.com> writes:
>
>> This is patch 1 of 3 in a series which eventually will result in
>> fixing all the bugs related to bad scoping of identifier bindings in
>> the C front end (at least 12267, 12336, 12373, 12391, 12560, 12934,
>> 13129).
>
> Unfortunatly it seems that these patches introduced new regressions,
> compilation of glibc is now broken (hidden support with builtin
> functions is broken).

I hope to be able to look at this tomorrow, but it would be helpful if
you could try to trace the problem into c-decl.c.  (I suspect it is a
case of something not being copied over properly in merge_decls.)

zw


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