public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c++/4439: extern "Java" support: Can't create array of primitive Java type with 'new'
@ 2001-10-01 23:16 ashley
  0 siblings, 0 replies; only message in thread
From: ashley @ 2001-10-01 23:16 UTC (permalink / raw)
  To: gcc-gnats

>Number:         4439
>Category:       c++
>Synopsis:       extern "Java" support: Can't create array of primitive Java type with 'new'
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Mon Oct 01 23:16:02 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Ashley Yakeley
>Release:        3.0.1-0pre0108
>Organization:
>Environment:
$ uname -a
Linux server 2.2.19pre17 #1 Tue Mar 13 22:37:59 EST 2001 i686 unknown
>Description:
Try this:

    #include <gcj/javaprims.h>

    static void foo ()
        {
        new jboolean[1];
        }

Compile with this:

    gcc-3.0 gccbug.cpp

Results:

gccbug.cpp: In function `void foo()':
gccbug.cpp:5: Can't find class$
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL: http://www.gnu.org/software/gcc/bugs.html > for instructions.
>How-To-Repeat:

>Fix:
no idea
>Release-Note:
>Audit-Trail:
>Unformatted:


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-10-01 23:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-01 23:16 c++/4439: extern "Java" support: Can't create array of primitive Java type with 'new' ashley

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