public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/31050]  New: gcc --version reports wrong year.
@ 2007-03-05 19:38 brooks at gcc dot gnu dot org
  2007-03-05 19:38 ` [Bug other/31050] " brooks at gcc dot gnu dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: brooks at gcc dot gnu dot org @ 2007-03-05 19:38 UTC (permalink / raw)
  To: gcc-bugs

As per a message by David Taylor on gcc-patches, "gcc --version" reports the
wrong copyright year:

> ../bin-4.2/bin/gcc --version
gcc (GCC) 4.2.0 20070305 (prerelease)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

He proposes a patch, but notes that he does not have access to the repository;
see:

http://gcc.gnu.org/ml/gcc-patches/2007-03/msg00296.html


-- 
           Summary: gcc --version reports wrong year.
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: other
        AssignedTo: brooks at gcc dot gnu dot org
        ReportedBy: brooks at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug other/31050] gcc --version reports wrong year.
  2007-03-05 19:38 [Bug other/31050] New: gcc --version reports wrong year brooks at gcc dot gnu dot org
@ 2007-03-05 19:38 ` brooks at gcc dot gnu dot org
  2007-03-05 19:39 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: brooks at gcc dot gnu dot org @ 2007-03-05 19:38 UTC (permalink / raw)
  To: gcc-bugs



-- 

brooks at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-03-05 19:38:45
               date|                            |


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


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

* [Bug other/31050] gcc --version reports wrong year.
  2007-03-05 19:38 [Bug other/31050] New: gcc --version reports wrong year brooks at gcc dot gnu dot org
  2007-03-05 19:38 ` [Bug other/31050] " brooks at gcc dot gnu dot org
@ 2007-03-05 19:39 ` pinskia at gcc dot gnu dot org
  2007-03-05 20:37 ` brooks at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-03-05 19:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-03-05 19:39 -------
Note the patch is obvious.


-- 


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


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

* [Bug other/31050] gcc --version reports wrong year.
  2007-03-05 19:38 [Bug other/31050] New: gcc --version reports wrong year brooks at gcc dot gnu dot org
  2007-03-05 19:38 ` [Bug other/31050] " brooks at gcc dot gnu dot org
  2007-03-05 19:39 ` pinskia at gcc dot gnu dot org
@ 2007-03-05 20:37 ` brooks at gcc dot gnu dot org
  2007-03-05 20:43 ` [Bug other/31050] [4.1/4.3] " brooks at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: brooks at gcc dot gnu dot org @ 2007-03-05 20:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from brooks at gcc dot gnu dot org  2007-03-05 20:37 -------
Subject: Bug 31050

Author: brooks
Date: Mon Mar  5 20:37:05 2007
New Revision: 122574

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122574
Log:
PR 31050
* gcc.c: Correct copyright date in --version output.

Modified:
    branches/gcc-4_2-branch/gcc/ChangeLog
    branches/gcc-4_2-branch/gcc/gcc.c


-- 


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


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

* [Bug other/31050] [4.1/4.3] gcc --version reports wrong year.
  2007-03-05 19:38 [Bug other/31050] New: gcc --version reports wrong year brooks at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2007-03-05 20:37 ` brooks at gcc dot gnu dot org
@ 2007-03-05 20:43 ` brooks at gcc dot gnu dot org
  2007-03-05 21:36 ` brooks at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: brooks at gcc dot gnu dot org @ 2007-03-05 20:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from brooks at gcc dot gnu dot org  2007-03-05 20:43 -------
Fixed in 4.2; currently regtesting in mainline.


-- 

brooks at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |brooks at gcc dot gnu dot
                   |                            |org
             Status|NEW                         |ASSIGNED
      Known to work|                            |4.2.0
   Last reconfirmed|2007-03-05 19:38:45         |2007-03-05 20:43:42
               date|                            |
            Summary|gcc --version reports wrong |[4.1/4.3] gcc --version
                   |year.                       |reports wrong year.


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


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

* [Bug other/31050] [4.1/4.3] gcc --version reports wrong year.
  2007-03-05 19:38 [Bug other/31050] New: gcc --version reports wrong year brooks at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2007-03-05 20:43 ` [Bug other/31050] [4.1/4.3] " brooks at gcc dot gnu dot org
@ 2007-03-05 21:36 ` brooks at gcc dot gnu dot org
  2007-03-05 23:55 ` kargl at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: brooks at gcc dot gnu dot org @ 2007-03-05 21:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from brooks at gcc dot gnu dot org  2007-03-05 21:36 -------
An identical bug also affects gfortran --version.


-- 


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


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

* [Bug other/31050] [4.1/4.3] gcc --version reports wrong year.
  2007-03-05 19:38 [Bug other/31050] New: gcc --version reports wrong year brooks at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2007-03-05 21:36 ` brooks at gcc dot gnu dot org
