[Bug plugins/66991] GCCPLUGIN_VERSION_MAJOR == 5 & GCCPLUGIN_VERSION_MINOR == 5 for GCC 5.1.1

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Jul 24 10:49:00 GMT 2015


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";



More information about the Gcc-bugs mailing list