This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug math/3439] math.h, fenv.h macros do not conform to C99


http://sourceware.org/bugzilla/show_bug.cgi?id=3439

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WONTFIX                     |
         AssignedTo|aj at suse dot de           |unassigned at sourceware
                   |                            |dot org

--- Comment #5 from Joseph Myers <jsm28 at gcc dot gnu.org> 2012-04-27 10:47:50 UTC ---
Reopening.  We discussed this on #glibc last night.  We want a fix that avoids
duplicating the numeric value of each macro; that is, something along the lines
of (inside the enum):

#define __FE_WHATEVER 0x100
  FE_WHATEVER = __FE_WHATEVER,
#define FE_WHATEVER __FE_WHATEVER

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]