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: [tree-ssa mudflap] constant mudflap marking


In message <20030703142542.GA3412@redhat.com>, "Frank Ch. Eigler" writes:
 >
 >--IS0zKkzwUGydFO0o
 >Content-Type: text/plain; charset=us-ascii
 >Content-Disposition: inline
 >Content-Transfer-Encoding: quoted-printable
 >
 >Hi -
 >
 >> This patch breaks a bootstrap when linking jc1.  The mf_mark, mf_marked_p
 >> symbols are defined in tree-mudflap.o which isn't linked to all frontends
 >> (should it be?). [...]
 >
 >Sorry about that.  The following patch, about to be committed, should
 >solve the problem.
 >
 >- FChE
 >
 >
 >+2003-07-03  Frank Ch. Eigler  <fche@redhat.com>
 >+
 >+	* tree-nomudflap.c (mf_marked_p, mf_mark): New dummy functions.
Shouldn't the arguments to those new functions be marked with ATTRIBUTE_UNUSED?
Otherwise you're going to get a bootstrap failure due to the warning.

jeff





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