From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 109fba,ef0074ec236ba6e3 X-Google-Attributes: gid109fba,public X-Google-Thread: 108717,ef0074ec236ba6e3 X-Google-Attributes: gid108717,public X-Google-Thread: 1108a1,ef0074ec236ba6e3 X-Google-Attributes: gid1108a1,public X-Google-Thread: 1014db,ef0074ec236ba6e3 X-Google-Attributes: gid1014db,public X-Google-Thread: 103376,b19fa62fdce575f9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-12-06 07:08:04 PST Path: bga.com!news.sprintlink.net!hookup!news.mathworks.com!panix!cmcl2!thecourier.cims.nyu.edu!thecourier.cims.nyu.edu!nobody From: dewar@cs.nyu.edu (Robert Dewar) Newsgroups: comp.lang.ada,comp.lang.c,comp.programming,comp.lang.c++,comp.object Subject: Re: Why don't large companies use Ada? Date: 6 Dec 1994 08:22:44 -0500 Organization: Courant Institute of Mathematical Sciences Message-ID: <3c1oj4$h3s@gnat.cs.nyu.edu> References: <3aa7jo$7j@Starbase.NeoSoft.COM> <3bd06n$kbt@felix.seas.gwu.edu> <3bldlu$84r@gnat.cs.nyu.edu> <3bo402$23a@felix.seas.gwu.edu> <3bvc4k$1lla@watnews1.watson.ibm.com> NNTP-Posting-Host: gnat.cs.nyu.edu Xref: bga.com comp.lang.ada:8331 comp.lang.c:33541 comp.programming:5655 comp.lang.c++:39812 comp.object:9510 Date: 1994-12-06T08:22:44-05:00 List-Id: Regarding the famous DO loop bug (the Venus probe I think if I remember right) there is a nice addition to this story. IBM issued an APAR against Fortran IV under IBSYS on the 7094 that said something like: DO 10 I = 1.5 is misclassified and treated as an assignment statement. This will be corrected in a fututure release. Needsless to say, this was NOT corrected in a future release, and I would guess that the APAR is still open :-)