aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/typeck.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-13Emit -Waddress warnings for comparing address of reference against NULLPatrick Palka1-0/+34
2015-06-09re PR c++/66387 (ICE in make_decl_rtl with lambda)Jason Merrill1-9/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-06-03re PR c++/66130 ("invalid use of non-static member function" message could be...Manuel López-Ibáñez1-3/+13
2015-05-21* typeck.c (warn_args_num): Don't print "declare here" for builtins.Marek Polacek1-2/+2
2015-05-20re PR c++/65954 (gcc segfaults on the following input with a syntax error)Nathan Sidwell1-0/+8
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev1-6/+1
2015-05-07re PR c/65179 (Introduce new C warning: -Wshift-negative-value)Marek Polacek1-0/+9
2015-04-24re PR c++/50800 (Internal compiler error in finish_member_declarations, possi...Jason Merrill1-1/+0
2015-04-16call.c (build_op_delete_call, [...]): Check mark_used return value.Paolo Carlini1-4/+8
2015-03-20re PR c++/65072 (Segfault when parsing dectlype in trailing return type)Marek Polacek1-0/+2
2015-02-03re PR c++/64877 (strange warning message from -Waddress)Paolo Carlini1-2/+7
2015-01-15flag-types.h (enum sanitize_code): Add SANITIZE_VPTR, include SANITIZE_VPTR i...Jakub Jelinek1-5/+24
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+10
2015-01-08ubsan.c (do_ubsan_in_current_function): New.Jason Merrill1-3/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2015-01-05re PR c/64423 (Incorrect column number of -Wchar-subscripts)Marek Polacek1-2/+2
2014-12-15re PR c++/64297 (ICE: canonical types differ for identical types)Jason Merrill1-0/+6
2014-12-11Remove N3639 "array of runtime length" from -std=c++14.Jason Merrill1-22/+1
2014-12-11typeck.c (maybe_warn_about_useless_cast): Remove unnecessary conditional.Paolo Carlini1-6/+0
2014-12-10re PR c++/64100 (A static assert using the the current class in a noexcept te...Kai Tietz1-0/+6
2014-12-01re PR c++/60845 (print original type for typedef classes in diagnostics)Paolo Carlini1-1/+1
2014-11-28re PR c/63862 (C frontend converts shift-count to int while standard wants in...Marek Polacek1-8/+0
2014-11-26Diagnose string constant conversion to char* in c++11 and above as forbidden,...Ville Voutilainen1-5/+11
2014-11-21re PR target/63764 (ICE: in verify_ssa, at tree-ssa.c:939)Jakub Jelinek1-1/+6
2014-11-19re PR c++/63885 (ICE in static assert of constexpr forwarding xvalue containe...Jason Merrill1-0/+1
2014-11-19re PR c++/57979 (G++ accepts constant expression defined using floating point...Jason Merrill1-11/+4
2014-11-14semantics.c (end_maybe_infinite_loop): Use fold_non_dependent_expr.Paolo Carlini1-13/+7
2014-11-13cp-tree.h (cp_build_function_call): Remove prototype.Kai Tietz1-15/+4
2014-11-10invoke.texi ([-Wshift-count-negative, [...]): Add.Paolo Carlini1-4/+8
2014-11-10DR 799Jason Merrill1-1/+1
2014-10-14More missed bits from the big __intN patchDJ Delorie1-14/+20
2014-10-14machmode.h (int_n_data_t): New.DJ Delorie1-9/+13
2014-10-14typeck.c (cp_build_unary_op): Accept float vectors.Marc Glisse1-1/+1
2014-10-09re PR c++/63437 ([C++14] Parenthesized "movable but not copyable" object does...Jason Merrill1-0/+14
2014-10-03re PR c++/54427 (Expose more vector extensions)Marc Glisse1-5/+46
2014-09-29typeck.c (enum_cast_to_int): Use CONVERT_EXPR_P to check for conversions.Richard Biener1-1/+1
2014-09-09typeck.c (build_class_member_access_expr): Move -Winvalid-offsetof code...Jason Merrill1-25/+2
2014-08-23cpplib.h (enum c_lang): Add CLK_GNUCXX1Z, CLK_CXX1Z...Edward Smith-Rowland1-4/+4
2014-08-14typeck.c (composite_pointer_type, [...]): When a pedwarn is suppressed under ...Paolo Carlini1-30/+47
2014-08-06re PR c++/43906 (missing warnings the comparison between an address with a nu...Paolo Carlini1-11/+27
2014-07-31re PR c++/60517 (warning/error for taking address of member of a temporary ob...Marc Glisse1-9/+12
2014-07-06re PR c/6940 (taking sizeof array parameter should trigger a warning)Marek Polacek1-0/+9
2014-06-30decl.c (build_ptrmemfunc_type): Don't give a PMF RECORD_TYPE TYPE_BINFO or TY...Jason Merrill1-2/+4
2014-06-28DR 1579 PR c++/58051Jonathan Wakely1-3/+1
2014-06-12toplev.c (process_options): Reject -fabi-version=1.Jason Merrill1-11/+0
2014-06-05re PR c++/61004 (Spurious warning: dereferencing type-punned pointer)Richard Biener1-2/+3
2014-06-04re PR c++/43453 (Initialization of char array with string literal fails in me...Paolo Carlini1-0/+12
2014-05-31DR 1227 PR c++/57543Paolo Carlini1-0/+9