public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug driver/30714]  New: [regression] gcj driver doesn't recognize files starting with II
@ 2007-02-06 14:20 doko at ubuntu dot com
  2007-02-06 18:03 ` [Bug driver/30714] [4.3 regression] " doko at ubuntu dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: doko at ubuntu dot com @ 2007-02-06 14:20 UTC (permalink / raw)
  To: gcc-bugs

at least seen on the redhat/gcc-4_1-branch-java-merge-20070117 branch; not yet
validated on the trunk:

$ touch IIFoo.java
$ gcj -C IIFoo.java
gcj: no input files


-- 
           Summary: [regression] gcj driver doesn't recognize files starting
                    with II
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: driver
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: doko at ubuntu dot com


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


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

* [Bug driver/30714] [4.3 regression] gcj driver doesn't recognize files starting with II
  2007-02-06 14:20 [Bug driver/30714] New: [regression] gcj driver doesn't recognize files starting with II doko at ubuntu dot com
@ 2007-02-06 18:03 ` doko at ubuntu dot com
  2007-02-06 20:25 ` tromey at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: doko at ubuntu dot com @ 2007-02-06 18:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from doko at ubuntu dot com  2007-02-06 18:02 -------
confirmed with trunk 20070206


-- 

doko at ubuntu dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |4.3.0
      Known to work|                            |4.1.2 4.2.0
            Summary|[regression] gcj driver     |[4.3 regression] gcj driver
                   |doesn't recognize files     |doesn't recognize files
                   |starting with II            |starting with II


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


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

* [Bug driver/30714] [4.3 regression] gcj driver doesn't recognize files starting with II
  2007-02-06 14:20 [Bug driver/30714] New: [regression] gcj driver doesn't recognize files starting with II doko at ubuntu dot com
  2007-02-06 18:03 ` [Bug driver/30714] [4.3 regression] " doko at ubuntu dot com
@ 2007-02-06 20:25 ` tromey at gcc dot gnu dot org
  2007-02-06 20:44 ` tromey at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tromey at gcc dot gnu dot org @ 2007-02-06 20:25 UTC (permalink / raw)
  To: gcc-bugs



-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-02-06 20:25:04
               date|                            |


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


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

* [Bug driver/30714] [4.3 regression] gcj driver doesn't recognize files starting with II
  2007-02-06 14:20 [Bug driver/30714] New: [regression] gcj driver doesn't recognize files starting with II doko at ubuntu dot com
  2007-02-06 18:03 ` [Bug driver/30714] [4.3 regression] " doko at ubuntu dot com
  2007-02-06 20:25 ` tromey at gcc dot gnu dot org
@ 2007-02-06 20:44 ` tromey at gcc dot gnu dot org
  2007-02-06 20:46 ` tromey at gcc dot gnu dot org
  2007-02-06 20:47 ` tromey at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: tromey at gcc dot gnu dot org @ 2007-02-06 20:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from tromey at gcc dot gnu dot org  2007-02-06 20:44 -------
Subject: Bug 30714

Author: tromey
Date: Tue Feb  6 20:43:55 2007
New Revision: 121666

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121666
Log:
        PR java/30714:
        * jvspec.c (lang_specific_driver): Check for the '-' in '-I'.

Modified:
    trunk/gcc/java/ChangeLog
    trunk/gcc/java/jvspec.c


-- 


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


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

* [Bug driver/30714] [4.3 regression] gcj driver doesn't recognize files starting with II
  2007-02-06 14:20 [Bug driver/30714] New: [regression] gcj driver doesn't recognize files starting with II doko at ubuntu dot com
                   ` (2 preceding siblings ...)
  2007-02-06 20:44 ` tromey at gcc dot gnu dot org
@ 2007-02-06 20:46 ` tromey at gcc dot gnu dot org
  2007-02-06 20:47 ` tromey at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: tromey at gcc dot gnu dot org @ 2007-02-06 20:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from tromey at gcc dot gnu dot org  2007-02-06 20:45 -------
Subject: Bug 30714

Author: tromey
Date: Tue Feb  6 20:45:25 2007
New Revision: 121667

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121667
Log:
        PR java/30714:
        * jvspec.c (lang_specific_driver): Check for the '-' in '-I'.

Modified:
    branches/redhat/gcc-4_1-branch-java-merge-20070117/gcc/java/ChangeLog
    branches/redhat/gcc-4_1-branch-java-merge-20070117/gcc/java/jvspec.c


-- 


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


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

* [Bug driver/30714] [4.3 regression] gcj driver doesn't recognize files starting with II
  2007-02-06 14:20 [Bug driver/30714] New: [regression] gcj driver doesn't recognize files starting with II doko at ubuntu dot com
                   ` (3 preceding siblings ...)
  2007-02-06 20:46 ` tromey at gcc dot gnu dot org
@ 2007-02-06 20:47 ` tromey at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: tromey at gcc dot gnu dot org @ 2007-02-06 20:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from tromey at gcc dot gnu dot org  2007-02-06 20:46 -------
Fix checked in.


-- 

tromey at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2007-02-06 20:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-06 14:20 [Bug driver/30714] New: [regression] gcj driver doesn't recognize files starting with II doko at ubuntu dot com
2007-02-06 18:03 ` [Bug driver/30714] [4.3 regression] " doko at ubuntu dot com
2007-02-06 20:25 ` tromey at gcc dot gnu dot org
2007-02-06 20:44 ` tromey at gcc dot gnu dot org
2007-02-06 20:46 ` tromey at gcc dot gnu dot org
2007-02-06 20:47 ` tromey 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).