public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: bert.laverman@ps.net
To: gcc-gnats@gcc.gnu.org
Subject: c++/3354: Internal compiler error while compiling ORBIX 3.3 CORBA code
Date: Thu, 21 Jun 2001 19:46:00 -0000	[thread overview]
Message-ID: <20010622024551.23463.qmail@sourceware.cygnus.com> (raw)

>Number:         3354
>Category:       c++
>Synopsis:       Internal compiler error while compiling ORBIX 3.3 CORBA code
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Thu Jun 21 19:46:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Bert Laverman
>Release:        gcc version 2.95.3-4 (cygwin special)
>Organization:
>Environment:
Windows NT4.0/5.0, cygwin 1.3, Orbix 3.3 for C++ on NT
>Description:
$ make
g++ -I../../include -I/cygdrive/c/WIN32APP/Tools/Iona/include -g -Wall -c ConfigServer.cpp
In file included from /cygdrive/c/WIN32APP/Tools/Iona/include/corba/PreCORBA.h:122,
                 from /cygdrive/c/WIN32APP/Tools/Iona/include/CORBA.h:22,
                 from ConfigServer.h:27,
                 from ConfigServer.cpp:5:
/usr/include/w32api/winsock2.h:96: warning: #warning "fd_set and associated macros have been defined in sys/types.      This may cause runtime problems with W32 sockets"
In file included from /cygdrive/c/WIN32APP/Tools/Iona/include/CORBA.h:22,
                 from ConfigServer.h:27,
                 from ConfigServer.cpp:5:
/cygdrive/c/WIN32APP/Tools/Iona/include/corba/PreCORBA.h:111: warning: ignoring pragma:
In file included from /cygdrive/c/WIN32APP/Tools/Iona/include/CORBA.h:49,
                 from ConfigServer.h:27,
                 from ConfigServer.cpp:5:
/cygdrive/c/WIN32APP/Tools/Iona/include/corba/PseudoIDL.h:419: Internal compiler error.
/cygdrive/c/WIN32APP/Tools/Iona/include/corba/PseudoIDL.h:419: Please submit a full bug report.
/cygdrive/c/WIN32APP/Tools/Iona/include/corba/PseudoIDL.h:419: See <URL: http://www.gnu.org/software/gcc/bugs.html > for instructions.

The second warning has to do with the FD_SETSIZE:
---PreCORBA.h:110-117
 #if defined(FD_SETSIZE) && FD_SETSIZE < 1024
#pragma message ("\nWarning: Orbix wants an fd_set of size 1024 or greater \n \
Please include CORBA.h before winsock2.h\n")
 #else
  #ifndef FD_SETSIZE
   #define FD_SETSIZE 1024
  #endif 
 #endif
---
The ICE occurs at:
---PseudoIDL.h:414-420

static ITDECLSPEC void IT_CALL_SPEC
release
(
	NamedValue_ptr obj,
	Environment& = IT_chooseDefaultEnv()
);
---

I know Iona doesn't support gcc on NT for Orbix 3.3, but an Internal Compiler Error??? I would love to be able to use gcc rather than VC.
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


             reply	other threads:[~2001-06-21 19:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-21 19:46 bert.laverman [this message]
2001-06-22 23:42 aoliva

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010622024551.23463.qmail@sourceware.cygnus.com \
    --to=bert.laverman@ps.net \
    --cc=gcc-gnats@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).