public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/42978] gnatmake doesn't report the options it actually provides to ranlib
       [not found] <bug-42978-4@http.gcc.gnu.org/bugzilla/>
@ 2014-11-10 17:44 ` simon at pushface dot org
  2014-11-10 17:49 ` fxcoudert at gcc dot gnu.org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: simon at pushface dot org @ 2014-11-10 17:44 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42978

--- Comment #2 from simon at pushface dot org ---
I posted a patch for this in
https://gcc.gnu.org/ml/gcc-patches/2010-02/msg00325.html, and Arnaud approved
it in the followup message, but it never got applied.


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

* [Bug ada/42978] gnatmake doesn't report the options it actually provides to ranlib
       [not found] <bug-42978-4@http.gcc.gnu.org/bugzilla/>
  2014-11-10 17:44 ` [Bug ada/42978] gnatmake doesn't report the options it actually provides to ranlib simon at pushface dot org
@ 2014-11-10 17:49 ` fxcoudert at gcc dot gnu.org
  2014-11-11 11:52 ` ebotcazou at gcc dot gnu.org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: fxcoudert at gcc dot gnu.org @ 2014-11-10 17:49 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42978

Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |charlet at gcc dot gnu.org

--- Comment #3 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> ---
I'm adding Arnaud to the CC list, so he can commit if the patch still makes
sense.


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

* [Bug ada/42978] gnatmake doesn't report the options it actually provides to ranlib
       [not found] <bug-42978-4@http.gcc.gnu.org/bugzilla/>
  2014-11-10 17:44 ` [Bug ada/42978] gnatmake doesn't report the options it actually provides to ranlib simon at pushface dot org
  2014-11-10 17:49 ` fxcoudert at gcc dot gnu.org
@ 2014-11-11 11:52 ` ebotcazou at gcc dot gnu.org
  2014-11-11 11:58 ` simon at pushface dot org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2014-11-11 11:52 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42978

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-11-11
                 CC|                            |ebotcazou at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #4 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
> I posted a patch for this in
> https://gcc.gnu.org/ml/gcc-patches/2010-02/msg00325.html, and Arnaud
> approved it in the followup message, but it never got applied.

Sorry about that, please ping patches when they fall through the cracks.


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

* [Bug ada/42978] gnatmake doesn't report the options it actually provides to ranlib
       [not found] <bug-42978-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2014-11-11 11:52 ` ebotcazou at gcc dot gnu.org
@ 2014-11-11 11:58 ` simon at pushface dot org
  2014-11-11 11:59 ` ebotcazou at gcc dot gnu.org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: simon at pushface dot org @ 2014-11-11 11:58 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42978

