SYSTEM WARNING: Creating default object from empty value

Firm Bugtracker - libFirm
Viewing Issue Advanced Details
8 x86 ia32 backend tweak always 2008-12-04 01:44 2009-01-28 21:55
jeffz  
Tron  
normal  
closed 1.15.0  
fixed  
none    
none  
0000008: Error: no such instruction: `movzlll (%edx),%edx'
attempting to build programs/winedbg from wine-1.1.4 generates an unknown instruction

wget http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.1.4.tar.bz2 [^]
tar xf wine-1.1.4
cd wine-1.1.4
CC=/path/to/cparser ./configure
cd programs/winedbg
make

/home/jeffz/Desktop/cparser-0.9.7/build/cparser -c -I. -I. -I../../include -I../../include -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o tgt_minidump.o tgt_minidump.c
/tmp/ccsCCBqA3: Assembler messages:
/tmp/ccsCCBqA3:6089: Error: no such instruction: `movzlll (%edx),%edx'
related to 0000027closed Tron libFirm Crash in verify_node_Proj_Proj 
related to 0000031closed Tron cparser cparser: be/ia32/ia32_transform.c:3267: gen_Conv: Assertion `!_mode_is_int(tgt_mode) || tgt_bits <= 32' failed. 
Issue History
2008-12-04 01:44 jeffz New Issue
2008-12-04 11:52 Tron Note Added: 0000009
2008-12-04 11:52 Tron Status new => resolved
2008-12-04 11:52 Tron Resolution open => fixed
2008-12-04 11:52 Tron Assigned To => Tron
2008-12-14 22:34 Tron Relationship added related to 0000027
2008-12-22 20:16 Tron Relationship added related to 0000031
2009-01-28 21:55 Matze Status resolved => closed

Notes
(0000009)
Tron   
2008-12-04 11:52   
Thanks for the report. The problem has been resolved in r24286.