This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
which trapping operation integer types are required in libgcc2 ?
- From: Paul Schlie <schlie at comcast dot net>
- To: <gcc at gcc dot gnu dot org>
- Date: Sat, 26 Feb 2005 08:37:40 -0500
- Subject: which trapping operation integer types are required in libgcc2 ?
Sorry if this should be obvious, but:
- which integer target types are required to be supported by libgcc2's
trapping arithmetic implementation? (i.e. are all supported integer
types required to have arithmetic trapping operation counterparts?)
- under what circumstances are they utilized in lieu their non-trapping
counterparts? (for example, are they required by C ?)
Thanks, any insight appreciated.