comp.lang.ada
 help / color / mirror / Atom feed
From: czgrr <czgrr@my-deja.com>
Subject: Another OA bug ? (was Re: OA bug ?)
Date: 1999/06/22
Date: 1999-06-22T00:00:00+00:00	[thread overview]
Message-ID: <7knvo6$7kc$1@nnrp1.deja.com> (raw)
In-Reply-To: 376EA582.418CEDC3@averstar.com

Hi, all.

Is there also a fix going for this bug. I did email
adasupport@aonix.com but never got a reply...

--
-- SOURCE CODE.
-- OPTION 1: Uncomment only line 1 of main procedure.
-- OPTION 2: Uncomment only line 2 of main procedure.
--
PROCEDURE main IS

  TYPE a_type IS DIGITS 15 ;
  TYPE b_type IS DIGITS 15 ;

  a : a_type ;
  b : b_type := 1.0 ;

  FUNCTION "*" ( l : IN a_type ; r : IN b_type ) RETURN b_type IS
  BEGIN
    RETURN 0.0 ;
  END ;

  FUNCTION "/" ( l, r : IN b_type ) RETURN a_type IS
  BEGIN
    RETURN 0.0 ;
  END ;

BEGIN
  -- a := 1.0 * b / 1.0 ;
  -- a := 1.0 * b_type'( 1.0 ) / 1.0 ;

END main ;


--
-- COMPILER VERSION.
--
-- ObjectAda for Windows
-- V7.1.1.352 (professional edition)
--
-- Achieved by installing CD labelled "PRO71" (Version 7.1)
-- Followed by CD labelled "OAOPE71" (OpenPack),
-- Followed by CD labelled "OA711" (Version 7.1.1 Update, Ref:
A1102.7.1.1).


--
-- COMPILER OUTPUT.
--

-- OPTION 1:
--------------------Target: Win32 (Intel) Debug--------------------
-- Assertion failed: subtype_is_scalar(scalar_subtype) ||
(subtype_is_private(scalar_subtype) && (subtype_ili_slot(scalar_subtype)
>0)), file \\efreeti\d-drive\adamagic\src\ccomp\subtype.c, line 8599
--
-- abnormal program termination
-- main.ada: Internal: line 25 col 22 Fatal internal assertion failure.
--
-- Tool execution failed.

-- OPTION 2:
--------------------Target: Win32 (Intel) Debug--------------------
-- Assertion failed: value!=NULL_UR_PTR, file \\efreeti\d-
drive\adamagic\src\ccomp\tree_build.c, line 2733
--
-- abnormal program termination
-- main.ada: Internal: line 26 col 35 Fatal internal assertion failure.
--
-- Tool execution failed.

Cheers,
czgrr

--
No email, please - reply to the newsgroup.
My opinions are not necessarily those of my
employer.
Use any suggestions at your own risk.


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.




  reply	other threads:[~1999-06-22  0:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-06-21  0:00 OA bug ? Vladimir Olensky
1999-06-21  0:00 ` Tucker Taft
1999-06-22  0:00   ` czgrr [this message]
1999-06-23  0:00     ` Another OA bug ? (was Re: OA bug ?) Tucker Taft
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox