public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/13846] New: GNAT bug detected while compiling PolyORB 1.0p sources
@ 2004-01-24 11:07 kgardas at objectsecurity dot com
  2004-01-24 11:08 ` [Bug ada/13846] " kgardas at objectsecurity dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: kgardas at objectsecurity dot com @ 2004-01-24 11:07 UTC (permalink / raw)
  To: gcc-bugs

Hello,

while compiling PolyORB 1.0p source (http://libre.act-europe.fr/polyorb/),
compilation of polyorb-1.0p/src failed with:

/bin/sh ../libtool --mode=compile ../support/adacompiler -c -time -g -O2 -gnatfy
-gnatwae -gnatpn -gnatg        -I. -I. polyorb-profiles-ravenscar.ads
../support/adacompiler -c -time -g -O2 -gnatfy -gnatwae -gnatpn -gnatg -I. -I.
polyorb-profiles-ravenscar.ads -o polyorb-profiles-ravenscar.o
+===========================GNAT BUG DETECTED==============================+
| 3.3.2 (i686-pc-linux-gnu) Assert_Failure expander.adb:82                 |
| Error detected at polyorb-utils-chained_lists.adb:44:4
[polyorb-utils-strings-lists.ads:44:4]|
| Please submit a bug report; see http://gcc.gnu.org/bugs.html.            |
| Include the entire contents of this bug box in the report.               |
| Include the exact gcc or gnatmake command that you entered.              |
| Also include sources listed below in gnatchop format                     |
| concatenated together with no headers between files.                     |
+==========================================================================+

Please include these source files with error report

polyorb-profiles-ravenscar.ads
polyorb-profiles.ads
polyorb.ads
polyorb-tasking.ads
polyorb-tasking-profiles.ads
polyorb-tasking-profiles-ravenscar.ads
polyorb-tasking-profiles-ravenscar-threads.ads
polyorb-tasking-threads.ads
polyorb-tasking-profiles-ravenscar-index_manager.ads
polyorb-tasking-profiles-ravenscar-mutexes.ads
polyorb-tasking-mutexes.ads
polyorb-tasking-profiles-ravenscar-condition_variables.ads
polyorb-tasking-condition_variables.ads
polyorb-tasking-profiles-ravenscar-threads.adb
polyorb-initialization.ads
polyorb-utils.ads
polyorb-utils-strings.ads
polyorb-utils-strings-lists.ads
polyorb-utils-chained_lists.ads
polyorb-log.ads
polyorb-tasking-profiles-ravenscar-mutexes.adb
polyorb-tasking-profiles-ravenscar-condition_variables.adb
polyorb-tasking-profiles-ravenscar-index_manager.adb
list may be incomplete
compilation abandoned
# gnat1 0.44 0.02
mv: cannot stat `tmp20924/polyorb-profiles-ravenscar.o': No such file or directory
mv: cannot stat `tmp20924/*': No such file or directory
make[1]: *** [polyorb-profiles-ravenscar.lo] Error 1
make[1]: Leaving directory `/tmp/polyorb-1.0p/src'
make: *** [all-recursive] Error 1

Cheers,
Karel

-- 
           Summary: GNAT bug detected while compiling PolyORB 1.0p sources
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kgardas at objectsecurity dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13846


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug ada/13846] GNAT bug detected while compiling PolyORB 1.0p sources
  2004-01-24 11:07 [Bug ada/13846] New: GNAT bug detected while compiling PolyORB 1.0p sources kgardas at objectsecurity dot com
@ 2004-01-24 11:08 ` kgardas at objectsecurity dot com
  2004-01-26 22:48 ` charlet at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: kgardas at objectsecurity dot com @ 2004-01-24 11:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kgardas at objectsecurity dot com  2004-01-24 11:08 -------
Created an attachment (id=5567)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5567&action=view)
tarball of requested files


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13846


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug ada/13846] GNAT bug detected while compiling PolyORB 1.0p sources
  2004-01-24 11:07 [Bug ada/13846] New: GNAT bug detected while compiling PolyORB 1.0p sources kgardas at objectsecurity dot com
  2004-01-24 11:08 ` [Bug ada/13846] " kgardas at objectsecurity dot com
@ 2004-01-26 22:48 ` charlet at gcc dot gnu dot org
  2004-01-27 14:11 ` kgardas at objectsecurity dot com
  2004-01-27 22:55 ` charlet at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: charlet at gcc dot gnu dot org @ 2004-01-26 22:48 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From charlet at gcc dot gnu dot org  2004-01-26 22:48 -------
GCC 3.3 Ada bug reports are not really considered.
Please try again with 3.4, and report and success/failure, thanks.

Arno

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13846


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug ada/13846] GNAT bug detected while compiling PolyORB 1.0p sources
  2004-01-24 11:07 [Bug ada/13846] New: GNAT bug detected while compiling PolyORB 1.0p sources kgardas at objectsecurity dot com
  2004-01-24 11:08 ` [Bug ada/13846] " kgardas at objectsecurity dot com
  2004-01-26 22:48 ` charlet at gcc dot gnu dot org
@ 2004-01-27 14:11 ` kgardas at objectsecurity dot com
  2004-01-27 22:55 ` charlet at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: kgardas at objectsecurity dot com @ 2004-01-27 14:11 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kgardas at objectsecurity dot com  2004-01-27 14:06 -------
Subject: Re:  GNAT bug detected while compiling PolyORB 1.0p
 sources


I have tried it with GCC 3.4.0-040126 and everything is compiled ok w/o
any compiler crash.

On Mon, 26 Jan 2004, charlet at gcc dot gnu dot org wrote:

>
> ------- Additional Comments From charlet at gcc dot gnu dot org  2004-01-26 22:48 -------
> GCC 3.3 Ada bug reports are not really considered.
> Please try again with 3.4, and report and success/failure, thanks.
>
> Arno
>
> --
>
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13846
>
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>

--
Karel Gardas                  kgardas@objectsecurity.com
ObjectSecurity Ltd.           http://www.objectsecurity.com



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13846


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug ada/13846] GNAT bug detected while compiling PolyORB 1.0p sources
  2004-01-24 11:07 [Bug ada/13846] New: GNAT bug detected while compiling PolyORB 1.0p sources kgardas at objectsecurity dot com
                   ` (2 preceding siblings ...)
  2004-01-27 14:11 ` kgardas at objectsecurity dot com
@ 2004-01-27 22:55 ` charlet at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: charlet at gcc dot gnu dot org @ 2004-01-27 22:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From charlet at gcc dot gnu dot org  2004-01-27 22:55 -------
Thanks for checking.

So closing this PR.

Arno

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13846


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-01-27 22:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-24 11:07 [Bug ada/13846] New: GNAT bug detected while compiling PolyORB 1.0p sources kgardas at objectsecurity dot com
2004-01-24 11:08 ` [Bug ada/13846] " kgardas at objectsecurity dot com
2004-01-26 22:48 ` charlet at gcc dot gnu dot org
2004-01-27 14:11 ` kgardas at objectsecurity dot com
2004-01-27 22:55 ` charlet at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).