public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Query about how to install specific gcc trunk
@ 2020-11-30 19:52 upcwanghaibo
  2020-11-30 20:03 ` Stefan Ring
  2020-11-30 20:34 ` Jonathan Wakely
  0 siblings, 2 replies; 3+ messages in thread
From: upcwanghaibo @ 2020-11-30 19:52 UTC (permalink / raw)
  To: gcc-help

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) ? 
2. In this page https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90336, the bug finder use "gcc-trunk -v" command, but when i compile and install gcc, there is only "gcc --version" command, there is no gcc-trunk command to work. So how can i install gcc-trunk to recurrent the bug in the page?
Wait for your reply.
Thanks.

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

* Re: Query about how to install specific gcc trunk
  2020-11-30 19:52 Query about how to install specific gcc trunk upcwanghaibo
@ 2020-11-30 20:03 ` Stefan Ring
  2020-11-30 20:34 ` Jonathan Wakely
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Ring @ 2020-11-30 20:03 UTC (permalink / raw)
  To: upcwanghaibo; +Cc: gcc-help

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.

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

* Re: Query about how to install specific gcc trunk
  2020-11-30 19:52 Query about how to install specific gcc trunk upcwanghaibo
  2020-11-30 20:03 ` Stefan Ring
@ 2020-11-30 20:34 ` Jonathan Wakely
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Wakely @ 2020-11-30 20:34 UTC (permalink / raw)
  To: upcwanghaibo; +Cc: gcc-help

On Mon, 30 Nov 2020, 19:54 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) ?
>

As Stefan already said, the revision 270847 is an ID from the old
Subversion repository. The git log includes the Subversion commit IDs so
just search for that revision in the git log. It will be a commit from May
last year, as the date shows.


2. In this page https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90336, the bug
> finder use "gcc-trunk -v" command, but when i compile and install gcc,
> there is only "gcc --version" command, there is no gcc-trunk command to
> work. So how can i install gcc-trunk to recurrent the bug in the page?
>

There is no gcc-trunk command, that's just what that person has named their
copy. The gcc executable is the one you want.

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

end of thread, other threads:[~2020-11-30 20:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-30 19:52 Query about how to install specific gcc trunk upcwanghaibo
2020-11-30 20:03 ` Stefan Ring
2020-11-30 20:34 ` Jonathan Wakely

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).