This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/32369] [frv] macro "DF_LIVE_IN" passed 2 arguments, but takes just 1
- From: "zadeck at naturalbridge dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Jun 2007 17:45:27 -0000
- Subject: [Bug target/32369] [frv] macro "DF_LIVE_IN" passed 2 arguments, but takes just 1
- References: <bug-32369-14137@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from zadeck at naturalbridge dot com 2007-06-16 17:45 -------
Subject: Re: New: [frv] macro "DF_LIVE_IN" passed 2 arguments,
but takes just 1
mstein at phenix dot rootshell dot be wrote:
> Hello,
> there seems to be a problem compiling frv-elf-gcc:
>
> gcc -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings
> -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
> -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros
> -Wno-overlength-strings -fno-common
> -DHAVE_CONFIG_H -I. -I. -I/n/07/mstein/svn/trunk/gcc
> -I/n/07/mstein/svn/trunk/gcc/. -I/n/07/mstein/svn/trunk/gcc/../include
> -I/n/07/mstein/svn/trunk/gcc/../libcpp/include
> -I/n/07/mstein/svn/trunk/gcc/../libdecnumber
> -I/n/07/mstein/svn/trunk/gcc/../libdecnumber/dpd -I../libdecnumber \
> /n/07/mstein/svn/trunk/gcc/config/frv/frv.c -o frv.o
> /n/07/mstein/svn/trunk/gcc/config/frv/frv.c:5297:58: error: macro "DF_LIVE_IN"
> passed 2 arguments, but takes just 1
> /n/07/mstein/svn/trunk/gcc/config/frv/frv.c:5301:54: error: macro "DF_LIVE_IN"
> passed 2 arguments, but takes just 1
> /n/07/mstein/svn/trunk/gcc/config/frv/frv.c:5305:54: error: macro "DF_LIVE_IN"
> passed 2 arguments, but takes just 1
> /n/07/mstein/svn/trunk/gcc/config/frv/frv.c:5327:77: error: macro "DF_LIVE_IN"
> passed 2 arguments, but takes just 1
> /n/07/mstein/svn/trunk/gcc/config/frv/frv.c:5371:75: error: macro "DF_LIVE_IN"
> passed 2 arguments, but takes just 1
> /n/07/mstein/svn/trunk/gcc/config/frv/frv.c:6026:31: error: macro "DF_LIVE_IN"
> passed 2 arguments, but takes just 1
> /n/07/mstein/svn/trunk/gcc/config/frv/frv.c:6034:28: error: macro "DF_LIVE_IN"
> passed 2 arguments, but takes just 1
>
> host gcc -v
> Using built-in specs.
> Target: i686-pc-linux-gnu
> Configured with: /home/mstein/svn/trunk/configure --enable-languages=c
> --disable-nls --prefix=/n/07/mstein/host-gcc/trunk-2007-06-16
> Thread model: posix
> gcc version 4.3.0 20070615 (experimental)
>
> Tested revision: 125747
> Last succesfull build revision: 125595
>
>
>
sorry about that.
change all instances of that from DF_LIVE_IN to df_get_live_in and get
rid of the first parameter.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32369