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]

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


	Can one use __attribute__ ((__unused__)) on a label in gcc?
The documentation I found on -Wunused is vague and I can't seem to get
it to work with labels. 

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. 

		Thanks,
		--Kaveh
--
Kaveh R. Ghazi			Project Manager / Custom Development
ghazi@caip.rutgers.edu		Icon CMT Corp.


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