ChangeLog revision 1.1.1.4 1 2023-07-07 Release Manager
2
3 * GCC 10.5.0 released.
4
5 2023-05-03 Jakub Jelinek <jakub (a] redhat.com>
6
7 Backported from master:
8 2023-03-02 niXman <i.nixman (a] autistici.org>
9 Jakub Jelinek <jakub (a] redhat.com>
10
11 PR libquadmath/87204
12 PR libquadmath/94756
13 * strtod/strtod_l.c (round_and_return): Cherry-pick glibc
14 9310c284ae9 BZ #16151, 4406c41c1d6 BZ #16965 and fcd6b5ac36a
15 BZ #23279 fixes.
16 (____STRTOF_INTERNAL): Cherry-pick glibc b0debe14fcf BZ #23007,
17 5556d30caee BZ #18247, 09555b9721d and c6aac3bf366 BZ #26137 and
18 d84f25c7d87 fixes.
19
20 2022-06-28 Release Manager
21
22 * GCC 10.4.0 released.
23
24 2021-04-08 Release Manager
25
26 * GCC 10.3.0 released.
27
28 2021-01-03 Iain Sandoe <iain (a] sandoe.co.uk>
29 Jakub Jelinek <jakub (a] redhat.com>
30
31 PR target/97865
32 * configure: Regenerate.
33
34 2020-07-23 Release Manager
35
36 * GCC 10.2.0 released.
37
38 2020-05-07 Release Manager
39
40 * GCC 10.1.0 released.
41
42 2020-02-12 Sandra Loosemore <sandra (a] codesourcery.com>
43
44 PR libstdc++/79193
45 PR libstdc++/88999
46
47 * configure: Regenerated.
48
49 2020-01-24 Maciej W. Rozycki <macro (a] wdc.com>
50
51 * configure.ac: Handle `--with-toolexeclibdir='.
52 * Makefile.in: Regenerate.
53 * aclocal.m4: Regenerate.
54 * configure: Regenerate.
55
56 2020-01-01 Jakub Jelinek <jakub (a] redhat.com>
57
58 Update copyright years.
59
60 * libquadmath.texi: Bump @copying's copyright year.
61
62 2019-09-27 Maciej W. Rozycki <macro (a] wdc.com>
63
64 * configure: Regenerate.
65
66 2019-08-02 Jakub Jelinek <jakub (a] redhat.com>
67
68 * quadmath.h (M_Eq, M_LOG2Eq, M_LOG10Eq, M_LN2q, M_LN10q, M_PIq,
69 M_PI_2q, M_PI_4q, M_1_PIq, M_2_PIq, M_2_SQRTPIq, M_SQRT2q,
70 M_SQRT1_2q): Use two more decimal places.
71
72 2019-01-01 Jakub Jelinek <jakub (a] redhat.com>
73
74 Update copyright years.
75
76 * libquadmath.texi: Bump @copying's copyright year.
77
78 2018-12-11 Jakub Jelinek <jakub (a] redhat.com>
79
80 PR c/88430
81 * quadmath_weak.h (__qmath2): Add __quadmath_throw.
82
83 2018-11-07 Joseph Myers <joseph (a] codesourcery.com>
84
85 * quadmath-imp.h (ieee854_float128): Use mantissa0, mantissa1,
86 mantissa2 and mantissa3 fields instead of mant_high and mant_low.
87 Change nan field to ieee_nan.
88 * update-quadmath.py (update_sources): Also update fmaq.c.
89 * math/nanq.c (nanq): Use ieee_nan field of union.
90 Zero-initialize f. Set quiet_nan field.
91 * printf/flt1282mpn.c, printf/printf_fphex.c, strtod/mpn2flt128.c,
92 strtod/strtoflt128.c: Use mantissa0, mantissa1, mantissa2 and
93 mantissa3 fields. Use ieee_nan and quiet_nan field.
94 * math/fmaq.c: Regenerate from glibc sources with
95 update-quadmath.py.
96
97 2018-11-05 Joseph Myers <joseph (a] codesourcery.com>
98
99 PR libquadmath/68686
100 * Makefile.am: (libquadmath_la_SOURCES): Remove math/isinf_nsq.c.
101 Add math/exp2q.c math/issignalingq.c math/lgammaq_neg.c
102 math/lgammaq_product.c math/tanq_kernel.c math/tgammaq_product.c
103 math/casinhq_kernel.c.
104 * Makefile.in: Regenerate.
105 * libquadmath.texi (exp2q, issignalingq): Document.
106 * quadmath-imp.h: Include <errno.h>, <limits.h>, <stdbool.h> and
107 <fenv.h>.
108 (HIGH_ORDER_BIT_IS_SET_FOR_SNAN, FIX_FLT128_LONG_CONVERT_OVERFLOW)
109 (FIX_FLT128_LLONG_CONVERT_OVERFLOW, __quadmath_kernel_tanq)
110 (__quadmath_gamma_productq, __quadmath_gammaq_r)
111 (__quadmath_lgamma_negq, __quadmath_lgamma_productq)
112 (__quadmath_lgammaq_r, __quadmath_kernel_casinhq, mul_splitq)
113 (math_check_force_underflow_complex, __glibc_likely)
114 (__glibc_unlikely, struct rm_ctx, SET_RESTORE_ROUNDF128)
115 (libc_feholdsetround_ctx, libc_feresetround_ctx): New.
116 (feraiseexcept, fenv_t, feholdexcept, fesetround, feupdateenv)
117 (fesetenv, fetestexcept, feclearexcept): Define if not supported
118 through <fenv.h>.
119 (__quadmath_isinf_nsq): Remove.
120 * quadmath.h (exp2q, issignalingq): New.
121 * quadmath.map (QUADMATH_1.2): New.
122 * quadmath_weak.h (exp2q, issignalingq): New.
123 * update-quadmath.py: New file.
124 * math/isinf_nsq.c: Remove file.
125 * math/casinhq_kernel.c, math/exp2q.c, math/expq_table.h,
126 math/issignalingq.c, math/lgammaq_neg.c, math/lgammaq_product.c,
127 math/tanq_kernel.c, math/tgammaq_product.c: New files. Generated
128 from glibc sources with update-quadmath.py.
129 * math/acoshq.c, math/acosq.c, math/asinhq.c, math/asinq.c,
130 math/atan2q.c, math/atanhq.c, math/atanq.c, math/cacoshq.c,
131 math/cacosq.c, math/casinhq.c, math/casinq.c, math/catanhq.c,
132 math/catanq.c, math/cbrtq.c, math/ccoshq.c, math/ceilq.c,
133 math/cexpq.c, math/cimagq.c, math/clog10q.c, math/clogq.c,
134 math/conjq.c, math/copysignq.c, math/coshq.c, math/cosq.c,
135 math/cosq_kernel.c, math/cprojq.c, math/crealq.c, math/csinhq.c,
136 math/csinq.c, math/csqrtq.c, math/ctanhq.c, math/ctanq.c,
137 math/erfq.c, math/expm1q.c, math/expq.c, math/fabsq.c,
138 math/fdimq.c, math/finiteq.c, math/floorq.c, math/fmaxq.c,
139 math/fminq.c, math/fmodq.c, math/frexpq.c, math/hypotq.c,
140 math/ilogbq.c, math/isinfq.c, math/isnanq.c, math/j0q.c,
141 math/j1q.c, math/jnq.c, math/ldexpq.c, math/lgammaq.c,
142 math/llrintq.c, math/llroundq.c, math/log10q.c, math/log1pq.c,
143 math/log2q.c, math/logbq.c, math/logq.c, math/lrintq.c,
144 math/lroundq.c, math/modfq.c, math/nearbyintq.c,
145 math/nextafterq.c, math/powq.c, math/remainderq.c, math/remquoq.c,
146 math/rintq.c, math/roundq.c, math/scalblnq.c, math/scalbnq.c,
147 math/signbitq.c, math/sincos_table.c, math/sincosq.c,
148 math/sincosq_kernel.c, math/sinhq.c, math/sinq.c,
149 math/sinq_kernel.c, math/tanhq.c, math/tanq.c, math/tgammaq.c,
150 math/truncq.c, math/x2y2m1q.c: Regenerate from glibc sources with
151 update-quadmath.py.
152
153 2018-10-31 Joseph Myers <joseph (a] codesourcery.com>
154
155 PR bootstrap/82856
156 * Makefile.am: Include multilib.am.
157 (AUTOMAKE_OPTIONS): Remove 1.8. Add info-in-builddir.
158 (all-local): Define outside conditional code.
159 (CLEANFILES): Remove libquadmath.info.
160 * configure.ac: Remove AC_PREREQ.
161 * Makefile.in, aclocal.m4, config.h.in, configure: Regenerate.
162
163 2018-04-24 H.J. Lu <hongjiu.lu (a] intel.com>
164
165 * configure: Regenerated.
166
167 2018-04-19 Jakub Jelinek <jakub (a] redhat.com>
168
169 * configure: Regenerated.
170
171 2018-04-18 David Malcolm <dmalcolm (a] redhat.com>
172
173 PR jit/85384
174 * configure: Regenerate.
175
176 2018-02-14 Igor Tsimbalist <igor.v.tsimbalist (a] intel.com>
177
178 PR target/84148
179 * configure: Regenerate.
180
181 2018-01-03 Jakub Jelinek <jakub (a] redhat.com>
182
183 * libquadmath.texi: Bump @copying's copyright year.
184
185 2017-11-17 Igor Tsimbalist <igor.v.tsimbalist (a] intel.com>
186
187 * Makefile.am: Update AM_CFLAGS.
188 * Makefile.in: Regenerate:
189 * acinclude.m4: Add enable.m4 and cet.m4.
190 * configure: Regenerate.
191 * configure.ac: Set CET_FLAGS. Update XCFLAGS.
192
193 2017-11-05 Tom de Vries <tom (a] codesourcery.com>
194
195 PR other/82784
196 * printf/gmp-impl.h (MPN_MUL_N_RECURSE): Remove semicolon after
197 "do {} while (0)".
198
199 2017-09-01 Michael Meissner <meissner (a] linux.vnet.ibm.com>
200
201 PR libquadmath/81848
202 * configure.ac (powerpc*-linux*): Use attribute mode KC to create
203 complex __float128 on PowerPC instead of attribute mode TC.
204 * quadmath.h (__complex128): Likewise.
205 * configure: Regenerate.
206 * math/cbrtq.c (CBRT2): Use __float128 not long double.
207 (CBRT4): Likewise.
208 (CBRT2I): Likewise.
209 (CBRT4I): Likewise.
210 * math/j0q.c (U0): Likewise.
211 * math/sqrtq.c (sqrtq): Don't depend on implicit conversion
212 between __float128, instead explicitly convert the __float128
213 value to long double because the PowerPC does not allow __float128
214 and long double in the same expression.
215
216 2017-07-19 Gerald Pfeifer <gerald (a] pfeifer.com>
217
218 * math/powq.c (powq): Use uint32_t instead of u_int32_t.
219
220 2017-07-19 Jakub Jelinek <jakub (a] redhat.com>
221
222 PR libquadmath/65757
223 * quadmath-imp.h (math_opt_barrier, math_force_eval,
224 math_narrow_eval, math_check_force_underflow,
225 math_check_force_underflow_nonneg): Define.
226 * math/ceilq.c: Backport changes from upstream glibc
227 between 2012-11-01 and 2017-07-13.
228 * math/remquoq.c: Likewise.
229 * math/expq.c: Likewise.
230 * math/llroundq.c: Likewise.
231 * math/logq.c: Likewise.
232 * math/atanq.c: Likewise.
233 * math/nearbyintq.c: Likewise.
234 * math/scalblnq.c: Likewise.
235 * math/finiteq.c: Likewise.
236 * math/atanhq.c: Likewise.
237 * math/expm1q.c: Likewise.
238 * math/sinhq.c: Likewise.
239 * math/log10q.c: Likewise.
240 * math/rintq.c: Likewise.
241 * math/roundq.c: Likewise.
242 * math/fmaq.c: Likewise.
243 * math/erfq.c: Likewise.
244 * math/log2q.c: Likewise.
245 * math/lroundq.c: Likewise.
246 * math/j1q.c: Likewise.
247 * math/scalbnq.c: Likewise.
248 * math/truncq.c: Likewise.
249 * math/frexpq.c: Likewise.
250 * math/sincosq.c: Likewise.
251 * math/tanhq.c: Likewise.
252 * math/asinq.c: Likewise.
253 * math/coshq.c: Likewise.
254 * math/j0q.c: Likewise.
255 * math/asinhq.c: Likewise.
256 * math/floorq.c: Likewise.
257 * math/sinq_kernel.c: Likewise.
258 * math/powq.c: Likewise.
259 * math/hypotq.c: Likewise.
260 * math/sincos_table.c: Likewise.
261 * math/rem_pio2q.c: Likewise.
262 * math/nextafterq.c: Likewise.
263 * math/log1pq.c: Likewise.
264 * math/sincosq_kernel.c: Likewise.
265 * math/tanq.c: Likewise.
266 * math/acosq.c: Likewise.
267 * math/lrintq.c: Likewise.
268 * math/llrintq.c: Likewise.
269
270 2017-02-09 Gerald Pfeifer <gerald (a] pfeifer.com>
271
272 * configure.ac (ACX_BUGURL): Update.
273 * configure: Regenerate.
274
275 2017-01-17 Jakub Jelinek <jakub (a] redhat.com>
276
277 PR other/79046
278 * configure.ac: Add GCC_BASE_VER.
279 * Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
280 get version from BASE-VER file.
281 * configure: Regenerated.
282 * Makefile.in: Regenerated.
283
284 2017-01-01 Jakub Jelinek <jakub (a] redhat.com>
285
286 * libquadmath.texi: Bump @copying's copyright year.
287
288 2016-11-15 Matthias Klose <doko (a] ubuntu.com>
289
290 * configure: Regenerate.
291
292 2016-01-04 Jakub Jelinek <jakub (a] redhat.com>
293
294 * libquadmath.texi: Bump @copying's copyright year.
295
296 2015-08-09 Francois-Xavier Coudert <fxcoudert (a] gcc.gnu.org>
297
298 * Makefile.am (libquadmath_la_SOURCES): Add matha/logbq.c.
299 * Makefile.in: Regenerate.
300 * libquadmath.texi: Document logbq.
301 * quadmath.h: Add logbq prototype.
302 * quadmath.map: Add logbq.
303 * quadmath_weak.h: Add logbq prototype.
304 * math/logbq.c: New file
305
306 2015-05-13 Michael Haubenwallner <michael.haubenwallner (a] ssi-schaefer.com>
307
308 * Makefile.in: Regenerated with automake-1.11.6.
309 * aclocal.m4: Likewise.
310 * configure: Likewise.
311
312 2015-01-26 Matthias Klose <doko (a] ubuntu.com>
313
314 * configure.ac: Move AM_ENABLE_MULTILIB before AC_PROG_CC.
315 * configure: Regenerate.
316
317 2015-01-05 Jakub Jelinek <jakub (a] redhat.com>
318
319 * libquadmath.texi: Bump @copying's copyright year.
320
321 2014-11-21 H.J. Lu <hongjiu.lu (a] intel.com>
322
323 PR bootstrap/63784
324 * configure: Regenerated.
325
326 2014-11-11 Francois-Xavier Coudert <fxcoudert (a] gcc.gnu.org>
327
328 PR target/63610
329 * configure: Regenerate.
330
331 2014-10-21 Francois-Xavier Coudert <fxcoudert (a] gcc.gnu.org>
332
333 PR libquadmath/55821
334 * Makefile.am: Unconditionally define libquadmath_TEXINFOS.
335 * Makefile.in: Regenerate.
336
337 2014-10-09 Francois-Xavier Coudert <fxcoudert (a] gcc.gnu.org>
338
339 PR libquadmath/55821
340 * Makefile.am: Conditionally define info_TEXINFOS and
341 libquadmath_TEXINFOS.
342 * Makefile.in: Regenerate.
343
344 2014-10-08 Francois-Xavier Coudert <fxcoudert (a] gcc.gnu.org>
345
346 PR libquadmath/63487
347 * libquadmath.texi (sincosq): Fix typo.
348
349 2014-01-02 Tobias Burnus <burnus (a] net-b.de>
350
351 * libquadmath.texi: Bump @copying's copyright year.
352
353 2013-12-04 Richard Sandiford <rdsandiford (a] googlemail.com>
354
355 * Makefile.am (AM_CPPFLAGS): Define.
356 * Makefile.in: Regenerate.
357 * printf/gmp-impl.h: Remove path from longlong.h include.
358
359 2013-09-20 Alan Modra <amodra (a] gmail.com>
360
361 * configure: Regenerate.
362
363 2013-03-06 Shakthi Kannan <shakthimaan (a] gmail.com>
364
365 PR libquadmath/55473
366 * quadmath.h: Add 'extern "C"' block for C++ use.
367
368 2013-02-19 Jakub Jelinek <jakub (a] redhat.com>
369
370 PR libquadmath/56379
371 * strtod/strtod_l.c (mpn_lshift_1): Rewritten as function-like
372 macro.
373
374 2013-02-17 Tobias Burnus <burnus (a] net-b.de>
375
376 * math/cacoshq.c (cacoshq): Call signbitq instead of signbit.
377
378 2013-02-06 Richard Sandiford <rdsandiford (a] googlemail.com>
379
380 Revert previous patch.
381
382 2013-02-03 Richard Sandiford <rdsandiford (a] googlemail.com>
383
384 Update copyright years.
385
386 2013-01-22 Jakub Jelinek <jakub (a] redhat.com>
387
388 PR libquadmath/56072
389 * libquadmath.texi (M_PI_2q, M_PI_4q): Fix up description.
390
391 2012-12-13 Jakub Jelinek <jakub (a] redhat.com>
392
393 * math/cbrtq.c (cbrtq): Use Q suffixed floating point constants
394 instead of L suffixed ones.
395 * math/fmaq.c (fmaq): Likewise.
396 * math/rintq.c (TWO112): Likewise.
397
398 2012-12-03 Tobias Burnus <burnus (a] net-b.de>
399
400 * strtod/strtod_l.c (___STRTOF_INTERNAL): Fix exponent
401 reading.
402
403 2012-11-25 Tobias Burnus <burnus (a] net-b.de>
404
405 PR libquadmath/55462
406 * strtod/strtod_l.c (round_and_return): Use HAVE_FENV_H
407 instead of nonexisting HAVE_GET_ROUNDING_MODE.
408
409 2012-11-23 H.J. Lu <hongjiu.lu (a] intel.com>
410
411 PR bootstrap/55455
412 * quadmath-rounding-mode.h (get_rounding_mode): Don't pass
413 void to fegetround.
414
415 2012-11-23 Tobias Burnus <burnus (a] net-b.de>
416 Joseph Myers <joseph (a] codesourcery.com>
417
418 * quadmath-rounding-mode.h: New.
419 * printf/fpioconst.c: Update from GLIBC. Fix strtod rounding.
420 * printf/fpioconst.h: Ditto.
421 * printf/printf_fp.c (__quadmath_printf_fp): Update from GLIBC.
422 Make printf respect the rounding mode for decimal output.
423 * printf/printf_fphex.c (__quadmath_printf_fphex): Update from
424 GLIBC. Make printf respect the rounding mode for hex output.
425 * strtod/strtod_l.c: Update from GLIBC. Make strtod respect the
426 rounding mode. Fix strtod handling of underflow.
427
428 2012-11-22 David S. Miller <davem (a] davemloft.net>
429 Tobias Burnus <burnus (a] net-b.de>
430 Joseph Myers <joseph (a] codesourcery.com>
431
432 * math/atanq.c (atanq): Update from GLIBC. Handle tiny and
433 very large arguments properly.
434 * math/j0q.c (y0q): Update from GLIBC. Avoid arithmetic
435 underflow when 'x' is very small.
436 * math/j1q.c (y1q): Ditto.
437 * math/log1pq.c (log1pq): Update from GLIBC. Saturate
438 nonzero exponents with absolute value below 0x1p-128 to
439 +/- 0x1p-128.
440 * math/powq.c (powq): Update from GLIBC. If xm1 is
441 smaller than LDBL_EPSILON/2.0L, just return xm1.
442
443 2012-11-21 Tobias Burnus <burnus (a] net-b.de>
444
445 PR libquadmath/55225
446 * math/lgammaq.c (lgammaq): Use local variable if
447 math.h does not provide signgam.
448 * acinclude.m4 (LIBQUAD_CHECK_MATH_H_SIGNGAM): New check.
449 * configure.ac: Use it.
450 * configure: Regenerate.
451 * config.h.in: Regenerate.
452
453 2012-11-15 Tobias Burnus <burnus (a] net-b.de>
454 Joseph Myers <joseph (a] codesourcery.com>
455
456 * math/fmaq.c (fmaq): Merge from GLIBC. Fix fma
457 underflows with small x * y; Fix overflow results
458 outside round-to-nearest mode; make use of Dekker
459 and Knuth algorithms use round-to-nearest.
460
461 2012-11-01 Tobias Burnus <burnus (a] net-b.de>
462
463 * math/fmaq.c (fmaq): Fix build.
464
465 2012-11-01 Tobias Burnus <burnus (a] net-b.de>
466 Joseph Myers <joseph (a] codesourcery.com>
467
468 * math/fmaq.c (fmaq): Merge from GLIBC. Handle cases
469 with small x * y using scaling, not as x * y + z.
470 * math/lgammaq.c (lgammaq): Fix signgam handling.
471
472 2012-11-01 Tobias Burnus <burnus (a] net-b.de>
473
474 * Makefile.am (libquadmath_la_SOURCES): Add new math/* files.
475 * Makefile.in: Regenerated.
476 * math/acoshq.c: Update comment.
477 * math/acosq.c: Ditto.
478 * math/asinhq.c: Ditto.
479 * math/asinq.c: Ditto.
480 * math/atan2q.c: Ditto.
481 * math/atanhq.c: Ditto.
482 * math/ceilq.c: Ditto.
483 * math/copysignq.c: Ditto.
484 * math/cosq.c: Ditto.
485 * math/coshq.c: Ditto.
486 * math/erfq.c: Ditto.
487 * math/fabsq.c: Ditto.
488 * math/finiteq.c: Ditto.
489 * math/floorq.c: Ditto.
490 * math/fmodq.c: Ditto.
491 * math/frexpq.c: Ditto.
492 * math/isnanq.c: Ditto.
493 * math/j0q.c: Ditto.
494 * math/j1q.c: Ditto.
495 * math/ldexpq.c: Ditto.
496 * math/llroundq.c: Ditto.
497 * math/log10q.c: Ditto.
498 * math/log1pq.c: Ditto.
499 * math/log2q.c: Ditto.
500 * math/logq.c: Ditto.
501 * math/lroundq.c: Ditto.
502 * math/modfq.c: Ditto.
503 * math/nextafterq.c: Ditto.
504 * math/powq.c: Ditto.
505 * math/rem_pio2q.c: Ditto.
506 * math/remainderq.c: Ditto.
507 * math/rintq.c: Ditto.
508 * math/roundq.c: Ditto.
509 * math/scalblnq.c: Ditto.
510 * math/scalbnq.c: Ditto.
511 * math/sincosq_kernel.c: Ditto.
512 * math/sinq.c: Ditto.
513 * math/tanq.c: Ditto.
514 * math/expq.c: Ditto.
515 (__expq_table, expq): Renamed local array from __expl_table.
516 * math/cosq_kernel.c (__quadmath_kernel_cosq): Fix sign handling.
517 * math/cacoshq.c: Changes from GLIBC; fix returned sign.
518 * math/casinhq.c: Changes from GLIBC to fix special-case.
519 * math/cbrtq.c: Use modified GLIBC version.
520 * math/complex.c (ccoshd, cexpq, clog10q, clogq, csinhq, csinq,
521 ctanhq, ctanq): Moved to separates files.
522 (mult_c128, div_c128): Removed no longer needed functions.
523 (cexpiq): Call sincosq instead of sinq and cosq.
524 (cosq): Call cosh(-re,im) instead of cosq/sinq/sinh/cosh.
525 * math/ccoshq.c (ccoshq): New file, moved from complex.c and
526 modified based on GLIBC.
527 * math/cexpq.c (cexp): Ditto.
528 * math/clog10q.c (clog10q): Ditto.
529 * math/clogq.c (clogq): Ditto.
530 * math/csinhq.c: Ditto.
531 * math/csinq.c: Ditto.
532 * math/csqrtq.c: Ditto.
533 * math/ctanhq.c: Ditto.
534 * math/ctanq.c: Ditto.
535 * math/fmaq.c (fmaq): Port TININESS_AFTER_ROUNDING handling
536 from GLIBC.
537 * math/ilogbq.c (ilogbq): Add errno = EDOM handling.
538 * math/isinf_nsq.c (__quadmath_isinf_nsq): New file, ported
539 from GLIBC.
540 * math/lgammaq.c (lgammaq): Add signgam handling.
541 * math/sinhq.c (sinhq): Fix sign handling.
542 * math/sinq_kernel.c (__quadmath_kernel_sinq): Ditto.
543 * math/tgammaq.c (tgammaq): Ditto.
544 * math/x2y2m1q.c: New file.
545 * quadmath-imp.h (TININESS_AFTER_ROUNDING): New define.
546 (__quadmath_x2y2m1q, __quadmath_isinf_nsq): New prototypes.
547
548 2012-10-31 Tobias Burnus <burnus (a] net-b.de>
549 Joseph Myers <joseph (a] codesourcery.com>
550 David S. Miller <davem (a] davemloft.net>
551 Ulrich Drepper <drepper (a] redhat.com>
552 Marek Polacek <polacek (a] redhat.com>:
553 Petr Baudis <pasky (a] suse.cz>
554
555 * math/complex.c (csqrtq): NaN and INF fixes.
556 * math/sqrtq.c (sqrt): NaN, INF and < 0 fixes.
557 * math/expm1q.c (expm1q): Changes from GLIBC. Use expq for
558 large parameters. Fix errno for boundary conditions.
559 * math/finiteq.c (finiteq): Add comment.
560 * math/fmaq.c (fmaq): Changes from GLIBC. Fix missing underflows
561 and bad results for some subnormal results. Fix sign of inexact
562 zero return. Fix sign of exact zero return.
563 Ensure additions are not scheduled after fetestexcept.
564 * math/jnq.c (jnq): Changes from GLIBC. Set up errno properly
565 for ynq. Fix jnq precision.
566 * math/nearbyintq.c (nearbyintq): Changes from GLIBC. Do not
567 manipulate bits before adding and subtracting TWO112[sx].
568 * math/rintq.c (rintq): Ditto.
569 * math/scalbnq.c (scalbnq): Changes from GLIBC. Fix integer
570 overflow.
571
572 2012-09-14 David Edelsohn <dje.gcc (a] gmail.com>
573
574 * configure: Regenerated.
575
576 2012-05-29 Benjamin Kosnik <bkoz (a] redhat.com>
577
578 PR libstdc++/51007
579 * configure.ac: Allow gnu, gnu* variants for --enable-symvers argument.
580 * configure: Regenerated.
581
582 2012-05-16 H.J. Lu <hongjiu.lu (a] intel.com>
583
584 * configure: Regenerated.
585
586 2011-11-21 Andreas Tobler <andreast (a] fgznet.ch>
587
588 * configure: Regenerate.
589
590 2011-11-07 Kai Tietz <ktietz (a] redhat.com>
591
592 PR target/51007
593 * quadmath-imp.h (ieee854_float128): Adjust
594 for ms-bitfield layout.
595
596 2011-11-02 Rainer Orth <ro (a] CeBiTec.Uni-Bielefeld.DE>
597
598 * printf/gmp-impl.h: Adapt path to longlong.h.
599
600 2011-09-21 Joseph Myers <joseph (a] codesourcery.com>
601
602 * Makefile.am (FLAGS_TO_PASS): Define.
603 * Makefile.in: Regenerate.
604
605 2011-08-01 Jakub Jelinek <jakub (a] redhat.com>
606
607 * math/rem_pio2q.c (__quadmath_kernel_rem_pio2): Fix up fq to y
608 conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
609
610 2011-04-03 Tobias Burnus <burnus (a] net-b.de>
611
612 PR fortran/48311
613 * libquadmath.texi (strtoflt128): Fix typo.
614 (quadmath_snprintf): Move note up, make @item.
615
616 2011-03-25 Jakub Jelinek <jakub (a] redhat.com>
617
618 * printf/printf_fp.c (__quadmath_printf_fp): Use memcpy instead of
619 mempcpy.
620
621 2011-03-21 Rainer Orth <ro (a] CeBiTec.Uni-Bielefeld.DE>
622
623 PR bootstrap/48135
624 * configure.ac (quadmath_use_symver): Handle --disable-symvers.
625 * configure: Regenerate.
626
627 2011-02-28 Jakub Jelinek <jakub (a] redhat.com>
628
629 * printf/quadmath-printf.c (quadmath_snprintf): Make sure
630 that for size > 0 str is always zero terminated.
631
632 2011-02-20 Jakub Jelinek <jakub (a] redhat.com>
633
634 PR bootstrap/47827
635 * printf/quadmath-printf.h (NAN): Redefine to __builtin_nanf ("").
636
637 2011-02-17 Jakub Jelinek <jakub (a] redhat.com>
638
639 * libquadmath.texi (FLT128_DIG, FLT128_MIN_10_EXP,
640 FLT128_MAX_10_EXP): Document.
641 (strtoflt128): Remove obsolete comment.
642 * configure.ac (HAVE_STRTOULL): New check.
643 * printf/gmp-impl.h (mpn_construct_float128): New prototype,
644 define.
645 * printf/mul_n.c: Include <config.h>.
646 * printf/add_n.c: Likewise.
647 * printf/cmp.c: Likewise.
648 * printf/fpioconst.c: Likewise.
649 * printf/mul_1.c: Likewise.
650 * printf/rshift.c: Likewise.
651 * printf/lshift.c: Likewise.
652 * printf/submul_1.c: Likewise.
653 * printf/sub_n.c: Likewise.
654 * printf/divrem.c: Likewise.
655 * printf/addmul_1.c: Likewise.
656 * printf/mul.c: Likewise.
657 * printf/quadmath-printf.h (isupper, isdigit, tolower): Change
658 to avoid evaluating argument multiple times.
659 (isxdigit): Redefine.
660 * strtod/strtoflt128.c: New file.
661 * strtod/strtod_l.c: New file.
662 * strtod/mpn2flt128.c: New file.
663 * strtod/grouping.h: New file.
664 * strtod/tens_in_limb.c: New file.
665 * gdtoa/arith.h: Removed.
666 * gdtoa/gd_qnan.h: Removed.
667 * gdtoa/gdtoa_fltrnds.h: Removed.
668 * gdtoa/gdtoa.h: Removed.
669 * gdtoa/gdtoaimp.h: Removed.
670 * gdtoa/gethex.c: Removed.
671 * gdtoa/gmisc.c: Removed.
672 * gdtoa/hd_init.c: Removed.
673 * gdtoa/hexnan.c: Removed.
674 * gdtoa/makefile: Removed.
675 * gdtoa/misc.c: Removed.
676 * gdtoa/README.gdtoa: Removed.
677 * gdtoa/smisc.c: Removed.
678 * gdtoa/strtodg.c: Removed.
679 * gdtoa/strtopQ.c: Removed.
680 * gdtoa/sum.c: Removed.
681 * quadmath.h (FLT128_DIG, FLT128_MIN_10_EXP, FLT128_MAX_10_EXP):
682 Define.
683 * Makefile.am (libquadmath_la_SOURCES): Remove gdtoa/*, add
684 strtod/strtoflt128.c, strtod/mpn2flt128.c and strtod/tens_in_limb.c.
685 * config.h.in: Regenerated.
686 * configure: Regenerated.
687 * Makefile.in: Regenerated.
688
689 2011-02-16 Jakub Jelinek <jakub (a] redhat.com>
690
691 * printf/quadmath-printf.c: Also check __GLIBC__ when checking
692 whether workarounds for printf hook handling should be added.
693
694 * configure.ac: Check for locale.h too.
695 (USE_LOCALE_SUPPORT): Remove check.
696 (USE_NL_LANGINFO, USE_NL_LANGINFO_WC, USE_LOCALECONV): New checks.
697 (USE_I18_NUMBER_H): Check also for _NL_CTYPE_MB_CUR_MAX.
698 * printf/printf_fphex.c (__quadmath_printf_fphex): Use nl_langinfo
699 or localeconv for narrow version and nl_langinfo if USE_NL_LANGINFO_WC
700 for wide version.
701 * printf/quadmath-printf.h: Include locale.h if HAVE_LOCALE_H.
702 * printf/printf_fp.c (USE_I18N_NUMBER_H): Don't define to 0.
703 (__quadmath_printf_fp): Use nl_langinfo or localeconv for narrow
704 version and nl_langinfo if USE_NL_LANGINFO_WC for wide version.
705 Guard nl_langinfo (_NL_CTYPE_MB_CUR_MAX) use with
706 USE_I18N_NUMBER_H #ifdef.
707 * configure: Regenerated.
708 * config.h.in: Regenerated.
709
710 2011-02-14 Jakub Jelinek <jakub (a] redhat.com>
711
712 PR bootstrap/47736
713 * configure.ac (HAVE_PRINTF_HOOKS): Test if printf_info struct has
714 user field.
715 * printf/quadmath-printf.c (quadmath_snprintf): Clear whole info
716 field instead of setting individual fields to 0. Don't set info.user
717 to -1.
718 * configure: Regenerated.
719
720 * configure.ac (HAVE_HIDDEN_VISIBILITY): Test with -Werror in CFLAGS.
721 * printf/printf_fp.c: Don't include <alloca.h>.
722 * printf/quadmath-printf.h (_itoa): Redefine to __quadmath_itoa.
723 * configure: Regenerated.
724
725 PR fortran/47642
726 * libquadmath.texi (quadmath_snprintf): Document.
727 (quadmath_flt128tostr): Remove.
728 * Makefile.am (libquadmath_la_SOURCES): Add printf/*.c.
729 Remove quadmath_io.c, gdtoa/gdtoa.c, gdtoa/g__fmt.c,
730 gdtoa/g_Qfmt.c, gdtoa/dmisc.c and gdtoa/ulp.c.
731 * quadmath.h (quadmath_snprintf): New prototype.
732 (quadmath_flt128tostr): Remove.
733 * quadmath_weak.h (quadmath_snprintf): Add.
734 (quadmath_flt128tostr): Remove.
735 * configure.ac: New AC_CHECK_HEADERS headers: langinfo.h, wchar.h,
736 wctype.h, limits.h, ctype.h, printf.h, errno.h.
737 (AC_USE_SYSTEM_EXTENSIONS): Add.
738 (HAVE_HIDDEN_VISIBILITY, HAVE_PRINTF_HOOKS,
739 USE_LOCALE_SUPPORT, USE_I18N_NUMBER_H): New checks.
740 * quadmath.map (QUADMATH_1.0): Add quadmath_snprintf. Remove
741 quadmath_flt128tostr.
742 * printf/printf_fphex.c: New file.
743 * printf/_itowa.h: New file.
744 * printf/mul_n.c: New file.
745 * printf/quadmath-printf.h: New file.
746 * printf/submul_1.c: New file.
747 * printf/quadmath-printf.c: New file.
748 * printf/gmp-impl.h: New file.
749 * printf/lshift.c: New file.
750 * printf/fpioconst.h: New file.
751 * printf/add_n.c: New file.
752 * printf/cmp.c: New file.
753 * printf/sub_n.c: New file.
754 * printf/mul.c: New file.
755 * printf/divrem.c: New file.
756 * printf/addmul_1.c: New file.
757 * printf/printf_fp.c: New file.
758 * printf/_itoa.h: New file.
759 * printf/fpioconst.c: New file.
760 * printf/_i18n_number.h: New file.
761 * printf/flt1282mpn.c: New file.
762 * printf/rshift.c: New file.
763 * printf/mul_1.c: New file.
764 * quadmath_io.c: Removed.
765 * gdtoa/gdtoa.c: Removed.
766 * gdtoa/g__fmt.c: Removed.
767 * gdtoa/g_Qfmt.c: Removed.
768 * gdtoa/dmisc.c: Removed.
769 * gdtoa/ulp.c: Removed.
770 * config.h.in: Regenerated.
771 * configure: Regenerated.
772 * Makefile.in: Regenerated.
773
774 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues (a] gmx.de>
775
776 * Makefile.in: Regenerate.
777 * aclocal.m4: Likewise.
778 * configure: Likewise.
779
780 2011-01-31 Jerry DeLisle <jvdelisle (a] gcc.gnu.org>
781
782 PR libquadmath/47293
783 * gdtoa/qd_qnan.h: Fix NAN bit patterns.
784 * gdtoa/strtopQ.c (strtoflt128): Handle endianess with NAN.
785
786 2011-01-17 Tobias Burnus <burnus (a] net-b.de>
787
788 PR fortran/47295
789 * libquadmath.text: Document typedef and constants.
790
791 2011-01-17 Tobias Burnus <burnus (a] net-b.de>
792
793 PR fortran/46817
794 * quadmath-imp.h: Refer to libquadmath not ot libiberty,
795 bump copyright year and use /**/ instead of // comments.
796 * quadmath.h: Ditto.
797 * quadmath-weak.h: Ditto.
798 * quadmath_io.c: Ditto.
799
800 2011-01-16 Jakub Jelinek <jakub (a] redhat.com>
801
802 PR libfortran/47322
803 * math/remquoq.c (remquoq): Use uint64_t type instead of u_int64_t.
804
805 PR fortran/46625
806 * quadmath.map (QUADMATH_1.0): Remove quadmath_strtopQ
807 and quadmath_dtoaq. Add strtoflt128 and quadmath_flt128tostr.
808 * quadmath_weak.h (quadmath_strtopQ, quadmath_dtoaq): Remove.
809 (strtoflt128, quadmath_flt128tostr): Add.
810 * gdtoa/strtopQ.c (quadmath_strtopQ): Rename to...
811 (strtoflt128): ... this. Return __float128, instead of writing
812 to memory pointed by last argument.
813 * quadmath.h: Use C style comments instead of C++ style.
814 (quadmath_strtopQ, quadmath_dtoaq): Remove prototypes.
815 (strtoflt128, quadmath_flt128tostr): Add prototypes.
816 * libquadmath.texi (quadmath_dtoaq): Rename to quadmath_flt128tostr.
817 (quadmath_strtopQ): Rename to strtoflt128. Adjust prototype,
818 adjust examples.
819 * quadmath_io.c (quadmath_dtoaq): Rename to...
820 (quadmath_flt128tostr): ... this.
821
822 * quadmath.h (__quadmath_throw, __quadmath_nth): Define.
823 Use it for all prototypes.
824
825 PR fortran/46416
826 * quadmath.h (cbrtq, finiteq, isnanq, signbitq, sqrtq): Remove
827 const from prototype argument.
828 (cimagq, conjq, cprojq, crealq, fdimq, fmaxq, fminq, ilogbq,
829 llrintq, log2q, lrintq, nearbyintq, remquoq): New prototypes.
830 (__quadmath_extern_inline): Define.
831 (cimagq, conjq, crealq): New inlines.
832 * Makefile.am (libquadmath_la_SOURCES): Add math/cimagq.c,
833 math/conjq.c, math/cprojq.c, math/crealq.c, math/fdimq.c,
834 math/fmaxq.c, math/fminq.c, math/ilogbq.c, math/llrintq.c,
835 math/log2q.c, math/lrintq.c, math/nearbyintq.c and math/remquoq.c.
836 * Makefile.in: Regenerated.
837 * quadmath_weak.h (cimagq, conjq, cprojq, crealq, fdimq, fmaxq,
838 fminq, ilogbq, llrintq, log2q, lrintq, nearbyintq, remquoq): Add.
839 * quadmath-imp.h (__LITTLE_ENDIAN__): Don't define.
840 (ieee854_float128): Use __BYTE_ORDER == __ORDER_BIG_ENDIAN__
841 tests instead of __BIG_ENDIAN__.
842 * quadmath.map (QUADMATH_1.0): Add cimagq, conjq, cprojq, crealq,
843 fdimq, fmaxq, fminq, ilogbq, llrintq, log2q, lrintq, nearbyintq
844 and remquoq.
845 * libquadmath.texi (cimagq, conjq, cprojq, crealq, fdimq, fmaxq,
846 fminq, ilogbq, llrintq, log2q, lrintq, nearbyintq, remquoq): Add.
847 * math/cprojq.c: New file.
848 * math/ilogbq.c: New file.
849 * math/fminq.c: New file.
850 * math/llrintq.c: New file.
851 * math/log2q.c: New file.
852 * math/lrintq.c: New file.
853 * math/crealq.c: New file.
854 * math/nearbyintq.c: New file.
855 * math/fmaxq.c: New file.
856 * math/conjq.c: New file.
857 * math/remquoq.c: New file.
858 * math/cimagq.c: New file.
859 * math/fdimq.c: New file.
860
861 * math/ldexpq.c: Include errno.h. Set errno to ERANGE if needed.
862
863 PR fortran/46416
864 * quadmath.h (cacosq, cacoshq, casinq, casinhq, catanq, catanhq):
865 New prototypes.
866 (M_Eq, M_LOG2Eq, M_LOG10Eq, M_LN2q, M_LN10q, M_PIq, M_PI_2q, M_PI_4q,
867 M_1_PIq, M_2_PIq, M_2_SQRTPIq, M_SQRT2q, M_SQRT1_2q): Define.
868 * quadmath_weak.h (cacosq, cacoshq, casinq, casinhq, catanq,
869 catanhq): Add.
870 * quadmath-imp.h (fpclassifyq, QUADFP_NAN, QUADFP_INFINITE,
871 QUADFP_ZERO, QUADFP_SUBNORMAL, QUADFP_NORMAL): Define.
872 * quadmath.map (QUADMATH_1.0): Add cacosq, cacoshq, casinq, casinhq,
873 catanq and catanhq.
874 * Makefile.am (libquadmath_la_SOURCES): Add math/cacosq.c,
875 math/cacoshq.c, math/casinq.c, math/casinhq.c, math/catanq.c
876 and math/catanhq.c.
877 * Makefile.in: Regenerated.
878 * libquadmath.texi (cacosq, cacoshq, casinq, casinhq,
879 catanq, catanhq): Add.
880 * math/cacoshq.c: New file.
881 * math/cacosq.c: New file.
882 * math/catanq.c: New file.
883 * math/catanhq.c: New file.
884 * math/casinq.c: New file.
885 * math/casinhq.c: New file.
886
887 * math/hypotq.c (hypotq): Use Q suffix instead of L.
888 * math/atan2q.c (tiny, pi_o_4, pi_o_2, pi, pi_lo, atan2q): Likewise.
889 * math/cosq.c (cosq): Likewise.
890
891 PR fortran/46402
892 * quadmath.map (QUADMATH_1.0): Add fmaq.
893 * configure.ac: Check for fenv.h, feholdexcept, fesetround,
894 feupdateenv, fesetenv and fetestexcept.
895 * configure: Regenerated.
896 * config.h.in: Regenerated.
897 * quadmath.h (fmaq): New prototype.
898 * quadmath_weak.h (fmaq): Add.
899 * Makefile.am (libquadmath_la_SOURCES): Add math/fmaq.c.
900 * Makefile.in: Regenerated.
901 * quadmath-imp.h: Include config.h.
902 * math/expq.c: Include fenv.h.
903 (USE_FENV_H): Define if libm support for fe* is there.
904 (expq): Add fesetround etc. support if USE_FENV_H is defined.
905 * math/fmaq.c: New file.
906 * libquadmath.texi (fmaq): Add.
907
908 2011-01-14 Tobias Burnus <burnus (a] net-b.de>
909
910 PR fortran/47182
911 * configure.ac: Use ACX_BUGURL.
912 * libquadmath.texi: Include libquadmath-vers.texi for BUGURL.
913 * Makefile.am: Create libquadmath-vers.texi.
914 * configure.in: Regenerate.
915 * Makefile.in: Regenerate.
916
917 2011-01-06 Ralf Wildenhues <Ralf.Wildenhues (a] gmx.de>
918
919 PR fortran/47174
920 * Makefile.am (libquadmath.info): Unconditionally override
921 target, not only if BUILD_LIBQUADMATH.
922 * Makefile.in: Regenerate.
923 * configure.ac (AM_INIT_AUTOMAKE): Add -Wno-override option to
924 avoid warning from automake.
925
926 2010-12-19 Tobias Burnus <burnus (a] net-b.de>
927
928 PR fortran/46520
929 * configure.ac: Do not call AC_CHECK_LIB for gcc_no_link.
930 * configure: Regenerate
931
932 2010-12-13 Tobias Burnus <burnus (a] net-b.de>
933
934 PR fortran/46625
935 * gdtoa/gdtoaimp.h: Mangle internal functions by
936 prefixing them with __quadmath. Don't use gdtoa's strcp(y).
937 * gdtoa/g_Qfmt.c (g_Qfmt): Use strcpy instead of strcp.
938 * gdtoa/misc.c (strcpy): Renamed from strcp and only use
939 if NO_STRING_H is set.
940 * quadmath-imp.h (__quadmath_rem_pio2q, __quadmath_kernel_sincosq
941 __quadmath_kernel_sinq, __quadmath_kernel_cosq): Added
942 __quadmath prefix to internal functions.
943 * math/cosq.c (cosq): Ditto.
944 * math/sinq.c (cosq): Ditto.
945 * math/tanq.c (tanq,__quadmath_kernel_tanq): Ditto.
946 * math/rem_pio2q.c (rem_pio2, __quadmath_kernel_rem_pio2): Ditto.
947 * math/sinq_kernel.c (__quadmath_kernel_sinq): Ditto.
948 * math/cosq_kernel.c (__quadmath_kernel_cosq): Ditto.
949
950 2010-12-08 Tobias Burnus <burnus (a] net-b.de>
951
952 PR fortran/46772
953 * gdtoa/gdtoa.h: Include stdlib.h instead of declare strtod.
954 * gdtoa/gdtoaimp.h: Don't declare strtod.
955
956 2010-12-08 Tobias Burnus <burnus (a] net-b.de>
957
958 PR fortran/46520
959 * configure.ac: Use GCC_TRY_COMPILE_OR_LINK instead of
960 AC_TRY_LINK and cache libquad_have_float128.
961 * configure: Regenerate.
962
963 2010-12-08 Tobias Burnus <burnus (a] net-b.de>
964
965 PR fortran/46543
966 * configure.ac: Add texinfo checks.
967 * Makefile.am: Handle .texi documentation.
968 * libquadmath.texi: New.
969 * configure: Regenerated.
970 * Makefile.in: Regenerated.
971
972 2010-12-06 Tobias Burnus <burnus (a] net-b.de>
973
974 PR fortran/46817
975 * quadmath-imp.h: Add LGPL header.
976 * quadmath.h: Add LGPL header.
977 * quadmath_io.c: Add LGPL header.
978 * quadmath_weak.h: Add LGPL header.
979
980 2010-12-06 Dave Korn <dave.korn.cygwin (a] gmail.com>
981
982 PR target/40125
983 PR lto/46695
984 * configure.ac: Invoke ACX_LT_HOST_FLAGS.
985 * Makefile.am (libquadmath_la_LDFLAGS): Use lt_host_flags.
986 * aclocal.m4: Regenerate.
987 * configure: Regenerate.
988 * Makefile.in: Regenerate.
989
990 2010-11-30 Tobias Burnus <burnus (a] net-b.de>
991
992 PR fortran/46594
993 * Makefile.am: Install include files in
994 target/version specific directory.
995 * Makefile.in: Regenerate.
996
997 2010-11-30 Tobias Burnus <burnus (a] net-b.de>
998
999 * acinclude.m4 (LIBGOMP_CHECK_SYNC_BUILTINS,
1000 LIBGOMP_CHECK_ATTRIBUTE_VISIBILITY,
1001 LIBGOMP_CHECK_ATTRIBUTE_DLLEXPORT): Remove.
1002
1003 2010-11-29 Kai Tietz <kai.tietz (a] onevision.com>
1004
1005 * configure: Regenerated.
1006 * Makefile.in: Regenerated.
1007 * configure.ac (ACX_NONCANONICAL_TARGET): Call it.
1008 (target_alias): Use AC_SUBST for it.
1009 (GCC_NO_EXECUTABLES): Call it.
1010 (AC_PROG_CC): Improve multilib handling.
1011 Check that gcc is used for compilation.
1012 Use pattern from libssp for symbol versioning checking.
1013 * Makefile.am (LTLDFLAGS): Removed.
1014 (libquadmath_la_LDFLAGS): Add -no-undefined.
1015 (libquadmath_la_LINK): Commented out.
1016 (libquadmath_la_DEPENDENCIES): Add libquadmath_la_LIBADD.
1017 (AM_MAKEFLAGS): Add hack for argument passing by top-level.
1018 (MAKEOVERRIDES): New.
1019 * aclocal.m4: Regenerated.
1020
1021 2010-11-19 Rainer Orth <ro (a] CeBiTec.Uni-Bielefeld.DE>
1022
1023 * Makefile.am (libquadmath_la_LIBADD): Move -lm ...
1024 (libquadmath_la_LDFLAGS): ... here.
1025 (quadmath.map-sun): Tabify.
1026 Fix sed expression.
1027 * Makefile.in: Regenerate.
1028
1029 2010-11-16 Francois-Xavier Coudert <fxcoudert (a] gcc.gnu.org>
1030 Tobias Burnus <burnus (a] net-b.de>
1031
1032 PR fortran/32049
1033 Initial implementation and checkin.
1034
1036 Copyright (C) 2010-2018 Free Software Foundation, Inc.
1037
1038 Copying and distribution of this file, with or without modification,
1039 are permitted in any medium without royalty provided the copyright
1040 notice and this notice are preserved.
1041