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: [PATCH] Fix ICE with mangling aliases (PR c++/67354, take 2)


On 11/19/2015 07:40 AM, Jakub Jelinek wrote:
@@ -4502,6 +4509,7 @@ c_parse_final_cleanups (void)

    locus_at_end_of_parsing = input_location;
    at_eof = 1;
+  defer_mangling_aliases = false;

Let's clear this in generate_mangling_aliases rather than here. OK with that change.

Jason


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