This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug preprocessor/35340] Space around the operator of a macro definition gives "too many positional arguments" when compiling an .S file
- From: "aparna dot upadhya at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Feb 2008 11:00:55 -0000
- Subject: [Bug preprocessor/35340] Space around the operator of a macro definition gives "too many positional arguments" when compiling an .S file
- References: <bug-35340-15815@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from aparna dot upadhya at gmail dot com 2008-02-24 11:00 -------
(In reply to comment #1)
> I don't think this is a bug. How are you invoking GCC?
Hi ,
Thanks for the reply. Pls find attached make output
gcc.c3.4.5-p1.ppc -mcpu=860 -ansi -nostdinc -O2 -fno-builtin -I../h -I.
-I/vob/t10/target/config/all -I/vob/t10/target/h -I/vob/t10/target/src/config
-I/vob/t10/target/src/drv -DCPU=PPC860 -g -x assembler-with-cpp -c -o
romInit.o ../romInit.s
*** Error code 1
../romInit.s:397: Error: too many positional arguments
../romInit.s:414: Error: too many positional arguments
../romInit.s:414: Error: too many positional arguments
../romInit.s:418: Error: too many positional arguments
This error comes only when compiling ".s" files
thanks
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35340