From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25808 invoked by alias); 11 Mar 2012 17:33:57 -0000 Received: (qmail 25798 invoked by uid 22791); 11 Mar 2012 17:33:56 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,TW_TB,TW_TC X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 11 Mar 2012 17:33:44 +0000 From: "doko at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug go/52557] New: Timex undefined on arm-linux-gnueabi Date: Sun, 11 Mar 2012 17:33:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: go X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: doko at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ian at airs dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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 X-SW-Source: 2012-03/txt/msg00810.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52557 Bug #: 52557 Summary: Timex undefined on arm-linux-gnueabi Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: go AssignedTo: ian@airs.com ReportedBy: doko@gcc.gnu.org libgo r185183 fails to build on arm-linux-gnueabi, libcalls.go:1662:22: error: use of undefined type 'Timex' make[6]: *** [syscall/syscall.lo] Error 1 build/arm-linux-gnueabi/libgo/gen-sysinfo.go has: // type _timex struct { modes uint32; offset int32; freq int32; maxerror int32; esterror int32; status int32; constant int32; precision int32; tolerance int32; time _timeval; tick int32; ppsfreq int32; jitter int32; shift int32; stabil int32; jitcnt int32; calcnt int32; errcnt int32; stbcnt int32; tai int32; Godump_0 INVALID-bit-field; Godump_1 INVALID-bit-field; Godump_2 INVALID-bit-field; Godump_3 INVALID-bit-field; Godump_4 INVALID-bit-field; Godump_5 INVALID-bit-field; Godump_6 INVALID-bit-field; Godump_7 INVALID-bit-field; Godump_8 INVALID-bit-field; Godump_9 INVALID-bit-field; Godump_10 INVALID-bit-field; } the invalid fields correspond to bits/timex.h in the timex struct: int tai; /* TAI offset (ro) */ /* ??? */ int :32; int :32; int :32; int :32; int :32; int :32; int :32; int :32; int :32; int :32; int :32;