tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
[gcc.git] / gcc / c-family / ChangeLog
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-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-10 David MalcolmAdd -Wmisleading-indentation to -Wall
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-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 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.
2015-11-07 Richard SandifordMove #undef DEF_BUILTIN* to builtins.def
2015-11-06 David MalcolmReimplement diagnostic_show_locus, introducing rich_loc...
2015-11-06 Cesar Philippidisgimplify.c (gimplify_scan_omp_clauses): Add support...
2015-11-05 Martin SeborPR c++/67942 - diagnose placement new buffer overflow
2015-11-05 Jakub Jelinekgcc/
2015-11-04 Mikhail MaltsevENABLE_CHECKING refactoring: C family front ends
2015-11-03 Martin Seborre PR c/67882 (surprising offsetof result on an invalid...
2015-11-03 Thomas SchwingeOpenACC atomic directive
2015-10-30 Evgeny StupachenkoMakefile.in (OBJS): Add multiple_target.o.
2015-10-29 Andrew MacLeoddecl.c: Reorder #include's and remove duplicates.
2015-10-28 Jason Merrill* c-common.c (pointer_int_sum): Fold the MULT_EXPR.
2015-10-27 Thomas Schwinge[PR c/64765, c/64880] Support OpenACC Combined Directiv...
2015-10-22 Martin SeborFix up ChangeLog for rev. 229155.
2015-10-20 Marek Polacekarray-notation-common.c (is_cilkplus_vector_p): Define.
2015-10-20 Marek Polacekc.opt (std=gnu++11): Do not describe as experimental.
2015-10-20 Jason MerrillImplement N4268, Do constant evaluation of all non...
2015-10-20 Jason Merrillc-cppbuiltin.c (c_cpp_builtins): Define __cpp_enumerato...
2015-10-13 Jakub Jelinekbuiltin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONG...
2015-10-05 Richard SandifordReplace REAL_VALUES_EQUAL with real_equal
2015-10-04 Jason MerrillImplement N4514, C++ Extensions for Transactional Memory.
2015-10-02 Marek Polacekre PR c/67819 (-Wduplicated-cond should take macros...
2015-10-02 Marek Polacekre PR c/64249 (Missing warning for if (A) else if (A))
2015-10-01 Joseph MyersDo not describe -std=c11 etc. as experimental in c...
2015-09-28 Nathan Sidwellgomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment.
2015-09-25 Marek Polacekc-ubsan.c (ubsan_instrument_division): Remove unnecessa...
2015-09-25 Marek Polacekre PR sanitizer/64906 (-fsanitize=integer-divide-by...
2015-09-24 Patrick PalkaFix a -Wmisleading-indentation false-negative
next