Bug 25925 - [meta-bug] 4.2 slush bug
Summary: [meta-bug] 4.2 slush bug
Status: RESOLVED WORKSFORME
Alias: None
Product: gcc
Classification: Unclassified
Component: other (show other bugs)
Version: 4.2.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords: meta-bug
Depends on: 25259 25569 25636 25703 25860 25861 25865 25884 25886 25890 25905 25908 25910 25911 25931 25942 25959 25961
Blocks:
  Show dependency treegraph
 
Reported: 2006-01-23 15:36 UTC by Andrew Pinski
Modified: 2006-01-26 12:22 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Pinski 2006-01-23 15:36:29 UTC
The initialized linked failures are the failures which block further development for me at least.

PR 25886 is a huge failure as we are now over the 255 limit for tree codes for some languages (well Objective-C++ only but it gives us a hint of what is to come soon).

PR 25860 is an ICE due to SSA PRE/ load PRE, there is a fix which just needs to be applied.

PR 25569 fails on powerpc64-linux, though it is only with Fortran code (no C example has been found yet).

PR 25905 is a bootstrap failure on m68k due to an ICE in combine.c

PR 25890 is a testsuite failure on x86_64-linux-gnu (and a couple others) due to an ICE in combine.c

I might add others later today.  There is a tree vectorizer bug which I might add.
Comment 1 Andrew Pinski 2006-01-23 15:45:34 UTC
PR 25636: reload is causing a write to read only memory, exposed by PRE changes.
Comment 2 Andrew Pinski 2006-01-23 15:47:19 UTC
PR 25259: libgomp depends on stdint.h.
Comment 3 Andrew Pinski 2006-01-23 15:48:19 UTC
PR 25910: libgomp fails to compile on i686-linux-gnu.
Comment 4 Andrew Pinski 2006-01-23 15:50:04 UTC
PR 25865: libgomp dects TLS as working when it does not.  Causes a build failure on *-netbsd*.
Comment 5 Andrew Pinski 2006-01-23 15:51:11 UTC
PR 25884: perl is now required to build GCC (libgomp).
Comment 6 Andrew Pinski 2006-01-23 16:06:52 UTC
ICE in c-common.c due to PARM_DECL and ADDR_EXPR and not having visibility.
Comment 7 Andrew Pinski 2006-01-23 16:07:12 UTC
(In reply to comment #6)
> ICE in c-common.c due to PARM_DECL and ADDR_EXPR and not having visibility.

That was PR 25861.
Comment 8 Andrew Pinski 2006-01-23 19:21:20 UTC
25911: -O2 -ffast-math -ftree-vectorize ICEs on reasonable code.
Comment 9 Andrew Pinski 2006-01-23 20:02:21 UTC
PR 25931: build failure for powerpc-darwin target (maybe others too).
Comment 10 Andrew Pinski 2006-01-23 20:03:01 UTC
PR 25908: vtables and classes no longer work on powerpc-darwin
Comment 11 Andrew Pinski 2006-01-24 15:24:01 UTC
PR 25942: libgomp needs correct version of autoconf/automake installed to build.
Comment 12 Andrew Pinski 2006-01-25 14:28:57 UTC
PR 25959: C++ building on powerpc-* is broken.
Comment 13 Andrew Pinski 2006-01-25 20:50:05 UTC
PR 25703: wrong code on x86-linux, there is a C example from the duplicated bug.

PR 25961: Bootstrap failure on ia64-* after Zack's patches.
Comment 14 Andrew Pinski 2006-01-26 12:22:19 UTC
Closing as works for me as Mark's email works for me.