public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/4720] GNAT programs do not support --help and --version
       [not found] <20011028105600.4720.jsm28@gcc.gnu.org>
@ 2005-02-24 11:00 ` bosch at gcc dot gnu dot org
  2005-04-05  1:54 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 9+ messages in thread
From: bosch at gcc dot gnu dot org @ 2005-02-24 11:00 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |bosch at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Target Milestone|---                         |4.1.0


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


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

* [Bug ada/4720] GNAT programs do not support --help and --version
       [not found] <20011028105600.4720.jsm28@gcc.gnu.org>
  2005-02-24 11:00 ` [Bug ada/4720] GNAT programs do not support --help and --version bosch at gcc dot gnu dot org
@ 2005-04-05  1:54 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-05  1:54 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.0                       |---


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


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

* [Bug ada/4720] GNAT programs do not support --help and --version
       [not found] <bug-4720-230@http.gcc.gnu.org/bugzilla/>
  2007-08-31 10:19 ` charlet at gcc dot gnu dot org
@ 2007-08-31 10:33 ` charlet at gcc dot gnu dot org
  1 sibling, 0 replies; 9+ messages in thread
From: charlet at gcc dot gnu dot org @ 2007-08-31 10:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from charlet at gcc dot gnu dot org  2007-08-31 10:32 -------
This is now fixed.


-- 

charlet 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=4720


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

* [Bug ada/4720] GNAT programs do not support --help and --version
       [not found] <bug-4720-230@http.gcc.gnu.org/bugzilla/>
@ 2007-08-31 10:19 ` charlet at gcc dot gnu dot org
  2007-08-31 10:33 ` charlet at gcc dot gnu dot org
  1 sibling, 0 replies; 9+ messages in thread
From: charlet at gcc dot gnu dot org @ 2007-08-31 10:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from charlet at gcc dot gnu dot org  2007-08-31 10:19 -------
Subject: Bug 4720

Author: charlet
Date: Fri Aug 31 10:19:18 2007
New Revision: 127967

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127967
Log:
2007-08-30  Vincent Celier  <celier@adacore.com>

        PR ada/4720

        * gnatchop.adb, gnatfind.adb, gnatlink.adb, gnatls.adb, 
        gnatname.adb, gnatxref.adb, gprep.adb, clean.adb gnatbind.adb
        (Check_Version_And_Help): New procedure in package Switch to process
        switches --version and --help.
        Use Check_Version_And_Help in GNAT tools

        * make.adb:  Ditto.
        (Compile_Sources): Make sure that sources that are "excluded" are not
        compiled.
        (Gnatmake): Do not issue -aO. to gnatbind and only issue -I- if a
        project file is used.
        (Version_Switch): Remove, moved to Switch
        (Help_Switch): Remove, moved to Switch
        (Display_Version): Remove, moved to Switch

        * switch.ads, switch.adb (Check_Version_And_Help): New procedure in
        package Switch to process switches --version and --help.
        (Display_Version): New procedure

        * gnatvsn.ads, gnatvsn.adb (Copyright_Holder): New function.


Modified:
    trunk/gcc/ada/clean.adb
    trunk/gcc/ada/gnatbind.adb
    trunk/gcc/ada/gnatchop.adb
    trunk/gcc/ada/gnatfind.adb
    trunk/gcc/ada/gnatlink.adb
    trunk/gcc/ada/gnatls.adb
    trunk/gcc/ada/gnatname.adb
    trunk/gcc/ada/gnatvsn.adb
    trunk/gcc/ada/gnatvsn.ads
    trunk/gcc/ada/gnatxref.adb
    trunk/gcc/ada/gprep.adb
    trunk/gcc/ada/make.adb
    trunk/gcc/ada/switch.adb
    trunk/gcc/ada/switch.ads


-- 


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


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

* [Bug ada/4720] GNAT programs do not support --help and --version
       [not found] <20011028105600.4720.jsm-gccbugs@polyomino.org.uk>
