[Bug tree-optimization/56733] [4.9 regression] src/c++98/mt_allocator.cc:620:3: ICE tree check: expected integer_type or enumeral_type or boolean_type or real_type or fixed_point_type, have pointer_type in int_fits_type_p, at tree.c:8 325
schwab@linux-m68k.org
gcc-bugzilla@gcc.gnu.org
Tue Mar 26 11:01:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56733
Andreas Schwab <schwab@linux-m68k.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target|hppa*-*-* |
Status|UNCONFIRMED |NEW
Last reconfirmed| |2013-03-26
Component|libstdc++ |tree-optimization
CC| |law at gcc dot gnu.org,
| |schwab@linux-m68k.org
Host|hppa*-*-* |
Ever Confirmed|0 |1
Summary|src/c++98/mt_allocator.cc:6 |[4.9 regression]
|20:3: ICE tree check: |src/c++98/mt_allocator.cc:6
|expected integer_type or |20:3: ICE tree check:
|enumeral_type or |expected integer_type or
|boolean_type or real_type |enumeral_type or
|or fixed_point_type, have |boolean_type or real_type
|pointer_type in |or fixed_point_type, have
|int_fits_type_p, at |pointer_type in
|tree.c:8 325 |int_fits_type_p, at
| |tree.c:8 325
Build|hppa*-*-* |
--- Comment #4 from Andreas Schwab <schwab@linux-m68k.org> 2013-03-26 11:01:09 UTC ---
5aa2495016c0a818687c144034572fe29406cd72 is the first bad commit
commit 5aa2495016c0a818687c144034572fe29406cd72
Author: law <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Mon Mar 25 19:05:57 2013 +0000
* tree-ssa-dom.c (record_equivalences_from_incoming_edge): Rework
slightly to avoid creating and folding useless trees. Simplify
slightly by restricting to INTEGER_CSTs and using int_fits_type_p.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@197060
138bc75d-0d04-0410-961f-82ee72b054a4
More information about the Gcc-bugs
mailing list