public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug plugins/66991] GCCPLUGIN_VERSION_MAJOR == 5 & GCCPLUGIN_VERSION_MINOR == 5 for GCC 5.1.1
       [not found] <bug-66991-4@http.gcc.gnu.org/bugzilla/>
@ 2015-07-24 10:49 ` redi at gcc dot gnu.org
  2015-07-24 11:13 ` basile at starynkevitch dot net
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: redi at gcc dot gnu.org @ 2015-07-24 10:49 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
I don't see this in a 5.1.1 build with FSF sources from last month:

#include "configargs.h"

#define GCCPLUGIN_VERSION_MAJOR   5
#define GCCPLUGIN_VERSION_MINOR   1
#define GCCPLUGIN_VERSION_PATCHLEVEL   1
#define GCCPLUGIN_VERSION  (GCCPLUGIN_VERSION_MAJOR*1000 +
GCCPLUGIN_VERSION_MINOR)

static char basever[] = "5.1.1";
static char datestamp[] = "20150609";


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

* [Bug plugins/66991] GCCPLUGIN_VERSION_MAJOR == 5 & GCCPLUGIN_VERSION_MINOR == 5 for GCC 5.1.1
       [not found] <bug-66991-4@http.gcc.gnu.org/bugzilla/>
  2015-07-24 10:49 ` [Bug plugins/66991] GCCPLUGIN_VERSION_MAJOR == 5 & GCCPLUGIN_VERSION_MINOR == 5 for GCC 5.1.1 redi at gcc dot gnu.org
@ 2015-07-24 11:13 ` basile at starynkevitch dot net
  2015-07-24 11:42 ` basile at starynkevitch dot net
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: basile at starynkevitch dot net @ 2015-07-24 11:13 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Basile Starynkevitch <basile at starynkevitch dot net> ---
It is Debian specific, very probably. I reported a Debian bug (but did not get
any ack yet)


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

* [Bug plugins/66991] GCCPLUGIN_VERSION_MAJOR == 5 & GCCPLUGIN_VERSION_MINOR == 5 for GCC 5.1.1
       [not found] <bug-66991-4@http.gcc.gnu.org/bugzilla/>
  2015-07-24 10:49 ` [Bug plugins/66991] GCCPLUGIN_VERSION_MAJOR == 5 & GCCPLUGIN_VERSION_MINOR == 5 for GCC 5.1.1 redi at gcc dot gnu.org
  2015-07-24 11:13 ` basile at starynkevitch dot net
@ 2015-07-24 11:42 ` basile at starynkevitch dot net
  2015-07-24 12:01 ` basile at starynkevitch dot net
  2015-07-24 12:03 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: basile at starynkevitch dot net @ 2015-07-24 11:42 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Basile Starynkevitch <basile at starynkevitch dot net> ---
Known to Debian thru https://lists.debian.org/debian-gcc/2015/07/msg00167.html


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

* [Bug plugins/66991] GCCPLUGIN_VERSION_MAJOR == 5 & GCCPLUGIN_VERSION_MINOR == 5 for GCC 5.1.1
       [not found] <bug-66991-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2015-07-24 11:42 ` basile at starynkevitch dot net
@ 2015-07-24 12:01 ` basile at starynkevitch dot net
  2015-07-24 12:03 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: basile at starynkevitch dot net @ 2015-07-24 12:01 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Basile Starynkevitch <basile at starynkevitch dot net> ---
Now Debian bug#793478; sorry for the noise here...


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

* [Bug plugins/66991] GCCPLUGIN_VERSION_MAJOR == 5 & GCCPLUGIN_VERSION_MINOR == 5 for GCC 5.1.1
       [not found] <bug-66991-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2015-07-24 12:01 ` basile at starynkevitch dot net
@ 2015-07-24 12:03 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-07-24 12:03 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

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

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


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

end of thread, other threads:[~2015-07-24 12:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-66991-4@http.gcc.gnu.org/bugzilla/>
2015-07-24 10:49 ` [Bug plugins/66991] GCCPLUGIN_VERSION_MAJOR == 5 & GCCPLUGIN_VERSION_MINOR == 5 for GCC 5.1.1 redi at gcc dot gnu.org
2015-07-24 11:13 ` basile at starynkevitch dot net
2015-07-24 11:42 ` basile at starynkevitch dot net
2015-07-24 12:01 ` basile at starynkevitch dot net
2015-07-24 12:03 ` rguenth 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).