This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
int main() { long *scp; unsigned long *ucp;
ucp = scp; scp = ucp; f(ucp, scp); }
revision 1.91 date: 1993/05/27 04:30:54; author: rms; state: Exp; lines: +6 -7 (convert_for_assignment): When allowing mixing of signed and unsigned pointers, compare unsigned types not type sizes.
Attachment:
unsignedness.diffs.txt
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |