Commit f44013ae by Roger Sayle Committed by Roger Sayle

decl.c (gnat_substitute_in_type): Don't handle CHAR_TYPE.


	* decl.c (gnat_substitute_in_type): Don't handle CHAR_TYPE.

From-SVN: r110647
parent 2cea5e8c
2006-02-06 Roger Sayle <roger@eyesopen.com>
* decl.c (gnat_substitute_in_type): Don't handle CHAR_TYPE.
2006-02-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> 2006-02-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR target/25926 PR target/25926
......
...@@ -6444,7 +6444,6 @@ gnat_substitute_in_type (tree t, tree f, tree r) ...@@ -6444,7 +6444,6 @@ gnat_substitute_in_type (tree t, tree f, tree r)
case INTEGER_TYPE: case INTEGER_TYPE:
case ENUMERAL_TYPE: case ENUMERAL_TYPE:
case BOOLEAN_TYPE: case BOOLEAN_TYPE:
case CHAR_TYPE:
if (CONTAINS_PLACEHOLDER_P (TYPE_MIN_VALUE (t)) if (CONTAINS_PLACEHOLDER_P (TYPE_MIN_VALUE (t))
|| CONTAINS_PLACEHOLDER_P (TYPE_MAX_VALUE (t))) || CONTAINS_PLACEHOLDER_P (TYPE_MAX_VALUE (t)))
{ {
......
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