Commit 110c3568 by Mark Mitchell Committed by Mark Mitchell

* dwarf2out.c (rtl_for_decl_location): Use DECL_RTL_IF_SET.

From-SVN: r40544
parent b16e8f08
2001-03-15 Mark Mitchell <mark@codesourcery.com>
* dwarf2out.c (rtl_for_decl_location): Use DECL_RTL_IF_SET.
2001-03-15 Richard Henderson <rth@redhat.com>
* config/ia64/ia64.h (ASM_OUTPUT_DWARF_OFFSET): New.
......
......@@ -7983,7 +7983,7 @@ rtl_for_decl_location (decl)
gets fixed). */
/* Use DECL_RTL as the "location" unless we find something better. */
rtl = DECL_RTL (decl);
rtl = DECL_RTL_IF_SET (decl);
if (TREE_CODE (decl) == PARM_DECL)
{
......
// Build don't run:
// Origin: Loren James Rittle <rittle@latour.rsch.comm.mot.com>
// Special g++ Options: -g -O2
namespace std {
const int __stl_chunk_size = 7;
};
int main ()
{
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment