[Bug middle-end/12085] Internal compiler error in convert_move, at expr.c:504 with -O3 flag

dhollen at mosis dot org gcc-bugzilla@gcc.gnu.org
Thu Aug 28 15:23:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12085



------- Additional Comments From dhollen at mosis dot org  2003-08-28 15:23 -------
Here is the preprocessed source code to reproduce the bug
(could not create a new attachement - it always told me that I
did not specify a file to attach).

# 1 "test.c"
# 1 "<built-in>"
# 1 "<command line>"
# 1 "test.c"

extern void testme(char *);
extern int value(int);

void testme(char * s) {
        double d;

        d = ((double (*) (double)) value)(d);
}

int value(int arg) {
        return arg;
}



More information about the Gcc-bugs mailing list