decl.c
68.6 KB
-
re PR middle-end/40867 (FAIL: StackTrace2 output - source compiled test) · 239bca9d
2009-07-31 Andrew Haley <aph@redhat.com> PR java/40867 * decl.c (java_replace_references): Set EXPR_LOCATION on all generated expressions. (binding_level.loc): new field. (clear_binding_level): Initialize loc. (set_input_location): New function. (pushlevel): Set new binding_level.loc. (poplevel): Set EXPR_LOCATION on the new BIND_EXPR_BODY. (start_java_method): Set DECL_SOURCE_LOCATION of this new method. (java_add_stmt): Set the EXPR_LOCATION on all subtrees of new_stmt. From-SVN: r150376
Andrew Haley committed