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]

Declaration of a guard function for use on define_bypass


I'm using store_data_bypass_p from recog.c as the guard for a define_bypass
within a machine description.  I'm seeing the following warning/error that
I'd like to clean up.

cc1: warnings being treated as errors
insn-automata.c: In function 'internal_insn_latency':
insn-automata.c:53265: warning: implicit declaration of function
'store_data_bypass_p'

Anybody know what needs to be done to get recog.h included into the code
created by genautomata (either directly, or indirectly) to eliminate the
implicit declaration?

Thanks!

Pete


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