This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: How to tell that a compiler test result is from a branch?
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: Steven Bosscher <stevenb dot gcc at gmail dot com>
- Cc: GCC Mailing List <gcc at gcc dot gnu dot org>, Vladimir Makarov <vmakarov at redhat dot com>
- Date: Thu, 20 Dec 2012 15:36:48 -0800
- Subject: Re: How to tell that a compiler test result is from a branch?
- References: <CABu31nPhGn8+_KH1sNa0fmSe+s6V=Dxe+BLTDcv4mvxo7cO5-w@mail.gmail.com>
On Thu, Dec 20, 2012 at 3:25 PM, Steven Bosscher <stevenb.gcc@gmail.com> wrote:
> Hello,
>
> I've bootstrapped&tested the LRA branch on ia64 and posted the results
> to gcc-testresults
> (http://gcc.gnu.org/ml/gcc-testresults/2012-12/msg01782.html).
>
> Unfortunately there's nothing in the message that shows that this
> wasn't a trunk checkout but the LRA branch.
>
> Is it possible to identify the branch in the compiler version somehow?
> I see the "REVISION" file mentioned in configure.ac and Makefile.in.
> Should that file be used for this?
>
Yes, see
http://gcc.gnu.org/ml/gcc-testresults/2012-12/msg01861.html
[hjl@gnu-4 src-4.7]$ cat gcc/REVISION
[gcc-4_7-branch revision 194514]
[hjl@gnu-4 src-4.7]$
--
H.J.