Severity: normal
Priority: P3
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ljsebald at gmail dot com
GCC build triplet: x86_64-apple-darwin10.3.1
GCC host triplet: x86_64-apple-darwin10.3.1
GCC target triplet: sh-unknown-
--- Comment #2 from ljsebald at gmail dot com 2010-06-19 15:58 ---
Judging by what I see from my gcc/tm.h file, I'm guessing it might well be a
host-specific problem (I'm on x86_64-apple-darwin10.3.1). Here's the start of
my gcc/tm.h file:
#ifndef GCC_TM_H
#define G
--- Comment #4 from ljsebald at gmail dot com 2010-06-20 14:01 ---
The patch does indeed work, and everything builds as expected once patched.
Thanks.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44531