public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Where is the source for GCC 8.3.1
@ 2021-07-23 18:36 Mark Ito
  2021-07-23 19:16 ` Xi Ruoyao
  2021-07-23 22:58 ` Jonathan Wakely
  0 siblings, 2 replies; 4+ messages in thread
From: Mark Ito @ 2021-07-23 18:36 UTC (permalink / raw)
  To: gcc-help

Folks,

Out in the wild, I see several Linux distributions that use GCC 8.3.1. But
in the GCC git repository there is no such tag. releases/gcc-8.3.0 is the
closest. Two questions:

1) Should I worry about the difference between 8.3.0 and 8.3.1?
2) If so, where do I get the source for 8.3.1?

Any help appreciated.

  -- Mark

-- 
Mark M. Ito
markito3@gmail.com

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

* Re: Where is the source for GCC 8.3.1
  2021-07-23 18:36 Where is the source for GCC 8.3.1 Mark Ito
@ 2021-07-23 19:16 ` Xi Ruoyao
  2021-07-23 22:58 ` Jonathan Wakely
  1 sibling, 0 replies; 4+ messages in thread
From: Xi Ruoyao @ 2021-07-23 19:16 UTC (permalink / raw)
  To: Mark Ito; +Cc: xry111, gcc-help

On Fri, 2021-07-23 at 14:36 -0400, Mark Ito via Gcc-help wrote:
> Folks,
> 
> Out in the wild, I see several Linux distributions that use GCC 8.3.1.
> But
> in the GCC git repository there is no such tag. releases/gcc-8.3.0 is
> the
> closest. Two questions:
> 
> 1) Should I worry about the difference between 8.3.0 and 8.3.1?

In 99% cases, no.  But there are still those 1% cases where 8.3.0 may
crash ("internal compiler error") building something, but "8.3.1" will
work.

> 2) If so, where do I get the source for 8.3.1?

GCC upstream have not release x.y.1 (since 5.1.0 release).  x.y.1 is
just "some commit between x.y.0 and x.(y+1).0".

And distros may apply some their own modifications unknown by upstream.
For example, Ubuntu is modifying their GCC code to enable -fPIE by
default. The modifications (in .patch or .diff files) or modified GCC
source tree should be available somewhere on the website of the distro.
-- 
Xi Ruoyao <xry111@mengyan1223.wang>
School of Aerospace Science and Technology, Xidian University


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

* Re: Where is the source for GCC 8.3.1
  2021-07-23 18:36 Where is the source for GCC 8.3.1 Mark Ito
  2021-07-23 19:16 ` Xi Ruoyao
@ 2021-07-23 22:58 ` Jonathan Wakely
  2021-07-28 21:17   ` Mark Ito
  1 sibling, 1 reply; 4+ messages in thread
From: Jonathan Wakely @ 2021-07-23 22:58 UTC (permalink / raw)
  To: Mark Ito; +Cc: gcc-help

On Fri, 23 Jul 2021, 19:37 Mark Ito via Gcc-help, <gcc-help@gcc.gnu.org>
wrote:

> Folks,
>
> Out in the wild, I see several Linux distributions that use GCC 8.3.1. But
> in the GCC git repository there is no such tag. releases/gcc-8.3.0 is the
> closest. Two questions:
>
> 1) Should I worry about the difference between 8.3.0 and 8.3.1?
> 2) If so, where do I get the source for 8.3.1?
>

See https://gcc.gnu.org/develop.html#num_scheme

Every commit between the 8.3.0 release and the 8.4.0 release identifies
itself as 8.3.1, so it just means "any snapshot between releases".




>

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

* Re: Where is the source for GCC 8.3.1
  2021-07-23 22:58 ` Jonathan Wakely
@ 2021-07-28 21:17   ` Mark Ito
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Ito @ 2021-07-28 21:17 UTC (permalink / raw)
  To: gcc-help

Thanks all for the info. That helps.

On Fri, Jul 23, 2021 at 6:59 PM Jonathan Wakely <jwakely.gcc@gmail.com>
wrote:

>
>
> On Fri, 23 Jul 2021, 19:37 Mark Ito via Gcc-help, <gcc-help@gcc.gnu.org>
> wrote:
>
>> Folks,
>>
>> Out in the wild, I see several Linux distributions that use GCC 8.3.1. But
>> in the GCC git repository there is no such tag. releases/gcc-8.3.0 is the
>> closest. Two questions:
>>
>> 1) Should I worry about the difference between 8.3.0 and 8.3.1?
>> 2) If so, where do I get the source for 8.3.1?
>>
>
> See https://gcc.gnu.org/develop.html#num_scheme
>
> Every commit between the 8.3.0 release and the 8.4.0 release identifies
> itself as 8.3.1, so it just means "any snapshot between releases".
>
>
>
>
>>

-- 
Mark M. Ito
markito3@gmail.com

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

end of thread, other threads:[~2021-07-28 21:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-23 18:36 Where is the source for GCC 8.3.1 Mark Ito
2021-07-23 19:16 ` Xi Ruoyao
2021-07-23 22:58 ` Jonathan Wakely
2021-07-28 21:17   ` Mark Ito

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