aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)AuthorFilesLines
2014-08-01opts.c (common_handle_option): Handle -fsanitize=alignment.Jakub Jelinek5-21/+111
2014-07-31re PR c++/60517 (warning/error for taking address of member of a temporary ob...Marc Glisse2-4/+5
2014-07-30re PR ipa/61659 (Extra undefined symbol because of devirtualization)Jason Merrill2-4/+7
2014-07-30re PR c/59855 (Support sparse-style __attribute__((designated_init)) on struc...Tom Tromey3-0/+29
2014-07-24IPA C++ refactoring 1/NMartin Liska2-2/+2
2014-07-24re PR c/57653 (filename information discarded when using -imacros)Marek Polacek2-0/+11
2014-07-16PR preprocessor/60723 - missing system-ness marks for macro tokensDodji Seketeli2-24/+73
2014-07-15c-ubsan.c (ubsan_instrument_bounds): Don't instrument if TYPE_MAX_VALUE is NULL.Marek Polacek2-1/+6
2014-07-14re PR middle-end/61294 (erroneous memset used with constant zero length param...Jakub Jelinek2-0/+9
2014-07-13cgraph.h (symtab_node): Add nonzero_address.Jan Hubicka1-0/+1
2014-07-10re PR ipa/61659 (Extra undefined symbol because of devirtualization)Jason Merrill2-0/+10
2014-07-09re PR c/61741 (wrong code with -fno-strict-overflow)Richard Biener2-3/+8
2014-07-06re PR c/6940 (taking sizeof array parameter should trigger a warning)Marek Polacek2-0/+9
2014-07-03gcov-io.c (gcov_read_words): Don't call memmove if excess is 0.Jakub Jelinek2-2/+8
2014-07-01Revert "PR preprocessor/60723 - missing system-ness marks for macro tokens"Dodji Seketeli2-67/+24
2014-07-01Correct ChangeLog entries from r212041.Teresa Johnson1-0/+8
2014-07-01PR preprocessor/60723 - missing system-ness marks for macro tokensDodji Seketeli2-24/+67
2014-07-01invoke.texi: Document -Wint-conversion.Marek Polacek2-0/+8
2014-07-01re PR c/58286 (Need option to make incompatible pointer type warnings into co...Marek Polacek2-0/+9
2014-06-30re PR c++/51400 ([c++0x] ICE with constexpr and attribute noreturn)Paolo Carlini2-6/+16
2014-06-26c-common.h (enum cxx_dialect): Add cxx1z.Jason Merrill4-3/+50
2014-06-26c-common.h (get_dump_info): Declare.Teresa Johnson3-3/+40
2014-06-23re PR c/61553 (__atomic_store with non-pointer arg ICE)Marek Polacek2-1/+9
2014-06-20asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.Marek Polacek4-16/+201
2014-06-20re PR lto/61123 (With LTO, -fno-short-enums is ignored, resulting in ABI mis-...Hale Wang2-2/+8
2014-06-16re PR c/60439 (No warning for case overflow in switch statement.)Marek Polacek2-1/+6
2014-06-15c-common.c (handle_tls_model_attribute): Use set_decl_tls_model.Jan Hubicka1-1/+1
2014-06-12re PR middle-end/61486 (ICE with #pragma omp teams)Jakub Jelinek2-2/+14
2014-06-12Support -Wabi warning about backward compatibility.Jason Merrill4-0/+49
2014-06-12symtab.c (section_hash): New hash.Jan Hubicka2-3/+9
2014-06-10re PR fortran/60928 (gfortran issue with allocatable components and OpenMP)Jakub Jelinek2-1/+7
2014-06-09symtab.c (dump_symtab_base): Update dumping.Jan Hubicka1-1/+1
2014-06-05re PR c/49706 (No warning for (!x > 1) which is always false)Marek Polacek4-0/+36
2014-06-04re PR c/30020 (improve diagnostics for limited range warning for a switch sta...Marek Polacek2-9/+17
2014-06-03re PR c/60439 (No warning for case overflow in switch statement.)Marek Polacek2-0/+9
2014-05-22Remove unused, and sort prototypes.Thomas Schwinge2-5/+6
2014-05-22Cosmetic fixes for DEF_FUNCTION_TYPE_* macros.Thomas Schwinge2-4/+16
2014-05-21tree.def (VOID_CST): New.Richard Sandiford6-12/+34
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders3-6/+9
2014-05-12invoke.texi: Document new switches -Wno-shadow-ivar, -fno-local-ivars and -fi...Dimitris Papavasiliou1-1/+1
2014-05-09re PR c/50459 (alignof doesn't work on plain old constant, works with express...Marek Polacek2-6/+28
2014-05-08re PR c/61053 (_Alignas(long long) reduces alignment of long long)Marek Polacek3-15/+29
2014-05-08re PR c/61077 (_Atomic in the return type or argument types of main not diagn...Marek Polacek2-0/+20
2014-05-07c-cppbuiltin.c (print_bits_of_hex): New.DJ Delorie2-23/+58
2014-05-06Update ChangeLogs for wide-int work.Kenneth Zadeck1-0/+26
2014-05-06Merge in wide-int.Kenneth Zadeck6-96/+65
2014-05-06c-opts.c (c_common_post_options): For -freestanding...Richard Biener2-0/+12
2014-05-02* c.opt (Wsizeof-pointer-memaccess): Describe option.Marek Polacek2-0/+5
2014-05-01re PR c/43245 (add option to control "discarding qualifiers" warnings)Marek Polacek2-0/+9
2014-04-30gcc.c (sanitize_spec_function): Handle SANITIZE_FLOAT_DIVIDE.Marek Polacek2-6/+17