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-Thread: 103376,e5bfd51af02edca2 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!cycny01.gnilink.net!cyclone1.gnilink.net!spamkiller.gnilink.net!gnilink.net!trnddc02.POSTED!20ae255c!not-for-mail Newsgroups: comp.lang.ada From: Anonymous Coward Subject: Re: Re-exporting primitive operations of a private type (like "-", and 'min) References: Message-Id: User-Agent: slrn/0.9.7.4 (Linux) Date: Mon, 31 Oct 2005 04:34:12 GMT NNTP-Posting-Host: 141.149.78.234 X-Complaints-To: abuse@verizon.net X-Trace: trnddc02 1130733252 141.149.78.234 (Sun, 30 Oct 2005 23:34:12 EST) NNTP-Posting-Date: Sun, 30 Oct 2005 23:34:12 EST Xref: g2news1.google.com comp.lang.ada:6064 Date: 2005-10-31T04:34:12+00:00 List-Id: Oops, I posted too soon. That code for "-" compiles, but gives a segmentation fault when it runs. Could it be the problem Kazakov warned of in 3.15p? Here is my version: # rpm -qi gcc Name : gcc Relocations: (not relocateable) Version : 3.2.2 Vendor: Red Hat, Inc. Release : 5 Build Date: Tue 25 Feb 2003 06:53:15 AM MST Install Date: Thu 24 Jul 2003 05:55:48 AM MDT Build Host: stripples.devel.redhat.com Group : Development/Languages Source RPM: gcc-3.2.2-5.src.rpm Size : 11592745 License: GPL Signature : DSA/SHA1, Tue 25 Feb 2003 08:04:13 AM MST, Key ID 219180cddb42a60e Packager : Red Hat, Inc. URL : http://gcc.gnu.org Summary : The GNU cc and gcc C compilers. Description : The gcc package includes the cc and gcc GNU compilers for compiling C code.