public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Alexandre Petit-Bianco <apbianco@cygnus.com>
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org
Subject: Re: java/4360: libjava fails to compile on i686-pc-linux-gnu (AttributedString)
Date: Fri, 21 Sep 2001 13:06:00 -0000	[thread overview]
Message-ID: <20010921200602.854.qmail@sourceware.cygnus.com> (raw)

The following reply was made to PR java/4360; it has been noted by GNATS.

From: Alexandre Petit-Bianco <apbianco@cygnus.com>
To: "Georg Wild" <georg.wild@gmx.de>
Cc: <gcc-gnats@gcc.gnu.org>
Subject: Re: java/4360: libjava fails to compile on i686-pc-linux-gnu (AttributedString)
Date: Fri, 21 Sep 2001 12:57:44 -0700 (PDT)

 Georg Wild writes:
 
 > Sorry because of the time I need to do this! Unfortunatelly I
 > deleted my gcc tree, but I've compiled it again; I'll attach a
 > partial log of the build!
 
 Thank you. Can you patch your compiler one more time with this and try
 the command you just mentionned:
 
 > /root/gcc/gcc/gcj -B/root/gcc/i686-pc-linux-gnu/libjava/ -B/root/gcc/gcc/ --
 > encoding=UTF-8 -C -g -classpath /root/gcc/i686-pc-linux-gnu/libjava:. -d
 > /root/gcc/i686-pc-linux-gnu/libjava java/lang/ClassNotFoundException.java
 
 ./A
 
 Index: decl.c
 ===================================================================
 RCS file: /cvs/gcc/gcc/gcc/java/decl.c,v
 retrieving revision 1.108
 diff -u -p -r1.108 decl.c
 --- decl.c      2001/08/24 17:24:02     1.108
 +++ decl.c      2001/09/21 19:53:48
 @@ -563,9 +563,11 @@ init_decl_processing ()
    predef_filenames [4] = get_identifier ("java/lang/String.java");
    predef_filenames [5] = get_identifier ("java/lang/Throwable.java");
    predef_filenames [6] = get_identifier ("gnu/gcj/RawData.java");
 -  predef_filenames [7] = get_identifier ("java/lang/Exception");
 -  predef_filenames [8] = get_identifier ("java/lang/ClassNotFoundException");
 -  predef_filenames [9] = get_identifier ("java/lang/NoClassDefFoundError");
 +  predef_filenames [7] = get_identifier ("java/lang/Exception.java");
 +  predef_filenames [8] =
 +    get_identifier ("java/lang/ClassNotFoundException.java");
 +  predef_filenames [9] =
 +    get_identifier ("java/lang/NoClassDefFoundError.java");
  
    methodtable_type = make_node (RECORD_TYPE);
    layout_type (methodtable_type);


             reply	other threads:[~2001-09-21 13:06 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-21 13:06 Alexandre Petit-Bianco [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-09-22 11:52 apbianco
2001-09-22 11:26 Alexandre Petit-Bianco
2001-09-22  9:26 Alexandre Petit-Bianco
2001-09-22  3:46 Georg Wild
2001-09-22  3:26 Georg Wild
2001-09-21 15:46 Alexandre Petit-Bianco
2001-09-21 11:26 Alexandre Petit-Bianco
2001-09-20  8:16 Alexandre Petit-Bianco
2001-09-19  8:26 Alexandre Petit-Bianco
2001-09-19  6:06 georg.wild

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=20010921200602.854.qmail@sourceware.cygnus.com \
    --to=apbianco@cygnus.com \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=nobody@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).