]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/c-family
[Ada] Improved support for aspect alignment in CCG
[thirdparty/gcc.git] / gcc / c-family /
2020-05-22  Mark WielaardSuggest including <stdint.h> or <cstdint> for [u]int...
2020-05-22  Mark WielaardSuggest including <stdbool.h> for bool, true and false
2020-05-20  Nathan Sidwellpreprocessor: Revert premature change
2020-05-20  Nathan Sidwellpreprocessor: cleanups in c-common handling
2020-05-15  Jason Merrillc++: Enable coroutines with -std=c++20.
2020-05-13  Jason Merrillc++: Replace "C++2a" with "C++20".
2020-05-12  Eric BotcazouSuppress warning for Interfaces.C with -fdump-ada-spec
2020-05-08  Nathan Sidwellpreprocessor: Reimplement directives only processing...
2020-05-07  Marek Polacekc-family: Add "nonstatic" to badwords.
2020-05-07  Jakub Jelinekc-family: Fix error-recovery ICE on __builtin_speculati...
2020-05-06  qing zhaoadd a new option -flarge-source-files.
2020-05-05  Michael MeissnerRemove files meant for a private branch
2020-05-05  Michael Meissnersetup branch
2020-05-05  Stefan Schulze Fri... c-attribs.c: Fix warning about use of uninitialized...
2020-05-02  H.J. LuAdd patch_area_size and patch_area_entry to crtl
2020-04-29  Jakub Jelinekdiagnostics: Add %{...%} pretty-format support for...
2020-04-27  Jakub Jelinekc-family: Fix ICE on __builtin_speculation_safe_value...
2020-04-23  Marek Polacekc-family: Fix ICE on attribute with -fgnu-tm [PR94733]
2020-04-14  Patrick Palkac++: "'decltype_type' not supported" in diagnostic...
2020-04-13  Martin SeborPR c/92326 - wrong bound in zero-length array diagnostics
2020-04-13  Iain Sandoecoroutines: Rename the coroutines cpp builtin.
2020-04-02  Richard Bienerc/94392 - only enable -ffinite-loops for C++
2020-03-28  Patrick Palkac++: Replay errors during diagnosis of constraint satis...
2020-03-27  Martin SeborPR c++/94346 - [9/10 Regression] ICE due to handle_copy...
2020-03-27  Martin SeborPR c++/94098 - ICE on attribute access redeclaration
2020-03-23  Jakub Jelinekc++: Handle COMPOUND_EXPRs in get_narrower and warnings...
2020-03-20  Richard Sandifordc-family: Tighten vector handling in type_for_mode...
2020-03-17  Jakub JelinekFix up duplicated duplicated words mostly in comments
2020-03-15  Lewis Hyattdriver: Fix redundant descriptions in options
2020-03-02  Marek Polacekc++: Add -std=gnu++20 option [PR93958]
2020-03-02  Martin SeborPR middle-end/92721 - checking ICE on attribute access...
2020-02-25  Jakub Jelinekc: Small diagnostics tweak - add missing ? after did...
2020-02-15  Jason Merrillc++: Add -std=c++20.
2020-02-14  Eric BotcazouFix duplicates for anonymous structures with -fdump...
2020-02-10  Martin SeborPR c/93640 - The write_only and read_write attributes...
2020-02-10  Jakub Jelinekc-format: -Wformat-diag fix [PR93641]
2020-02-03  Tobias Burnus[OpenACC] bump version for 2.6 plus libgomp.texi update
2020-01-30  Jason Merrillc++: Drop alignas restriction for stack variables.
2020-01-23  Jason Merrillc-family: One more 40752 tweak for unsigned char.
2020-01-23  Martin SeborPR c/84919 - bogus -Wrestrict on sprintf %p with destin...
2020-01-22  Jason Merrillc-family: Fix problems with blender and PPC from PR...
2020-01-22  Jason Merrillc-family: Remove location parm from unsafe_conversion_p.
2020-01-21  Jason MerrillPR c++/40752 - useless -Wconversion with short +=.
2020-01-21  Jason MerrillHandle -Wsign-conversion in conversion_warning.
2020-01-20  Nathan Sidwell[PR 80005] Fix __has_include
2020-01-18  Iain Sandoe[C++ coroutines] Initial implementation.
2020-01-10  David MalcolmAdd diagnostic paths
2020-01-10  Martin SeborPR c/93132 - bogus 'attribute((access))' warning when...
2020-01-08  Jason Merrillwhitespace
2020-01-01  Jakub JelinekUpdate copyright years.
2019-12-20  Eric Botcazouc-ada-spec.h (decl_sloc): Delete.
2019-12-20  Julian BrownOpenACC 2.6 deep copy: C and C++ front-end parts
2019-12-18  Julian BrownAdd OpenACC 2.6's no_create
2019-12-17  Martin SeborPR c++/61339 - add warning for mismatch between struct...
2019-12-11  David MalcolmIntroduce pretty_printer::clone vfunc
2019-12-10  David MalcolmReplace label_text ctor with "borrow" and "take"
2019-12-10  David Malcolmdiagnostic_show_locus: move initial newline to callers
2019-12-06  Jakub Jelinekc-cppbuiltin.c (c_cpp_builtins): Don't define __cpp_con...
2019-12-05  Marek PolacekPR c++/91353 - P1331R2: Allow trivial default init...
2019-12-05  Marek PolacekPR c++/92271 - make __is_same alias for __is_same_as.
2019-12-03  Marek PolacekPR c++/91363 - P0960R3: Parenthesized initialization...
2019-11-30  Jan Hubickacgraph.h (symtab_node): Add symver flag.
2019-11-30  Richard Sandiford[C] Add a target hook that allows targets to verify...
2019-11-27  Jason MerrillImplement P1814R0, CTAD for alias templates.
2019-11-26  Jakub Jelinekre PR c++/61414 (enum class bitfield size-checking...
2019-11-25  Jakub JelinekFix typo in C++2a paper number - P1920R1 -> P1902R1
2019-11-25  Joseph MyersPrevent all uses of DFP when unsupported (PR c/91985).
2019-11-23  Jakub Jelinekre PR middle-end/83859 (Please add new attribute which...
2019-11-22  Jakub Jelinekre PR c/90677 (gcc-9.1.0 fails to build __gcc_diag__...
2019-11-22  Jakub JelinekImplement P1902R1, Missing feature-test macros 2017...
2019-11-22  Martin SeborPR middle-end/83859 - attributes to associate pointer...
2019-11-21  Joseph MyersMake more bad uses of fallthrough attribute into pedwarns.
2019-11-19  Joseph MyersChange some bad uses of C2x attributes into pedwarns.
2019-11-15  Joseph MyersImprove checks on C2x fallthrough attribute.
2019-11-15  Joseph MyersSupport C2x [[deprecated]] attribute.
2019-11-14  Joseph MyersSupport UTF-8 character constants for C2x.
2019-11-14  Jakub Jelinekc-omp.c (c_omp_check_context_selector): Add nvidia...
2019-11-14  Jakub Jelinekomp-general.c (omp_context_name_list_prop): New function.
2019-11-13  Joseph MyersAdd C2x *_NORM_MAX constants to <float.h>.
2019-11-13  Eric Botcazouc-ada-spec.c (get_underlying_decl): Do not look through...
2019-11-12  Martin LiskaUse more SET_OPTION_IF_UNSET.
2019-11-12  Maciej W. RozyckiAdd OpenACC 2.6 `serial' construct support
2019-11-08  Richard Sandiford[C] Opt out of GNU vector extensions for built-in SVE...
2019-11-08  Joseph MyersHandle removal of old-style function definitions in...
2019-11-07  Joseph MyersExpand C2x attribute parsing support and factor out...
2019-11-06  Jakub Jelinekre PR inline-asm/92352 (ICE in force_constant_size)
2019-11-05  Jason MerrillImplement C++20 operator<=>.
2019-11-05  Jason MerrillMake -fconcepts-ts imply -fconcepts.
2019-11-04  Kamlesh KumarPR c++/91979 - mangling nullptr expression
2019-11-02  Jakub Jelinekgimplify.h (omp_construct_selector_matches): Change...
2019-11-01  Jakub Jelinekomp-general.h (omp_context_selector_set_compare): Declare.
2019-11-01  Jakub JelinekPR c++/88335 - Implement P1073R3: Immediate functions
2019-11-01  Martin SeborPR middle-end/91679 - missing -Warray-bounds accessing...
2019-10-30  Nathan Sidwell[C++ PATCH] Feature macros are long
2019-10-28  Martin SeborPR c/66970 - Add __has_builtin() macro
2019-10-24  Jakub Jelinekgimplify.h (omp_construct_selector_matches): Declare.
2019-10-19  JeanHeyd MeneideImplement C++20 P1301 [[nodiscard("should have a reason...
2019-10-14  Richard Sandiford[C] Avoid exposing internal details in aka types
2019-10-12  Jakub Jelinekc-common.h (c_omp_mark_declare_variant, [...]): Declare.
2019-10-11  Joseph MyersSupport decimal floating-point constants in C2x.
next