This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[C, C++] fundamental type object representation
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: gcc at gcc dot gnu dot org
- Date: 11 Dec 2005 01:03:19 +0100
- Subject: [C, C++] fundamental type object representation
Hi,
Does GCC support any target where the object representation of a
fundamental type T (e.g. int, float, double, pointers) whose all bits
are zero does not hold value (T)0?
Thanks,
-- Gaby