projects
/
platform
/
upstream
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
650abc2
)
[Ada] Deal with enumeration types with very large size
author
Eric Botcazou
<ebotcazou@adacore.com>
Wed, 29 Apr 2020 19:42:22 +0000
(21:42 +0200)
committer
Pierre-Marie de Rodat
<derodat@adacore.com>
Fri, 19 Jun 2020 08:17:22 +0000
(
04:17
-0400)
2020-06-19 Eric Botcazou <ebotcazou@adacore.com>
gcc/ada/
* exp_attr.adb (Get_Integer_Type): Return the largest supported
unsigned integer type if need be.
gcc/ada/exp_attr.adb
patch
|
blob
|
history
diff --git
a/gcc/ada/exp_attr.adb
b/gcc/ada/exp_attr.adb
index
30bb7cc
..
f21ec9e
100644
(file)
--- a/
gcc/ada/exp_attr.adb
+++ b/
gcc/ada/exp_attr.adb
@@
-1766,7
+1766,7
@@
package body Exp_Attr is
Int_Typ := Standard_Unsigned;
else
-
raise Program_Error
;
+
Int_Typ := Standard_Long_Long_Unsigned
;
end if;
return Int_Typ;