Commit 5f8f3f94 by Thomas Quinot Committed by Eric Botcazou

* tree.def (PLACEHOLDER_EXPR): Fix comment.

From-SVN: r156067
parent 74f24290
2010-01-20 Thomas Quinot <quinot@adacore.com>
* tree.def (PLACEHOLDER_EXPR): Fix comment.
2010-01-20 Jakub Jelinek <jakub@redhat.com> 2010-01-20 Jakub Jelinek <jakub@redhat.com>
* dwarf2out.c (mem_loc_descriptor): Use DW_OP_mod for UMOD instead * dwarf2out.c (mem_loc_descriptor): Use DW_OP_mod for UMOD instead
......
...@@ -567,11 +567,11 @@ DEFTREECODE (WITH_CLEANUP_EXPR, "with_cleanup_expr", tcc_expression, 1) ...@@ -567,11 +567,11 @@ DEFTREECODE (WITH_CLEANUP_EXPR, "with_cleanup_expr", tcc_expression, 1)
BLKmode, because it will not be forced out of memory. */ BLKmode, because it will not be forced out of memory. */
DEFTREECODE (CLEANUP_POINT_EXPR, "cleanup_point_expr", tcc_expression, 1) DEFTREECODE (CLEANUP_POINT_EXPR, "cleanup_point_expr", tcc_expression, 1)
/* The following two codes are used in languages that have types where /* The following code is used in languages that have types where some
some field in an object of the type contains a value that is used in field in an object of the type contains a value that is used in the
the computation of another field's offset or size and/or the size of computation of another field's offset or size and/or the size of the
the type. The positions and/or sizes of fields can vary from object type. The positions and/or sizes of fields can vary from object to
to object of the same type or even for one and the same object within object of the same type or even for one and the same object within
its scope. its scope.
Record types with discriminants in Ada or schema types in Pascal are Record types with discriminants in Ada or schema types in Pascal are
......
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