Re: [PATCH] Don't pushdecl compound literals inside C parameter scope (PR c/88701)

2019-01-07 Thread Joseph Myers
On Mon, 7 Jan 2019, Jakub Jelinek wrote: > Hi! > > As reported recently, my commit to push block scope using pushdecl into > their corresponding scope broke compound literals appearing in parameter > scope. For those, we can keep the previous behavior, where they stayed at > the function scope

[PATCH] Don't pushdecl compound literals inside C parameter scope (PR c/88701)

2019-01-07 Thread Jakub Jelinek
Hi! As reported recently, my commit to push block scope using pushdecl into their corresponding scope broke compound literals appearing in parameter scope. For those, we can keep the previous behavior, where they stayed at the function scope if they make it all the way there at all, the fix was