[Bug c++/61870] internal compiler error: in get_expr_operands, at tree-ssa-operands.c:1035

2014-07-21 Thread dzidzitop at vfemail dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61870 --- Comment #1 from dzidzitop at vfemail dot net --- Created attachment 33168 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33168&action=edit The preprocessed file.

[Bug c++/61870] New: internal compiler error: in get_expr_operands, at tree-ssa-operands.c:1035

2014-07-21 Thread dzidzitop at vfemail dot net
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: dzidzitop at vfemail dot net When I compile source code I see the following error. src/lastfm_scrobbler.cpp: In lambda function: src/lastfm_scrobbler.cpp:193:1: internal

[Bug tree-optimization/61724] New: Some loops not vectorised

2014-07-05 Thread dzidzitop at vfemail dot net
Assignee: unassigned at gcc dot gnu.org Reporter: dzidzitop at vfemail dot net Created attachment 33075 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33075&action=edit Test code Some loops inside C++ classes are not vectorised by the tree-vectorise driver. Attache