aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-15Merge branch 'devel/power-ieee128' of git+ssh://gcc.gnu.org/git/gcc into deve...devel/power-ieee128Thomas Koenig1-2/+36
2022-01-15Allow for multiple defaults in endianness and r16 in GFORTRAN_CONVERT_UNIT.Thomas Koenig1-55/+56
2022-01-11power-ieee128: Fix up byte-swapping for IBM extended real(kind=16)Jakub Jelinek1-2/+36
2022-01-10Handle R16 conversion for POWER in the environment variables.Thomas Koenig1-1/+48
2022-01-09Implement CONVERT specifier for OPEN.Thomas Koenig7-15/+193
2022-01-07libgfortran: Make sure glibc < 2.32 built powerpc64le-linux libgfortran doesn...Jakub Jelinek5-9/+23
2022-01-07libgfortran: Avoid using libquadmath APIs on powerpc64le on glibc 2.32+Jakub Jelinek3-0/+18
2022-01-05Allow other languages to change long double format.Michael Meissner1-5/+3
2022-01-04testsuite: Fix pr47614.f testJakub Jelinek1-0/+1
2022-01-04fortran, libgfortran: Add remaining missing *_r17 symbolsJakub Jelinek5-41/+251
2022-01-04fortran, libgfortran: Assorted -mabi=ieeelongdouble I/O fixesJakub Jelinek2-1/+2
2022-01-04libgfortran: -mabi=ieeelongdouble I/O fixJakub Jelinek1-2/+6
2022-01-04fortran, libgfortran: -mabi=ieeelongdouble I/OJakub Jelinek11-61/+207
2022-01-03libquadmath: Use -mno-gnu-attribute in libquadmathJakub Jelinek2-0/+37
2022-01-03Merge branch 'devel/power-ieee128' of git+ssh://gcc.gnu.org/git/gcc into deve...Thomas Koenig7-76/+438
2022-01-03Make sure the Fortran specifics have real(kind=16).Thomas Koenig40-167/+186
2021-12-31gfortran: Introduce gfc_type_abi_kindJakub Jelinek5-76/+177
2021-12-31libgfortran: Small progress on the library sideJakub Jelinek2-0/+261
2021-12-12Generate config.h macros for IEEE128 math functions.Thomas Koenig5-2/+1048
2021-12-11Fix pattern substition for _r17 and _c17.Thomas Koenig3-10/+36
2021-12-06Prepare library for REAL(KIND=17).Thomas Koenig110-254/+27561
2021-11-19c++: Avoid adding implicit attributes during apply_late_template_attributes [...Jakub Jelinek2-0/+36
2021-11-19gcc, doc: Fix Darwin bootstrap: Amend an @option command to elide a space.Iain Sandoe1-1/+1
2021-11-19analyzer: fix false leak due to overeager state merging [PR103217]David Malcolm9-14/+117
2021-11-19libstdc++: Improve tests for stringstream constructors in C++20Jonathan Wakely6-88/+633
2021-11-19libstdc++: Use __is_single_threaded in locale initializationJonathan Wakely1-2/+9
2021-11-19libstdc++: One more change for Clang to support constexpr std::string [PR103295]Jonathan Wakely1-1/+1
2021-11-19rs6000: Add optimizations for _mm_sad_epu8Paul A. Clarke1-7/+17
2021-11-19c++: Fix cpp0x/lambda/lambda-nested9.C with C++11Marek Polacek1-1/+1
2021-11-19Darwin: Rework handling for unwinder code in libgcc_s and specs [PR80556].Iain Sandoe18-581/+153
2021-11-19libgcc, emutls: Allow building weak definitions of the emutls functions.Iain Sandoe2-2/+28
2021-11-19libstdc++, testsuite: Add a prune expression for external tool bug.Iain Sandoe1-1/+4
2021-11-19libphobos, testsuite: Add prune clauses for two Darwin cases.Iain Sandoe1-0/+7
2021-11-19libstdc++: Suppress -Wstringop warnings [PR103332]Jonathan Wakely3-1/+9
2021-11-19libstdc++: Begin lifetime of chars in constexpr std::string [PR103295]Jonathan Wakely6-15/+141
2021-11-19options: Make -Ofast switch off -fsemantic-interpositionMartin Jambor2-0/+2
2021-11-19Use modref even for nested functions in ref_maybe_used_by_call_p_1Jan Hubicka2-1/+24
2021-11-19Restore ancient -Waddress for weak symbols [PR33925].Martin Sebor10-11/+288
2021-11-19Limit depth for all GORI expressions.Andrew MacLeod2-11/+34
2021-11-19IBM Z: Fix load-and-test peephole2 conditionStefan Schulze Frielinghaus2-1/+13
2021-11-19middle-end: Handle FMA_CONJ correctly after SLP layout update.Tamar Christina8-26/+37
2021-11-19Revert "Remove MAY_HAVE_DEBUG_MARKER_STMTS and MAY_HAVE_DEBUG_BIND_STMTS."Martin Liska27-41/+46
2021-11-19Do not abort compilation when dump file is /dev/*Giuliano Belinassi3-2/+11
2021-11-19c++: cp_walk_subtrees simplification for *_CAST_EXPRPatrick Palka1-7/+0
2021-11-19c++: nested lambda capturing a capture proxy [PR94376]Patrick Palka2-4/+56
2021-11-19libphobos: Increase size of defaultStackPages on OSX X86_64 targets.Iain Buclaw1-0/+10
2021-11-19libphobos: Don't call __gthread_key_delete in the emutls destroy function.Iain Buclaw1-6/+0
2021-11-19Fix tree-optimization/103314 : Limit folding of (type) X op CST where type is...Andrew Pinski2-1/+11
2021-11-19Fix IPA modref ubsan.Martin Liska2-2/+6
2021-11-19c++/103326 - fix ICE in tsubst with VECTOR_CSTRichard Biener2-0/+16