This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
PPC regression on the 3.2 branch
- From: Franz Sirl <Franz dot Sirl-kernel at lauterbach dot com>
- To: gcc-bugs at gcc dot gnu dot org
- Cc: Richard Henderson <rth at redhat dot com>
- Date: Sun, 6 Oct 2002 11:55:17 +0200
- Subject: PPC regression on the 3.2 branch
Hi Richard,
your patch
2002-09-16 Richard Henderson <rth@redhat.com>
PR opt/7515
* c-objc-common.c (c_cannot_inline_tree_fn): Don't auto-inline
functions that don't bind locally.
causes a regression on powerpc-linux-gnu too, gcc.c-torture/execute/941021-1.c
fails at -O3 -fPIC with a SEGV. Reverting the above patch fixes it.
Franz.