This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Suspicious code in assign_parms
- From: Momchil Velikov <velco at fadata dot bg>
- To: gcc at gcc dot gnu dot org
- Date: 23 Jul 2002 12:10:31 +0300
- Subject: Re: Suspicious code in assign_parms
- References: <87adojiwl2.fsf@fadata.bg>
>>>>> "Momchil" == Momchil Velikov <velco@fadata.bg> writes:
Momchil> Note the underlined comparison. Does it look right ? I thought that
Momchil> should be ``promoted_nominal_mode == passed_mode''.
Momchil> Could somebody explain the meaning of and difference between the
Momchil> variables ``promoted_mode'' and ``promoted_nominal_mode'' throughout
Momchil> ``assign_parms'' ?
Uh, never mind, figured that out (kinda) ...