public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/9677] File not found if spaces in file name
       [not found] <20030212202601.9677.paavola@skycomputers.com>
@ 2003-05-26 21:04 ` pinskia@physics.uc.edu
  2003-11-09  1:23 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia@physics.uc.edu @ 2003-05-26 21:04 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


------- Additional Comments From pinskia@physics.uc.edu  2003-05-26 20:58 -------
Does this still happen in gcc 3.3?



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug java/9677] File not found if spaces in file name
       [not found] <20030212202601.9677.paavola@skycomputers.com>
  2003-05-26 21:04 ` [Bug java/9677] File not found if spaces in file name pinskia@physics.uc.edu
@ 2003-11-09  1:23 ` pinskia at gcc dot gnu dot org
  2004-06-21  6:53 ` rmathew at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-09  1:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-09 01:23 -------
No longer looks like a driver problem:
/tmp/foo bar/foo.java:0: fatal error: can't open /tmp/foo: No such file or directory


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|driver                      |java


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


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

* [Bug java/9677] File not found if spaces in file name
       [not found] <20030212202601.9677.paavola@skycomputers.com>
  2003-05-26 21:04 ` [Bug java/9677] File not found if spaces in file name pinskia@physics.uc.edu
  2003-11-09  1:23 ` pinskia at gcc dot gnu dot org
@ 2004-06-21  6:53 ` rmathew at gcc dot gnu dot org
  2004-08-16 11:49 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: rmathew at gcc dot gnu dot org @ 2004-06-21  6:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rmathew at gcc dot gnu dot org  2004-06-21 06:53 -------
This is caused by:

  http://gcc.gnu.org/ml/java/2001-02/msg00256.html

See also:

  http://gcc.gnu.org/ml/java/2004-06/msg00183.html


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rmathew at hotmail dot com
   Last reconfirmed|2004-02-08 06:20:04         |2004-06-21 06:53:04
               date|                            |


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


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

* [Bug java/9677] File not found if spaces in file name
       [not found] <20030212202601.9677.paavola@skycomputers.com>
                   ` (2 preceding siblings ...)
  2004-06-21  6:53 ` rmathew at gcc dot gnu dot org
@ 2004-08-16 11:49 ` cvs-commit at gcc dot gnu dot org
  2004-08-16 16:49 ` pinskia at gcc dot gnu dot org
  2004-09-01 15:53 ` cvs-commit at gcc dot gnu dot org
  5 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-08-16 11:49 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-08-16 11:49 -------
Subject: Bug 9677

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	aph@gcc.gnu.org	2004-08-16 11:49:24

Modified files:
	gcc/java       : ChangeLog jcf-parse.c 

Log message:
	2004-08-16  Elliot Lee <sopwith@redhat.com>
	
	PR java/9677
	* jcf-parse.c (java_parse_file): Handle filenames with embedded
	spaces, and quoted filelists.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&r1=1.1436&r2=1.1437
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/jcf-parse.c.diff?cvsroot=gcc&r1=1.167&r2=1.168



-- 


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


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

* [Bug java/9677] File not found if spaces in file name
       [not found] <20030212202601.9677.paavola@skycomputers.com>
                   ` (3 preceding siblings ...)
  2004-08-16 11:49 ` cvs-commit at gcc dot gnu dot org
@ 2004-08-16 16:49 ` pinskia at gcc dot gnu dot org
  2004-09-01 15:53 ` cvs-commit at gcc dot gnu dot org
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-16 16:49 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-16 16:49 -------
Fixed for 3.5.0.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.5.0


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


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

* [Bug java/9677] File not found if spaces in file name
       [not found] <20030212202601.9677.paavola@skycomputers.com>
                   ` (4 preceding siblings ...)
  2004-08-16 16:49 ` pinskia at gcc dot gnu dot org
@ 2004-09-01 15:53 ` cvs-commit at gcc dot gnu dot org
  5 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-09-01 15:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-09-01 15:53 -------
Subject: Bug 9677

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-rhl-branch
Changes by:	jakub@gcc.gnu.org	2004-09-01 15:53:05

Modified files:
	gcc/java       : ChangeLog jcf-parse.c 

Log message:
	2004-08-16  Elliot Lee  <sopwith@redhat.com>
	
	PR java/9677
	* jcf-parse.c (java_parse_file): Handle filenames with embedded
	spaces, and quoted filelists.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=1.1315.2.15.2.3&r2=1.1315.2.15.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/jcf-parse.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=1.157.2.1&r2=1.157.2.1.2.1



-- 


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


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

end of thread, other threads:[~2004-09-01 15:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030212202601.9677.paavola@skycomputers.com>
2003-05-26 21:04 ` [Bug java/9677] File not found if spaces in file name pinskia@physics.uc.edu
2003-11-09  1:23 ` pinskia at gcc dot gnu dot org
2004-06-21  6:53 ` rmathew at gcc dot gnu dot org
2004-08-16 11:49 ` cvs-commit at gcc dot gnu dot org
2004-08-16 16:49 ` pinskia at gcc dot gnu dot org
2004-09-01 15:53 ` 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).