Opened 16 years ago

Closed 16 years ago

#2494 closed defect (fixed)

Redefinition of sincos() introduces a breakage due to GCC 4.3 optimization.

Reported by: frankie Owned by: Even Rouault
Priority: high Milestone: 1.5.3
Component: GDAL_Raster Version: unspecified
Severity: normal Keywords:
Cc:

Description

See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=489124 An autoconf test could be eventually introduced to avoid redefinition, but sincos() is defined and never used in HDF-EOS, so my patch simply comments out the function definition.

Change History (2)

comment:1 by Even Rouault, 16 years ago

Owner: changed from warmerdam to Even Rouault

comment:2 by Even Rouault, 16 years ago

Resolution: fixed
Status: newclosed

Offending sincos redefinition removed in trunk in r14996 and in branches/1.5 in r14997

Note: See TracTickets for help on using tickets.