This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

egcs-971225 bug


I found a bug when compiling the recent release of egcs (19971225).  The defined
keyword was missing on line 1485.  I'm assuming this was what was intended.  I'm
building on a IBM RS/6000 43P running AIX 4.2.1 with the native IBM compiler.

Sorry I don't have access to a good diff, but it's easier to change by hand 
anyways.

Neal
--

diff gcc/dp-bit.c gcc/dp-bit.c.orig
1485c1485
< #if defined(L_df_to_sf)
---
> #if (L_df_to_sf)


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