Query about how to install specific gcc trunk

Stefan Ring stefanrin@gmail.com
Mon Nov 30 20:03:45 GMT 2020


On Mon, Nov 30, 2020 at 8:53 PM upcwanghaibo via Gcc-help
<gcc-help@gcc.gnu.org> wrote:
>
> Hi,
> I am a student and new starter to learn gcc. I try to recurrent the bug in this website https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90336.
> In this page, It says the bug was found in gcc version 10.0.0 20190503 (experimental) [trunk revision 270847] (GCC). I use git to clone the gcc source code from https://github.com/gcc-mirror/gcc.git, then use git log to check the committed version of gcc, finally used git reset to go back the old version. The problem is i can not find gcc version 10.0.0 20190503 (experimental) [trunk revision 270847] (GCC) in the git log.
> My question is:
> 1. How to find and install the specific version of gcc which is gcc version 10.0.0 20190503 (experimental) [trunk revision 270847] (GCC) ?

Look for "From-SVN:" in git log.


More information about the Gcc-help mailing list