http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51659
Matthias Klose changed:
What|Removed |Added
CC||doko at gcc dot gnu.org
--- Comment #3 f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51659
--- Comment #4 from Matthias Klose 2012-01-09
09:18:14 UTC ---
Created attachment 26277
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26277
preprocessed source
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51659
--- Comment #2 from Carrot 2012-01-05 07:06:22 UTC
---
It can be reproduced with following simple code
struct function
{
int pops_args;
long long x_frame_offset;
};
long long get_func_frame_size (struct function *f)
{
return -f->x_frame
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51659
--- Comment #1 from Carrot 2011-12-23 02:29:49 UTC
---
(gdb) cont
Continuing.
Breakpoint 2, output_move_double (operands=0x19be680, emit=1 '\001', count=0x0)
at ../../../trunk/gcc/config/arm/arm.c:13933
13933 gcc_assert (!emit);
(gdb) p