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]

Re: [trunk] patch to remove REG_NO_CONFLICT_BLOCKS


Ralf Wildenhues wrote:
* Kenneth Zadeck wrote on Mon, Apr 21, 2008 at 10:02:11PM CEST:
Ralf Wildenhues wrote:
The file df-byte-scan.c is missing from the commit.

Cheers,
Ralf
committed as revision 134528
sorry

Thanks for the quick fix, but now the compilation of the file fails: (admittedly I haven't started from a clean build tree)

Cheers,
Ralf

gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/../include -I../../gcc/gcc/../libcpp/include -I../../gcc/gcc/../libdecnumber -I../../gcc/gcc/../libdecnumber/bid -I../libdecnumber ../../gcc/gcc/df-byte-scan.c -o df-byte-scan.o
In file included from ../../gcc/gcc/df.h:29,
from ../../gcc/gcc/df-byte-scan.c:27:
../../gcc/gcc/bitmap.h:48: error: field 'obstack' has incomplete type
make[2]: *** [df-byte-scan.o] Error 1
no good deed goes unpunished.

this is what i get for trying to split the patch into 4 smaller and easier to understand patches.

This is one of the fixes in the bitmap.c patch. Since bonzini has approved that, i will commit it, but it will take me a minute.

kenny


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