pow(x,1/3.0) isn't converted to cbrt(x), even though cbrt() is C99 and thus widely available.
-- Summary: pow(x,1/3.0) should be converted to cbrt(x) Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: fxcoudert at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28252