* c-common.h (enum c_omp_region_type): Remove stray comma.
[platform/upstream/gcc.git] / gcc / c-family / c-common.h
2016-05-03 Marek Polacek* c-common.h (enum c_omp_region_type): Remove stray...
2016-05-02 Cesar Philippidisc-common.h (enum c_omp_region_type): Define.
2016-04-29 Cesar Philippidisre PR middle-end/70626 (bogus results in 'acc parallel...
2016-04-28 Eduard Sanouc-common.c (get_source_date_epoch): New function...
2016-04-27 Ryan Burnre PR c++/69024 ([cilkpus] cilk_spawn is broken for...
2016-04-27 Bernd Schmidtinvoke.texi (Warning Options): Add -Wmemset-elt-size.
2016-04-25 Jason MerrillImplement C++17 [[maybe_unused]] attribute.
2016-04-20 Ilya Verbinre PR c++/69363 (ICE when doing a pragma simd reduction...
2016-01-27 Ryan Burnre PR c++/69267 ([cilkplus] ICE when calling a function...
2016-01-13 Bernd SchmidtImprove warning locations (PR66208)
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-21 David MalcolmC and C++ FE: fix source ranges for binary ops
2015-12-16 David MalcolmBetter error recovery for merge-conflict markers
2015-12-02 Jason MerrillDefine c_fully_fold separately for C and C++.
2015-12-02 Joseph MyersFix TYPE_MAIN_VARIANT construction for arrays of qualif...
2015-11-11 Marek Polacekre PR c/68107 (Non-VLA type whose size is half or more...
2015-11-06 David MalcolmReimplement diagnostic_show_locus, introducing rich_loc...
2015-11-05 Jakub Jelinekgcc/
2015-11-03 Martin Seborre PR c/67882 (surprising offsetof result on an invalid...
2015-10-27 Thomas Schwinge[PR c/64765, c/64880] Support OpenACC Combined Directiv...
2015-10-20 Marek Polacekarray-notation-common.c (is_cilkplus_vector_p): Define.
2015-10-13 Jakub Jelinekbuiltin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONG...
2015-10-04 Jason MerrillImplement N4514, C++ Extensions for Transactional Memory.
2015-10-02 Marek Polacekre PR c/64249 (Missing warning for if (A) else if (A))
2015-09-22 Jason MerrillDisconnect -Wabi=<n> from -fabi-compat-version=<n>.
2015-09-03 Martin Seborre PR c/66516 (missing diagnostic on taking the address...
2015-09-02 Balaji V. IyerFix spawned function with lambda function
2015-08-19 Trevor Saundersremove more useless typedefs
2015-08-07 Andrew SuttonAdd C++ Concepts TS support.
2015-08-02 Patrick PalkaRefactor entry point to -Wmisleading-indentation
2015-07-27 Marek Polacekre PR c++/66555 (Fails to warn for if (j == 0 && i...
2015-07-20 Marek Polacekre PR c++/55095 (Wshift-overflow)
2015-07-09 Andrew MacLeodflags.h: Don't include flag-types.h or options.h.
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-07-01 Jason Merrillc-common.h (D_CXX11): Rename from D_CXX0X.
2015-06-29 Manuel López-IbáñezWunused-parameter warnings are given from cgraph::final...
2015-06-29 Marek Polacekre PR c/66322 (Linus Torvalds: -Wswitch-bool produces...
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-05 Aldy HernandezMerge debug-early branch into mainline.
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-26 Christian Bruel2015-05-26 Christian Bruel <christian.bruel@st.com>
2015-05-19 David MalcolmReplace line_map union with C++ class hierarchy
2015-05-15 Mikhail Maltsevre PR c/48956 (-Wconversion should warn when a complex...
2015-05-12 David MalcolmImplement -Wmisleading-indentation
2015-05-10 Jason Merrillc-common.h (enum cxx_dialect): Add cxx_unset.
2015-04-29 Jakub Jelinekc-common.h (omp_clause_mask): Unconditionally define...
2015-04-10 Bernhard Reutner... PR target/55143: undefined reference to c_default_point...
2015-01-15 Thomas SchwingeMerge current set of OpenACC changes from gomp-4_0...
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2015-01-05 Marek Polacekre PR c/64423 (Incorrect column number of -Wchar-subscr...
2014-12-19 Jakub Jelinekre PR preprocessor/63831 (r217292 causes segfaults...
2014-11-21 Jakub Jelinekre PR target/63764 (ICE: in verify_ssa, at tree-ssa...
2014-11-19 Richard HendersonAllow the static chain to be set from C
2014-11-11 Andi KleenError out for Cilk_spawn or array expression in forbidd...
2014-10-29 Richard Sandiforddecl.c, [...]: Remove redundant enum from machine_mode.
2014-10-26 Manuel López-IbáñezIn cp/error.c...
2014-10-15 Jason Merrillre PR c++/63455 (decltype of statement expression ...
2014-10-15 Marek Polacekinvoke.texi: Update to reflect that GNU11 is the defaul...
2014-10-14 DJ Deloriemachmode.h (int_n_data_t): New.
2014-09-30 Jason Merrillc-common.h (enum rid): Add RID_IS_TRIVIALLY_ASSIGNABLE...
2014-09-30 Jason Merrillc-common.h (enum rid): Add RID_IS_TRIVIALLY_COPYABLE.
2014-09-30 Jason Merrillc-common.h (enum rid): Remove RID_IS_CONVERTIBLE_TO.
2014-09-24 Marek Polacekre PR c/61405 (Not emitting "enumeration value not...
2014-09-02 Jakub Jelinekcilk-builtins.def (__cilkrts_cilk_for_32): New.
2014-08-25 Jason Merrillc.opt: Change -std=c++1y and -std=gnu++1y to be aliases...
2014-08-23 Edward Smith-Rowlandcpplib.h (enum c_lang): Add CLK_GNUCXX1Z, CLK_CXX1Z...
2014-08-22 Marek Polacekre PR c++/62199 (ICE with -Wlogical-not-parentheses)
2014-08-19 Marek Polacekre PR c++/62153 (warn for bool expression compared...
2014-08-01 Jakub Jelinekopts.c (common_handle_option): Handle -fsanitize=alignment.
2014-06-26 Jason Merrillc-common.h (enum cxx_dialect): Add cxx1z.
2014-06-26 Teresa Johnsonc-common.h (get_dump_info): Declare.
2014-06-12 Jason MerrillSupport -Wabi warning about backward compatibility.
2014-06-05 Marek Polacekre PR c/49706 (No warning for (!x > 1) which is always...
2014-05-22 Thomas SchwingeRemove unused, and sort prototypes.
2014-05-21 Richard Sandifordtree.def (VOID_CST): New.
2014-05-17 Trevor Saundersuse templates instead of gengtype for typed allocation...
2014-05-08 Marek Polacekre PR c/61053 (_Alignas(long long) reduces alignment...
2014-04-22 Marc Glissere PR libstdc++/43622 (Incomplete C++ library support...
2014-04-02 Marek Polacekc-common.h (c_expand_expr): Remove declaration.
2014-03-06 Marek Polacekre PR c/60197 (ICE with _Cilk_spawn in expression)
2014-01-31 Marek Polacekre PR c/59963 (Wrong column number for warning -Woverflow)
2014-01-30 Marek Polacekre PR c/59940 (Imprecise column number for -Wconversion)
2014-01-23 Marek Polacekre PR c/59846 (Imprecise column number for -Wtype-limits)
2014-01-23 Marek Polacekre PR c/58346 (ICE with SIGFPE at -O1 and above on...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-11 Balaji V. IyerAdded Compiler Support for _Cilk_spawn and _Cilk_sync...
2013-12-11 Bernd SchmidtRemove an unused global tree, last used by objc some...
2013-12-04 Joseph Myersre PR c/52023 ([C11] _Alignof (double) yields wrong...
2013-11-20 Joshua J Cogliatire PR c/53001 (-Wfloat-conversion should be available...
2013-11-15 Aldy HernandezMakefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.
2013-11-13 Joseph Myersextend.texi (Statement Exprs, Typeof): Discuss __auto_type.
2013-11-07 Joseph Myerstree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.
2013-10-29 Balaji V. IyerAdded _Cilk_spawn and _Cilk_sync (2 cilk keywords)...
2013-10-11 Jakub Jelinekc-common.h (omp_clause_mask::operator !=): New method.
2013-10-11 Jakub Jelinektarget.c: New file.
2013-09-08 Joern Renneckec-common.c (same_scalar_type_ignoring_signedness):...
2013-08-05 Paolo Carlinire PR c++/58080 (internal compiler error, decltype...
2013-07-23 Tom Tromeyc-common.h (enum rid): New constant.
next