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
This commit is contained in:
parent
2cea5e8c50
commit
f44013ae3f
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
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>
|
||||
|
||||
PR target/25926
|
||||
|
|
|
@ -6444,7 +6444,6 @@ gnat_substitute_in_type (tree t, tree f, tree r)
|
|||
case INTEGER_TYPE:
|
||||
case ENUMERAL_TYPE:
|
||||
case BOOLEAN_TYPE:
|
||||
case CHAR_TYPE:
|
||||
if (CONTAINS_PLACEHOLDER_P (TYPE_MIN_VALUE (t))
|
||||
|| CONTAINS_PLACEHOLDER_P (TYPE_MAX_VALUE (t)))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue