h4.
--
Summary: gcc/configure doesn't handle all possible SH
architectures
Product: gcc
Version: 4.0.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
--- Comment #9 from rpjday at mindspring dot com 2005-10-30 09:56 ---
The latest snapshot of gcc-4.1-20051029 still produces the same error at the
same location. Was there a workaround posted somewhere, or is this still an
unresolved issue?
--
http://gcc.gnu.org/bugzilla
--- Comment #1 from rpjday at mindspring dot com 2005-10-28 17:00 ---
Created an attachment (id=10078)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10078&action=view)
A script that generates the error described by this bug.
--
http://gcc.gnu.org/bugzilla/show_bug
or directory" while
building core gcc for cross-compiler
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: rpj
--- Comment #8 from rpjday at mindspring dot com 2005-10-22 21:36 ---
Just now tested with new snapshot gcc-4.1-20051022, same result.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24445
--- Comment #7 from rpjday at mindspring dot com 2005-10-21 14:15 ---
In case anyone is interested, this error appeared between gcc-4.1 snapshots
20050917 and 20050924. gcc-4.1-20050917 built a toolchain without incident.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24445
--- Comment #2 from rpjday at mindspring dot com 2005-10-20 16:50 ---
(In reply to comment #1)
> it is only a problem with sh-hms; with sh-elf everything works fine
>
not true. i just got the same error building for little-endian SH3 using the
gcc snapshot gcc-4.1-20050702
--- Comment #6 from rpjday at mindspring dot com 2005-10-20 12:45 ---
(In reply to comment #4)
> Here is a reduced testcase:
>
> extern int bar (void) __attribute__ ((__pure__));
> extern char *baz;
> void foo (void)
> {
> baz = (char *) bar ();
> }
>
--- Comment #3 from rpjday at mindspring dot com 2005-10-19 19:54 ---
Using a CVS pull as of today didn't seem to solve the problem.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24445
--- Comment #2 from rpjday at mindspring dot com 2005-10-19 19:09 ---
Created an attachment (id=10026)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10026&action=view)
compressed strtok.i file from running the single offending
sh4-unknown-linux-gnu-gcc command
--
;unable to find a register to spill in class 'R0_REGS"
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: rpjday at mi
--- Additional Comments From rpjday at mindspring dot com 2004-12-05 17:33
---
i am getting the same error using dan kegel's "crosstool" program to build a
big-endian SH3 toolchain. my combination of packages:
gcc-4.0-20041128 (tarball snapshot)
glibc-200
12 matches
Mail list logo