Re: [PATCH] Deprecate ia64*-*-*

2019-06-16 Thread Jakub Jermář
Hi Richard!

On 6/13/19 1:13 PM, Richard Biener wrote:
> 
> ia64 has no maintainer anymore so the following deprecates it
> with the goal of eliminating the port for GCC 11 if no maintainer
> steps up.
> 
> OK?

The HelenOS microkernel project would be affected by this as we are
actively developing and maintaining our ia64 port using GCC. Currently
we are using GCC 8.2 but will eventually want to upgrade to newer
versions of GCC, preferably on all our architectures at once and to the
same GCC version.

We build with -O3 and in the past we reported and helped to test fixes
for the following GCC ia64-related bugs:

- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53975
- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=0

We are ready to submit and help with more reports like these, it's just
currently we are not bugged by any ia64-related GCC issues.

It would be a tremendous loss if GCC dropped support for ia64 in the
future. Hopefully someone with the right combination of skills will
volunteer.

Jakub

> 
> Thanks,
> Richard.
> 
> 2019-06-13  Richard Biener  
> 
>   * config.gcc: Mark ia64*-*-* targets as deprecated/obsolete.
> 
> Index: gcc/config.gcc
> ===
> --- gcc/config.gcc(revision 272239)
> +++ gcc/config.gcc(working copy)
> @@ -249,6 +249,7 @@ md_file=
>  case ${target} in
>spu*-*-*   \
>| tile*-*-*\
> +  | ia64*-*-*\
>   )
>  if test "x$enable_obsolete" != xyes; then
>echo "*** Configuration ${target} is obsolete." >&2
> 


gcc-10-20190616 is now available

2019-06-16 Thread gccadmin
Snapshot gcc-10-20190616 is now available on
  ftp://gcc.gnu.org/pub/gcc/snapshots/10-20190616/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.

This snapshot has been generated from the GCC 10 SVN branch
with the following options: svn://gcc.gnu.org/svn/gcc/trunk revision 272365

You'll find:

 gcc-10-20190616.tar.xz   Complete GCC

  SHA256=a4dbf3b28bad34712d084a2cf269144edcd3112d3c925443a94953a87d3e11ba
  SHA1=b88f38a5d4fc39ce35503cd97b8e87b8dd8923d8

Diffs from 10-20190609 are available in the diffs/ subdirectory.

When a particular snapshot is ready for public consumption the LATEST-10
link is updated and a message is sent to the gcc list.  Please do not use
a snapshot before it has been announced that way.