re PR debug/60603 (.debug_macinfo/.debug_macro has wrong line numbers for built-in...
commitb35e0fa0818e426f3de1ec900db2b969e8f212a6
authorJakub Jelinek <jakub@redhat.com>
Sat, 22 Mar 2014 07:18:38 +0000 (22 08:18 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sat, 22 Mar 2014 07:18:38 +0000 (22 08:18 +0100)
treed27174ed6e79ae0b0010eaf708bb6fbc53a18b8d
parente10bd1cacc141e20f78ead2a0f07c009d95ba4c3
re PR debug/60603 (.debug_macinfo/.debug_macro has wrong line numbers for built-in macros)

PR debug/60603
c-family/
* c-opts.c (c_finish_options): Restore cb_file_change call to
<built-in>.
fortran/
* cpp.c (gfc_cpp_init): Restore cb_change_file call to
<built-in>.
testsuite/
* gcc.dg/debug/dwarf2/dwarf2-macro2.c: New test.

From-SVN: r208763
gcc/c-family/ChangeLog
gcc/c-family/c-opts.c
gcc/fortran/ChangeLog
gcc/fortran/cpp.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2-macro2.c [new file with mode: 0644]