--- Additional Comments From aaronw at net dot com 2005-08-04 01:33 ---
Created an attachment (id=9425)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9425&action=view)
Test case that creates the problem
gcc -O3 -mcpu=ultrasparc -mtune=ultrasparc -fno-inline-functions -c
return p->func2[i](p->opaque, d, d2);
}
}
printf("Parser: unknown function in \"%s\"\n", next);
return NAN;
}
return d;
}
--
Summary: gcc optimization error for sparc with xine/ffmpeg, bad
--- Additional Comments From aaronw at net dot com 2005-07-13 19:33 ---
Here's a bit more info for the context including libtool parms:
creating libgij.la
(cd .libs && rm -f libgij.la && ln -s ../libgij.la libgij.la)
/bin/bash ./libtool --tag=GCJ
--mode=link /v
Summary: gcj does not send correct parameters to ld when linking
Product: gcc
Version: 4.0.1
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: java
AssignedTo: unassigned at gcc dot gnu dot org
Rep
--- Additional Comments From aaronw at net dot com 2005-06-03 21:22 ---
I'm not sure that the problem is with binutils. I compiled the conftest.c
program with -s and used Sun's assembler /usr/ccs/bin/as to assemble the
file. /usr/bin/grep still failed to find the string.
--- Additional Comments From aaronw at net dot com 2005-06-02 01:16 ---
I traced this to a problem with Sun's grep. Replace the grep lines with fgrep
in the configure script and it works fine.
Apparently grepping conftest.o for the endian string fails with /bin/grep but
works
--- Additional Comments From aaronw at net dot com 2005-06-02 01:12 ---
Update: this is only for the sparcv9 multilib... I found that
ac_cv_prog_cc_cross=yes in config.cache
This should have been no.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21872
: aaronw at net dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: sparc-sun-solaris2.8
GCC host triplet: sparc-sun-solaris2.8
GCC target triplet: sparc-sun-solaris2.8
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21872
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: aaronw at net dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: sparc-sun-solaris2.8
GCC host triplet: sparc-sun-solaris2.8
GCC target triplet: sparc-sun-solaris2.8
http://gcc.gnu.org/bugzilla/show_bug.cgi
--- Additional Comments From aaronw at net dot com 2005-06-02 00:34 ---
I traced the problem to line 3523 in libffi/configure
For some reason, Sun's grep does not see the string BIGenDianSyS in the object
file, but fgrep does... I guess it's another bug or issue with S
--- Additional Comments From aaronw at net dot com 2005-06-02 00:22 ---
More info from config.log for libffi:
configure:3445: /var/tmp/gcc3/gcc-3.3.6/sparc-solaris-2.8/gcc/xgcc
-B/var/tmp/gcc3/gcc-3.3.6/sparc-solari
s-2.8/gcc/ -B/opt/gcc3.3/sparc-sun-solaris2.8/bin/
-B/opt/gcc3.3
gned at gcc dot gnu dot org
ReportedBy: aaronw at net dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: sparc-sun-solaris2.8
GCC host triplet: sparc-sun-solaris2.8
GCC target triplet: sparc-sun-solaris2.8
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21870
To: unassigned at gcc dot gnu dot org
ReportedBy: aaronw at net dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: sparc-sun-solaris2.8
GCC host triplet: sparc-sun-solaris2.8
GCC target triplet: sparc-sun-solaris2.8
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21852
13 matches
Mail list logo