Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!news.cs.indiana.edu!widener!iggy.GW.Vitalink.COM!pacbell.com!pacbell!well!nagle From: nagle@well.sf.ca.us (John Nagle) Newsgroups: comp.lang.c++ Subject: Re: Info Needed: Zortech C++ for Macintosh Message-ID: <25239@well.sf.ca.us> Date: 5 Jun 91 17:57:49 GMT References: <1991Jun4.000446.5971@donner.SanDiego.NCR.COM> Lines: 29 jim@tortuga.SanDiego.NCR.COM (Jim (James) Ruehlin) writes: >For anyone who'se bought Zortech C++ for the Mac, could you tell me how >you like it? Any problems/bugs? How is setup? Is there any problem >compiling for DA's or code resources? Here's a summary of the major problems: - Compiler crashes on some valid programs, sometimes crashing machine. Most crashes are in the global optimizer. - Incorrect code generated in several cases. - INLINE unimplemented - M68020/030 support unimplemented. - Floating point coprocessor support unimplemented. - MPW shipped with compiler is pre-release MPW 3.2 and incomplete. - Manual is big but says little about the Mac implementation and is basically a revision of the Zortech PC compiler manuals. If you disable the global optimizer, (-O none), it's possible to get work done. When the optimizer doesn't crash, it does a good job. This product has potential but really needed more testing before it shipped. I look forward to the next release. If you have this compiler, send Zortech bug reports. They react to bug reports, but seem to be weak on internal testing capability. John Nagle