Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 51111 - libpng-1.2.5-r6 is not gcc-3.4 friendly
Summary: libpng-1.2.5-r6 is not gcc-3.4 friendly
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: x86 All
: High enhancement (vote)
Assignee: Please assign to toolchain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-14 21:06 UTC by Tuan Van (RETIRED)
Modified: 2004-05-16 01:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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