@ 2003-11-13 19:26 ` berndtrog at yahoo dot com
  0 siblings, 0 replies; 9+ messages in thread
From: berndtrog at yahoo dot com @ 2003-11-13 19:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From berndtrog at yahoo dot com  2003-11-13 19:26 -------
(In reply to comment #4)
> GCC-specific requirement here; supporting --help and --version is a
> requirement of the GNU Coding Standards, so all GNU programs should
> support them with output in the correct format.
..and the correct channel(std) - not stderr. So you could use '|less' to read 
the help screen, which you get *twice* if you enter 'gnatmake -h', BTW.




-- 


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


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

* [Bug ada/4720] GNAT programs do not support --help and --version
       [not found] <20011028105600.4720.jsm28@cam.ac.uk>
                   ` (2 preceding siblings ...)
  2003-07-06  2:10 ` dhazeghi at yahoo dot com
@ 2003-07-06 16:56 ` jsm at polyomino dot org dot uk
  3 siblings, 0 replies; 9+ messages in thread
From: jsm at polyomino dot org dot uk @ 2003-07-06 16:56 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=4720



------- Additional Comments From jsm at polyomino dot org dot uk  2003-07-06 16:56 -------
Subject: Re:  GNAT programs do not support --help and --version

On Sun, 6 Jul 2003, dhazeghi at yahoo dot com wrote:

> Any idea who to contact about this? I thought we required documentation
> for all components of gcc, and I certainly don't see why Ada should be
> different.

It's the Ada maintainers who should be dealing with this.  It isn't a
GCC-specific requirement here; supporting --help and --version is a
requirement of the GNU Coding Standards, so all GNU programs should
support them with output in the correct format.


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

* [Bug ada/4720] GNAT programs do not support --help and --version
       [not found] <20011028105600.4720.jsm28@cam.ac.uk>
  2003-05-25  6:55 ` dhazeghi@yahoo.com
  2003-05-25 13:57 ` pinskia@physics.uc.edu
@ 2003-07-06  2:10 ` dhazeghi at yahoo dot com
  2003-07-06 16:56 ` jsm at polyomino dot org dot uk
  3 siblings, 0 replies; 9+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-07-06  2:10 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=4720


dhazeghi at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |documentation


------- Additional Comments From dhazeghi at yahoo dot com  2003-07-06 02:10 -------
Any idea who to contact about this? I thought we required documentation for all components of 
gcc, and I certainly don't see why Ada should be different.


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

* [Bug ada/4720] GNAT programs do not support --help and --version
       [not found] <20011028105600.4720.jsm28@cam.ac.uk>
  2003-05-25  6:55 ` dhazeghi@yahoo.com
@ 2003-05-25 13:57 ` pinskia@physics.uc.edu
  2003-07-06  2:10 ` dhazeghi at yahoo dot com
  2003-07-06 16:56 ` jsm at polyomino dot org dot uk
  3 siblings, 0 replies; 9+ messages in thread
From: pinskia@physics.uc.edu @ 2003-05-25 13:57 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=4720


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-05-25 13:52:47
               date|                            |





------- 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] 9+ messages in thread

* [Bug ada/4720] GNAT programs do not support --help and --version
       [not found] <20011028105600.4720.jsm28@cam.ac.uk>
@ 2003-05-25  6:55 ` dhazeghi@yahoo.com
  2003-05-25 13:57 ` pinskia@physics.uc.edu
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 9+ messages in thread
From: dhazeghi@yahoo.com @ 2003-05-25  6:55 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=4720



------- Additional Comments From dhazeghi@yahoo.com  2003-05-25 05:59 -------
Hello,

this problem is still present on all gcc branches.

Dara



------- 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] 9+ messages in thread

end of thread, other threads:[~2007-08-31 10:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20011028105600.4720.jsm28@gcc.gnu.org>
2005-02-24 11:00 ` [Bug ada/4720] GNAT programs do not support --help and --version bosch at gcc dot gnu dot org
2005-04-05  1:54 ` pinskia at gcc dot gnu dot org
     [not found] <bug-4720-230@http.gcc.gnu.org/bugzilla/>
2007-08-31 10:19 ` charlet at gcc dot gnu dot org
2007-08-31 10:33 ` charlet at gcc dot gnu dot org
     [not found] <20011028105600.4720.jsm-gccbugs@polyomino.org.uk>
2003-11-13 19:26 ` berndtrog at yahoo dot com
     [not found] <20011028105600.4720.jsm28@cam.ac.uk>
2003-05-25  6:55 ` dhazeghi@yahoo.com
2003-05-25 13:57 ` pinskia@physics.uc.edu
2003-07-06  2:10 ` dhazeghi at yahoo dot com
2003-07-06 16:56 ` jsm at polyomino dot org dot uk

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).