This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/37022] [4.4 regression] internal compiler error: in compute_barrier_args_size
- From: "hjl dot tools at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Aug 2008 13:32:28 -0000
- Subject: [Bug debug/37022] [4.4 regression] internal compiler error: in compute_barrier_args_size
- References: <bug-37022-5406@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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.
>
> [xguo2@shgcc-10 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