From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8137 invoked by alias); 5 Nov 2013 18:36:11 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 7349 invoked by uid 48); 5 Nov 2013 18:34:09 -0000 From: "bergner at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug sanitizer/59009] New: libsanitizer merge from upstream r191666 breaks bootstrap on powerpc64-linux Date: Tue, 05 Nov 2013 18:36:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: sanitizer X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: blocker X-Bugzilla-Who: bergner at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013-11/txt/msg00423.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D59009 Bug ID: 59009 Summary: libsanitizer merge from upstream r191666 breaks bootstrap on powerpc64-linux Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: blocker Priority: P3 Component: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: bergner at gcc dot gnu.org CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot gnu.org The recent merge of upstream libsanitizer broke bootstrap on powerpc64-linux with: In file included from /home/bergner/gcc/gcc-fsf-mainline-base/libsanitizer/sanitizer_common/sanit= izer_platform_limits_linux.cc:21:0: /usr/include/asm/stat.h:31:2: error: =E2=80=98ino_t=E2=80=99 does not name = a type ino_t st_ino; ^ /usr/include/asm/stat.h:33:2: error: =E2=80=98nlink_t=E2=80=99 does not nam= e a type nlink_t st_nlink; ^ /usr/include/asm/stat.h:34:2: error: =E2=80=98mode_t=E2=80=99 does not name= a type mode_t st_mode; ^ /usr/include/asm/stat.h:39:2: error: =E2=80=98uid_t=E2=80=99 does not name = a type uid_t st_uid; ^ /usr/include/asm/stat.h:40:2: error: =E2=80=98gid_t=E2=80=99 does not name = a type gid_t st_gid; ^ /usr/include/asm/stat.h:42:2: error: =E2=80=98off_t=E2=80=99 does not name = a type off_t st_size; ^ /home/bergner/gcc/gcc-fsf-mainline-base/libsanitizer/sanitizer_common/sanit= izer_platform_limits_linux.cc:29:73: error: invalid application of =E2=80=98sizeof=E2=80=99 to incomplete type =E2=80=98__sanitizer::__old_kernel_stat=E2=80=99 unsigned struct___old_kernel_stat_sz =3D sizeof(struct __old_kernel_stat= ); ^ make[4]: *** [sanitizer_platform_limits_linux.lo] Error 1 Even if we were to resolve the missing types, the PPC64 kernel does not def= ine a "struct __old_kernel_stat", because it never had one. What is libsanitiz= er even doing with the __old_kernel_stat? We switched away from the old kernel stat ages ago, so I can't believe we're trying to support running on the ancient kernels. >>From gcc-bugs-return-433647-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Tue Nov 05 18:49:08 2013 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 23566 invoked by alias); 5 Nov 2013 18:49:07 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Delivered-To: mailing list gcc-bugs@gcc.gnu.org Received: (qmail 20895 invoked by uid 48); 5 Nov 2013 18:47:05 -0000 From: "benlynn at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/59010] New: ICE in make_Decl_ Date: Tue, 05 Nov 2013 18:49:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 4.8.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: benlynn at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013-11/txt/msg00424.txt.bz2 Content-length: 365 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59010 Bug ID: 59010 Summary: ICE in make_Decl_ Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: benlynn at gmail dot com