genmatch.c (comparison_code_p): New predicate.
[gcc.git] / gcc / c-family /
2016-05-30 Jakub Jelinekre PR c++/71349 (Combined async target clause parsing...
2016-05-24 Richard Bienerre PR middle-end/70434 (adding an extraneous cast to...
2016-05-12 Marek Polacekre PR c/70756 (Wrong column number shown for "error...
2016-05-11 Mikhail MaltsevPR43651: add warning for duplicate qualifier
2016-05-11 Marek Polacekre PR c++/71024 (Missing warning for contradictory...
2016-05-04 Marek Polacekc.opt (Wdangling-else): New option.
2016-05-03 Marek Polacekre PR c/70859 (Bad column number in type-generic functi...
2016-05-03 Richard Bienergimplify.h (get_initialized_tmp_var): Add allow_ssa...
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-05-02 Richard SandifordAdd a wi::to_wide helper function
2016-04-29 Cesar Philippidisre PR middle-end/70626 (bogus results in 'acc parallel...
2016-04-29 Marek Polacekre PR c/70852 (ice in warn_for_memset)
2016-04-29 Dominik VogtPR/69089: C++-11: Ingore "alignas(0)".
2016-04-28 Jason MerrillImplement C++17 [[nodiscard]] attribute.
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-22 Jason Merrill* c-cppbuiltin.c (c_cpp_builtins): Fix __cpp_range_base...
2016-04-20 Ilya Verbinre PR c++/69363 (ICE when doing a pragma simd reduction...
2016-04-18 Michael Matztree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
2016-04-17 Eric Botcazouc-ada-spec.c (get_underlying_decl): Return the typedef...
2016-04-15 Marek Polacekre PR c/70651 (ICE on invalid code on x86_64-linux...
2016-04-13 Marek Polacekre PR c++/70639 (internal compiler error: in guard_tinf...
2016-03-28 Jason Merrill* c-cppbuiltin.c (c_cpp_builtins): Update __cpp_range_b...
2016-03-23 Marek Polacekre PR c++/69884 (warning: ignoring attributes on templa...
2016-03-22 David MalcolmPR c/69993: improvements to wording of -Wmisleading...
2016-03-17 Marek Polacekre PR c/69407 (-Wunused-value on __atomic_fetch_OP...
2016-03-15 Jason Merrillexpr.c (cpp_classify_number): Hex floats are new in...
2016-03-15 Jason Merrill* c-cppbuiltin.c (c_cpp_builtins): Bump __cpp_range_bas...
2016-03-09 Richard Bienerre PR c/70143 (false strict-aliasing warning)
2016-03-08 Jason MerrillRemove Concepts from -std=c++1z.
2016-03-04 David MalcolmPR c/68187: fix overzealous -Wmisleading-indentation...
2016-03-04 David MalcolmPR c/68187: fix overzealous -Wmisleading-indentation...
2016-03-04 Richard Bienerre PR middle-end/70054 (GCC 6 gives a strict-aliasing...
2016-03-01 Marek Polacekre PR c++/69795 (g++ ICE on invalid code on x86_64...
2016-02-23 Martin SeborPR middle-end/69780 - [4.9/5/6 Regression] ICE on __bui...
2016-02-22 Mark WielaardPR28901 Add two levels for -Wunused-const-variable.
2016-02-19 Bernd Edlingerre PR c++/69865 (-trigraphs option broken)
2016-02-19 Jakub Jelinekre PR c++/69826 (problem with cilkplus pragma and prepr...
2016-02-16 Jakub Jelinekre PR c/69835 (-Wnonnull diagnoses parameter comparison...
2016-02-15 Jakub Jelinekre PR c++/69797 (ICE on invalid code on x86_64-linux...
2016-02-08 Bernd SchmidtRemove -fshort-double
2016-02-05 Martin SeborPR c++/69662 - -Wplacement-new on allocated one element...
2016-02-01 Jakub Jelinekre PR preprocessor/69543 (_Pragma does not apply within...
2016-02-01 Nathan Sidwellnvptx.c (PTX_GANG_DEFAULT): New.
2016-01-27 Ryan Burnre PR c++/69267 ([cilkplus] ICE when calling a function...
2016-01-26 David MalcolmPR other/69006: fix extra newlines after diagnostics
2016-01-21 Martin SeborPR c/69405 - [6 Regression] ICE in c_tree_printer on...
2016-01-18 Jason Merrillre PR c++/68767 (spurious warning: null argument where...
2016-01-18 Tom de VriesIgnore reduction clause on kernels directive
2016-01-15 Jakub Jelinekre PR bootstrap/68271 (Boostrap fails on x86_64-apple...
2016-01-14 Jeff LawFix minor whitespace problems in last commit
2016-01-14 Ryan Burn[cilkplus] Fix cilk_spawn gimplification bug (PR cilkpl...
2016-01-14 David MalcolmPR preprocessor/69177 and PR c++/68819: libcpp fallback...
2016-01-13 Bernd SchmidtImprove warning locations (PR66208)
2016-01-10 Patrick PalkaFix -Wmisleading indentation false-positive for do...
2016-01-08 Martin SeborPR c/68966 - atomic_fetch_* on atomic_bool not diagnosed
2016-01-05 David MalcolmFix PR c/69122 (-Wmisleading-indentation false positive...
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-15 Ilya Verbinc-common.c (c_common_attribute_table): Handle "omp...
2015-12-14 Jakub Jelinekre PR c/68833 (-Werror=format issues an error now)
2015-12-12 Tobias Burnusre PR fortran/68815 (Error/warning diagnostic: '%s...
2015-12-12 Paolo Bonzinire PR sanitizer/68418 (ubsan complains about left shift...
2015-12-10 David MalcolmAdd -Wmisleading-indentation to -Wall
2015-12-09 Chung-Lin Tangc-omp.c (c_finish_oacc_wait): Remove add_stmt() call.
2015-12-08 Jakub Jelinekre PR c/48088 (-Werror=frame-larger-than=100 does not...
2015-12-07 David MalcolmFix missing range information for "%q+D" format code
2015-12-04 Jakub Jelinekre PR middle-end/68656 (warning about disabled var...
2015-12-04 Paolo Bonzinic-common.c (maybe_warn_shift_overflow): Warn on all...
2015-12-04 Kirill YukhinAdd notinbranch/inbranch flags to attribute __simd__.
2015-12-02 Jakub Jelinekre PR preprocessor/57580 (Repeated _Pragma message...
2015-12-02 Jason MerrillDo constant folding in warn_* functions.
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-12-01 Jan Hubickaalias-1.c: New testcase.
2015-12-01 Julian BrownOpenACC host_data support.
2015-11-30 Eric Botcazouc-ada-spec.c (print_ada_macros): Remove redundant blank...
2015-11-29 Jan Hubickare PR c++/67581 (ICE on transparent union with -g enabl...
2015-11-27 Martin LiskaFix memory leak in cilk
2015-11-26 Eric Botcazoure PR c++/68527 (ICE with -fdump-ada-spec on invalid...
2015-11-23 Igor Zamyatinre PR c++/68001 ([cilkplus] ICE in cp_gimplify_expr...
2015-11-20 Jason Merrillc-common.c (shorten_compare): But look through macros...
2015-11-19 Jason Merrillc-common.c (shorten_compare): Don't -Wtype-limits if...
2015-11-17 Jason Merrillre PR bootstrap/68346 (Bootstrap failure on i686-linux)
2015-11-16 Marek Polacekre PR c++/68362 (ICE: tree check: expected integer_cst...
2015-11-16 Marek Polacekc-ada-spec.c (dump_ada_template): Use RECORD_OR_UNION_T...
2015-11-16 Kirill YukhinAdd __attribute__((__simd__)) to GCC.
2015-11-13 Kai TietzAdd non-folding variants for convert_to_*.
2015-11-13 David MalcolmSource range tracking in libcpp and C FE, with bit...
2015-11-12 James Norrisc-pragma.c (oacc_pragmas): Add entry for declare directive.
2015-11-11 Marek Polacekre PR c/68107 (Non-VLA type whose size is half or more...
2015-11-11 Dominique d'Humieresre PR bootstrap/68271 (Boostrap fails on x86_64-apple...
2015-11-11 Andrew MacLeoddecl.c: Remove unused header files.
2015-11-10 Nathan Sidwellomp-low.h (replace_oacc_fn_attrib, [...]): Declare.
2015-11-08 Eric BotcazouMerge of the scalar-storage-order branch.
2015-11-08 Martin SeborClean up fallout on ILP32 from r229831.
next