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] Fix flow_bb_inside_loop_p prototype




--On Wednesday, December 18, 2002 10:45:02 AM -0700 Roger Sayle <roger@www.eyesopen.com> wrote:


This fixes some more fallout from the BIB branch merge.  The native
cc compiler on Compaq/HP Tru64 complains that the declaration of
flow_bb_inside_loop_p in cfgloop.c doesn't match the prototype
given in basic-block.h.  The problem is that the bb parameter is
marked const in one and not in the other.
Yes, this is fine -- thanks.

--
Mark Mitchell                mark@codesourcery.com
CodeSourcery, LLC            http://www.codesourcery.com


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