summaryrefslogtreecommitdiff
path: root/gcc/c
Commit message (Expand)AuthorAgeFilesLines
* Daily bump.GCC Administrator2020-08-171-0/+8
* c: Fix bogus vector initialisation error [PR96377]Richard Sandiford2020-08-171-15/+44
* Daily bump.GCC Administrator2020-08-171-0/+6
* debug/96383 - emit debug info for used external functionsRichard Biener2020-08-171-0/+2
* Daily bump.GCC Administrator2020-08-171-0/+6
* OpenMP: Fixes for omp critical + hintTobias Burnus2020-08-171-18/+8
* Daily bump.GCC Administrator2020-08-171-0/+6
* Add TARGET_LOWER_LOCAL_DECL_ALIGNMENT [PR95237]Sunil K Pandey2020-08-171-0/+7
* Daily bump.GCC Administrator2020-08-171-0/+7
* openacc: Set bias to zero for explicit attach/detach clauses in C and C++Julian Brown2020-08-171-0/+16
* Daily bump.GCC Administrator2020-08-171-0/+6
* Make memory copy functions scalar storage order barriersEric Botcazou2020-08-171-0/+35
* Daily bump.GCC Administrator2020-08-171-0/+5
* Pass correct parameters to c_parser_do_statement.Kaipeng Zhou2020-08-171-1/+1
* Daily bump.GCC Administrator2020-08-171-0/+18
* openmp: Initial part of OpenMP 5.0 non-rectangular loop supportJakub Jelinek2020-08-173-20/+70
* openmp: Diagnose invalid OpenMP schedule(simd, static)Jakub Jelinek2020-08-171-1/+8
* Daily bump.GCC Administrator2020-08-171-0/+7
* diagnostics: Consistently add fixit hint for implicit builtin declarationMark Wielaard2020-08-171-3/+27
* Daily bump.GCC Administrator2020-08-171-0/+19
* Provide diagnostic hints for missing C inttypes.h string constants.Mark Wielaard2020-08-171-0/+29
* diagnostics: Add function call parens matching to c_parser.Mark Wielaard2020-08-171-15/+17
* [OpenMP] Fix mapping of artificial variables (PR94874)Tobias Burnus2020-08-171-0/+3
* Daily bump.GCC Administrator2020-08-171-0/+4
* jit: port libgccjit to WindowsNicolás Bértolo2020-08-171-1/+1
* c/95141 - fix bogus integer overflow warningRichard Biener2020-08-171-0/+1
* Add missing ChangeLog entry.Martin Liska2020-08-171-0/+4
* Fix typo in c-parser.c.Martin Liska2020-08-171-1/+1
* openmp: Also implicitly mark as declare target to functions mentioned in targ...Jakub Jelinek2020-08-172-0/+5
* extend DECL_GIMPLE_REG_P to all typesRichard Biener2020-08-172-3/+6
* Remove files meant for a private branchMichael Meissner2020-08-171-4/+0
* setup branchMichael Meissner2020-08-171-0/+4
* c: Fix ICE with _Atomic side-effect in nested fn param decls [PR94842]Jakub Jelinek2020-04-302-4/+19
* c, objc: Fix up c_parser_objc_selector_arg after CPP_SCOPE changes [PR94637]Jakub Jelinek2020-04-192-5/+24
* c, c++: Fix two redundantAssignment warnings [PR94629]Jakub Jelinek2020-04-172-1/+6
* openmp: Reject requires directives not at file or namespace scope [PR94593]Jakub Jelinek2020-04-152-0/+13
* [C/C++, OpenACC] Reject vars of different scope in acc declare (PR94120)Tobias Burnus2020-04-084-0/+27
* openmp: Fix parallel master error recovery [PR94512]Jakub Jelinek2020-04-072-1/+7
* c: After issuing errors about array size, for error-recovery don't make the a...Jakub Jelinek2020-03-281-0/+3
* c: Fix up cfun->function_end_locus on invalid function bodies [PR94239]Jakub Jelinek2020-03-232-4/+11
* c: Fix up cfun->function_end_locus from the C FE [PR94029]Jakub Jelinek2020-03-194-24/+47
* c: Handle C_TYPE_INCOMPLETE_VARS even for ENUMERAL_TYPEs [PR94172]Jakub Jelinek2020-03-174-28/+54
* c: ignore initializers for elements of variable-size types [PR93577]Christophe Lyon2020-03-171-1/+1
* c: Handle MEM_REF in c_fully_fold* [PR94179]Jakub Jelinek2020-03-162-0/+14
* PR c/94040 - ICE on a call to an invalid redeclaration of strftimeMartin Sebor2020-03-132-24/+50
* c: ignore initializers for elements of variable-size types [PR93577]Joseph Myers2020-03-052-5/+25
* PR middle-end/93926 - ICE on a built-in redeclaration returning an integer in...Martin Sebor2020-03-012-27/+49
* PR c/93812 - ICE on redeclaration of an attribute format function without pro...Martin Sebor2020-03-012-3/+30
* typo fix: Fix probablity, becuse, sucessor and destinarion typos [PR93912]Jakub Jelinek2020-02-252-3/+10
* c: Fix ICE with cast to VLA [93576]Jakub Jelinek2020-02-132-5/+14