|
|
On Fri, 25 Nov 2005, Jakub Jelinek wrote:
> gcc41-test-c++-struct_layout.patch has all the recent changes
> to gcc.dg/compat/struct_layout* incorporated to it and has just a few
But not it seems older changes? At least the breakage for installed
compiler testing (bug 25327) suggests that
2005-05-16 Mark Mitchell <mark@xxxxxxxxxxxxxxxx>
* gcc.dg/compat/generate-random.c (config.h): Do not include.
(limits.h): Include unconditionally.
(stdlib.h): Likewise.
* gcc.dg/compat/generate-random_r.c (config.h): Do not include.
(limits.h): Include unconditionally.
(stdlib.h): Likewise.
* gcc.dg/compat/struct-layout-1.exp: Do not link with libiberty.
* gcc.dg/compat/struct-layout-1_generate.c (config.h): Do not include.
(limits.h): Include unconditionally.
(stdlib.h): Likewise.
(hashtab.h): Do not include.
(getopt.h): Likewise.
(stddef.h): Include.
(hashval_t): Define.
(struct entry): Add "next" field.
(HASH_SIZE): New macro.
(hash_table): New variable.
(switchfiles): Do not use xmalloc.
(mix): New macro.
(iterative_hash): New function.
(hasht): Remove.
(e_exists): New function.
(e_insert): Likewise.
(output): Use, instead of libiberty hashtable functions.
(main): Do not use getopt. Do not call htab_create.
is missing, perhaps other patches are as well?
--
Joseph S. Myers http://www.srcf.ucam.org/~jsm28/gcc/
jsm@xxxxxxxxxxxxxxxx (personal mail)
joseph@xxxxxxxxxxxxxxxx (CodeSourcery mail)
jsm28@xxxxxxxxxxx (Bugzilla assignments and CCs)
|
|