* com.c (ffecom_stabilize_aggregate_): Don't refer to TREE_RAISES.

From-SVN: r32466
This commit is contained in:
Jason Merrill 2000-03-10 08:44:50 +00:00 committed by Jason Merrill
parent d9d4fb433e
commit 18ea0f9202
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Fri Mar 10 00:43:55 2000 Jason Merrill <jason@casey.cygnus.com>
* com.c (ffecom_stabilize_aggregate_): Don't refer to TREE_RAISES.
Mon Mar 6 18:05:19 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* com.c (ffecom_f2c_set_lio_code_): Use compare_tree_int.

View File

@ -1095,7 +1095,6 @@ ffecom_stabilize_aggregate_ (tree ref)
TREE_READONLY (result) = TREE_READONLY (ref);
TREE_SIDE_EFFECTS (result) = TREE_SIDE_EFFECTS (ref);
TREE_THIS_VOLATILE (result) = TREE_THIS_VOLATILE (ref);
TREE_RAISES (result) = TREE_RAISES (ref);
return result;
}