public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/19851] New: The new GNAT can't compile PolyORB
@ 2005-02-09 19:24 krischik at users dot sourceforge dot net
  2005-02-09 19:25 ` [Bug ada/19851] " krischik at users dot sourceforge dot net
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: krischik at users dot sourceforge dot net @ 2005-02-09 19:24 UTC (permalink / raw)
  To: gcc-bugs

Hello,

when compiling PolyORB with the HEAD release I get a bug box:

+===========================GNAT BUG DETECTED==============================+
| 4.0.0 20050209 (experimental) (x86_64-unknown-linux-gnu) GCC error:      |
| in copy_tree_r, at tree-inline.c:2320                                    |
| Error detected at polyorb-binding_data-giop-diop.adb:131:8               |
| 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
Note that list may not be accurate in some cases,
so please double check that the problem can still
be reproduced with the set of files listed.

If you ask me to I will attach all those files - but I guess you know where to 
get PolyORB from ;-).

I also made a little check on copy_tree_r and there is a new sanity check here:

  else if (TREE_CODE_CLASS (code) == tcc_type)
    *walk_subtrees = 0;
  else if (TREE_CODE_CLASS (code) == tcc_declaration)
    *walk_subtrees = 0;
  else if (TREE_CODE_CLASS (code) == tcc_constant)
    *walk_subtrees = 0;
  else
    gcc_assert (code != STATEMENT_LIST);

With Regards

Martin

-- 
           Summary: The new GNAT can't compile PolyORB
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: krischik at users dot sourceforge dot net
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


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


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

* [Bug ada/19851] The new GNAT can't compile PolyORB
  2005-02-09 19:24 [Bug ada/19851] New: The new GNAT can't compile PolyORB krischik at users dot sourceforge dot net
@ 2005-02-09 19:25 ` krischik at users dot sourceforge dot net
  2005-02-09 20:58 ` charlet at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: krischik at users dot sourceforge dot net @ 2005-02-09 19:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From krischik at users dot sourceforge dot net  2005-02-09 13:11 -------
Just forgot to mention: It's the same for classic 32 bit Linux.

-- 


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


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

* [Bug ada/19851] The new GNAT can't compile PolyORB
  2005-02-09 19:24 [Bug ada/19851] New: The new GNAT can't compile PolyORB krischik at users dot sourceforge dot net
  2005-02-09 19:25 ` [Bug ada/19851] " krischik at users dot sourceforge dot net
@ 2005-02-09 20:58 ` charlet at gcc dot gnu dot org
  2005-02-10 15:40 ` krischik at users dot sourceforge dot net
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: charlet at gcc dot gnu dot org @ 2005-02-09 20:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From charlet at gcc dot gnu dot org  2005-02-09 15:00 -------
>If you ask me to I will attach all those files - but I guess you know where to
>get PolyORB from ;-). 

All bugzilla reports should be self contained. The GCC project has no
relationship with the PolyORB project, and PolyORB sources change very
often, so it is really not conveninent to have to get a third party
set of sources, and have to follow configure, ... set up steps.

So please file self-contained and ready to use sources, thanks.

Also, this bug is not critical, so lowering the priority.

Arno

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal


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


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

* [Bug ada/19851] The new GNAT can't compile PolyORB
  2005-02-09 19:24 [Bug ada/19851] New: The new GNAT can't compile PolyORB krischik at users dot sourceforge dot net
  2005-02-09 19:25 ` [Bug ada/19851] " krischik at users dot sourceforge dot net
  2005-02-09 20:58 ` charlet at gcc dot gnu dot org
@ 2005-02-10 15:40 ` krischik at users dot sourceforge dot net
  2005-02-10 15:55 ` krischik at users dot sourceforge dot net
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: krischik at users dot sourceforge dot net @ 2005-02-10 15:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From krischik at users dot sourceforge dot net  2005-02-10 10:13 -------
Created an attachment (id=8160)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8160&action=view)
Source needed to recreate the bug.

After seperating the source with gnatchop use the following command to compile:


gnat compile -g -O2 -gnatfy -gnatwae -gnatpn -gnatg -I.
polyorb-binding_data-giop-diop.adb


-- 


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


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

* [Bug ada/19851] The new GNAT can't compile PolyORB
  2005-02-09 19:24 [Bug ada/19851] New: The new GNAT can't compile PolyORB krischik at users dot sourceforge dot net
                   ` (2 preceding siblings ...)
  2005-02-10 15:40 ` krischik at users dot sourceforge dot net
@ 2005-02-10 15:55 ` krischik at users dot sourceforge dot net
  2005-02-10 17:12 ` krischik at users dot sourceforge dot net
  2005-02-15  1:00 ` laurent at guerby dot net
  5 siblings, 0 replies; 7+ messages in thread
From: krischik at users dot sourceforge dot net @ 2005-02-10 15:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From krischik at users dot sourceforge dot net  2005-02-10 10:17 -------
Hello Arno,

I have added the sources, as you requested. I hope I got the gnatchop stuff 
right. I have tested the sources with the provided command and the error 
persists. Version:

GNAT 4.0.0 20050202 (experimental)
Copyright 1996-2004 Free Software Foundation, Inc.

With Regards

Martin

-- 


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


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

* [Bug ada/19851] The new GNAT can't compile PolyORB
  2005-02-09 19:24 [Bug ada/19851] New: The new GNAT can't compile PolyORB krischik at users dot sourceforge dot net
                   ` (3 preceding siblings ...)
  2005-02-10 15:55 ` krischik at users dot sourceforge dot net
@ 2005-02-10 17:12 ` krischik at users dot sourceforge dot net
  2005-02-15  1:00 ` laurent at guerby dot net
  5 siblings, 0 replies; 7+ messages in thread
From: krischik at users dot sourceforge dot net @ 2005-02-10 17:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From krischik at users dot sourceforge dot net  2005-02-10 10:20 -------
(From update of attachment 8160)
Mime type was not correctly determined.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #8160|application/octet-stream    |text/x-adasrc
          mime type|                            |


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


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

* [Bug ada/19851] The new GNAT can't compile PolyORB
  2005-02-09 19:24 [Bug ada/19851] New: The new GNAT can't compile PolyORB krischik at users dot sourceforge dot net
                   ` (4 preceding siblings ...)
  2005-02-10 17:12 ` krischik at users dot sourceforge dot net
@ 2005-02-15  1:00 ` laurent at guerby dot net
  5 siblings, 0 replies; 7+ messages in thread
From: laurent at guerby dot net @ 2005-02-15  1:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From laurent at guerby dot net  2005-02-14 20:43 -------
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19956
has a 10 line testcase for the same ICE

*** This bug has been marked as a duplicate of 19956 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

end of thread, other threads:[~2005-02-14 20:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-09 19:24 [Bug ada/19851] New: The new GNAT can't compile PolyORB krischik at users dot sourceforge dot net
2005-02-09 19:25 ` [Bug ada/19851] " krischik at users dot sourceforge dot net
2005-02-09 20:58 ` charlet at gcc dot gnu dot org
2005-02-10 15:40 ` krischik at users dot sourceforge dot net
2005-02-10 15:55 ` krischik at users dot sourceforge dot net
2005-02-10 17:12 ` krischik at users dot sourceforge dot net
2005-02-15  1:00 ` laurent at guerby dot net

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).