Commit 47d1f191 by Richard Guenther Committed by Richard Biener

re PR bootstrap/40350 (Bootstrap failure indwarf2out.c on i686-apple-darwin9)

2009-06-05  Richard Guenther  <rguenther@suse.de>

	PR bootstrap/40350
	* dwarf2out.c (dwarf2out_begin_function): Mark discriminator
	as possibly unused.

From-SVN: r148206
parent 75707b28
2009-06-05 Richard Guenther <rguenther@suse.de>
PR bootstrap/40350
* dwarf2out.c (dwarf2out_begin_function): Mark discriminator
as possibly unused.
2009-06-04 Jakub Jelinek <jakub@redhat.com>
* config/s390/s390.c (global_not_special_regno_p): New static inline.
......
......@@ -16226,7 +16226,7 @@ dwarf2out_begin_function (tree fun)
static void
dwarf2out_source_line (unsigned int line, const char *filename,
int discriminator)
int discriminator ATTRIBUTE_UNUSED)
{
if (debug_info_level >= DINFO_LEVEL_NORMAL
&& line != 0)
......
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