decl.c (make_rtl_for_nonlocal_decl): Don't try get_fileinfo if input_filename is...
authorPer Bothner <per@bothner.com>
Fri, 22 Apr 2005 19:01:29 +0000 (12:01 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Fri, 22 Apr 2005 19:01:29 +0000 (12:01 -0700)
commit9f12b095b1916f35ed89eaffdb5b0ac0e4074e8d
tree939b51fb7df7e567f671f08819df6dd48867553a
parent411c88a2db03f73ac8304b86bdb5ec8cadc693f0
decl.c (make_rtl_for_nonlocal_decl): Don't try get_fileinfo if input_filename is NULL...

* decl.c (make_rtl_for_nonlocal_decl): Don't try get_fileinfo if
        input_filename is NULL, as it is for (say) __PRETTY_FUNCTION__.

From-SVN: r98582
gcc/cp/ChangeLog
gcc/cp/decl.c