Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 668454
Collapse All | Expand All

(-)CTL-ctl-1.5.2/lib/IlmCtlSimd/CtlSimdInst.cpp (-1 / +1 lines)
Lines 189-195 SimdInst::executePath (SimdBoolMask &mas Link Here
189
	    REPLACE_EXC
189
	    REPLACE_EXC
190
		(e, "\n" <<
190
		(e, "\n" <<
191
		 xcontext.fileName() << ":" <<
191
		 xcontext.fileName() << ":" <<
192
		 inst->lineNumber() << ": " << e);
192
		 inst->lineNumber() << ": " << e.what());
193
193
194
	    throw e;
194
	    throw e;
195
	}
195
	}

Return to bug 668454