]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/typeck.c
extend.texi (Java Exceptions): Remove.
[thirdparty/gcc.git] / gcc / cp / typeck.c
2016-10-04  Jakub Jelinekextend.texi (Java Exceptions): Remove.
2016-10-03  Marek PolacekCore 903
2016-09-26  Marek PolacekImplement -Wimplicit-fallthrough.
2016-09-24  Marek Polacekre PR c/77490 (bit-not (~) on boolean should be warned...
2016-09-23  Jakub JelinekImplement P0138R2, C++17 construction rules for enum...
2016-09-14  Marek Polacektypeck.c (cp_build_unary_op): Diagnose incrementing...
2016-09-14  Marek Polacekc-common.c (c_common_truthvalue_conversion): Use false...
2016-08-09  Jason MerrillPR c++/68703 - bogus error with dependent vector length
2016-08-09  Jason MerrillPR c++/56701 - wrong type of &*this
2016-08-04  Jason MerrillPR c++/72796 - wrong resolution of scoped method call.
2016-07-21  Jason MerrillPR c++/65168 - -Waddress in unevaluated context.
2016-07-18  Jakub Jelinekre PR c++/71871 (ICE on mixing templates and vector...
2016-07-08  Jason MerrillUse lvalue_p instead of real_lvalue_p.
2016-07-08  Jason MerrillRename lvalue_p to obvalue_p.
2016-07-08  Jason MerrillRename lvalue_or_rvalue_with_address_p to glvalue_p.
2016-06-24  Jason MerrillP0145R2: Refining Expression Order for C++ (complex...
2016-06-17  Jason MerrillPR c++/71209 - wrong error with dependent base
2016-06-14  David MalcolmIntroduce gcc_rich_location::add_fixit_misspelled_id
2016-05-24  Martin SeborPR c++/71147 - [6 Regression] Flexible array member...
2016-05-24  Richard Bienerre PR middle-end/70434 (adding an extraneous cast to...
2016-05-13  Jason MerrillFix type-dependence and the current instantiation.
2016-05-12  Marek Polacekre PR c/70756 (Wrong column number shown for "error...
2016-05-02  David MalcolmPR c++/62314: C++: add fixit hint to misspelled member...
2016-04-26  Marek PolacekBootstrapped/regtested on x86_64-linux, ok for trunk?
2016-04-13  Patrick PalkaFix PR c++/70610 (wrong overload resolution during...
2016-03-31  Richard Bienerre PR c++/70430 (Incorrect result for logical "and...
2016-03-17  Marek Polacekre PR c++/70194 (missing -Waddress on constexpr pointer)
2016-03-03  Jason Merrillre PR c++/51406 ([c++0x] Incorrect result of static_cas...
2016-02-25  Patrick Palkare PR c++/69736 ("error: too few arguments to function...
2016-02-16  Jakub Jelinekre PR c/69835 (-Wnonnull diagnoses parameter comparison...
2016-02-12  Patrick PalkaFix PR c++/69098 (bogus errors with static data member...
2016-02-11  Jakub Jelinekcgraph.c: Spelling fixes - behaviour -> behavior and...
2016-02-11  Jakub Jelinekre PR c/69768 (Bogus -Waddress warning)
2016-02-10  Jason Merrillre PR c++/68926 (decltype and sfinae to check for templ...
2016-01-27  Marek Polacekre PR c/68062 (ICE when comparing vectors)
2016-01-15  Jason Merrillre PR c++/69257 (g++ ICE in "create_tmp_var" on invalid...
2016-01-13  Bernd SchmidtImprove warning locations (PR66208)
2016-01-04  Jakub JelinekUpdate copyright years.
2015-12-21  David MalcolmC and C++ FE: fix source ranges for binary ops
2015-12-17  Patrick PalkaFix some blockers of PR c++/24666 (arrays decay to...
2015-12-15  Patrick PalkaFix PR c++/21802 (two-stage name lookup fails for opera...
2015-12-09  Martin SeborFix PR c++/68711 - [6 regression] SEGV on an invalid...
2015-12-07  Jason MerrillPR c++/68597, fix auto9.C and auto-neg1.C with -std...
2015-12-04  David MalcolmC++ FE: expression ranges
2015-11-26  Jakub Jelinekre PR c++/68508 (Internal compiler error with parenthes...
2015-11-20  David MalcolmC++ FE: offer suggestions for misspelled field names
2015-11-17  Jason Merrillre PR bootstrap/68346 (Bootstrap failure on i686-linux)
2015-11-17  Jason MerrillDon't fold -(constant) or -0.
2015-11-14  Jason MerrillMerge C++ delayed folding branch.
2015-11-11  Andrew MacLeoddecl.c: Remove unused header files.
2015-11-04  Mikhail MaltsevENABLE_CHECKING refactoring: C family front ends
2015-10-31  Jason MerrillImplement multiple 'auto' feature from Concepts TS.
2015-10-29  Andrew MacLeoddecl.c: Reorder #include's and remove duplicates.
2015-10-21  Ilya Enkovichtm.texi: Regenerated.
2015-10-04  Jason MerrillImplement N4514, C++ Extensions for Transactional Memory.
2015-09-10  Mark WielaardWarn when comparing nonnull arguments to NULL in a...
2015-09-03  Martin Seborre PR c/66516 (missing diagnostic on taking the address...
2015-08-07  Andrew SuttonAdd C++ Concepts TS support.
2015-08-06  Jason Merrilldecl.c (cp_finish_decl): Tidy.
2015-07-31  Marek Polacekre PR sanitizer/66977 (-fsanitize=shift may introduce...
2015-07-26  Patrick PalkaFix PR c++/18969 (invalid return statement diagnosed...
2015-07-26  Paolo Carlinidecl.c (poplevel): Use Use DECL_SOURCE_LOCATION and...
2015-07-20  Marek Polacekre PR c++/55095 (Wshift-overflow)
2015-07-09  Paolo Carlinitypeck.c (warn_args_num): Rename to error_args_num.
2015-07-08  Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-27  Marek Polacekcall.c: Use VECTOR_TYPE_P.
2015-06-22  Mikhail MaltsevUse std::swap instead of manual swaps.
2015-06-19  Jason Merrillre PR c++/65880 (Member function issue with argument...
2015-06-17  Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-13  Patrick PalkaEmit -Waddress warnings for comparing address of refere...
2015-06-09  Jason Merrillre PR c++/66387 (ICE in make_decl_rtl with lambda)
2015-06-08  Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04  Andrew MacLeodcoretypes.h: Include machmode.h...
2015-06-03  Manuel López-Ibáñezre PR c++/66130 ("invalid use of non-static member...
2015-05-21  Marek Polacek* typeck.c (warn_args_num): Don't print "declare here...
2015-05-20  Nathan Sidwellre PR c++/65954 (gcc segfaults on the following input...
2015-05-19  Mikhail MaltsevUse std::swap instead of explicit swaps
2015-05-07  Marek Polacekre PR c/65179 (Introduce new C warning: -Wshift-negativ...
2015-04-24  Jason Merrillre PR c++/50800 (Internal compiler error in finish_memb...
2015-04-16  Paolo Carlinicall.c (build_op_delete_call, [...]): Check mark_used...
2015-03-20  Marek Polacekre PR c++/65072 (Segfault when parsing dectlype in...
2015-02-03  Paolo Carlinire PR c++/64877 (strange warning message from -Waddress)
2015-01-15  Jakub Jelinekflag-types.h (enum sanitize_code): Add SANITIZE_VPTR...
2015-01-09  Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-08  Jason Merrillubsan.c (do_ubsan_in_current_function): New.
2015-01-05  Jakub JelinekUpdate copyright years.
2015-01-05  Marek Polacekre PR c/64423 (Incorrect column number of -Wchar-subscr...
2014-12-15  Jason Merrillre PR c++/64297 (ICE: canonical types differ for identi...
2014-12-12  Jason MerrillRemove N3639 "array of runtime length" from -std=c...
2014-12-11  Paolo Carlinitypeck.c (maybe_warn_about_useless_cast): Remove unnece...
2014-12-10  Kai Tietzre PR c++/64100 (A static assert using the the current...
2014-12-01  Paolo Carlinire PR c++/60845 (print original type for typedef classe...
2014-11-28  Marek Polacekre PR c/63862 (C frontend converts shift-count to int...
2014-11-26  Ville VoutilainenDiagnose string constant conversion to char* in c+...
2014-11-21  Jakub Jelinekre PR target/63764 (ICE: in verify_ssa, at tree-ssa...
2014-11-19  Jason Merrillre PR c++/63885 (ICE in static assert of constexpr...
2014-11-19  Jason Merrillre PR c++/57979 (G++ accepts constant expression define...
2014-11-14  Paolo Carlinisemantics.c (end_maybe_infinite_loop): Use fold_non_dep...
2014-11-13  Kai Tietzcp-tree.h (cp_build_function_call): Remove prototype.
2014-11-10  Paolo Carliniinvoke.texi ([-Wshift-count-negative, [...]): Add.
next