From 5b09c1536828dd5d11dc5755956357427dbacdc4 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 26 Oct 2001 16:59:34 +0000 Subject: decl.c (validate_size): Modify message for bad size to avoid implication that compiler is modifying the... * decl.c (validate_size): Modify message for bad size to avoid implication that compiler is modifying the size. From-SVN: r46551 --- gcc/ada/decl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/ada/decl.c') diff --git a/gcc/ada/decl.c b/gcc/ada/decl.c index 23d16f3..254d6d9 100644 --- a/gcc/ada/decl.c +++ b/gcc/ada/decl.c @@ -5560,7 +5560,7 @@ validate_size (uint_size, gnu_type, gnat_object, kind, component_p, zero_ok) && TREE_CODE (rm_size (gnu_type)) == INTEGER_CST && ! tree_int_cst_lt (size, rm_size (gnu_type))) post_error_ne_tree_2 - ("\\size of ^ rounded up to multiple of alignment (^ bits)", + ("\\size of ^ is not a multiple of alignment (^ bits)", gnat_error_node, gnat_object, rm_size (gnu_type), TYPE_ALIGN (gnu_type)); -- cgit v1.1