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] Per-function flag setting


Hello,

> > this patch enables you to change optimization flags on per-function
> > basis, by attaching
> > __attribute__ ((options ("whatever", "flags", "you", "want")))
> > to it. It is quite simple and does no sanity checking at all, but I
> > think it might be quite useful for debugging (locating which function
> > is misscompiled).
> 
> Hi Zdenek,
> 
> Could you possibly wait until I've finished reworking the switch
> handling?

of course.

Zdenek


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