[Bug c/47672] New: math-68881.h does not support C99
vincent.riviere at freesbee dot fr
gcc-bugzilla@gcc.gnu.org
Wed Feb 9 23:24:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47672
Summary: math-68881.h does not support C99
Product: gcc
Version: 4.5.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: vincent.riviere@freesbee.fr
Target: m68k-*
The file gcc/config/m68k/math-68881.h is distributed with GCC, however it does
not support C99. When this file is included in multiple files, then compiled
with --std=c99 or --std=gnu99 this leads to duplicate definitions.
This is because it uses "extern inline" unconditionally.
More information about the Gcc-bugs
mailing list