public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/15578] New: gcj doesn't support -extdirs
@ 2004-05-21 23:34 tromey at gcc dot gnu dot org
  2004-05-22  0:40 ` [Bug java/15578] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: tromey at gcc dot gnu dot org @ 2004-05-21 23:34 UTC (permalink / raw)
  To: java-prs

gcj supports --extdirs, but not -extdirs (single dash).
This is needed if "gcj -C" is going to be compatible
with "javac", which has been a longstanding goal.

-- 
           Summary: gcj doesn't support -extdirs
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tromey at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


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


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

* [Bug java/15578] gcj doesn't support -extdirs
  2004-05-21 23:34 [Bug java/15578] New: gcj doesn't support -extdirs tromey at gcc dot gnu dot org
@ 2004-05-22  0:40 ` pinskia at gcc dot gnu dot org
  2004-09-23  0:49 ` tromey at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-22  0:40 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-21 23:34 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |1374
              nThis|                            |
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-05-21 23:34:20
               date|                            |
            Version|unknown                     |3.5.0


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


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

* [Bug java/15578] gcj doesn't support -extdirs
  2004-05-21 23:34 [Bug java/15578] New: gcj doesn't support -extdirs tromey at gcc dot gnu dot org
  2004-05-22  0:40 ` [Bug java/15578] " pinskia at gcc dot gnu dot org
@ 2004-09-23  0:49 ` tromey at gcc dot gnu dot org
  2004-09-23 18:43 ` tromey at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tromey at gcc dot gnu dot org @ 2004-09-23  0:49 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From tromey at gcc dot gnu dot org  2004-09-23 00:49 -------
Right now if I use "--extdirs foo" I get an error:

opsy. gcj --syntax-only --extdirs lib -Isrc src/org/jacorb/config/Configuration.java
jc1: error: unrecognized command line option "-fextdirs"

However, if I use --extdirs=lib, it works.


-- 


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


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

* [Bug java/15578] gcj doesn't support -extdirs
  2004-05-21 23:34 [Bug java/15578] New: gcj doesn't support -extdirs tromey at gcc dot gnu dot org
  2004-05-22  0:40 ` [Bug java/15578] " pinskia at gcc dot gnu dot org
  2004-09-23  0:49 ` tromey at gcc dot gnu dot org
@ 2004-09-23 18:43 ` tromey at gcc dot gnu dot org
  2004-09-23 19:20 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tromey at gcc dot gnu dot org @ 2004-09-23 18:43 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From tromey at gcc dot gnu dot org  2004-09-23 18:43 -------
Testing a patch.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2004-08-20 06:50:50         |2004-09-23 18:43:48
               date|                            |


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


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

* [Bug java/15578] gcj doesn't support -extdirs
  2004-05-21 23:34 [Bug java/15578] New: gcj doesn't support -extdirs tromey at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-09-23 18:43 ` tromey at gcc dot gnu dot org
@ 2004-09-23 19:20 ` pinskia at gcc dot gnu dot org
  2004-10-13 17:04 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-23 19:20 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-23 19:20 -------
Patch here: <http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02420.html>.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch


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


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

* [Bug java/15578] gcj doesn't support -extdirs
  2004-05-21 23:34 [Bug java/15578] New: gcj doesn't support -extdirs tromey at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-09-23 19:20 ` pinskia at gcc dot gnu dot org
@ 2004-10-13 17:04 ` cvs-commit at gcc dot gnu dot org
  2004-10-13 17:05 ` tromey at gcc dot gnu dot org
  2004-10-13 17:05 ` cvs-commit at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-10-13 17:04 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-10-13 17:04 -------
Subject: Bug 15578

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	tromey@gcc.gnu.org	2004-10-13 17:03:58

Modified files:
	gcc            : ChangeLog gcc.c 

Log message:
	PR java/15578:
	* gcc.c (option_map): Added --extdirs and --encoding.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.5861&r2=2.5862
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gcc.c.diff?cvsroot=gcc&r1=1.435&r2=1.436



-- 


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


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

* [Bug java/15578] gcj doesn't support -extdirs
  2004-05-21 23:34 [Bug java/15578] New: gcj doesn't support -extdirs tromey at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2004-10-13 17:05 ` tromey at gcc dot gnu dot org
@ 2004-10-13 17:05 ` cvs-commit at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-10-13 17:05 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-10-13 17:05 -------
Subject: Bug 15578

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	tromey@gcc.gnu.org	2004-10-13 17:04:58

Modified files:
	gcc/java       : ChangeLog lang.opt jvspec.c 

Log message:
	PR java/15578:
	* lang.opt (--extdirs): Document.
	* jvspec.c (lang_specific_driver): Recognize -encoding and
	-extdirs.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&r1=1.1482&r2=1.1483
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/lang.opt.diff?cvsroot=gcc&r1=1.10&r2=1.11
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/jvspec.c.diff?cvsroot=gcc&r1=1.66&r2=1.67



-- 


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


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

* [Bug java/15578] gcj doesn't support -extdirs
  2004-05-21 23:34 [Bug java/15578] New: gcj doesn't support -extdirs tromey at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-10-13 17:04 ` cvs-commit at gcc dot gnu dot org
@ 2004-10-13 17:05 ` tromey at gcc dot gnu dot org
  2004-10-13 17:05 ` cvs-commit at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: tromey at gcc dot gnu dot org @ 2004-10-13 17:05 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From tromey at gcc dot gnu dot org  2004-10-13 17:05 -------
Fix checked in.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.0


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


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

end of thread, other threads:[~2004-10-13 17:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-21 23:34 [Bug java/15578] New: gcj doesn't support -extdirs tromey at gcc dot gnu dot org
2004-05-22  0:40 ` [Bug java/15578] " pinskia at gcc dot gnu dot org
2004-09-23  0:49 ` tromey at gcc dot gnu dot org
2004-09-23 18:43 ` tromey at gcc dot gnu dot org
2004-09-23 19:20 ` pinskia at gcc dot gnu dot org
2004-10-13 17:04 ` cvs-commit at gcc dot gnu dot org
2004-10-13 17:05 ` tromey at gcc dot gnu dot org
2004-10-13 17:05 ` cvs-commit 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).