Hi David, Since the file ./gcc/go/go-system.h in GCC source code starts by:
// go-system.h -- Go frontend inclusion of gcc header files -*- C++ -*- // Copyright (C) 2009-2017 Free Software Foundation, Inc. // This file is part of GCC. ... I think it is SFS and not Google. Moreover, this file does not appear in my Google Git environment I use for PolyGerrit (GCCGo/GITgofrontend/gofrontend directory on my PC). Unless I do not understand something... Cordialement, Tony Reix Bull - ATOS IBM Coop Architect & Technical Leader Office : +33 (0) 4 76 29 72 67 1 rue de Provence - 38432 Échirolles - France www.atos.net ________________________________________ De : David Edelsohn [[email protected]] Envoyé : mardi 10 octobre 2017 15:46 À : REIX, Tony Cc : [email protected] Objet : Re: [PATCH,AIX] Fix issue with PRI*64 on AIX. On Tue, Oct 10, 2017 at 5:09 AM, REIX, Tony <[email protected]> wrote: > Description: > * This patch enables to build on AIX. > > Tests: > * AIX: Build: SUCCESS > - build made by means of gmake within GCC 8 trunk. > > ChangeLog: > * go-system.h : Enable to build on AIX. > (fix issue with PRIx64 and PRIu64) Tony, This is the wrong forum to propose the patch. The Go frontend is imported from Golang upstream. The patch must be proposed in PolyGerrit, merged into the main repository, and then imported to GCC Gofrontend. Thanks, David
