This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[gomp] gcc/config/sparc/sparc.c:8795: error: too many arguments to function `gen_compare_reg'
- From: Christian Joensson <christian dot joensson at gmail dot com>
- To: gcc mailing list <gcc at gcc dot gnu dot org>
- Date: Wed, 7 Dec 2005 06:42:45 +0100
- Subject: [gomp] gcc/config/sparc/sparc.c:8795: error: too many arguments to function `gen_compare_reg'
Bootstrapping on sparc linux fails for me (revision 108129M)
gcc -m32 -c -g -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING -DIN_GCC
-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition -Wmissing-format-attribute -fno-common
-DHAVE_CONFIG_H -I. -I. -I../../gcc.gomp/gcc -I../../gcc.gomp/gcc/.
-I../../gcc.gomp/gcc/../include -I../../gcc.gomp/gcc/../libcpp/include
-I../../gcc.gomp/gcc/../libdecnumber \
../../gcc.gomp/gcc/config/sparc/sparc.c -o sparc.o
../../gcc.gomp/gcc/config/sparc/sparc.c: In function
`sparc_expand_compare_and_swap_12':
../../gcc.gomp/gcc/config/sparc/sparc.c:8795: error: too many
arguments to function `gen_compare_reg'
make[2]: *** [sparc.o] Error 1
--
Cheers,
/ChJ