public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/65781] New: gcc-5.1.0-RC-20150412 thinks it is 5.0.1
@ 2015-04-15 23:53 zarniwhoop at ntlworld dot com
  2015-04-15 23:56 ` [Bug c/65781] " pinskia at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: zarniwhoop at ntlworld dot com @ 2015-04-15 23:53 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 65781
           Summary: gcc-5.1.0-RC-20150412 thinks it is 5.0.1
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: zarniwhoop at ntlworld dot com

Building 5.1.0-RC-20150412 the internal version is 5.0.1, e.g. with gcc
--version and also with a hard link of gcc-5.0.1 alongside gcc.

Looks as if gcc/BASE-VER was either missed or else suffered finger trouble.


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

* [Bug c/65781] gcc-5.1.0-RC-20150412 thinks it is 5.0.1
  2015-04-15 23:53 [Bug c/65781] New: gcc-5.1.0-RC-20150412 thinks it is 5.0.1 zarniwhoop at ntlworld dot com
@ 2015-04-15 23:56 ` pinskia at gcc dot gnu.org
  2015-04-15 23:58 ` pinskia at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2015-04-15 23:56 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
This is expected,  GCC 5.1.0 is only when it is released.


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

* [Bug c/65781] gcc-5.1.0-RC-20150412 thinks it is 5.0.1
  2015-04-15 23:53 [Bug c/65781] New: gcc-5.1.0-RC-20150412 thinks it is 5.0.1 zarniwhoop at ntlworld dot com
  2015-04-15 23:56 ` [Bug c/65781] " pinskia at gcc dot gnu.org
@ 2015-04-15 23:58 ` pinskia at gcc dot gnu.org
  2015-04-16  7:37 ` rguenth at gcc dot gnu.org
  2015-04-16  8:08 ` jakub at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2015-04-15 23:58 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Please see https://gcc.gnu.org/develop.html .

Basically 5.1.0 is the version for the released version 5.0.1 is for
prereleases.


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

* [Bug c/65781] gcc-5.1.0-RC-20150412 thinks it is 5.0.1
  2015-04-15 23:53 [Bug c/65781] New: gcc-5.1.0-RC-20150412 thinks it is 5.0.1 zarniwhoop at ntlworld dot com
  2015-04-15 23:56 ` [Bug c/65781] " pinskia at gcc dot gnu.org
  2015-04-15 23:58 ` pinskia at gcc dot gnu.org
@ 2015-04-16  7:37 ` rguenth at gcc dot gnu.org
  2015-04-16  8:08 ` jakub at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-04-16  7:37 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
Sure.


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

* [Bug c/65781] gcc-5.1.0-RC-20150412 thinks it is 5.0.1
  2015-04-15 23:53 [Bug c/65781] New: gcc-5.1.0-RC-20150412 thinks it is 5.0.1 zarniwhoop at ntlworld dot com
                   ` (2 preceding siblings ...)
  2015-04-16  7:37 ` rguenth at gcc dot gnu.org
@ 2015-04-16  8:08 ` jakub at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2015-04-16  8:08 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

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

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
We'll need to do something with the *.gcda version numbers for the new
versioning scheme (because otherwise we'll run out of versions RSN), most
likely to start somehow encoding the major number in the former major and minor
characters and leave the patchlevel character for say the (minor << 1) |
patchlevel into the former patchlevel character, but then it would be better to
always keep patchlevel at 0 or 1.  So not sure if we want to use 5.0.2 for
RC2...


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

end of thread, other threads:[~2015-04-16  8:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-15 23:53 [Bug c/65781] New: gcc-5.1.0-RC-20150412 thinks it is 5.0.1 zarniwhoop at ntlworld dot com
2015-04-15 23:56 ` [Bug c/65781] " pinskia at gcc dot gnu.org
2015-04-15 23:58 ` pinskia at gcc dot gnu.org
2015-04-16  7:37 ` rguenth at gcc dot gnu.org
2015-04-16  8:08 ` jakub at gcc dot gnu.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).