aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-common.h
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-02re PR c/64249 (Missing warning for if (A) else if (A))Marek Polacek1-0/+1
2015-09-22Disconnect -Wabi=<n> from -fabi-compat-version=<n>.Jason Merrill1-2/+12
2015-09-03re PR c/66516 (missing diagnostic on taking the address of a builtin function)Martin Sebor1-0/+2
2015-09-02Fix spawned function with lambda functionBalaji V. Iyer1-0/+2
2015-08-19remove more useless typedefsTrevor Saunders1-5/+4
2015-08-07Add C++ Concepts TS support.Andrew Sutton1-0/+7
2015-08-02Refactor entry point to -Wmisleading-indentationPatrick Palka1-7/+0
2015-07-27re PR c++/66555 (Fails to warn for if (j == 0 && i == i))Marek Polacek1-0/+1
2015-07-20re PR c++/55095 (Wshift-overflow)Marek Polacek1-0/+1
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod1-1/+0
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-07-01c-common.h (D_CXX11): Rename from D_CXX0X.Jason Merrill1-3/+3
2015-06-29Wunused-parameter warnings are given from cgraph::finalize_function,Manuel López-Ibáñez1-0/+1
2015-06-29re PR c/66322 (Linus Torvalds: -Wswitch-bool produces dubious warnings, fails...Marek Polacek1-2/+4
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez1-0/+2
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-262015-05-26 Christian Bruel <christian.bruel@st.com>Christian Bruel1-0/+2
2015-05-19Replace line_map union with C++ class hierarchyDavid Malcolm1-2/+2
2015-05-15re PR c/48956 (-Wconversion should warn when a complex value is assigned to a...Mikhail Maltsev1-9/+16
2015-05-12Implement -Wmisleading-indentationDavid Malcolm1-0/+8
2015-05-09c-common.h (enum cxx_dialect): Add cxx_unset.Jason Merrill1-0/+1