aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-common.h
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-29c-common.h (omp_clause_mask): Unconditionally define as a class.Jakub Jelinek1-21/+12
2015-04-10PR target/55143: undefined reference to c_default_pointer_modeBernhard Reutner-Fischer1-0/+4
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-0/+1
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+15
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2015-01-05re PR c/64423 (Incorrect column number of -Wchar-subscripts)Marek Polacek1-1/+1
2014-12-19re PR preprocessor/63831 (r217292 causes segfaults with -MM)Jakub Jelinek1-0/+1
2014-11-21re PR target/63764 (ICE: in verify_ssa, at tree-ssa.c:939)Jakub Jelinek1-1/+1
2014-11-19Allow the static chain to be set from CRichard Henderson1-1/+1
2014-11-11Error out for Cilk_spawn or array expression in forbidden placesAndi Kleen1-0/+2
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-1/+1
2014-10-26In cp/error.c...Manuel López-Ibáñez1-1/+1
2014-10-15re PR c++/63455 (decltype of statement expression internal compiler error: i...Jason Merrill1-1/+4