aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-common.h
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-15invoke.texi: Update to reflect that GNU11 is the default mode for C.Marek Polacek1-1/+1
2014-10-14machmode.h (int_n_data_t): New.DJ Delorie1-1/+17
2014-09-30c-common.h (enum rid): Add RID_IS_TRIVIALLY_ASSIGNABLE and RID_IS_TRIVIALLY_C...Jason Merrill1-0/+1
2014-09-30c-common.h (enum rid): Add RID_IS_TRIVIALLY_COPYABLE.Jason Merrill1-0/+1
2014-09-30c-common.h (enum rid): Remove RID_IS_CONVERTIBLE_TO.Jason Merrill1-1/+1
2014-09-24re PR c/61405 (Not emitting "enumeration value not handled in switch" warning...Marek Polacek1-3/+0
2014-09-02cilk-builtins.def (__cilkrts_cilk_for_32): New.Jakub Jelinek1-1/+2
2014-08-25c.opt: Change -std=c++1y and -std=gnu++1y to be aliases for -std=c++14 and -s...Jason Merrill1-3/+2
2014-08-23cpplib.h (enum c_lang): Add CLK_GNUCXX1Z, CLK_CXX1Z...Edward Smith-Rowland1-1/+2
2014-08-22re PR c++/62199 (ICE with -Wlogical-not-parentheses)Marek Polacek1-2/+1