Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11852 - Patch for glibc 2.2.5 to fix g++ 3.2 problems.
Summary: Patch for glibc 2.2.5 to fix g++ 3.2 problems.
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Highest blocker (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-09 12:00 UTC by Alvaro Figueroa (RETIRED)
Modified: 2003-03-04 09:25 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 Alvaro Figueroa (RETIRED) gentoo-dev 2002-12-09 12:00:55 UTC
g++ 3.2 is giving:

/usr/include/bits/mathinline.h:216: declaration of `double fdim(double, double)
   ' throws different exceptions
/usr/include/bits/mathcalls.h:313: than previous declaration `double 
   fdim(double, double) throw ()'
/usr/include/bits/mathinline.h:223: declaration of `float fdimf(float, float)' 
   throws different exceptions
/usr/include/bits/mathcalls.h:313: than previous declaration `float 
   fdimf(float, float) throw ()'

Full description here + patch (by Thorsten Kukuk) at:
http://sources.redhat.com/ml/libc-alpha/2002-05/msg00006.html
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-12-14 13:50:52 UTC
this patch was already made part of the ebuild
Comment 2 Alvaro Figueroa (RETIRED) gentoo-dev 2003-03-04 09:25:02 UTC
It works with the suggested patch.