]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/typeck2.c
c++: Don't hide narrowing errors in system headers
[thirdparty/gcc.git] / gcc / cp / typeck2.c
2021-07-16  Marek Polacekc++: Don't hide narrowing errors in system headers
2021-05-20  Jason Merrillc++: designators in single-element init lists
2021-05-20  Jason Merrillc++: designated init with anonymous union [PR100489]
2021-04-29  Jason Merrillc++: unset COMPOUND_LITERAL_P [PR100079]
2021-04-13  Patrick Palkac++: Reject alias CTAD in C++17 [PR99008]
2021-04-04  Jason Merrillc++: array new initialized from a call [PR99643]
2021-02-04  Tom Greenslade ... c++: fix string literal member initializer bug [PR90926]
2021-01-26  Jason Merrillc++: constexpr and empty fields [PR97566]
2021-01-22  Jakub Jelinekc++: Fix up ubsan false positives on references [PR95693]
2021-01-15  Jason Merrillc++: Avoid redundant copy in {} init [PR98642]
2021-01-14  Jason Merrillc++: Minor refactoring in process_init_constructor_record
2021-01-12  Marek Polacekc++: -Wmissing-field-initializers in unevaluated ctx...
2021-01-04  Jakub JelinekUpdate copyright years.
2020-12-03  Peter Bergnerc++: Treat OPAQUE_TYPE types as an aggregate type ...
2020-12-02  Marek Polacekc++: Fix ICE with inline variable in template [PR97975]
2020-11-24  Jason Merrillc++: ICE with int{} in template. [PR97899]
2020-11-15  Jason Merrillc++: Check abstract type only on object creation. ...
2020-11-02  Patrick Palkac++: Don't purge the satisfaction caches
2020-09-11  Marek Polacekc++: Remove LOOKUP_CONSTINIT.
2020-08-14  Jason Merrillc++: Copy elision and [[no_unique_address]]. [PR93711]
2020-06-24  Nicholas Krausec++: Handle bad pack expansion in base list. [PR96752]
2020-05-15  Patrick Palkac++: Revert unnecessary parts of fix for [PR90996]
2020-05-13  Jason Merrillc++: Replace "C++2a" with "C++20".
2020-05-07  Marek Polacekc++: Detect long double -> double narrowing [PR94590]
2020-05-07  Marek Polacekc++: Implement P1957R2, T* to bool should be considered...
2020-05-01  Marek Polacekc++: Parenthesized-init of aggregates accepts invalid...
2020-04-07  Patrick Palkac++: Fix usage of CONSTRUCTOR_PLACEHOLDER_BOUNDARY...
2020-04-01  Jason Merrillc++: Fix DMI with lambda 'this' capture [PR94205]
2020-03-09  Marek Polacekc++: Fix convert_like in template [PR91465, PR93870...
2020-02-08  Jason Merrillc++: Fix TREE_SIDE_EFFECTS after digest_init.
2020-01-16  Jason MerrillPR c++/93280 - ICE with aggregate assignment and DMI.
2020-01-10  Jason MerrillPR c++/93173 - incorrect tree sharing.
2020-01-03  Jason MerrillPR c++/93033 - incorrect tree node sharing with array...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-12-19  Jason MerrillPR c++/52320 - EH cleanups for partially constructed...
2019-12-19  Jason MerrillPR c++/66139 - EH cleanups for partially constructed...
2019-12-09  Paolo Carlinitypeck.c (check_for_casting_away_constness): Add locati...
2019-12-06  Richard Sandiford[C++] Pass type uses through the verify_type_context...
2019-12-05  Paolo Carlinitypeck2.c (build_functional_cast): Add location_t param...
2019-12-03  Marek PolacekPR c++/91363 - P0960R3: Parenthesized initialization...
2019-12-03  Jakub Jelinekre PR c++/92732 (Bit-field of scoped enumeration type...
2019-11-25  Paolo Carlinitypeck.c (cp_build_indirect_ref_1): Add location_t...
2019-11-20  Paolo Carlinitypeck2.c (build_x_arrow): Early return if decay_conver...
2019-11-10  Jason MerrillImplement D1957R0, T* to bool should be considered...
2019-11-05  Jason MerrillVarious small C++ changes.
2019-10-09  Jason MerrillUpdate the concepts implementation to conform to C...
2019-10-05  Jakub JelinekPR c++/91369 - Implement P0784R7: constexpr new
2019-10-02  Jason MerrillImprove C++ fold caching efficiency.
2019-09-24  Marek PolacekPR c++/91845 - ICE with invalid pointer-to-member.
2019-08-28  Marek PolacekPR c++/91360 - Implement C++20 P1143R2: constinit.
2019-08-05  Paolo Carlinicp-tree.h (cp_expr_loc_or_input_loc): New.
2019-06-14  Jason MerrillPR c++/85552 - wrong instantiation of dtor for DMI.
2019-06-13  Richard Bienerre PR c++/90801 (A recurring hang)
2019-06-11  Richard Bienerre PR c++/90801 (A recurring hang)
2019-05-17  Martin Sebortrans.c (check_inlining_for_nested_subprog): Quote...
2019-05-13  Jason MerrillUse releasing_vec more broadly.
2019-04-09  Jakub Jelinekre PR translation/90011 (trailing space in diagnostic)
2019-04-08  Marek Polacektypeck2.c (digest_init_r): Don't condition the object...
2019-03-31  Marek PolacekPR c++/89852 - ICE with C++11 functional cast with...
2019-03-25  Marek PolacekPR c++/89214 - ICE when initializing aggregates with...
2019-03-19  Martin SeborPR tree-optimization/89688 - -Wstringop-overflow confus...
2019-02-21  Jason MerrillPR c++/88690 - C++17 ICE with empty base in aggregate.
2019-02-21  Jason MerrillPR c++/87921 - wrong error with inline static data...
2019-02-20  Jason MerrillPR c++/88380 - wrong-code with flexible array and NSDMI.
2019-02-20  Jason MerrillPR c++/88368 - wrong 'use of deleted function'
2019-02-12  Jason MerrillPR c++/89144 - link error with constexpr initializer_list.
2019-02-11  Marek Polacek* typeck2.c (digest_init_r): Remove commented code.
2019-01-24  Jason MerrillPR c++/89001 - mangling of reference temporaries
2019-01-14  Tom HonermannImplement P0482R5, char8_t: A type for UTF-8 characters...
2019-01-07  Bernd Edlingerre PR c++/88261 (ICE: verify_gimple failed (error:...
2019-01-02  Marek PolacekPR c++/88631 - CTAD failing for value-initialization.
2019-01-01  Jakub JelinekUpdate copyright years.
2018-12-20  Jakub Jelinekcp-tree.h (cp_fully_fold_init): Declare.
2018-12-19  David MalcolmC++: better locations for bogus initializations (PR...
2018-12-19  David MalcolmC++: more location wrapper nodes (PR c++/43064, PR...
2018-11-30  David MalcolmC++: fix-it hint for missing parentheses
2018-11-28  Jakub Jelinekre PR c++/87476 (char-array initialized from wide-string)
2018-09-24  Marek Polacekcp-tree.h (build_noexcept_spec, [...]): Adjust declarat...
2018-09-13  Bernd Edlingertypeck2.c (digest_init_r): Fix overlength strings.
2018-09-02  Bernd Edlingerc-common.c (braced_list_to_string): Remove eval parameter.
2018-08-27  Jakub Jelinekre PR c++/86993 (assignment of read-only variable error...
2018-08-21  Marek Polacekre PR c++/65043 (Expected narrowing conversion during...
2018-08-20  David MalcolmAdd support for grouping of related diagnostics (PR...
2018-08-13  Marek Polacekre PR c++/57891 (No diagnostic of narrowing conversion...
2018-08-13  Martin SeborPR tree-optimization/71625 - missing strlen optimizatio...
2018-08-08  Jakub JelinekP0595R1 - is_constant_evaluated
2018-06-27  Jason MerrillPR c++/86320 - memory-hog with std::array of pair
2018-06-22  Jason MerrillPR c++/86219 - ICE with erroneous initializer in template.
2018-06-19  Jason Merrilltree.c (cp_expr_location): New.
2018-05-23  Jason MerrillCWG 616, 1213 - value category of subobject references.
2018-05-18  Jason MerrillPR c++/58407 - deprecated implicit copy ops.
2018-05-14  Paolo Carlinicp-tree.h (TYPE_REF_P): New.
2018-05-07  Jason MerrillPR c++/85618 - ICE with initialized VLA.
2018-04-23  Jakub JelinekPR c++/85470 - wrong error with static data member.
2018-04-05  Jason MerrillPR c++/83808 - ICE with VLA initialization.
2018-04-05  Alexandre Oliva[PR c++/84979] reject auto in explicit tmpl args for...
2018-03-30  Jason MerrillFix designated initializer for anonymous union.
2018-03-16  Jakub Jelinekre PR c++/79937 (ICE in replace_placeholders_r)
2018-03-15  Jakub Jelinekre PR c++/84222 ([[deprecated]] class complains about...
2018-03-01  Marek Polacekre PR c++/84582 (Rejected valid C++ code since r257961)
next