FS#19650 - [testing/chromium] gcc 4.5 breaks chromium

Attached to Project: Arch Linux
Opened by Tomas Mudrunka (harvie) - Sunday, 30 May 2010, 14:05 GMT
Last edited by Ionut Biru (wonder) - Sunday, 30 May 2010, 14:58 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

according to http://code.google.com/p/chromium/issues/detail?id=41887 chromium should not be built using latest gcc until some problems will be fixed...



there is also possible workaround to compile with gcc 4.5:


It's broken if template_url.cc is compiled with -O1 -fipa-cp (but -O0 -fipa-cp works)
and can be fixed by manually compiling it with -O2 -fno-ipa-cp.

btw i think that chromium should be built with -03, because nowadays the browser is one of most resource intensive programs on desktop...
This task depends upon

Closed by  Ionut Biru (wonder)
Sunday, 30 May 2010, 14:58 GMT
Reason for closing:  Fixed
Additional comments about closing:   FS#19647 

please post there your suggestions

Loading...