--- Comment #5 from simon at pushface dot org ---
(In reply to Eric Botcazou from comment #4)
> > I posted a patch for this in
> > https://gcc.gnu.org/ml/gcc-patches/2010-02/msg00325.html, and Arnaud
> > approved it in the followup message, but it never got applied.
> 
> Sorry about that, please ping patches when they fall through the cracks.

I did (https://gcc.gnu.org/ml/gcc-patches/2011-09/msg00978.html) - I guess it
fell through the cracks again, my end as well as yours. Not the most important
of patches!


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

* [Bug ada/42978] gnatmake doesn't report the options it actually provides to ranlib
       [not found] <bug-42978-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2014-11-11 11:58 ` simon at pushface dot org
@ 2014-11-11 11:59 ` ebotcazou at gcc dot gnu.org
  2014-11-11 12:05 ` ebotcazou at gcc dot gnu.org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2014-11-11 11:59 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42978

--- Comment #6 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Author: ebotcazou
Date: Tue Nov 11 11:58:26 2014
New Revision: 217346

URL: https://gcc.gnu.org/viewcvs?rev=217346&root=gcc&view=rev
Log:
    PR ada/42978
    * mlib-utl.adb (ar): Output the options passed to ranlib.

Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/mlib-utl.adb


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

* [Bug ada/42978] gnatmake doesn't report the options it actually provides to ranlib
       [not found] <bug-42978-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2014-11-11 11:59 ` ebotcazou at gcc dot gnu.org
@ 2014-11-11 12:05 ` ebotcazou at gcc dot gnu.org
  2014-11-11 12:13 ` charlet at gcc dot gnu.org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2014-11-11 12:05 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42978

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

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

--- Comment #7 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
> I did (https://gcc.gnu.org/ml/gcc-patches/2011-09/msg00978.html) - I guess
> it fell through the cracks again, my end as well as yours. Not the most
> important of patches!

Well, it can save you a fair number of minutes of head-banging, incomplete echo
of commands is among the few really perverse things I have run into...


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

* [Bug ada/42978] gnatmake doesn't report the options it actually provides to ranlib
       [not found] <bug-42978-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2014-11-11 12:05 ` ebotcazou at gcc dot gnu.org
@ 2014-11-11 12:13 ` charlet at gcc dot gnu.org
  2014-11-11 12:30 ` ebotcazou at gcc dot gnu.org
  2014-11-11 12:32 ` ebotcazou at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: charlet at gcc dot gnu.org @ 2014-11-11 12:13 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42978

--- Comment #8 from Arnaud Charlet <charlet at gcc dot gnu.org> ---
Note that support for project files (and libraries) in gnatmake is being
deprecated in favor of gprbuild, so this patch will soon become OBE.

But no problem in applying it now.


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

* [Bug ada/42978] gnatmake doesn't report the options it actually provides to ranlib
       [not found] <bug-42978-4@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2014-11-11 12:13 ` charlet at gcc dot gnu.org
@ 2014-11-11 12:30 ` ebotcazou at gcc dot gnu.org
  2014-11-11 12:32 ` ebotcazou at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2014-11-11 12:30 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42978

--- Comment #9 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Author: ebotcazou
Date: Tue Nov 11 12:30:00 2014
New Revision: 217347

URL: https://gcc.gnu.org/viewcvs?rev=217347&root=gcc&view=rev
Log:
    PR ada/42978
    * mlib-utl.adb (ar): Output the options passed to ranlib.

Modified:
    branches/gcc-4_9-branch/gcc/ada/ChangeLog
    branches/gcc-4_9-branch/gcc/ada/mlib-utl.adb


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

* [Bug ada/42978] gnatmake doesn't report the options it actually provides to ranlib
       [not found] <bug-42978-4@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2014-11-11 12:30 ` ebotcazou at gcc dot gnu.org
@ 2014-11-11 12:32 ` ebotcazou at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2014-11-11 12:32 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42978

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|5.0                         |4.9.3

--- Comment #10 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
> Note that support for project files (and libraries) in gnatmake is being
> deprecated in favor of gprbuild, so this patch will soon become OBE.

Ah, yes, applied to 4.9 branch too then, it is safe enough.


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

* [Bug ada/42978] gnatmake doesn't report the options it actually provides to ranlib
  2010-02-05 19:02 [Bug ada/42978] New: " simon at pushface dot org
@ 2010-02-05 19:05 ` simon at pushface dot org
  0 siblings, 0 replies; 10+ messages in thread
From: simon at pushface dot org @ 2010-02-05 19:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from simon at pushface dot org  2010-02-05 19:05 -------
Created an attachment (id=19810)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19810&action=view)
Report the switches passed to ranlib


-- 


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


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

end of thread, other threads:[~2014-11-11 12:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-42978-4@http.gcc.gnu.org/bugzilla/>
2014-11-10 17:44 ` [Bug ada/42978] gnatmake doesn't report the options it actually provides to ranlib simon at pushface dot org
2014-11-10 17:49 ` fxcoudert at gcc dot gnu.org
2014-11-11 11:52 ` ebotcazou at gcc dot gnu.org
2014-11-11 11:58 ` simon at pushface dot org
2014-11-11 11:59 ` ebotcazou at gcc dot gnu.org
2014-11-11 12:05 ` ebotcazou at gcc dot gnu.org
2014-11-11 12:13 ` charlet at gcc dot gnu.org
2014-11-11 12:30 ` ebotcazou at gcc dot gnu.org
2014-11-11 12:32 ` ebotcazou at gcc dot gnu.org
2010-02-05 19:02 [Bug ada/42978] New: " simon at pushface dot org
2010-02-05 19:05 ` [Bug ada/42978] " simon at pushface 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).