http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36659

Don <donmgeso at hotmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |donmgeso at hotmail dot com

--- Comment #3 from Don <donmgeso at hotmail dot com> 2011-10-14 13:06:51 UTC 
---
Found this bug while trying to compile Spidermonkey 1.85 with gcc 4.6 (g++). 
nanojit.h:183:26: error: 'isS32' declared as an 'inline' variable.  The code
is:

static inline bool isS32(intptr_t i) {
    return int32_t(i) == i;
}

Is there a fix for this or is this version flawed?  Can we be certain this bug
will be fixed by the next release?

Reply via email to