public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* gcc-9-20181202 is now available
@ 2018-12-02 22:41 gccadmin
  2018-12-06 13:09 ` Jeffrey Walton
  0 siblings, 1 reply; 2+ messages in thread
From: gccadmin @ 2018-12-02 22:41 UTC (permalink / raw)
  To: gcc

Snapshot gcc-9-20181202 is now available on
  ftp://gcc.gnu.org/pub/gcc/snapshots/9-20181202/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.

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

You'll find:

 gcc-9-20181202.tar.xz                Complete GCC

  SHA256=02846fd3d047180f4df84d043b367ad5fbdb9891a744000955797eaf5b2ca202
  SHA1=e9bcb01a88b1f7961c4442a6543b4014b351a666

Diffs from 9-20181125 are available in the diffs/ subdirectory.

When a particular snapshot is ready for public consumption the LATEST-9
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.

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

* Re: gcc-9-20181202 is now available
  2018-12-02 22:41 gcc-9-20181202 is now available gccadmin
@ 2018-12-06 13:09 ` Jeffrey Walton
  0 siblings, 0 replies; 2+ messages in thread
From: Jeffrey Walton @ 2018-12-06 13:09 UTC (permalink / raw)
  To: gccadmin; +Cc: GCC Development

On Sun, Dec 2, 2018 at 5:41 PM <gccadmin@gcc.gnu.org> wrote:
>
> Snapshot gcc-9-20181202 is now available on
>   ftp://gcc.gnu.org/pub/gcc/snapshots/9-20181202/
> and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.

GCC 9 on PowerPC is doing well. I was able to test on GCC110 and
GCC112 from the compile farm. I tested both a regular build (not much
more than -DNDEBUG -g2 -O3) and a UBsan build (-fsanitize=undefined).

One thing that was slightly unusual during the build with gcc-9 was
undefined references when using UBsan. I had to manually specify both
-lrt and -ldl:

    $ LDLIBS="-lrt -ldl" CXX=/home/mik/misc/gcc-9/bin/g++-9 make ubsan
    ...

It is unusual because I have never had to add libraries for GCC before.

I mention it in case it is something that the devs would like to address.

Jeff

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

end of thread, other threads:[~2018-12-06 13:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-02 22:41 gcc-9-20181202 is now available gccadmin
2018-12-06 13:09 ` Jeffrey Walton

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