This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

(i386-linux x m68k-elf) build failure



version: CVS
   host: i386-linux
 target: m68k-elf

It looks like flow is having problems?

When I try to compile various files in stress-1.15 with the options
-O2 -S -g, the following occurs:

Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
./aiunit.i
./aiunit.i:1768: warning: conflicting types for built-in function `memset'
./avl.i
./avl.i: In function `avl_probe':
./avl.i:1983: Internal compiler error in find_auto_inc, at flow.c:5002
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
./avlt.i
./avlt.i: In function `avlt_probe':
./avlt.i:2385: Internal compiler error in find_auto_inc, at flow.c:5002
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
./avltr.i
./avltr.i: In function `avltr_probe':
./avltr.i:2332: Internal compiler error in find_auto_inc, at flow.c:5002
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
...

It looks like the m68k-elf port is rather broken presently.

Toshi


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]