aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
AgeCommit message (Expand)AuthorFilesLines
2015-09-10Warn when comparing nonnull arguments to NULL in a function.Mark Wielaard2-0/+15
2015-09-10re PR c/67502 (ICE with collapsed for simd loop inside of parallel)Jakub Jelinek2-2/+24
2015-09-09re PR c/67501 (Bad error recovery for invalid OpenMP clauses in C FE)Jakub Jelinek2-2/+7
2015-09-09re PR c/67500 (OpenMP ICE with invalid safelen/simdlen/alignment expressions)Jakub Jelinek3-10/+18
2015-09-09re PR c/67495 (#pragma omp atomic ICEs)Jakub Jelinek2-10/+41
2015-09-04re PR c/67279 (-fsanitize=undefined spurious error: initializer element is no...Marek Polacek2-1/+7
2015-09-03Remove path prefixes from filenames.Jakub Jelinek1-3/+3
2015-09-03re PR c/66516 (missing diagnostic on taking the address of a builtin function)Martin Sebor2-1/+59
2015-09-02re PR c/67432 (Improve error message on empty enum)Marek Polacek2-1/+16
2015-08-19remove more useless typedefsTrevor Saunders4-12/+15
2015-08-12c-decl.c (grokdeclarator): Call error_at instead of error and pass LOC to it.Marek Polacek2-2/+7
2015-08-03re PR c/67088 (Incorrect location of error on invalid type used in bit-field ...Marek Polacek2-11/+20
2015-08-02Refactor entry point to -Wmisleading-indentationPatrick Palka2-36/+57
2015-07-27c-decl.c (get_parm_info): Remove static var.Luis Felipe Strano Moraes2-12/+14
2015-07-27re PR c++/66555 (Fails to warn for if (j == 0 && i == i))Marek Polacek2-0/+9
2015-07-20re PR c++/55095 (Wshift-overflow)Marek Polacek2-10/+19
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod3-2/+5
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod10-18/+21
2015-06-29Wunused-parameter warnings are given from cgraph::finalize_function,Manuel López-Ibáñez2-0/+9
2015-06-29re PR c/66322 (Linus Torvalds: -Wswitch-bool produces dubious warnings, fails...Marek Polacek2-5/+26
2015-06-26c-common.c (check_main_parameter_types): Use VECTOR_TYPE_P or VECTOR_INTEGER_...Marek Polacek2-10/+13
2015-06-26array-notation-common.c (find_rank): Use INDIRECT_REF_P.Marek Polacek3-7/+14
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod3-4/+5
2015-06-25hash-table.h: Update comments.Richard Sandiford2-2/+8
2015-06-25array-notation-common.c: Use VAR_P throughout.Marek Polacek6-49/+53
2015-06-25cilk.c (extract_free_variables): Use is_global_var.Marek Polacek4-8/+12
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod10-14/+12
2015-06-14re PR middle-end/66325 (ICE in gcc.c-torture/execute/930408-1.c, verify_type ...Jan Hubicka2-1/+8
2015-06-11Fix misplaced ChangeLog entriesPierre-Marie de Rodat1-0/+5
2015-06-11Restore DW_AT_abstract_origin for cross-unit call sitesPierre-Marie de Rodat1-0/+1
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod11-41/+13
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez5-50/+37
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod10-23/+12
2015-06-04re PR c/66341 (Some casts wrongly produce a lvalue)Marek Polacek2-1/+7
2015-06-03c-decl.c (warn_cxx_compat_finish_struct): New parameters code, record_loc.Prathamesh Kulkarni2-2/+19
2015-06-03plugins.texi (enum plugin_event): New event.Andres Tiraboschi2-0/+7
2015-06-02re PR target/49551 (tentative declaration after definition and -fdata-section...Prathamesh Kulkarni2-0/+11
2015-05-22Makefile.in (check_gcc_parallelize): Delete.Jim Wilson2-0/+6
2015-05-22re PR c/47043 (allow deprecating enum values)Marek Polacek2-1/+18
2015-05-21See <https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01977.html> forMarek Polacek2-2/+8
2015-05-20c-pragma.c: Use VAR_OR_FUNCTION_DECL_P throughout.Marek Polacek3-16/+16
2015-05-19* c-typeck.c (start_init): Use AGGREGATE_TYPE_P.Marek Polacek2-5/+6
2015-05-19re PR middle-end/66199 (lastprivate/linear clause issues on combined constructs)Jakub Jelinek2-7/+13
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev2-4/+6
2015-05-16re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-2/+2
2015-05-16re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-0/+6
2015-05-14re PR c/66066 (r222889 causes bogus error: initializer element is not constant)Marek Polacek2-1/+8
2015-05-12Implement -Wmisleading-indentationDavid Malcolm2-8/+52
2015-05-09bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill1-1/+1
2015-05-07re PR c/64918 (invalid (?) warning when initializing structure)Marek Polacek2-3/+9