This is the mail archive of the gcc-patches@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] |
| Other format: | [Raw text] | |
Running "make check" in the gcc/fixinc/ subdirectory on the gcc-3_3-branch is currently failing due to a mismatch. The harmless cause is the failure to "cvs commit" the baseline file for one of fixinc patches backported from mainline. The following trivial patch corrects this problem. Ok for the 3.3 branch? 2004-08-14 Roger Sayle <roger@eyesopen.com> * fixinc/tests/base/obstack.h: Backport from mainline. 0a1,14 > /* DO NOT EDIT THIS FILE. > > It has been auto-edited by fixincludes from: > > "fixinc/tests/inc/obstack.h" > > This had to be done to correct non-standard usages in the > original, manufacturer supplied header file. */ > > > > #if defined( OBSTACK_LVALUE_CAST_CHECK ) > ((*((void **) (h)->next_free) = (aptr)), ( (h)->next_free += sizeof (void *))) > #endif /* OBSTACK_LVALUE_CAST_CHECK */ Roger --
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |