tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Re: Before TinyCC supports __declspec(noreturn)and __


From: grischka
Subject: Re: [Tinycc-devel] Re: Before TinyCC supports __declspec(noreturn)and __attribute__ ((__nothrow__))
Date: Tue, 06 Apr 2010 21:45:07 +0200
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

And what about the other occurrence of ATTR_MODE(ad) just below?

I think that macro is used incorrectly but i don't understand nothing
about those __attribute__ things like this:
 typedef int register_t __attribute__ ((__mode__ (__word__)));
That problem in mob just prevents me to compile win32/lib/wincrt1.c with tcc.exe

Geez, just replace not only one but all the two
        "ATTR_MODE(ad)"
by
        "ad->mode"
.

Or discuss it with Detlef who wrote the bug.

--- grischka





reply via email to

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