Ticket #2494 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

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

Reported by: frankie Owned by: 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

Changed 5 years ago by rouault

  • owner changed from warmerdam to rouault

Changed 5 years ago by rouault

  • status changed from new to closed
  • resolution set to fixed

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

Note: See TracTickets for help on using tickets.