This is the mail archive of the gcc-bugs@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]

[Bug target/45234] ICE in expand_call, at calls.c:2845 when passing aligned function argument from unaligned stack after alloca



------- 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


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