summaryrefslogtreecommitdiff
path: root/gcc/c
Commit message (Expand)AuthorAgeFilesLines
* PR target/77957jakub2016-10-132-1/+7
* c/bernds2016-10-072-3/+44
* Implement -Wimplicit-fallthrough.mpolacek2016-09-263-8/+107
* PR c/77490mpolacek2016-09-242-0/+32
* * sel-sched-ir.c (sel_global_bb_info, sel_region_bb_info,jakub2016-09-232-1/+6
* * c-typeck.c (lvalue_p): Use true and false instead of 1 and 0.mpolacek2016-09-162-2/+6
* * c-common.c (c_common_truthvalue_conversion): Use false instead of 0.mpolacek2016-09-145-29/+46
* fix-it hints: insert_before vs insert_afterdmalcolm2016-09-132-3/+8
* * c-typeck.c (build_unary_op): Rename FLAG parameter to NOCONVERT. Usempolacek2016-09-132-8/+14
* gcc/c-family:edlinger2016-09-122-2/+11
* Move class substring_loc from c-family into gccdmalcolm2016-09-072-0/+8
* ChangeLog formatting fixes.jakub2016-09-051-4/+4
* PR c/65467jakub2016-09-025-48/+234
* PR c/7652mpolacek2016-09-012-1/+6
* C: Fix missing spaces in 'struct' fix-it hintsdmalcolm2016-09-012-3/+8
* rich_location: add convenience overloads for adding fix-it hintsdmalcolm2016-08-304-10/+21
* * c-common.c (warn_logical_not_parentheses): Print fixit hints.mpolacek2016-08-252-1/+6
* PR c/77323mpolacek2016-08-252-13/+30
* Implement C _FloatN, _FloatNx types.jsm282016-08-195-12/+188
* PR c/67410jakub2016-08-122-1/+11
* PR c/7652mpolacek2016-08-123-3/+13
* PR c/72816jakub2016-08-112-0/+9
* c-format.c: suggest the correct format string to use (PR c/64955)dmalcolm2016-08-082-0/+29
* Rework C/C++ OpenACC routine parsingtschwinge2016-08-042-50/+124
* C/C++: Simplify handling of location information for OpenACC routine directivestschwinge2016-08-042-42/+52
* extend shift count warnings to vector typesjbeulich2016-08-013-27/+55
* PR c/71573mpolacek2016-07-292-1/+5
* PR c/71853mpolacek2016-07-292-0/+5
* PR c/71742mpolacek2016-07-292-1/+7
* PR c/71969mpolacek2016-07-292-1/+9
* PR c/71583mpolacek2016-07-292-1/+9
* c/ChangeLog:uros2016-07-222-2/+6
* Enabling work for C++ handling of misspelled identifiers and typenamesdmalcolm2016-07-202-41/+11
* C: convert return type of lookup_name_fuzzy from tree to const char *dmalcolm2016-07-203-14/+29
* gcc/gjl2016-07-201-0/+3
* gcc/c/cesar2016-07-153-5/+12
* PR c/71858jakub2016-07-152-4/+33
* PR c/71858jakub2016-07-142-1/+6
* use auto_vec for more local variablestbsaunde2016-07-132-16/+12
* c-decl.c: add [cd]tors to c_struct_parse_infotbsaunde2016-07-132-11/+12
* PR c/71719jakub2016-07-022-0/+6
* Improve diagnostic messages of "#pragma omp cancel", "#pragma omp cancellatio...tschwinge2016-06-293-12/+25
* Rename PRAGMA_OMP_DECLARE_REDUCTION to PRAGMA_OMP_DECLAREtschwinge2016-06-291-2/+2
* PR c/71685jakub2016-06-282-2/+9
* PR c/71552 - Confusing error for incorrect struct initializationmsebor2016-06-282-11/+24
* * Makefile.in: Don't cat ../stage_current if it does not exist.jakub2016-06-282-1/+6
* Add make autoprofiledbootstrapak2016-06-232-0/+18
* C FE: suggest corrections for misspelled identifiers and type namesdmalcolm2016-06-224-51/+310
* Fix ICE on conditional expression between DFP and non-DFP float (PR c/71601).jsm282016-06-202-0/+8
* PR c/69507 - bogus warning: ISO C does not allow ‘__alignof__ (expression)’msebor2016-06-192-3/+10