Plans for Linux ELF "i686+" ABI ? Like SPARC V8+ ?
Dave Korn
dave.korn@artimi.com
Wed Oct 17 00:55:00 GMT 2007
On 15 October 2007 23:53, Andi Kleen wrote:
> int main(void)
> {
> double x;
> printf("%d\n", __alignof__(x));
> return 0;
> }
> ~> gcc -m32 -o t t.c
> t.c: In function ‘main’:
> t.c:5: warning: incompatible implicit declaration of built-in function
> ‘printf’
I find a call to an unprototyped stdargs function in the middle of a discussion about the niceties of ABIs amusingly ironic! :-)
cheers,
DaveK
--
Can't think of a witty .sigline today....
More information about the Gcc
mailing list