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]

Re: egcs, can I use __attribute__ ((__unused__)) on a label?


>   > The reason I'm interested is that there are quite a bunch of unused
>   > label warnings in insn-recog.c.  Since that is a generated file I'd like
>   > to nuke the whole bunch similarly to what was done for unused parameters
>   > in insn-output.c. 
> Or fix the generator to not output unnecessary labels.  I haven't
> looked to see how difficult that might be.

Or how about compiling insn-recog.c with -Wno-unused?


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