@ 2007-03-05 23:55 ` kargl at gcc dot gnu dot org
  2007-03-06  7:35 ` brooks at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: kargl at gcc dot gnu dot org @ 2007-03-05 23:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from kargl at gcc dot gnu dot org  2007-03-05 23:54 -------
Subject: Bug 31050

Author: kargl
Date: Mon Mar  5 23:54:46 2007
New Revision: 122584

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122584
Log:
2007-03-05  Brooks Moses  <brooks.moses@codesourcery.com>

        PR 31050
        * gfortranspec.c (lang_specific_driver): Update program
        name and copyright date.


Modified:
    branches/gcc-4_1-branch/gcc/fortran/ChangeLog
    branches/gcc-4_1-branch/gcc/fortran/gfortranspec.c


-- 


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


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

* [Bug other/31050] [4.1/4.3] gcc --version reports wrong year.
  2007-03-05 19:38 [Bug other/31050] New: gcc --version reports wrong year brooks at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2007-03-05 23:55 ` kargl at gcc dot gnu dot org
@ 2007-03-06  7:35 ` brooks at gcc dot gnu dot org
  2007-03-06  7:39 ` [Bug other/31050] [4.1] " brooks at gcc dot gnu dot org
  2008-03-27 22:12 ` rguenth at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: brooks at gcc dot gnu dot org @ 2007-03-06  7:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from brooks at gcc dot gnu dot org  2007-03-06 07:35 -------
Subject: Bug 31050

Author: brooks
Date: Tue Mar  6 07:35:28 2007
New Revision: 122597

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122597
Log:
PR 31050
* gfortranspec.c (lang_specific_driver): Update program
name and copyright date.

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


-- 


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


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

* [Bug other/31050] [4.1] gcc --version reports wrong year.
  2007-03-05 19:38 [Bug other/31050] New: gcc --version reports wrong year brooks at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2007-03-06  7:35 ` brooks at gcc dot gnu dot org
@ 2007-03-06  7:39 ` brooks at gcc dot gnu dot org
  2008-03-27 22:12 ` rguenth at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: brooks at gcc dot gnu dot org @ 2007-03-06  7:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from brooks at gcc dot gnu dot org  2007-03-06 07:39 -------
Both the "gcc --version" and "gfortran --version" problems are fixed on 4.3 and
4.2, and as per Steve Kargl's commit, the gfortran version bug is fixed on 4.1.

The gcc --version bug is still outstanding on 4.1, however.  It should be a
trivial backport, but I don't have a tree for testing it.


-- 

brooks at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|brooks at gcc dot gnu dot   |unassigned at gcc dot gnu
                   |org                         |dot org
             Status|ASSIGNED                    |NEW
      Known to work|4.2.0                       |4.2.0 4.3.0
            Summary|[4.1/4.3] gcc --version     |[4.1] gcc --version reports
                   |reports wrong year.         |wrong year.


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


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

* [Bug other/31050] [4.1] gcc --version reports wrong year.
  2007-03-05 19:38 [Bug other/31050] New: gcc --version reports wrong year brooks at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2007-03-06  7:39 ` [Bug other/31050] [4.1] " brooks at gcc dot gnu dot org
@ 2008-03-27 22:12 ` rguenth at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-03-27 22:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from rguenth at gcc dot gnu dot org  2008-03-27 22:11 -------
Fixed.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
      Known to work|4.2.0 4.3.0                 |4.1.2 4.2.0 4.3.0
         Resolution|                            |FIXED
   Target Milestone|---                         |4.1.2


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


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

end of thread, other threads:[~2008-03-27 22:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-05 19:38 [Bug other/31050] New: gcc --version reports wrong year brooks at gcc dot gnu dot org
2007-03-05 19:38 ` [Bug other/31050] " brooks at gcc dot gnu dot org
2007-03-05 19:39 ` pinskia at gcc dot gnu dot org
2007-03-05 20:37 ` brooks at gcc dot gnu dot org
2007-03-05 20:43 ` [Bug other/31050] [4.1/4.3] " brooks at gcc dot gnu dot org
2007-03-05 21:36 ` brooks at gcc dot gnu dot org
2007-03-05 23:55 ` kargl at gcc dot gnu dot org
2007-03-06  7:35 ` brooks at gcc dot gnu dot org
2007-03-06  7:39 ` [Bug other/31050] [4.1] " brooks at gcc dot gnu dot org
2008-03-27 22:12 ` 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).