Pedro,

After doing svn update to pull in your latest fixes, this happens when
compiling a simple program with -pg. This didn't happen before. (The
0.10 RPM which I created yesterday was before the svn update and doesn't
exhibit the problem.)

The same thing happens with the cegcc compiler.

Do you know where I should look ? I've attached the source. 

        Danny

dannypc: {215} arm-wince-mingw32ce-gcc -pg -c m1.c
m1.c: In function 'main':
m1.c:22: error: unrecognizable insn:
(call_insn 6 5 8 0 (call (mem:SI (symbol_ref:SI ("_monstartup")) [0 S4
A32])
        (const_int 0 [0x0])) -1 (nil)
    (nil)
    (nil))
m1.c:22: internal compiler error: in extract_insn, at recog.c:2084
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info
#include <windows.h>


/*
 * Profiling test
 */
extern void func_a(int i);
extern int fibo(int x);
extern int func_b(int i);

main(int argc, char *argv[])
{
	int	i;

	for (i=1; i<10; i++) {
		func_a(i);
	}

	for (i=1; i<30; i++) {
		(void) func_b(i);
	}
}

Attachment: signature.asc
Description: This is a digitally signed message part

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to