This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug go/52218] New: [4.7 Regression] libgo ftbfs on arm-linux-gnueabi (unknown case for SETCONTEXT_CLOBBERS_TLS)
- From: "doko at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 12 Feb 2012 17:03:11 +0000
- Subject: [Bug go/52218] New: [4.7 Regression] libgo ftbfs on arm-linux-gnueabi (unknown case for SETCONTEXT_CLOBBERS_TLS)
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52218
Bug #: 52218
Summary: [4.7 Regression] libgo ftbfs on arm-linux-gnueabi
(unknown case for SETCONTEXT_CLOBBERS_TLS)
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
built with 20120205, fails with 20120210:
../../../src/libgo/runtime/proc.c:105:4: error: #error unknown case for
SETCONTEXT_CLOBBERS_TLS
../../../src/libgo/runtime/proc.c: In function 'runtime_gogo':
../../../src/libgo/runtime/proc.c:299:2: error: implicit declaration of
function 'fixcontext' [-Werror=implicit-function-declaration]
../../../src/libgo/runtime/proc.c: In function 'runtime_schedinit':
../../../src/libgo/runtime/proc.c:366:2: error: implicit declaration of
function 'initcontext' [-Werror=implicit-function-declaration]
cc1: all warnings being treated as errors
make[6]: *** [proc.lo] Error 1