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]

cpplib success!



With the patches I posted this weekend to egcs-patches, cpplib can be
used to compile glibc, provided you don't build it into cc1.  (It might
work built into cc1 but I haven't tried it yet.)

There are code generation bugs in egcs-CVS right now which break cpplib;
don't 3-stage the compiler or cpp will dump core on moderately complex
input.  The problem is that a function called with two pointers, both of
which are valid in the caller, receives one correctly but the other turns
into NULL.  I'd guess inlining problems but I don't know anything about cc1.

Also, glibc's math library still tickles reload bugs.  What's the status of
Bernd Schmidt's reload patch?

zw


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