home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.mac.programmer
- Path: sparky!uunet!caen!zaphod.mps.ohio-state.edu!rpi!simsh
- From: simsh@crockett1a.its.rpi.edu (Chewbacca)
- Subject: Another THINK C 5.0.3 bug?
- Message-ID: <#9m158g@rpi.edu>
- Nntp-Posting-Host: crockett1a.its.rpi.edu
- Date: Mon, 9 Nov 1992 16:22:15 GMT
- Lines: 20
-
- Hello everyone. Here is my test program:
-
- #include <stdio.h>
-
- void main()
- {
- int h;
- h=5;
- printf("%d\n",h);
- }
-
- Simple enough. Well, with 4-bit ints turned on, this program prints out 0.
- With 4-bit ints off, it prints 5 like it should. The global optimizer is off.
- Is this another bug? Or has it already been seen and I just didn't read about
- it?
-
- --
- -------------------------------------------------------------------------------
- Hillel Sims e-mail: simsh@rpi.edu
- >:-) The Smiling Vulcan Rensselaer Polytechnic Institute
-