From: support@austin.metrowerks.com X-Sender: support@austin.metrowerks.com (Unverified) Mime-Version: 1.0 Date: Fri, 3 Jan 1997 16:05:16 -0600 To: dshadow@glue.umd.edu Subject: Re Re: Re CodeWarrior Bug Report/Bug No. BR7781 Dear CodeWarrior, In regards to your support question, Reference No. ES63211; We were able to reproduce your problem. It has been entered into our database and forwarded to an engineer for verification. If you have further questions, this bug has now been assigned Bug No. BR7781. ----------------------------------------------------------------------- John, The error message recieved indicates there's a bug. I will forward this link to our compiler engineers for further review. If there are any questions, please feel free to contact us. Quan Collins Metrowerks Technical Support Thank you for being a CodeWarrior. --metrowerks Support Group support@metrowerks.com <<<<<<<<<<<<<<<<<<<<<<<<<<<< ----------------------------- X-Sender: dshadow@pop.glue.umd.edu Mime-Version: 1.0 Date: Mon, 30 Dec 1996 16:06:17 -0500 To: Quan Collins From: John Bafford Subject: Re: Re CodeWarrior Bug Report Attached is a small project that demonstrates the bug in the compilier. >In regards to your support question, Reference No. ES62049; > >John, > >Please send a complete project in order to duplicate this bug. The snippet >sent was not enough to reproduce the error. > >If you have any questions, please feel free to contact us. > >Quan Collins >Metrowerks >Technical Support > >----------------------------------------------------------------------- > >Please continue to send bug reports to our support address; >support@metrowerks.com > >Thank you for being a CodeWarrior. > >-- Metrowerks Technical Support Group > support@metrowerks.com ><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< > >----------------------- > >Date: Thu, 12 Dec 1996 05:36:38 GMT >From: dshadow@glue.umd.edu >To: support@austin.metrowerks.com >Subject: CodeWarrior Bug Report > > >Contact Information: > User Name: John Bafford > Company Name: > Phone: > Email: dshadow@glue.umd.edu > >Metrowerks product name: Pascal >Metrowerks version name: 1.6.1 7.5.5 >Running on: MacOS 68k >Generating: Mac OS 68k >Macintosh computer used: IIfx >System version 1.6.1 7.5.5 >RAM 40mb >Special hardware > >Purpose: application >Reason for this report: Other > >Bug severity: Operations executed incorrectly >Reproducibility: Always > >Problem Description: >When I attempt to compile this: > blockMoveData(@sh^^[1],@st[1],ord(shand^^[0])); > >(sh is defined as: > TYPE > sH = ^sP; > sP = ^str255; >) > >I get this: > >Error : internal compiler error: File: 'Code680X0.c' Line: 206 >ApplBase.p line 83 END; > >When I fix the first parameter to: > blockMoveData(@shand^^[1],@st[1],ord(shand^^[0])); > >(shand is a variable of type sH) > >it compiles correctly. >Just thought you should be aware of this so you could give a more >informative error message. Attachment converted: Homer:CW Bug.sit (SITD/SIT!) (000382FB) --- John Bafford dshadow@glue.umd.edu http://www.glue.umd.edu/~dshadow Attachment converted: Files:CW Bug.sit (SITD/SIT!) (0000DD7E)