This is the mail archive of the gcc@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: RFC: Constructor and destructor priority attributes


> 
> 
> CodeSourcer's VxWorks toolchains support the following extension to
> __attribute__((constructor)):
> 
>   void f __attribute__((constructor (N)));
> 
> I plan to merge this functionality to the GCC mainline.  Does anyone
> object to this feature, in principle?

I think this is a great extension as someone was requesting the same thing
here too.

Thanks,
Andrew Pinski


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