]> git.ipfire.org Git - thirdparty/gcc.git/commit
dwarf2out.c (dwarf2out_define, [...]): Treat lineno 1 the same as lineno 0 before...
authorJakub Jelinek <jakub@redhat.com>
Mon, 14 May 2012 17:07:41 +0000 (19:07 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 14 May 2012 17:07:41 +0000 (19:07 +0200)
commit210cfe6365e5b2f696bb1e32b8bc25628b1064c1
treeed7986e8c06e4ca04a82074342024ce1bfd64047
parentd5c90983388dd8841b2cb1986fa0624a000731bd
dwarf2out.c (dwarf2out_define, [...]): Treat lineno 1 the same as lineno 0 before first start file directive.

* dwarf2out.c (dwarf2out_define, dwarf2out_undef): Treat
lineno 1 the same as lineno 0 before first start file directive.
(optimize_macinfo_range): Likewise.

From-SVN: r187475
gcc/ChangeLog
gcc/dwarf2out.c