[Bug target/60818] ICE in validate_condition_mode on powerpc-e500v2-linux-gnuspe

2016-01-26 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60818 Arseny Solokha changed: What|Removed |Added Target|powerpc-e500v2-linux-gnuspe |powerpc-e500v2-linux-gnuspe

[Bug target/60818] ICE in validate_condition_mode on powerpc-e500v2-linux-gnuspe

2014-04-13 Thread asolokha at gmx dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60818 Arseny Solokha changed: What|Removed |Added Version|4.9.0 |unknown Known to fail|

[Bug target/60818] ICE in validate_condition_mode on powerpc-e500v2-linux-gnuspe

2014-04-11 Thread asolokha at gmx dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60818 --- Comment #2 from Arseny Solokha --- (In reply to Arseny Solokha from comment #1) > Another one: > > int > kf(int a2, unsigned int dc) > { > int t3; > int b1[2]; > for (t3 = 0; t3 < 2; ++t3) > b1[t3] = 2; > return ((t3 > a2) >= b1[0

[Bug target/60818] ICE in validate_condition_mode on powerpc-e500v2-linux-gnuspe

2014-04-11 Thread asolokha at gmx dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60818 --- Comment #1 from Arseny Solokha --- Another one: int kf(int a2, unsigned int dc) { int t3; int b1[2]; for (t3 = 0; t3 < 2; ++t3) b1[t3] = 2; return ((t3 > a2) >= b1[0]) < dc; }