aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo26-0/+124
2013-11-18cuintp.c (UI_From_gnu): Use tree_to_shwi rather than tree_low_cst.Richard Sandiford2-3/+9
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford5-4/+9
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford8-22/+27
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford2-1/+6
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford5-6/+11
2013-11-17re PR c++/59123 ([c++11] can't forward-declare an object later defined conste...Paolo Carlini2-3/+11
2013-11-16re PR c++/29143 (address-of overloaded function does not work in function call)Paolo Carlini2-0/+11
2013-11-15Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.Aldy Hernandez8-153/+577
2013-11-14re PR c++/57887 (nested non-type template parameters not declared in this scope)Paolo Carlini3-6/+25
2013-11-14gimplify-be.h: New file.Andrew MacLeod10-14/+32
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod13-8/+25
2013-11-12Support implicit parameter packs.Adam Butcher4-7/+92
2013-11-12Refactor implicit function template implementation and fix 58534, 58536, 5854...Adam Butcher4-122/+236
2013-11-12re PR c++/57734 (Returning template alias to enum class fails with "invalid d...Paolo Carlini2-25/+32
2013-11-10cvt.c (cp_convert_to_pointer): Call build_ptrmemfunc before maybe_warn_zero_a...Paolo Carlini3-4/+12
2013-11-06re PR c++/11006 ([CNI] ICE with use of __java_boolean)Paolo Carlini2-1/+14
2013-11-05re PR c++/58868 (ICE: in count_type_elements, at expr.c:5495 with -std=gnu++0x)Jason Merrill2-0/+7
2013-11-05re PR c++/58724 (ICE with attribute [[gnu::visibility("default")]] on namespace)Paolo Carlini2-1/+6
2013-11-05invoke.texi (-fopenmp-simd): Document new option.Tobias Burnus2-12/+68
2013-11-04c-ada-spec.h (cpp_operation): Add IS_TRIVIAL.Eric Botcazou2-1/+8
2013-11-03re PR c++/38313 (g++ fails to parse a member function with a parenthesized ty...Paolo Carlini2-5/+23
2013-11-03Implement -fsanitize=vla-bound.Marek Polacek2-25/+37
2013-11-02re PR c++/29234 (Call to operator() of temporary object wrongly parsed)Paolo Carlini2-31/+66
2013-11-01re PR c++/58708 (string literal operator templates broken)Edward Smith-Rowland2-6/+29
2013-11-01Replace some heap vectors with stack vectors.Trevor Saunders2-3/+6
2013-11-01re PR c++/58834 (ICE on __builtin_shuffle within template function)Marc Glisse2-1/+6
2013-11-01c-typeck.c (c_finish_omp_clauses): Go to check_dup_generic at the end, unless...Jakub Jelinek2-3/+18
2013-10-31c-typeck.c (c_finish_omp_clauses): Diagnose aligned clause with decl that is ...Jakub Jelinek2-0/+18
2013-10-31semantics.c (cxx_eval_call_expression): Handle trivial value-initialization.Jason Merrill3-6/+17
2013-10-31decl.c (cxx_maybe_build_cleanup): Always set LOOKUP_NONVIRTUAL.Jason Merrill3-27/+7
2013-10-31re PR c++/58162 ([C++11] bogus error: use of deleted function 'constexpr A::A...Jason Merrill2-0/+7
2013-10-31class.c (type_build_ctor_call): Return early in C++98 mode.Jason Merrill2-0/+9
2013-10-31re PR c++/58932 ([C++11] Deleted functions and SFINAE in partial template spe...Paolo Carlini2-5/+10
2013-10-31re PR c++/58581 ([c++11] ICE with no-throw specification in deleted function)Paolo Carlini2-2/+8
2013-10-30semantics.c (finish_compound_literal): Don't create a static variable inside ...Jason Merrill2-0/+4
2013-10-30* init.c (push_base_cleanups): Check ANON_AGGR_TYPE_P.Jason Merrill2-1/+5
2013-10-30re PR other/33426 (Support of #pragma ivdep)Tobias Burnus7-31/+63
2013-10-30* decl.c (cp_finish_decl): Never throw for VLA bound == 0.Jason Merrill2-5/+5
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm7-21/+42
2013-10-29re PR c++/58888 ([c++11] Rejects-valid: static member with auto and initializer)Paolo Carlini2-20/+5
2013-10-25re PR c++/58878 (Template parameter name can be hidden in a template member f...Paolo Carlini2-1/+8
2013-10-25re PR other/33426 (Support of #pragma ivdep)Tobias Burnus2-10/+43
2013-10-24re PR c++/58705 ([c++11] ICE with invalid initializer for _Complex variable)Marek Polacek2-1/+8
2013-10-23LWG 2165Jason Merrill2-7/+33
2013-10-23c-format.c (gcc_cxxdiag_char_table): Add %X.Jason Merrill2-1/+16
2013-10-23In C++11 a trivial [cd]tor might not be callable.Jason Merrill10-98/+202
2013-10-23Implement C++14 [[deprecated]] modulo [[gnu::deprecated]] bugs.Edward Smith-Rowland2-0/+9
2013-10-22re PR c++/58816 (ICE have tree_list in private_is_attribute_p)Paolo Carlini2-1/+7
2013-10-18re PR c++/58466 (ICE in cxx_eval_constant_expression)Paolo Carlini2-0/+11