Xref: utzoo comp.lang.c++:13107 comp.lang.c:38768 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!pacbell.com!ucsd!dog.ee.lbl.gov!elf.ee.lbl.gov!torek From: torek@elf.ee.lbl.gov (Chris Torek) Newsgroups: comp.lang.c++,comp.lang.c Subject: Re: 64 bit architectures and C/C++ Message-ID: <12563@dog.ee.lbl.gov> Date: 27 Apr 91 13:06:15 GMT References: <168@shasta.Stanford.EDU> Reply-To: torek@elf.ee.lbl.gov (Chris Torek) Organization: Lawrence Berkeley Laboratory, Berkeley Lines: 11 X-Local-Date: Sat, 27 Apr 91 06:06:15 PDT In article <168@shasta.Stanford.EDU> shap@shasta.Stanford.EDU (shap) writes: >How bad is it for sizeof(int) != sizeof(long). This has been the case on PDP-11s for over 20 years. It does cause problems---there is always software that makes invalid assumptions---but typically long-vs-int problems, while rampant, are also easily fixed. -- In-Real-Life: Chris Torek, Lawrence Berkeley Lab CSE/EE (+1 415 486 5427) Berkeley, CA Domain: torek@ee.lbl.gov