* gcc-interface/misc.c (gnat_expand_expr): Remove.
[official-gcc.git] / gcc / version.c
blob75f285aeee01a96c391248797a17d93b53f4e14f
1 #include "version.h"
3 /* This is the location of the online document giving instructions for
4 reporting bugs. If you distribute a modified version of GCC,
5 please configure with --with-bugurl pointing to a document giving
6 instructions for reporting bugs to you, not us. (You are of course
7 welcome to forward us bugs reported to you, if you determine that
8 they are not bugs in your modifications.) */
10 const char bug_report_url[] = BUGURL;
12 /* The complete version string, assembled from several pieces.
13 BASEVER, DATESTAMP, DEVPHASE, and REVISION are defined by the
14 Makefile. */
16 const char version_string[] = BASEVER DATESTAMP DEVPHASE REVISION;
17 const char pkgversion_string[] = PKGVERSION;