PATCH: Support nested visibility push

Daniel Jacobowitz drow@false.org
Thu Mar 3 17:53:00 GMT 2005


On Thu, Mar 03, 2005 at 09:46:24AM -0800, H. J. Lu wrote:
> When
> 
> #pragma GCC visibility push(default)
> #pragma GCC visibility pop
> 
> are used for header file wrappers, we may have more 16
> 
> #pragma GCC visibility push(default)
> 
> Currently gcc will fail. This patch tries to support nested visibility
> push of the same visibility.

Why not just use a VEC, our convenient pushable data structure?

-- 
Daniel Jacobowitz
CodeSourcery, LLC



More information about the Gcc-patches mailing list