------- Comment #3 from rguenth at gcc dot gnu dot org  2010-07-09 19:18 -------
Fails w/o LTO, at -O1, after early-SRA.

gcc> /abuild/rguenther/trunk-g/gcc/g++ -B /abuild/rguenther/trunk-g/gcc -O -S
PTestDataStructuresParent.3.ii 
PTestDataStructuresParent.3.ii: In member function 'bool
PTestDataStructuresParent::Read(PTestDataStructuresParent::Op*)':
PTestDataStructuresParent.3.ii:98:1: error: non-trivial conversion at
assignment
int
const float
# .MEM_12 = VDEF <.MEM_3(D)>
D.2561_9(D)->dummy_ = SR.2_11(D);

PTestDataStructuresParent.3.ii:98:1: internal compiler error: verify_stmts
failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rguenth at gcc dot gnu dot
                   |                            |org, jamborm at gcc dot gnu
                   |                            |dot org
          Component|lto                         |tree-optimization
           Keywords|lto                         |
            Summary|non-trivial conversion ICE  |non-trivial conversion ICE
                   |when comingling with -fwhopr|from early SRA


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

Reply via email to