This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug debug/60603] [4.7/4.8/4.9 Regression] .debug_macinfo/.debug_macro has wrong line numbers for built-in macros


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60603

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Sat Mar 22 07:18:38 2014
New Revision: 208763

URL: http://gcc.gnu.org/viewcvs?rev=208763&root=gcc&view=rev
Log:
    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.

Added:
    trunk/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2-macro2.c
Modified:
    trunk/gcc/c-family/ChangeLog
    trunk/gcc/c-family/c-opts.c
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/cpp.c
    trunk/gcc/testsuite/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]