tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] Latest mob broken in test 66_macro_concat_end


From: jiang
Subject: [Tinycc-devel] Latest mob broken in test 66_macro_concat_end
Date: Thu, 29 May 2014 12:44:48 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

address@hidden:~/test$ gcc -c 66_macro_concat_end.c
66_macro_concat_end.c:1:18: error: '##' cannot appear at either end of a macro expansion
 #define paste(A,B) A B##
                  ^
66_macro_concat_end.c: In function 'paste':
66_macro_concat_end.c:2:1: error: expected '{' at end of input
 paste(x,y)
 ^
address@hidden:~/test$ ./tcc -c 66_macro_concat_end.c
66_macro_concat_end.c:1: error: '##' invalid at end of macro
address@hidden:~/test$


Send Tinycc-devel mailing list submissions to
	address@hidden

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.nongnu.org/mailman/listinfo/tinycc-devel
or, via email, send a message with subject or body 'help' to
	address@hidden

You can reach the person managing the list at
	address@hidden

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Tinycc-devel digest..."


Today's Topics:

   1. Latest mob broken in test 66_macro_concat_end (Austin English)
   2. Re: Include paths (Anton Shepelev)
   3. State of the tcc project (Sia Lang)
   4. Re: State of the tcc project (Thomas COUDRAY)


_______________________________________________
Tinycc-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/tinycc-devel


reply via email to

[Prev in Thread] Current Thread [Next in Thread]