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: Fri, 02 Apr 2010 11:46:52 +0200
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Timo VJ Lähde wrote:
That first setjmp.h patch is not needed id this patch is already used:
--------------------------------------------------------------
--- a\tccgen.c Mon Mar 15 23:51:00 2010
+++ b\tccgen.c Thu Apr 01 08:22:38 2010
@@ -2900,7 +2900,7 @@
        case TOK_ATTRIBUTE1:
        case TOK_ATTRIBUTE2:
            parse_attribute(ad);
-            if (ATTR_MODE(ad)) {
+            if (ad->mode) {
                u = ATTR_MODE(ad) -1;
                t = (t & ~VT_BTYPE) | u;
            }

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

--- grischka




reply via email to

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