------- Comment #3 from truedfx at gentoo dot org 2010-08-08 23:09 ------- I've configured a minimal 4.3.5 compiler, and testing shows that
extern void f (_Decimal128);
void g(void)
{
__builtin_alloca (2);
f (0);
}
which also fails with the same ICE with 4.5.0 and 4.4.4, actually works with
4.3.5.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45234
