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]
Other format: [Raw text]

Re: Mainline build failure on i686-pc-linux-gnu


Diego Novillo <dnovillo@redhat.com> 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  <dnovillo@redhat.com>
| 
|         PR tree-optimization/20933
|         * tree-ssa-alias.c (compute_flow_insensitive_aliasing): Move
| 	[ ... ]

I have

2005-04-11  Geoffrey Keating  <geoffk@apple.com>

        * 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  <dnovillo@redhat.com>

        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


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