This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Update to c9xstatus.html
- To: jsm28 at cam dot ac dot uk
- Subject: Re: Update to c9xstatus.html
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Sun, 18 Jun 2000 22:16:00 +0200
- CC: pfeifer at dbai dot tuwien dot ac dot at, gcc at gcc dot gnu dot org, <clive at demon dot net>
- References: <Pine.SOL.4.21.0006181754400.8588-100000@red.csi.cam.ac.uk>
Joseph,
Thanks for these pointers and the discussion; they make an interesting
reading.
> http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/dr_219.htm
Breaking my promise not to discuss standards issues on the gcc list:
I can't see the defect in the report. For p1, the "object from which
the value is copied" is not s, but s1.i, so the effective type of p1
is certainly "int". As for p2: this seems more tricky; it copies s.i
and s.l, which, as a pair, has no declared type, so p2 has no
effective type.
Regards,
Martin