This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[tree-ssa] Bring tree-ssa back to bootstrapping
- From: law at redhat dot com
- To: gcc-patches at gcc dot gnu dot org
- Date: Thu, 03 Jul 2003 11:23:45 -0600
- Subject: [tree-ssa] Bring tree-ssa back to bootstrapping
- Reply-to: law at redhat dot com
* tree-nomudflap.c (mf_marked_p): Mark arguments as being unused.
(mf_mark): Likewise.
Index: tree-nomudflap.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/Attic/tree-nomudflap.c,v
retrieving revision 1.1.2.7
diff -c -3 -p -r1.1.2.7 tree-nomudflap.c
*** tree-nomudflap.c 3 Jul 2003 14:26:34 -0000 1.1.2.7
--- tree-nomudflap.c 3 Jul 2003 17:21:27 -0000
*************** mudflap_finish_file ()
*** 83,95 ****
int
! mf_marked_p (tree t)
{
internal_error ("mudflap: this language is not supported");
}
tree
! mf_mark (tree t)
{
internal_error ("mudflap: this language is not supported");
return NULL;
--- 83,95 ----
int
! mf_marked_p (tree t ATTRIBUTE_UNUSED)
{
internal_error ("mudflap: this language is not supported");
}
tree
! mf_mark (tree t ATTRIBUTE_UNUSED)
{
internal_error ("mudflap: this language is not supported");
return NULL;