comparison gcc/testsuite/g++.dg/torture/pr68852.C @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
32 D c[1]; 32 D c[1];
33 b = __trans_tmp_3; 33 b = __trans_tmp_3;
34 c[2] = m_fn2(b); 34 c[2] = m_fn2(b);
35 c[3] = m_fn2(a); 35 c[3] = m_fn2(a);
36 c[ProjectRectBounds_next].m_fn1(); 36 c[ProjectRectBounds_next].m_fn1();
37 return 0;
37 } 38 }
38 D operator*(D p1) { 39 D operator*(D p1) {
39 D d; 40 D d;
40 d.x = p1.x * _11 + p1.y * _21 + p1.z * _31 + _41; 41 d.x = p1.x * _11 + p1.y * _21 + p1.z * _31 + _41;
41 d.y = p1.x * _12 + p1.y * _22 + p1.z * _32 + _42; 42 d.y = p1.x * _12 + p1.y * _22 + p1.z * _32 + _42;