From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d7ae8269a4ecf7c4,start X-Google-Attributes: gid103376,public From: dmarshal@netcom.com (Dave Marshall) Subject: Prevalence of Compilers for Which Integer'Size < 32? Date: 1996/07/26 Message-ID: #1/1 X-Deja-AN: 170214021 sender: dmarshal@netcom11.netcom.com organization: NETCOM On-line Communication Services (408 261-4700 guest) newsgroups: comp.lang.ada Date: 1996-07-26T00:00:00+00:00 List-Id: So here I am, looking at some old code while I wonder what I was thinking when I wrote it. Suddenly, I see something that will raise Constraint_Error if a compiler's Integer'Size is less than 32. So, how prevalent are such compilers? Is it really something that one ought to consider when implementing components that are candidates for reuse? I did try to find such information in the usual places; if it's there, I don't know exactly where. So now: a) I don't know where to look. b) I am neither industrious nor concerned enough to look any further. c) Maybe someone will look for me. -- Dave Marshall dmarshal@netcom.com