This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug preprocessor/35340] Space around the operator of a macro definition gives "too many positional arguments" when compiling an .S file



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]