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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- arithchk.c
0
++ arithchk.c
Lines 122-128 Link Here
122
	long Cray1;
122
	long Cray1;
123
123
124
	/* Cray1 = 4617762693716115456 -- without overflow on non-Crays */
124
	/* Cray1 = 4617762693716115456 -- without overflow on non-Crays */
125
	Cray1 = printf(emptyfmt) < 0 ? 0 : 4617762;
125
	Cray1 = fputs(emptyfmt, stdout) < 0 ? 0 : 4617762;
126
	if (printf(emptyfmt, Cray1) >= 0)
126
	if (printf(emptyfmt, Cray1) >= 0)
127
		Cray1 = 1000000*Cray1 + 693716;
127
		Cray1 = 1000000*Cray1 + 693716;
128
	if (printf(emptyfmt, Cray1) >= 0)
128
	if (printf(emptyfmt, Cray1) >= 0)

Return to bug 538342