summaryrefslogtreecommitdiff
path: root/gcc/c
AgeCommit message (Expand)Author
2020-09-02Daily bump.GCC Administrator
2020-09-01openmp: Check for PARM_DECL before using C_ARRAY_PARAMETER or DECL_ARRAY_PARA...Jakub Jelinek
2020-08-29Daily bump.GCC Administrator
2020-08-28PR c/96596 - ICE in match_builtin_function_types on a declaration of a built-...Martin Sebor
2020-08-28Daily bump.GCC Administrator
2020-08-27vec: add exact argument for various grow functions.Martin Liska
2020-08-26Daily bump.GCC Administrator
2020-08-25OpenMP: Improve map-clause error message for array function parameter (PR96678)Tobias Burnus
2020-08-19Daily bump.GCC Administrator
2020-08-18c: Fix -Wunused-but-set-* warning with _Generic [PR96571]Jakub Jelinek
2020-08-02Daily bump.GCC Administrator
2020-08-01c: Fix bogus vector initialisation error [PR96377]Richard Sandiford
2020-08-01Daily bump.GCC Administrator
2020-07-31debug/96383 - emit debug info for used external functionsRichard Biener
2020-07-23Daily bump.GCC Administrator
2020-07-22OpenMP: Fixes for omp critical + hintTobias Burnus
2020-07-22Daily bump.GCC Administrator
2020-07-21Add TARGET_LOWER_LOCAL_DECL_ALIGNMENT [PR95237]Sunil K Pandey
2020-07-10Daily bump.GCC Administrator
2020-07-09openacc: Set bias to zero for explicit attach/detach clauses in C and C++Julian Brown
2020-07-09Daily bump.GCC Administrator
2020-07-09Make memory copy functions scalar storage order barriersEric Botcazou
2020-07-08Daily bump.GCC Administrator
2020-07-07Pass correct parameters to c_parser_do_statement.Kaipeng Zhou
2020-06-17Daily bump.GCC Administrator
2020-06-16openmp: Initial part of OpenMP 5.0 non-rectangular loop supportJakub Jelinek
2020-06-16openmp: Diagnose invalid OpenMP schedule(simd, static)Jakub Jelinek
2020-06-06Daily bump.GCC Administrator
2020-06-05diagnostics: Consistently add fixit hint for implicit builtin declarationMark Wielaard
2020-06-04Daily bump.GCC Administrator
2020-06-04Provide diagnostic hints for missing C inttypes.h string constants.Mark Wielaard
2020-06-04diagnostics: Add function call parens matching to c_parser.Mark Wielaard
2020-06-03[OpenMP] Fix mapping of artificial variables (PR94874)Tobias Burnus
2020-05-29Daily bump.GCC Administrator
2020-05-28jit: port libgccjit to WindowsNicolás Bértolo
2020-05-20c/95141 - fix bogus integer overflow warningRichard Biener
2020-05-19Add missing ChangeLog entry.Martin Liska
2020-05-19Fix typo in c-parser.c.Martin Liska
2020-05-14openmp: Also implicitly mark as declare target to functions mentioned in targ...Jakub Jelinek
2020-05-07extend DECL_GIMPLE_REG_P to all typesRichard Biener
2020-05-05Remove files meant for a private branchMichael Meissner
2020-05-05setup branchMichael Meissner
2020-04-30c: Fix ICE with _Atomic side-effect in nested fn param decls [PR94842]Jakub Jelinek
2020-04-19c, objc: Fix up c_parser_objc_selector_arg after CPP_SCOPE changes [PR94637]Jakub Jelinek
2020-04-17c, c++: Fix two redundantAssignment warnings [PR94629]Jakub Jelinek
2020-04-15openmp: Reject requires directives not at file or namespace scope [PR94593]Jakub Jelinek
2020-04-08[C/C++, OpenACC] Reject vars of different scope in acc declare (PR94120)Tobias Burnus
2020-04-07openmp: Fix parallel master error recovery [PR94512]Jakub Jelinek
2020-03-28c: After issuing errors about array size, for error-recovery don't make the a...Jakub Jelinek
2020-03-23c: Fix up cfun->function_end_locus on invalid function bodies [PR94239]Jakub Jelinek