summaryrefslogtreecommitdiff
path: root/gcc/c
Commit message (Expand)AuthorAgeFilesLines
* remove more useless typedefstbsaunde2015-08-194-12/+15
* * c-decl.c (grokdeclarator): Call error_at instead of error and passmpolacek2015-08-122-2/+7
* PR c/67088mpolacek2015-08-032-11/+20
* Refactor entry point to -Wmisleading-indentationppalka2015-08-022-36/+57
* gcc/c/ChangeLogmanu2015-07-272-12/+14
* PR c++/66555mpolacek2015-07-272-0/+9
* PR c++/55095mpolacek2015-07-202-10/+19
* 2015-07-09 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-093-2/+5
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-0810-18/+21
* Wunused-parameter warnings are given from cgraph::finalize_function,manu2015-06-292-0/+9
* PR c/66322mpolacek2015-06-292-5/+26
* * c-common.c (check_main_parameter_types): Use VECTOR_TYPE_Pmpolacek2015-06-262-10/+13
* * array-notation-common.c (find_rank): Use INDIRECT_REF_P.mpolacek2015-06-263-7/+14
* 2015-06-25 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-253-4/+5
* gcc/rsandifo2015-06-252-2/+8
* * array-notation-common.c: Use VAR_P throughout.mpolacek2015-06-256-49/+53
* * cilk.c (extract_free_variables): Use is_global_var.mpolacek2015-06-254-8/+12
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-1710-14/+12
* PR middle-end/66325hubicka2015-06-142-1/+8
* Fix misplaced ChangeLog entriespmderodat2015-06-111-0/+5
* Restore DW_AT_abstract_origin for cross-unit call sitespmderodat2015-06-111-0/+1
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-0811-41/+13
* Merge debug-early branch into mainline.aldyh2015-06-055-50/+37
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-0410-23/+12
* PR c/66341mpolacek2015-06-042-1/+7
* 2015-06-03 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922015-06-032-2/+19
* * doc/plugins.texi (enum plugin_event): New event.law2015-06-032-0/+7
* 2015-06-02 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922015-06-022-0/+11
* gcc/wilson2015-05-222-0/+6
* PR c/47043mpolacek2015-05-222-1/+18
* See <https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01977.html> formpolacek2015-05-212-2/+8
* * c-pragma.c: Use VAR_OR_FUNCTION_DECL_P throughout.mpolacek2015-05-203-16/+16
* * c-typeck.c (start_init): Use AGGREGATE_TYPE_P.mpolacek2015-05-192-5/+6
* PR middle-end/66199jakub2015-05-192-7/+13
* Use std::swap instead of explicit swapsmiyuki2015-05-192-4/+6
* gcc/fortran/ChangeLog:manu2015-05-161-2/+2
* gcc/fortran/ChangeLog:manu2015-05-161-0/+6
* PR c/66066mpolacek2015-05-142-1/+8
* Implement -Wmisleading-indentationdmalcolm2015-05-122-8/+52
* * bitmap.c, c/c-aux-info.c, cfg.c, cfghooks.c, cgraph.c,jason2015-05-091-1/+1
* PR c/64918mpolacek2015-05-072-3/+9
* PR c/65179mpolacek2015-05-072-0/+17
* * c-typeck.c (c_build_va_arg): Clarify the error message.mpolacek2015-04-302-5/+10
* * c-typeck.c (c_incomplete_type_error): Refactor to use %qT. Printmpolacek2015-04-302-13/+6
* * c-typeck.c (set_init_label): Call error_at instead of error andmpolacek2015-04-302-1/+6
* Add OMP_STANDALONE_CLAUSES.tschwinge2015-04-292-4/+6
* * c-parser.c (c_parser_binary_expression): Remove duplicate line.mpolacek2015-04-282-1/+4
* PR c/65901mpolacek2015-04-282-0/+10
* PR c/52085mpolacek2015-04-252-2/+10
* PR c/65345mpolacek2015-04-233-11/+57