------- Comment #10 from amylaar at gcc dot gnu dot org  2010-07-07 02:00 
-------
;; Function void ix86_expand_vector_init_general(bool, machine_mode, rtx, rtx) 
Compiling the reduced testcase in a subdirectory of the r160832 gcc build
directory with:
 ../g++ -B.. -da -march=pentiumpro -mtune=generic -m32 t.c --dump-tree-all -g
-S  -fdump-unnumbered
, I see this in the final dump:

(_ZL31ix86_expand_vector_init_generalb12machine_modeP7rtx_defS1_)

deleting insn with uid = 174.
Failed to expand as dwarf: op1
Reason: DECL has no RTL

;; Function void ix86_expand_vector_init(bool, rtx, rtx)
(_Z23ix86_expand_vector_initbP7rtx_defS0_)

deleting insn with uid = 170.


-- 

amylaar at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jamborm at gcc dot gnu dot
                   |                            |org


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

Reply via email to