mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-06 04:00:25 +08:00
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
This commit is contained in:
parent
75707b2826
commit
47d1f19159
@ -1,3 +1,9 @@
|
||||
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user