summaryrefslogtreecommitdiff
path: root/libgfortran/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* fortran: Add -static-libquadmath support [PR46539]Jakub Jelinek2022-08-171-3/+24
* libgfortran: Switch some more __float128 uses to _Float128Jakub Jelinek2022-06-291-2/+2
* libgfortran: Fix up LIBGFOR_CHECK_FLOAT128 [PR106137]Jakub Jelinek2022-06-291-3/+9
* fortran, libgfortran: Avoid using libquadmath for glibc 2.26+Jakub Jelinek2022-06-281-27/+41
* Generate config.h macros for IEEE128 math functions.Thomas Koenig2022-01-111-0/+23
* Replace sync builtins with atomic builtinsJanne Blomqvist2018-11-221-10/+10
* Enable building libgfortran with Intel CETIgor Tsimbalist2017-11-171-0/+2
* Fix libgfortran FMA3/FMA4 testsRainer Orth2017-05-281-6/+12
* re PR fortran/80889 (Bootstrap broken on all targets due to rev 248472)Thomas Koenig2017-05-261-1/+1
* re PR libfortran/78379 (Processor-specific versions for matmul)Thomas Koenig2017-05-251-0/+50
* re PR target/78478 (Compile Error for i386-rtems)Uros Bizjak2017-01-191-0/+1
* re PR target/79127 (Error: invalid register for .seh_savexmm in matmul_i4.c)Jakub Jelinek2017-01-191-1/+8
* re PR libfortran/78379 (Processor-specific versions for matmul)Thomas Koenig2016-12-031-0/+51
* re PR fortran/47571 (undefined reference to clock_gettime in Linux build of 0...Francois-Xavier Coudert2015-08-311-0/+22
* re PR fortran/47571 (undefined reference to clock_gettime in Linux build of 0...Francois-Xavier Coudert2015-08-311-21/+15
* acinclude.m4: Remove LIBGFOR_CHECK_ATTRIBUTE_DLLEXPORT.Francois-Xavier Coudert2015-08-291-15/+0
* libstdc++, libgfortran gthr workaround for muslSzabolcs Nagy2015-04-221-1/+1
* Use -z ignore instead of --as-needed on SolarisRainer Orth2013-05-241-4/+20
* re PR target/56347 (FAIL: gfortran.dg/integer_exponentiation_2.f90 -O2 exec...John David Anglin2013-02-191-12/+0
* re PR libfortran/53444 (Accommodate non-compliant strerror_r() on VxWorks.)Tobias Burnus2012-05-231-0/+26
* configure.ac: Use GCC_CHECK_MATH_FUNC for math functions.Tristan Gingold2012-03-261-0/+1
* Remove obsolete Tru64 UNIX V5.1B supportRainer Orth2012-03-121-1/+1
* PR 51646 Use POSIX mode flags in open() argument.Janne Blomqvist2011-12-221-2/+2
* Move gthr to toplevel libgccRainer Orth2011-11-021-11/+0
* PR 47571 Fix bootstrap regression on alpha-dec-osfJanne Blomqvist2011-04-151-1/+1
* re PR libfortran/47883 (libgfortran configuration should use AC_LINK_IFELSE i...Francois-Xavier Coudert2011-03-161-25/+27
* acinclude.m4 (LIBGFOR_CHECK_FPSETMASK): Set shell variable tested in configur...Francois-Xavier Coudert2011-02-251-0/+1
* re PR libfortran/47716 (libgfortran quadmath_weak.h not found on NetBSD 5.1)Tobias Burnus2011-02-151-18/+27
* re PR fortran/46540 (libquadmath: Implement --disable-libquadmath)Tobias Burnus2010-12-101-0/+9
* re PR fortran/32049 (Support on x86_64 also kind=16)Francois-Xavier Coudert2010-11-161-0/+76
* acinclude.m4 (LIBGFOR_CHECK_FOR_BROKEN_ISFINITE, [...]): Remove.Francois-Xavier Coudert2010-09-091-113/+0
* re PR fortran/31832 (FAIL: gfortran.dg/integer_exponentiation_2.f90 at -O1 an...John David Anglin2008-12-291-0/+12
* acinclude.m4 (LIBGFOR_CHECK_GTHR_DEFAULT): Fix configure cache variable name.Ralf Wildenhues2008-07-071-3/+3
* libgomp/Ralf Wildenhues2008-04-211-53/+53
* re PR libfortran/32841 (HUGE(1.0_16) output as +Infinity on ppc-darwin8 (gfor...Francois-Xavier Coudert2008-02-241-6/+0
* acinclude.m4 (LIBGFOR_TARGET_ILP32): Remove test.Francois-Xavier Coudert2007-09-201-20/+0
* re PR libfortran/23138 ([mingw32] real(16) values are printed incorrectly)Francois-Xavier Coudert2007-08-231-0/+16
* * acinclude.m4 (GTHREAD_USE_WEAK) Define to 0 for mingw32.Danny Smith2007-08-131-1/+1
* re PR libfortran/30015 ([4.1 only] Intrinsic date_and_time can go back in time)Tobias Burnus2007-01-211-75/+0
* re PR libfortran/26893 ([4.1 only] kinds.h not generated, causing failure)Francois-Xavier Coudert2007-01-191-0/+16
* acinclude.m4 (HAVE_ATTRIBUTE_ALIAS): Remove __USER_LABEL_PREFIX__ from test.Danny Smith2006-10-061-4/+1
* re PR libfortran/24991 (gfortran build fails with - error:gthr-default.h: No ...Jakub Jelinek2005-12-091-0/+3
* acinclude.m4 (LIBGFOR_CHECK_PRAGMA_WEAK): Rename to...Jakub Jelinek2005-11-281-3/+9
* re PR fortran/14943 (read/write code generation is not thread safe)Jakub Jelinek2005-11-211-0/+38
* acinclude.m4 (LIBGFOR_CHECK_FPSETMASK): New check.François-Xavier Coudert2005-10-281-0/+17
* re PR libfortran/23272 ([mingw32] inquire via filename fails)Francois-Xavier Coudert2005-10-231-0/+35
* re PR target/23552 (FAIL: gfortran.dg/large_real_kind_1.f90)Steve Ellcey2005-09-271-0/+119
* re PR libfortran/23262 ([mingw32] rewind truncates file)Francois-Xavier Coudert2005-09-071-0/+47
* acinclude.m4 (LIBGFOR_CHECK_UNLINK_OPEN_FILE): Add check to see if target can...Francois-Xavier Coudert2005-08-271-0/+35
* acinclude.m4 (LIBGFOR_CHECK_ATTRIBUTE_VISIBILITY): New.Richard Henderson2004-12-121-0/+46