This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Updated ColdFire toolchain sources available on my CVS server



If anyone else has seen reproducable ICEs from the ColdFire compiler, I really want to know(including a testcase).

Found another (or the same :) type of ICE ?
Preprocessed C source and log file attached.

Greetings, Hanys
[root@honza tmp]/usr/m68k-elf-3.3.3/bin/m68k-elf-gcc -g -O2 -m528x -Wall -c -o ./bug3.o ./bug3.c
In file included from C/Diagnostika_main.c:12:
Include/ovladace_main.h:23: warning: `struct Tstring_new' declared inside parameter list
Include/ovladace_main.h:23: warning: its scope is only this definition or declaration, which is probably not what you want
Include/ovladace_main.h:27: warning: `struct Tstring' declared inside parameter list
C/Diagnostika_main.c: In function `Generate_menu':
C/Diagnostika_main.c:86: warning: unused variable `j'
C/Diagnostika_main.c:86: warning: unused variable `cnt'
C/Diagnostika_main.c:88: warning: unused variable `Menu_real_size'
C/Diagnostika_main.c:90: warning: unused variable `ucc'
C/Diagnostika_main.c:96: warning: unused variable `change_flag'
C/Diagnostika_main.c:99: warning: unused variable `pPole_Mser_tmp'
C/Diagnostika_main.c:101: warning: unused variable `Pole_Manuf_tmp'
C/Diagnostika_main.c:101: warning: unused variable `pPole_Manuf_tmp'
C/Diagnostika_main.c:103: warning: unused variable `Pole_CarType'
C/Diagnostika_main.c:103: warning: unused variable `Pole_CarType_tmp'
C/Diagnostika_main.c:103: warning: unused variable `pPole_CarType_tmp'
C/Diagnostika_main.c:105: warning: unused variable `Pole_ECUType'
C/Diagnostika_main.c:105: warning: unused variable `Pole_ECUType_tmp'
C/Diagnostika_main.c:105: warning: unused variable `pPole_ECUType_tmp'
C/Diagnostika_main.c:84: warning: `hlav' might be used uninitialized in this function
C/Diagnostika_main.c:173: error: insn does not satisfy its constraints:
(insn 156 485 157 6 0x4018539c (set (mem/s:HI (plus:SI (reg:SI 9 %a1)
                (const_int 20 [0x14])) [22 <variable>.FAT_cnt+0 S2 A16])
        (mem:HI (plus:SI (reg/f:SI 14 %a6)
                (reg:SI 0 %d0)) [53 file_cnt S4 A16])) 35 {*m68k.md:1076} (nil)
    (nil))
C/Diagnostika_main.c:173: internal compiler error: in reload_cse_simplify_operands, at reload1.c:8353
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

Attachment: bug3.c.gz
Description: application/gzip

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com

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