public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/32706]  New: gcj -M's dependency list is empty
@ 2007-07-09 18:16 cagney at redhat dot com
  2007-07-15 20:46 ` [Bug java/32706] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: cagney at redhat dot com @ 2007-07-09 18:16 UTC (permalink / raw)
  To: java-prs

GCJ -M is producing an empty dependency list vis:

package frysk4742;
class Referee
{
    static int i;
    int j;
    Referee() {
        j = i++;
    }
}

package frysk4742;

class Referer {
    static public void main(String[] args) {
        new Referee();
    }
}

gcj -M frysk4742/Referer.java

gcc (GCC) 4.1.1 20070105 (Red Hat 4.1.1-51):
imports/tests/frysk4742/Referer.java
../../../frysk/frysk-imports/tests/frysk4742/Referer.o:  \
 ../../../frysk/frysk-imports/tests/frysk4742/Referer.java \
  /usr/share/java/libgcj-4.1.1.jar \
  ../../../frysk/frysk-imports/tests/frysk4742/Referee.java

gcc (GCC) 4.1.2 20070502 (Red Hat 4.1.2-12):
/tmp/ccSF6vYl.o:


-- 
           Summary: gcj -M's dependency list is empty
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: cagney at redhat dot com


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


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

* [Bug java/32706] gcj -M's dependency list is empty
  2007-07-09 18:16 [Bug java/32706] New: gcj -M's dependency list is empty cagney at redhat dot com
@ 2007-07-15 20:46 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-07-15 20:46 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-07-15 20:46 -------
Can you stop reporting bugs against RedHat's 4.1.1 to this bug database?
If you are going to report them, please report them against 4.3.0 after trying
that version.


-- 


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


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

end of thread, other threads:[~2007-07-15 20:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-09 18:16 [Bug java/32706] New: gcj -M's dependency list is empty cagney at redhat dot com
2007-07-15 20:46 ` [Bug java/32706] " pinskia 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).