aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-common.h
AgeCommit message (Expand)AuthorFilesLines
2016-12-21re PR bootstrap/78817 (stage2 bootstrap failure in vec.h:1613:5: error: argum...Jakub Jelinek1-1/+1
2016-11-23[Patch 6/17] Migrate excess precision logic to use TARGET_EXCESS_PRECISIONJames Greenhalgh1-0/+5
2016-11-14Make-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o.Prasad Ghangal1-0/+6
2016-11-13re PR tree-optimization/35503 (Warning about restricted pointers?)Prathamesh Kulkarni1-0/+1
2016-10-25internal-fn.def (LAUNDER): New internal function.Jakub Jelinek1-2/+2
2016-10-17Makefile.in (C_COMMON_OBJS): Add c-family/c-attribs.o.Marek Polacek1-8/+9
2016-10-11Makefile.in (C_COMMON_OBJS): Add c-family/c-warn.o.Marek Polacek1-58/+61
2016-10-07Implement LWG2296 helper intrinsic c-family/Jakub Jelinek1-0/+1
2016-10-06Implement P0258R2 - helper for C++17 std::has_unique_object_representations t...Jakub Jelinek1-1/+2
2016-10-04PR c++/77852 - class deduction from list-initJason Merrill1-0/+1
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek1-0/+1
2016-09-14c-common.c (c_common_truthvalue_conversion): Use false instead of 0.Marek Polacek1-1/+1
2016-09-09Implement P0035R4, C++17 new of over-aligned types.Jason Merrill1-0/+1
2016-09-07Move class substring_loc from c-family into gccDavid Malcolm1-29/+3
2016-08-25c-common.c (warn_logical_not_parentheses): Print fixit hints.Marek Polacek1-1/+2
2016-08-19Implement C _FloatN, _FloatNx types.Joseph Myers1-0/+14
2016-08-18Spelling suggestions for misspelled preprocessor directivesDavid Malcolm1-0/+5
2016-08-16Fix caret locations in format_type_warning (PR c/72857)David Malcolm1-3/+6
2016-08-08c-format.c: suggest the correct format string to use (PR c/64955)David Malcolm1-0/+7
2016-08-05On-demand locations within string-literalsDavid Malcolm1-0/+29
2016-07-20C: convert return type of lookup_name_fuzzy from tree to const char *David Malcolm1-1/+1
2016-07-15re PR c/71858 (Surprising suggestions for misspellings)Jakub Jelinek1-0/+3
2016-06-22C FE: suggest corrections for misspelled identifiers and type namesDavid Malcolm1-0/+9
2016-06-01c-common.c (get_source_date_epoch): Rename to cb_get_source_date_epoch.Eduard Sanou1-5/+10
2016-05-24re PR middle-end/70434 (adding an extraneous cast to vector type results in i...Richard Biener1-1/+1
2016-05-11re PR c++/71024 (Missing warning for contradictory attributes)Marek Polacek1-0/+1
2016-05-03re PR c/70859 (Bad column number in type-generic function errors)Marek Polacek1-1/+2
2016-05-03* c-common.h (enum c_omp_region_type): Remove stray comma.Marek Polacek1-1/+1
2016-05-02c-common.h (enum c_omp_region_type): Define.Cesar Philippidis1-0/+9
2016-04-29re PR middle-end/70626 (bogus results in 'acc parallel loop' reductions)Cesar Philippidis1-1/+1
2016-04-28c-common.c (get_source_date_epoch): New function...Eduard Sanou1-0/+5
2016-04-27re PR c++/69024 ([cilkpus] cilk_spawn is broken for initializations with impl...Ryan Burn1-0/+3
2016-04-27invoke.texi (Warning Options): Add -Wmemset-elt-size.Bernd Schmidt1-0/+1
2016-04-25Implement C++17 [[maybe_unused]] attribute.Jason Merrill1-0/+1
2016-04-20re PR c++/69363 (ICE when doing a pragma simd reduction with max)Ilya Verbin1-1/+0
2016-01-27re PR c++/69267 ([cilkplus] ICE when calling a function with an empty class a...Ryan Burn1-2/+1
2016-01-13Improve warning locations (PR66208)Bernd Schmidt1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-21C and C++ FE: fix source ranges for binary opsDavid Malcolm1-1/+1
2015-12-16Better error recovery for merge-conflict markersDavid Malcolm1-0/+4
2015-12-02Define c_fully_fold separately for C and C++.Jason Merrill1-1/+0
2015-12-02Fix TYPE_MAIN_VARIANT construction for arrays of qualified typedefs (PR c/681...Joseph Myers1-1/+1
2015-11-11re PR c/68107 (Non-VLA type whose size is half or more of the address space c...Marek Polacek1-0/+1
2015-11-06Reimplement diagnostic_show_locus, introducing rich_location classesDavid Malcolm1-2/+2
2015-11-05gcc/Jakub Jelinek1-1/+5
2015-11-03re PR c/67882 (surprising offsetof result on an invalid array member without ...Martin Sebor1-1/+1
2015-10-27[PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++Thomas Schwinge1-0/+1
2015-10-20array-notation-common.c (is_cilkplus_vector_p): Define.Marek Polacek1-0/+1
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-4/+5
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill1-1/+5