aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2016-07-21function-tests.c (build_trivial_generic_function): Set BLOCK_SUPERCONTEXT of ...Richard Biener2-0/+8
2016-07-21re PR libgomp/71941 (ICE with OpenMP tasks and queue)Jakub Jelinek2-0/+15
2016-07-21PR c++/70781 - ICE on ill-formed lambda.Jason Merrill2-2/+8
2016-07-21PR c++/71896 - constexpr pointer-to-member comparison.Jason Merrill2-0/+8
2016-07-21PR c++/65168 - -Waddress in unevaluated context.Jason Merrill2-13/+6
2016-07-21PR c++/71121 - -Waddress, constexpr, and PMFs.Jason Merrill2-0/+10
2016-07-21Improving concepts performance and diagnostics.Andrew Sutton13-898/+2219
2016-07-20C++ FE: handle misspelled identifiers and typenamesDavid Malcolm5-20/+170
2016-07-20re PR c++/71909 (g++ accepts an unreachable function catch block that lacks a...Jakub Jelinek2-3/+44
2016-07-20re PR middle-end/50060 (intrinsics not folded by the middle-end)Jakub Jelinek2-7/+34
2016-07-20PR c++/67164 - clean up dead codeJason Merrill2-14/+8
2016-07-18re PR c++/70869 (internal compiler error: Segmentation fault on array of poin...Jakub Jelinek3-9/+24
2016-07-18re PR c++/71835 (ICE on invalid C++ code with ambiguous overloaded operators:...Jakub Jelinek2-2/+9
2016-07-18re PR c++/71828 (ICE on valid C++11 code with constexpr __Complex int variabl...Jakub Jelinek2-0/+18
2016-07-18re PR c++/71826 (ICE on valid C++ code with ambiguous member lookup: tree che...Jakub Jelinek2-1/+5
2016-07-18re PR c++/71822 (ICE: in gimplify_expr, at gimplify.c:11025)Jakub Jelinek2-0/+6
2016-07-18re PR c++/71871 (ICE on mixing templates and vector extensions ternary operator)Jakub Jelinek2-2/+6
2016-07-15PR c++/71495 - spurious note during SFINAE.Jason Merrill3-2/+6
2016-07-15PR c++/71092 - ICE with array and constexpr.Jason Merrill2-2/+16
2016-07-15PR c++/71117 - core 2189 and generic lambdaJason Merrill2-0/+11
2016-07-15PR c++/71511 - ICE on decltype scope in declaration.Jason Merrill2-0/+4
2016-07-15PR c++/71513 - alignas on member enum in templateJason Merrill2-8/+14
2016-07-15PR c++/71604 - type definition in range-based forJason Merrill2-3/+25
2016-07-15PR c++/71711 - mangle C++1z fold-expressions.Jason Merrill5-5/+68
2016-07-15PR c++/71814 - mangling sizeof... (sP and sZ)Jason Merrill2-10/+64
2016-07-15PR c++/71718 - infinite recursion and alias templateJason Merrill2-0/+5
2016-07-15PR c++/70824 - initializer_list in templateJason Merrill2-2/+13
2016-07-15c-parser.c (c_parser_oacc_declare): Don't scan for GOMP_MAP_POINTER.Cesar Philippidis3-5/+12
2016-07-11* decl.c (store_parm_decls): Remove check for void parm.Jason Merrill2-7/+5
2016-07-11remove gcc/cp/typeck.sJason Merrill1-0/+0
2016-07-08Use lvalue_p instead of real_lvalue_p.Jason Merrill12-41/+40
2016-07-08Rename lvalue_p to obvalue_p.Jason Merrill7-19/+31
2016-07-08Rename lvalue_or_rvalue_with_address_p to glvalue_p.Jason Merrill6-23/+23
2016-07-08* lambda.c (maybe_add_lambda_conv_op): Fix null object argument.Jason Merrill2-4/+7
2016-07-08P0145R2: Refining Expression Order for C++ (assignment 2).Jason Merrill2-2/+50
2016-07-08P0145: Refining Expression Order for C++ (-fstrong-eval-order).Jason Merrill3-13/+16
2016-07-07re PR c++/70869 (internal compiler error: Segmentation fault on array of poin...Jakub Jelinek2-1/+17
2016-07-05PR c++/62314: add fixit hint for "expected ';' after class definition"David Malcolm2-3/+24
2016-07-04fix interaction of -S and -x {c,c++}-headerJan Beulich2-1/+5
2016-06-29Improve diagnostic messages of "#pragma omp cancel", "#pragma omp cancellatio...Thomas Schwinge3-18/+28
2016-06-29Rename PRAGMA_OMP_DECLARE_REDUCTION to PRAGMA_OMP_DECLAREThomas Schwinge1-2/+2
2016-06-28Makefile.in: Don't cat ../stage_current if it does not exist.Jakub Jelinek2-1/+6
2016-06-24P0145R2: Refining Expression Order for C++ (complex LHS of =).Jason Merrill2-20/+9
2016-06-24Fix get_target_expr for bit-field expressions.Jason Merrill2-1/+11
2016-06-24call.c (magic_varargs_p): Return 3 for __builtin_*_overflow_p.Jakub Jelinek2-3/+15
2016-06-23Add make autoprofiledbootstrapAndi Kleen2-1/+17
2016-06-21Fix constraint satisfaction in uninstantiated template.Jason Merrill2-2/+7
2016-06-21Fix type_dependent_expression_p of member templates.Jason Merrill2-1/+51
2016-06-20C++ FE: Show both locations in string literal concatenation errorDavid Malcolm2-5/+17
2016-06-17decl.c (validate_constexpr_redeclaration): Change pair of errors to error + i...Paolo Carlini3-3/+16