[Webkit-unassigned] [Bug 29485] [Qt] WebKit doesn't compile with GCC 3.4.6

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 25 01:29:54 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29485


Jocelyn Turcotte <jocelyn.turcotte at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|                            |WONTFIX
                 CC|                            |jocelyn.turcotte at nokia.com
             Status|NEW                         |RESOLVED




--- Comment #1 from Jocelyn Turcotte <jocelyn.turcotte at nokia.com>  2009-09-25 01:29:54 PDT ---
I investigated this earlier and it's a bug in gcc:

"always_inline does not mix with templates and -O0"
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14950

Compiling with -O0 or without optimization did the same error for me, -O2 had
to be used at least.

Marking as won't fix as this don't affect release builds but if a fix is really
needed we will have to disable ALWAYS_INLINE from template objects for this os
with gcc 3.4.x

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list