[Bug tree-optimization/22071] [4.1 regression] ICE in first_vi_for_offset, at tree-ssa-structalias.c:2506
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Jun 15 02:29:00 GMT 2005
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-15 02:29 -------
Confirmed, reduced testcase:
struct empty_class {};
struct class1 : empty_class
{
class1() {}
empty_class value_;
};
struct lambda : class1 { };
lambda _1;
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |dberlin at gcc dot gnu dot
| |org, pinskia at gcc dot gnu
| |dot org
Status|UNCONFIRMED |NEW
Component|c++ |tree-optimization
Ever Confirmed| |1
GCC build triplet|x86_64-pc-linux-gnu |
GCC host triplet|x86_64-pc-linux-gnu |
GCC target triplet|x86_64-pc-linux-gnu |
Keywords| |ice-on-valid-code
Last reconfirmed|0000-00-00 00:00:00 |2005-06-15 02:29:28
date| |
Summary|4.1 regression: ICE in |[4.1 regression] ICE in
|first_vi_for_offset, at |first_vi_for_offset, at
|tree-ssa-structalias.c:2506 |tree-ssa-structalias.c:2506
Target Milestone|--- |4.1.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22071
More information about the Gcc-bugs
mailing list