c++: Fix guard variable and attribute weak.
[gcc.git] / gcc / c-family /
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.
2019-10-11 Joseph MyersSupport _Decimal* keywords for C2x.
2019-10-10 Joseph MyersUpdate DFP macros in float.h for C2x and TS 18661-2.
2019-10-10 Jakub Jelinekc-common.h (c_omp_check_context_selector, [...]): Declare.
2019-10-09 Martin SeborPR tree-optimization/90879 - fold zero-equality of...
2019-10-09 Jason MerrillUpdate the concepts implementation to conform to C...
2019-10-08 Joseph MyersMake C2X imply -fno-fp-int-builtin-inexact.
2019-10-05 Jakub JelinekPR c++/91369 - Implement P0784R7: constexpr new
2019-10-04 Joseph MyersAdd strftime format checking support for C2x %OB and...
2019-10-01 David MalcolmSupport prefixes in diagnostic_show_locus
2019-10-01 Jakub Jelinekre PR c++/91925 (-fpack-struct causes a decltype with...
2019-10-01 Richard Sandiford[C] Improve diagnostics for vector types
2019-09-30 Richard Sandiford[C] Print ", ..." rather than ", ..." in diagnostics
2019-09-27 Jakub Jelinekre PR c++/88203 (assert does not compile with OpenMP...
2019-09-27 Richard Sandiford[C][C++] Allow targets to check calls to BUILT_IN_MD...
2019-09-16 Jason MerrillHandle location wrappers better in warn_logical_operator.
2019-09-10 Martin LiskaRename Deprecated to WarnRemoved in *.opt files.
2019-09-09 Martin LiskaUpdate comment of removed options.
2019-09-06 Martin LiskaRemove support for repo files (PR c++/91125).
2019-09-04 Marek PolacekRemove -fdeduce-init-list.
2019-09-04 Prathamesh KulkarniAdd warning Wenum-conversion for C and ObjC.
2019-09-03 Jozef LawrynowiczImplement TARGET_HANDLE_GENERIC_ATTRIBUTE
2019-09-03 Ian Lance Taylorc-cppbuiltin.c (builtin_define_with_hex_fp_value):...
2019-09-02 Martin LiskaUse cxx_printable_name for __PRETTY_FUNCTION__ in cp_fn...
2019-08-29 Marek PolacekImplement P1152R4: Deprecating some uses of volatile.
2019-08-28 Marek PolacekPR c++/91360 - Implement C++20 P1143R2: constinit.
2019-08-27 Jakub Jelinekre PR c++/91415 (Invalid warning for C++17 sequencing...
2019-08-23 Iain Sandoe[PATCH, c-family] Fix a PCH thinko (and thus PR61250).
2019-08-23 Jakub Jelinekre PR middle-end/91283 (gcc.dg/torture/c99-contract...
2019-08-22 Martin SeborPR middle-end/91490 - bogus argument missing terminatin...
2019-08-21 Eric Botcazouc-ada-spec.c (dump_ada_function_declaration): Be prepar...
2019-08-15 Richard Bienerc-common.c (c_stddef_cpp_builtins): When the GIMPLE...
2019-08-14 Christophe LyonAdd generic support for noinit attribute.
2019-08-13 Richard SandifordUse checking forms of DECL_FUNCTION_CODE (PR 91421)
2019-08-13 Martin SeborPR c/80619 - bad fix-it hint for GCC %lu directive...
2019-08-10 Jakub Jelinektree-core.h (enum omp_clause_code): Add OMP_CLAUSE_DEVI...
2019-08-10 Jakub JelinekAssorted ChangeLog cleanups.
2019-08-07 Jakub Jelinektree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_U...
2019-08-05 Marek PolacekPR c++/91338 - Implement P1161R3: Deprecate a[b,c].
next