------- Comment #5 from hjl dot tools at gmail dot com 2008-08-06 13:32 ------- (In reply to comment #3) > Created an attachment (id=16031) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16031&action=view) [edit] > A smaller case. > > [EMAIL PROTECTED] stackalign]$ /home/xguo2/app/stack-internal/bin/g++ -m32 > -Os > -fasynchronous-unwind-tables -mpreferred-stack-boundary=4 a1.C > a1.C: In function void foo(int, ...): > a1.C:27: internal compiler error: in compute_barrier_args_size, at > dwarf2out.c:1289 > Please submit a full bug report, > with preprocessed source if appropriate. > See <http://gcc.gnu.org/bugs.html> for instructions.
It also fails at C: bash-3.2$ ./xgcc -B./ /tmp/a1.c -m32 -S -Os -fasynchronous-unwind-tables /tmp/a1.c: In function foo: /tmp/a1.c:27: internal compiler error: in compute_barrier_args_size, at dwarf2out.c:1319 Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37022