Diego Novillo <[EMAIL PROTECTED]> writes: | On Mon, Apr 11, 2005 at 10:59:46PM -0500, Gabriel Dos Reis wrote: | | > -c /home/gdr/redhat/egcs/gcc/crtstuff.c -DCRT_BEGIN \ | > -o crtbegin.o | > make[1]: *** [crtbegin.o] Aborted | > make[1]: Leaving directory `/home/gdr/build/4.1/gcc' | > make: *** [all-gcc] Error 2 | > | What's your top-of-ChangeLog? Works for me up to | | 2005-04-11 Diego Novillo <[EMAIL PROTECTED]> | | PR tree-optimization/20933 | * tree-ssa-alias.c (compute_flow_insensitive_aliasing): Move | [ ... ]
I have 2005-04-11 Geoffrey Keating <[EMAIL PROTECTED]> * config/t-slibgcc-darwin: Don't put shared libraries in directories other than $(slibdir). * config/rs6000/darwin.h: Find -m64 libgcc under the name the OS uses for it. 2005-04-11 Diego Novillo <[EMAIL PROTECTED]> PR tree-optimization/20933 * tree-ssa-alias.c (compute_flow_insensitive_aliasing): Move logic to reject aliases between read-only and writable variables ... (may_alias_p): ... here. (get_tmt_for): Do not associate read-only tags to pointers whose pointed-to type is not read-only. * tree-ssa.c (verify_ssa): Check that memory stores have at least one V_MAY_DEF or V_MUST_DEF. Bootstrap fails at the same point as regular make. -- Gaby