aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/typeck.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-21tree.def (VOID_CST): New.Richard Sandiford1-1/+1
2014-05-20typeck.c (get_member_function_from_ptrfunc): Don't try to look up a virtual f...Jason Merrill1-0/+6
2014-05-14re PR c++/20332 (poor diagnostic when bind non lvalue to a reference for defa...Jason Merrill1-4/+9
2014-05-08re PR c++/13981 (Give message about incomplete class that might be implicitly...Paolo Carlini1-0/+8
2014-05-02c-typeck.c (c_finish_return): Separate warning_at calls.Marek Polacek1-3/+5
2014-05-01re PR c/43395 (Gcc warns label as local variable)Marek Polacek1-2/+3
2014-04-30gcc.c (sanitize_spec_function): Handle SANITIZE_FLOAT_DIVIDE.Marek Polacek1-9/+6
2014-04-29DR 1351 Represent the unevaluated exception specification of an implicitly de...Jason Merrill1-4/+2
2014-03-31re PR c++/44859 (missed warning: returning reference to temporary)Patrick Palka1-4/+4
2014-03-07typeck.c (comp_template_parms_position): 'auto' and 'decltype(auto)' are diff...Jason Merrill1-0/+5
2014-03-07cp-tree.h (REF_PARENTHESIZED_P): New.Jason Merrill1-1/+4
2014-03-07decl.c (create_array_type_for_decl): Only warn about invalid C++1y VLA if fla...Jason Merrill1-2/+4
2014-03-06re PR c/60197 (ICE with _Cilk_spawn in expression)Marek Polacek1-1/+1
2014-03-01re PR c++/58845 (Operator || and && broken for vectors)Jason Merrill1-0/+5
2014-02-26re PR c++/59231 (gcc misses [-Werror=sign-compare] when inside a template)Jason Merrill1-2/+1
2014-01-31re PR c/59963 (Wrong column number for warning -Woverflow)Marek Polacek1-1/+1
2014-01-30re PR c/59940 (Imprecise column number for -Wconversion)Marek Polacek1-1/+1
2014-01-30re PR c++/58843 (ICE with broken destructor call)Paolo Carlini1-0/+4
2014-01-27re PR c++/58814 (ICE with volatile and attribute vector_size)Jason Merrill1-2/+1
2014-01-27re PR c++/58837 ([c++11] ICE using invalid condition in static_assert)Jason Merrill1-1/+3
2014-01-24Replace flag_enable_cilkplus with flag_cilkplus.Balaji V. Iyer1-3/+3
2014-01-23re PR c/59846 (Imprecise column number for -Wtype-limits)Marek Polacek1-1/+2
2014-01-23re PR c/58346 (ICE with SIGFPE at -O1 and above on x86_64-linux-gnu (affectin...Marek Polacek1-0/+8
2014-01-02re PR c++/59378 (Internal compiler error when using __builtin_shuffle in a te...Marc Glisse1-5/+18