public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug regression/38381]  New: -b option seems to be broken
@ 2008-12-03 15:44 gfuchedzhy at gmail dot com
  2008-12-24  0:54 ` [Bug driver/38381] [4.2/4.3/4.4 Regression] " pinskia at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: gfuchedzhy at gmail dot com @ 2008-12-03 15:44 UTC (permalink / raw)
  To: gcc-bugs

when i'm trying to use -b option i can get only "unrecognized option -b"

how to reproduce:

gcc -b something


-- 
           Summary: -b option seems to be broken
           Product: gcc
           Version: 4.1.2
            Status: UNCONFIRMED
          Severity: trivial
          Priority: P3
         Component: regression
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gfuchedzhy at gmail dot com
  GCC host triplet: i686-pc-linux-gnu


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


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

* [Bug driver/38381] [4.2/4.3/4.4 Regression] -b option seems to be broken
  2008-12-03 15:44 [Bug regression/38381] New: -b option seems to be broken gfuchedzhy at gmail dot com
@ 2008-12-24  0:54 ` pinskia at gcc dot gnu dot org
  2008-12-26 17:52 ` jakub at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-12-24  0:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2008-12-24 00:52 -------
Confirmed, this used to work in 4.0.2.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
          Component|regression                  |driver
     Ever Confirmed|0                           |1
      Known to fail|                            |4.3.0 4.4.0
      Known to work|                            |4.0.2
   Last reconfirmed|0000-00-00 00:00:00         |2008-12-24 00:52:09
               date|                            |
            Summary|-b option seems to be broken|[4.2/4.3/4.4 Regression] -b
                   |                            |option seems to be broken
   Target Milestone|---                         |4.2.5


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


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

* [Bug driver/38381] [4.2/4.3/4.4 Regression] -b option seems to be broken
  2008-12-03 15:44 [Bug regression/38381] New: -b option seems to be broken gfuchedzhy at gmail dot com
  2008-12-24  0:54 ` [Bug driver/38381] [4.2/4.3/4.4 Regression] " pinskia at gcc dot gnu dot org
@ 2008-12-26 17:52 ` jakub at gcc dot gnu dot org
  2008-12-29  8:35 ` jakub at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-12-26 17:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jakub at gcc dot gnu dot org  2008-12-26 17:48 -------
Caused by PR21366, IMHO for -b alone (where the option comes in the second arg)
we shouldn't check for the hyphen at all.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jakub at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2008-12-24 00:52:09         |2008-12-26 17:48:36
               date|                            |


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


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

* [Bug driver/38381] [4.2/4.3/4.4 Regression] -b option seems to be broken
  2008-12-03 15:44 [Bug regression/38381] New: -b option seems to be broken gfuchedzhy at gmail dot com
  2008-12-24  0:54 ` [Bug driver/38381] [4.2/4.3/4.4 Regression] " pinskia at gcc dot gnu dot org
  2008-12-26 17:52 ` jakub at gcc dot gnu dot org
