On Fri, 2018-04-27 at 23:39 +0200, Jakub Jelinek wrote: > The second release candidate for GCC 8.1 is available from > > ftp://gcc.gnu.org/pub/gcc/snapshots/8.0.1-RC-20180427 > > and shortly its mirrors. It has been generated from SVN revision > 259731. > > I have so far bootstrapped and tested the release candidate on > x86_64-linux and i686-linux. Please test it and report any issues to > bugzilla. > > If all goes well, I'd like to release 8.1 on Wednesday, May 2nd.
Hello! I would like to bring this strange issue to your attention too. https://sourceware.org/bugzilla/show_bug.cgi?id=23126#c3 This is not (at least not entirely) a GCC problem, but with previous versions (back to GCC 5 at least) it was working fine, because GCC did not explicitly set `.arch` directive in assembly files - just `.cpu`. Regards, FCh