public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* GCC 10.5 Released
@ 2023-07-07  8:11 Richard Biener
  2023-07-08  2:36 ` Richard Stallman
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Biener @ 2023-07-07  8:11 UTC (permalink / raw)
  To: gcc-announce, gcc, info-gnu

The GNU Compiler Collection version 10.5 has been released.

GCC 10.5 is a bug-fix release from the GCC 10 branch
containing important fixes for regressions and serious bugs in
GCC 10.4 with more than 155 bugs fixed since the previous release.

This is also the last release from the GCC 10 branch, GCC continues
to be maintained on the GCC 11, GCC 12 and GCC 13 branches and the
development trunk.

This release is available from the FTP servers listed here:

  https://sourceware.org/pub/gcc/releases/gcc-10.5.0/
  https://gcc.gnu.org/mirrors.html

Please do not contact me directly regarding questions or comments
about this release.  Instead, use the resources available from
http://gcc.gnu.org.

As always, a vast number of people contributed to this GCC release
-- far too many to thank them individually!

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

* Re: GCC 10.5 Released
  2023-07-07  8:11 GCC 10.5 Released Richard Biener
@ 2023-07-08  2:36 ` Richard Stallman
  0 siblings, 0 replies; 5+ messages in thread
From: Richard Stallman @ 2023-07-08  2:36 UTC (permalink / raw)
  To: gcc

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

Congratulations on the new release.  May it be as boring as we hope.

-- 
Dr Richard Stallman (https://stallman.org)
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)



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

* GCC 10.5 Released
@ 2023-07-08 13:08 Sidney Marshall
  0 siblings, 0 replies; 5+ messages in thread
From: Sidney Marshall @ 2023-07-08 13:08 UTC (permalink / raw)
  To: gcc; +Cc: Sidney Marshall


>When I compile GCC 10.5.0 from /pub/gcc/releases/gcc-10.5.0 and run 
>the resulting executable I get:
>
>$ g++ --version
>g++ (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
>Copyright (C) 2019 Free Software Foundation, Inc.
>This is free software; see the source for copying conditions.  There is NO
>warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>
>Did I do something wrong?
>
>--Sidney Marshall


My mistake. Everything is OK:

$ ./g++ --version
g++ (GCC) 10.5.0
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


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

* Re: GCC 10.5 Released
  2023-07-08 12:37 Sidney Marshall
@ 2023-07-08 12:44 ` Gabriel Ravier
  0 siblings, 0 replies; 5+ messages in thread
From: Gabriel Ravier @ 2023-07-08 12:44 UTC (permalink / raw)
  To: Sidney Marshall, gcc

On 7/8/23 14:37, Sidney Marshall wrote:
> When I compile GCC 10.5.0 from /pub/gcc/releases/gcc-10.5.0 and run 
> the resulting executable I get:
>
> $ g++ --version
> g++ (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
> Copyright (C) 2019 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions. There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR 
> PURPOSE.
>
> Did I do something wrong?
>
> --Sidney Marshall
>
>
If you're running g++ from the shell, then unless you have `.` in your 
PATH and its located before the usual `/bin` directories (very unlikely 
and an absolutely horrible idea), you're running the g++ binary that's 
provided by the system.

If you want to run a g++ binary located in your current directory, do 
`./g++`


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

* GCC 10.5 Released
@ 2023-07-08 12:37 Sidney Marshall
  2023-07-08 12:44 ` Gabriel Ravier
  0 siblings, 1 reply; 5+ messages in thread
From: Sidney Marshall @ 2023-07-08 12:37 UTC (permalink / raw)
  To: gcc; +Cc: Sidney Marshall

When I compile GCC 10.5.0 from /pub/gcc/releases/gcc-10.5.0 and run 
the resulting executable I get:

$ g++ --version
g++ (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Did I do something wrong?

--Sidney Marshall



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

end of thread, other threads:[~2023-07-08 13:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-07  8:11 GCC 10.5 Released Richard Biener
2023-07-08  2:36 ` Richard Stallman
2023-07-08 12:37 Sidney Marshall
2023-07-08 12:44 ` Gabriel Ravier
2023-07-08 13:08 Sidney Marshall

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