@ 2008-12-29  8:35 ` jakub at gcc dot gnu dot org
  2008-12-29  8:38 ` [Bug driver/38381] [4.2/4.3 " jakub at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-12-29  8:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jakub at gcc dot gnu dot org  2008-12-29 08:33 -------
Subject: Bug 38381

Author: jakub
Date: Mon Dec 29 08:32:21 2008
New Revision: 142947

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142947
Log:
        PR driver/38381
        * gcc.c (process_command): Accept also -b with configuration name
        in the next argument.
        * doc/invoke.texi (-b): Document that no hyphen is required if
        configuration name is in the next argument after -b.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/doc/invoke.texi
    trunk/gcc/gcc.c


-- 


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


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

* [Bug driver/38381] [4.2/4.3 Regression] -b option seems to be broken
  2008-12-03 15:44 [Bug regression/38381] New: -b option seems to be broken gfuchedzhy at gmail dot com
                   ` (2 preceding siblings ...)
  2008-12-29  8:35 ` jakub at gcc dot gnu dot org
@ 2008-12-29  8:38 ` jakub at gcc dot gnu dot org
  2008-12-29 22:45 ` rguenth at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-12-29  8:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from jakub at gcc dot gnu dot org  2008-12-29 08:35 -------
Fixed on the trunk so far.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|4.3.0 4.4.0                 |4.3.0
      Known to work|4.0.2                       |4.0.2 4.4.0
            Summary|[4.2/4.3/4.4 Regression] -b |[4.2/4.3 Regression] -b
                   |option seems to be broken   |option seems to be broken


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


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

* [Bug driver/38381] [4.2/4.3 Regression] -b option seems to be broken
  2008-12-03 15:44 [Bug regression/38381] New: -b option seems to be broken gfuchedzhy at gmail dot com
                   ` (3 preceding siblings ...)
  2008-12-29  8:38 ` [Bug driver/38381] [4.2/4.3 " jakub at gcc dot gnu dot org
@ 2008-12-29 22:45 ` rguenth at gcc dot gnu dot org
  2009-03-31 21:05 ` [Bug driver/38381] [4.3 " jsm28 at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-12-29 22:45 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2


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


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

* [Bug driver/38381] [4.3 Regression] -b option seems to be broken
  2008-12-03 15:44 [Bug regression/38381] New: -b option seems to be broken gfuchedzhy at gmail dot com
                   ` (4 preceding siblings ...)
  2008-12-29 22:45 ` rguenth at gcc dot gnu dot org
@ 2009-03-31 21:05 ` jsm28 at gcc dot gnu dot org
  2009-08-04 12:45 ` rguenth at gcc dot gnu dot org
  2010-04-20 12:22 ` rguenth at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2009-03-31 21:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from jsm28 at gcc dot gnu dot org  2009-03-31 21:04 -------
Closing 4.2 branch.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.2/4.3 Regression] -b     |[4.3 Regression] -b option
                   |option seems to be broken   |seems to be broken
   Target Milestone|4.2.5                       |4.3.4


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


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

* [Bug driver/38381] [4.3 Regression] -b option seems to be broken
  2008-12-03 15:44 [Bug regression/38381] New: -b option seems to be broken gfuchedzhy at gmail dot com
                   ` (5 preceding siblings ...)
  2009-03-31 21:05 ` [Bug driver/38381] [4.3 " jsm28 at gcc dot gnu dot org
@ 2009-08-04 12:45 ` rguenth at gcc dot gnu dot org
  2010-04-20 12:22 ` rguenth at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-08-04 12:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from rguenth at gcc dot gnu dot org  2009-08-04 12:29 -------
GCC 4.3.4 is being released, adjusting target milestone.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.4                       |4.3.5


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


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

* [Bug driver/38381] [4.3 Regression] -b option seems to be broken
  2008-12-03 15:44 [Bug regression/38381] New: -b option seems to be broken gfuchedzhy at gmail dot com
                   ` (6 preceding siblings ...)
  2009-08-04 12:45 ` rguenth at gcc dot gnu dot org
@ 2010-04-20 12:22 ` rguenth at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-04-20 12:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from rguenth at gcc dot gnu dot org  2010-04-20 12:21 -------
WONTFIX on the 4.3 branch.  This option has been removed for GCC 4.6.


-- 

rguenth at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2010-04-20 12:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-03 15:44 [Bug regression/38381] New: -b option seems to be broken gfuchedzhy at gmail dot com
2008-12-24  0:54 ` [Bug driver/38381] [4.2/4.3/4.4 Regression] " pinskia at gcc dot gnu dot org
2008-12-26 17:52 ` jakub at gcc dot gnu dot org
2008-12-29  8:35 ` jakub at gcc dot gnu dot org
2008-12-29  8:38 ` [Bug driver/38381] [4.2/4.3 " jakub at gcc dot gnu dot org
2008-12-29 22:45 ` rguenth at gcc dot gnu dot org
2009-03-31 21:05 ` [Bug driver/38381] [4.3 " jsm28 at gcc dot gnu dot org
2009-08-04 12:45 ` rguenth at gcc dot gnu dot org
2010-04-20 12:22 ` rguenth 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).