This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Arithmetic conversions between two different data types
- From: "Mohamed Shafi" <shafitvm at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 1 Feb 2007 11:05:28 +0530
- Subject: Arithmetic conversions between two different data types
Hello all,
In arithmetic expressions we need to conversion when the operands are
of different data types.
In gcc 4.1.1 where is this process started?
Is this in c-typeck.c, particularly in the function c_common_type ?
Thanks in advance,
Regards,
Shafi.