* Declaration of a guard function for use on define_bypass
@ 2006-01-26 23:44 Peter Steinmetz
2006-01-26 23:47 ` Andreas Tobler
0 siblings, 1 reply; 2+ messages in thread
From: Peter Steinmetz @ 2006-01-26 23:44 UTC (permalink / raw)
To: gcc
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Declaration of a guard function for use on define_bypass
2006-01-26 23:44 Declaration of a guard function for use on define_bypass Peter Steinmetz
@ 2006-01-26 23:47 ` Andreas Tobler
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Tobler @ 2006-01-26 23:47 UTC (permalink / raw)
To: Peter Steinmetz; +Cc: gcc
Peter Steinmetz wrote:
> 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?
Should be fixed.
http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110274
Andreas
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-01-26 23:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-26 23:44 Declaration of a guard function for use on define_bypass Peter Steinmetz
2006-01-26 23:47 ` Andreas Tobler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).