cfv4e bug
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cfv4e bug



Do you guys know about this one yet?

Greg Weeks

[gweeks@tanith ~]$ m68k-elf-gcc -mcfv4e gmem.i -o gmem
gmem.c: In function 'g_mem_profile':
gmem.c:307: error: unrecognizable insn:
(insn 39 38 9 1 (set (mem/c:DF (plus:SI (reg/f:SI 14 %a6)
               (reg:SI 0 %d0)) [0 D.1247+0 S8 A16])
       (reg:DF 16 %fp0)) -1 (nil)
   (nil))
gmem.c:307: internal compiler error: in extract_insn, at recog.c:2084
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.codesourcery.com/> for instructions.
[gweeks@tanith ~]$


# 1 "gmem.c"
# 1 "/home/garrett/project/svn/tsinfra/share/fc2-base/rpm-sources/m68k/BUILD/glib-2.4.0/glib//"
# 1 "<built-in>"
# 1 "<command line>"
# 1 "gmem.c"
# 31 "gmem.c"

# 1 "glib.h" 1
# 30 "glib.h"
# 1 "../glib/galloca.h" 1
# 30 "../glib/galloca.h"
# 1 "../glib/gtypes.h" 1
# 30 "../glib/gtypes.h"
# 41 "../glib/gtypes.h"

typedef char gchar;
typedef unsigned long gulong;
typedef unsigned int guint;
typedef double gdouble;

# 31 "../glib/galloca.h" 2
# 31 "glib.h" 2
# 1 "../glib/gcache.h" 1
# 30 "../glib/gcache.h"
# 1 "../glib/glist.h" 1
# 30 "../glib/glist.h"
# 1 "../glib/gmem.h" 1
# 72 "../glib/gmem.h"

void g_mem_profile (void);

# 31 "../glib/glist.h" 2
# 31 "../glib/gcache.h" 2
# 36 "glib.h" 2
# 1 "../glib/gmessages.h" 1
# 178 "../glib/gmessages.h" 3

void g_print (const gchar *format,
                                         ...) __attribute__((__format__ (__printf__, 1, 2)));
# 345 "../glib/gmessages.h" 3
# 52 "glib.h" 2
# 38 "gmem.c" 2
# 276 "gmem.c"

static guint *profile_data = ((void *)0);

# 297 "gmem.c"

void
g_mem_profile (void)
{
  guint local_data[(4096 + 1) * 8 * sizeof (profile_data[0])];
  gulong local_mc_allocs;
  gulong local_mc_frees;

  g_print ("MemChunk bytes: (%.2f%%)",
	 ((gdouble) local_mc_frees) / local_mc_allocs * 100.0 );
}