[Bug c++/36659] Confusing error message order 'error: ‘functionname’ declared as an ‘inline’ variable'

2011-10-14 Thread donmgeso at hotmail dot com
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

[Bug c++/36659] Confusing error message order 'error: ‘functionname’ declared as an ‘inline’ variable'

2011-10-14 Thread donmgeso at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36659 --- Comment #4 from Don donmgeso at hotmail dot com 2011-10-14 13:11:09 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

[Bug c++/36659] Confusing error message order 'error: ‘functionname’ declared as an ‘inline’ variable'

2011-10-14 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36659 --- Comment #5 from Jonathan Wakely redi at gcc dot gnu.org 2011-10-14 13:14:34 UTC --- (In reply to comment #4) Is there a fix for this or is this version flawed? Can we be certain this bug will be fixed by the next release? This is a basic

[Bug c++/36659] Confusing error message order 'error: ‘functionname’ declared as an ‘inline’ variable'

2011-10-14 Thread donmgeso at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36659 --- Comment #6 from Don donmgeso at hotmail dot com 2011-10-14 14:13:59 UTC --- Yeah.., soon realized that after looking into it. Thanks.

[Bug c++/36659] Confusing error message order 'error: ‘functionname’ declared as an ‘inline’ variable'

2010-11-15 Thread dan at danny dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36659 Dan Horak dan at danny dot cz changed: What|Removed |Added CC||dan at danny dot cz ---

[Bug c++/36659] Confusing error message order 'error: ‘functionname’ declared as an ‘inline’ variable'

2008-06-28 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-06-28 21:25 --- Confirmed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added