public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug driver/41594]  New: -static-libstdc++ is not recognized as valid by the gcc driver.
@ 2009-10-05 19:37 developer at sandoe-acoustics dot co dot uk
  2009-10-05 19:40 ` [Bug driver/41594] " developer at sandoe-acoustics dot co dot uk
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: developer at sandoe-acoustics dot co dot uk @ 2009-10-05 19:37 UTC (permalink / raw)
  To: gcc-bugs

although the option is parsed by g++spec.c it is not accepted by gcc.


-- 
           Summary: -static-libstdc++ is not recognized as valid by the gcc
                    driver.
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: driver
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: developer at sandoe-acoustics dot co dot uk
 GCC build triplet: *-*-*
  GCC host triplet: *-*-*
GCC target triplet: *-*-*


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


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

* [Bug driver/41594] -static-libstdc++ is not recognized as valid by the gcc driver.
  2009-10-05 19:37 [Bug driver/41594] New: -static-libstdc++ is not recognized as valid by the gcc driver developer at sandoe-acoustics dot co dot uk
@ 2009-10-05 19:40 ` developer at sandoe-acoustics dot co dot uk
  2010-04-07 10:40 ` iains at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: developer at sandoe-acoustics dot co dot uk @ 2009-10-05 19:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from developer at sandoe-acoustics dot co dot uk  2009-10-05 19:39 -------
Created an attachment (id=18713)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18713&action=view)
recognize "-static-libstdc++" as a valid option

log: 
       *gcc/gcc.c: Add -static-libstdc++ to list of recognized options.


-- 


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


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

* [Bug driver/41594] -static-libstdc++ is not recognized as valid by the gcc driver.
  2009-10-05 19:37 [Bug driver/41594] New: -static-libstdc++ is not recognized as valid by the gcc driver developer at sandoe-acoustics dot co dot uk
  2009-10-05 19:40 ` [Bug driver/41594] " developer at sandoe-acoustics dot co dot uk
@ 2010-04-07 10:40 ` iains at gcc dot gnu dot org
  2010-04-07 10:41 ` iains at gcc dot gnu dot org
  2010-04-07 10:44 ` iains at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: iains at gcc dot gnu dot org @ 2010-04-07 10:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from iains at gcc dot gnu dot org  2010-04-07 10:40 -------
Subject: Bug 41594

Author: iains
Date: Wed Apr  7 10:40:06 2010
New Revision: 158052

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158052
Log:
2010-04-07  Iain Sandoe  <iains@gcc.gnu.org>

        PR driver/41594
        * gcc.c: Add -static-libstdc++ to list of recognized options.


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


-- 


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


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

* [Bug driver/41594] -static-libstdc++ is not recognized as valid by the gcc driver.
  2009-10-05 19:37 [Bug driver/41594] New: -static-libstdc++ is not recognized as valid by the gcc driver developer at sandoe-acoustics dot co dot uk
  2009-10-05 19:40 ` [Bug driver/41594] " developer at sandoe-acoustics dot co dot uk
  2010-04-07 10:40 ` iains at gcc dot gnu dot org
@ 2010-04-07 10:41 ` iains at gcc dot gnu dot org
  2010-04-07 10:44 ` iains at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: iains at gcc dot gnu dot org @ 2010-04-07 10:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from iains at gcc dot gnu dot org  2010-04-07 10:40 -------
2010-04-07  Iain Sandoe  <iains@gcc.gnu.org>

        PR driver/41594
        * gcc.c: Add -static-libstdc++ to list of recognized options.


M    ChangeLog
M    gcc.c


-- 


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


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

* [Bug driver/41594] -static-libstdc++ is not recognized as valid by the gcc driver.
  2009-10-05 19:37 [Bug driver/41594] New: -static-libstdc++ is not recognized as valid by the gcc driver developer at sandoe-acoustics dot co dot uk
                   ` (2 preceding siblings ...)
  2010-04-07 10:41 ` iains at gcc dot gnu dot org
@ 2010-04-07 10:44 ` iains at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: iains at gcc dot gnu dot org @ 2010-04-07 10:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from iains at gcc dot gnu dot org  2010-04-07 10:44 -------
sorry about the double message.. I know now ;)


-- 

iains at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2010-04-07 10:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-05 19:37 [Bug driver/41594] New: -static-libstdc++ is not recognized as valid by the gcc driver developer at sandoe-acoustics dot co dot uk
2009-10-05 19:40 ` [Bug driver/41594] " developer at sandoe-acoustics dot co dot uk
2010-04-07 10:40 ` iains at gcc dot gnu dot org
2010-04-07 10:41 ` iains at gcc dot gnu dot org
2010-04-07 10:44 ` iains 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).