Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 51111

Summary: libpng-1.2.5-r6 is not gcc-3.4 friendly
Product: Gentoo Linux Reporter: Tuan Van (RETIRED) <langthang>
Component: [OLD] GCC PortingAssignee: Please assign to toolchain <gcc-porting>
Status: RESOLVED INVALID    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Tuan Van (RETIRED) gentoo-dev 2004-05-14 21:06:37 UTC
[ "`gcc-version`" == "3.2" ] && replace-cpu-flags i586 k6 k6-2 k6-3
        [ "`gcc-version`" == "3.3" ] && replace-cpu-flags i586 k6 k6-2 k6-3
should we need another line for gcc-3.4? I don't have any k6-x to test with.
Comment 1 SpanKY gentoo-dev 2004-05-16 01:42:51 UTC
theres a reason i wrote it like that ... these kind of bugs are supposed to be fixed in later versions of gcc ;)

if k6's really do fail for 3.4, i'll add a test for that too, but not until someone shows me the failure :p