Commit 0974a3b8 by Richard Kenner Committed by Richard Kenner

* varasm.c (output_constant, case ERROR_MARK): New case.

From-SVN: r47698
parent 37a08a29
Wed Dec 5 16:03:04 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* varasm.c (output_constant, case ERROR_MARK): New case.
* attribs.c (handle_no_check_memory_usage_atribute): Deleted.
(c_com): Delete its reference.
* builtins.c: Delete memory checking code.
......
......@@ -4542,6 +4542,9 @@ output_constant (exp, size, align)
error ("unknown set constructor type");
return;
case ERROR_MARK:
return;
default:
abort ();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment