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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d2f0af5e440b367f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-27 06:21:48 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!eusc.inter.net!cs.tu-berlin.de!uni-duisburg.de!not-for-mail From: Georg Bauhaus Newsgroups: comp.lang.ada Subject: Re: proposal for new assignment operators Date: Fri, 27 Jun 2003 13:21:48 +0000 (UTC) Organization: GMUGHDU Message-ID: References: NNTP-Posting-Host: d2-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 1056720108 12890 134.91.1.15 (27 Jun 2003 13:21:48 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Fri, 27 Jun 2003 13:21:48 +0000 (UTC) User-Agent: tin/1.5.8-20010221 ("Blue Water") (UNIX) (HP-UX/B.11.00 (9000/831)) Xref: archiver1.google.com comp.lang.ada:39810 Date: 2003-06-27T13:21:48+00:00 List-Id: Stephen Leake wrote: :> : :> : procedure Georg :> : is :> : begin :> : case a*(%$%) is :> : when o.O => A :=+ ('o'); :> : when (8-v)|12#8B# => OM(O.%/%(0,-0)); :> : when 2!2:0:..2:1: => null; :> : when others => << oO >> O.oo (O.o>o.O); :> : end case; :> : end Georg; :> : :> : I get a GNAT bug with GNAT 3.16a - congratulations :). I don't think :> : I'll submit it. :> :> What kind of bug do you get? : : +===========================GNAT BUG DETECTED==============================+ : | 3.16a (20030120) (i586-pc-mingw32msv) Program_Error EXCEPTION_ACCESS_VIOLATION| : : As far as I am concerned, there is only one "kind" of bug in the : compiler (a bad one :). :) :> The GCC 3.1 compiler (1173) for Mac, when run with your changes, produces a :> segmentation fault, : : I gather you do not get this "GNAT BUG box"? Exactly how is the : "segmentation fault" reported? I hope it is in the form of an : unhandled Program_Error exception! No, just Segmentation fault However, GNAT 3.3 Copyright 1992-2002 Free Software Foundation, Inc. Compiling: georg.adb (source file time stamp: 2003-06-27 12:22:02) 4. case a*(%$%) is | >>> "a" is undefined 11 lines: 1 error runs fine. Georg