Index: chrome/chrome_browser.gypi diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index d0c480bc32d9fc52027f04aec311b801b622a9a1..eac775831d54b4ea82918c5fb5ca6c0064ee7c05 100644 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -4090,6 +4090,13 @@ }, ], }], + ['OS=="linux" and gcc_version==45', { + # Avoid gcc 4.5 miscompilation of template_url.cc + # as per http://crbug.com/41887 + 'cflags': [ + '-fno-ipa-cp', + ], + }], ], # Exclude files that should be excluded for all non-Windows platforms. 'sources!': [