summaryrefslogtreecommitdiff
path: root/gcc/cp
Commit message (Expand)AuthorAgeFilesLines
* cuintp.c (UI_From_gnu): Use tree_to_shwi rather than tree_low_cst.Richard Sandiford2013-11-182-3/+9
* decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford2013-11-185-4/+9
* c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford2013-11-188-22/+27
* decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford2013-11-182-1/+6
* cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford2013-11-185-6/+11
* re PR c++/59123 ([c++11] can't forward-declare an object later defined conste...Paolo Carlini2013-11-172-3/+11
* re PR c++/29143 (address-of overloaded function does not work in function call)Paolo Carlini2013-11-162-0/+11
* Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.Aldy Hernandez2013-11-158-153/+577
* re PR c++/57887 (nested non-type template parameters not declared in this scope)Paolo Carlini2013-11-143-6/+25
* gimplify-be.h: New file.Andrew MacLeod2013-11-1410-14/+32
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-1213-8/+25
* Support implicit parameter packs.Adam Butcher2013-11-124-7/+92
* Refactor implicit function template implementation and fix 58534, 58536, 5854...Adam Butcher2013-11-124-122/+236
* re PR c++/57734 (Returning template alias to enum class fails with "invalid d...Paolo Carlini2013-11-122-25/+32
* cvt.c (cp_convert_to_pointer): Call build_ptrmemfunc before maybe_warn_zero_a...Paolo Carlini2013-11-103-4/+12
* re PR c++/11006 ([CNI] ICE with use of __java_boolean)Paolo Carlini2013-11-062-1/+14
* re PR c++/58868 (ICE: in count_type_elements, at expr.c:5495 with -std=gnu++0x)Jason Merrill2013-11-052-0/+7
* re PR c++/58724 (ICE with attribute [[gnu::visibility("default")]] on namespace)Paolo Carlini2013-11-052-1/+6
* invoke.texi (-fopenmp-simd): Document new option.Tobias Burnus2013-11-052-12/+68
* c-ada-spec.h (cpp_operation): Add IS_TRIVIAL.Eric Botcazou2013-11-042-1/+8
* re PR c++/38313 (g++ fails to parse a member function with a parenthesized ty...Paolo Carlini2013-11-032-5/+23
* Implement -fsanitize=vla-bound.Marek Polacek2013-11-032-25/+37
* re PR c++/29234 (Call to operator() of temporary object wrongly parsed)Paolo Carlini2013-11-022-31/+66
* re PR c++/58708 (string literal operator templates broken)Edward Smith-Rowland2013-11-012-6/+29
* Replace some heap vectors with stack vectors.Trevor Saunders2013-11-012-3/+6
* re PR c++/58834 (ICE on __builtin_shuffle within template function)Marc Glisse2013-11-012-1/+6
* c-typeck.c (c_finish_omp_clauses): Go to check_dup_generic at the end, unless...Jakub Jelinek2013-11-012-3/+18
* c-typeck.c (c_finish_omp_clauses): Diagnose aligned clause with decl that is ...Jakub Jelinek2013-10-312-0/+18
* semantics.c (cxx_eval_call_expression): Handle trivial value-initialization.Jason Merrill2013-10-313-6/+17
* decl.c (cxx_maybe_build_cleanup): Always set LOOKUP_NONVIRTUAL.Jason Merrill2013-10-313-27/+7
* re PR c++/58162 ([C++11] bogus error: use of deleted function 'constexpr A::A...Jason Merrill2013-10-312-0/+7
* class.c (type_build_ctor_call): Return early in C++98 mode.Jason Merrill2013-10-312-0/+9
* re PR c++/58932 ([C++11] Deleted functions and SFINAE in partial template spe...Paolo Carlini2013-10-312-5/+10
* re PR c++/58581 ([c++11] ICE with no-throw specification in deleted function)Paolo Carlini2013-10-312-2/+8
* semantics.c (finish_compound_literal): Don't create a static variable inside ...Jason Merrill2013-10-302-0/+4
* * init.c (push_base_cleanups): Check ANON_AGGR_TYPE_P.Jason Merrill2013-10-302-1/+5
* re PR other/33426 (Support of #pragma ivdep)Tobias Burnus2013-10-307-31/+63
* * decl.c (cp_finish_decl): Never throw for VLA bound == 0.Jason Merrill2013-10-302-5/+5
* Autogenerated fixes of "->symbol." to "->"David Malcolm2013-10-297-21/+42
* re PR c++/58888 ([c++11] Rejects-valid: static member with auto and initializer)Paolo Carlini2013-10-292-20/+5
* re PR c++/58878 (Template parameter name can be hidden in a template member f...Paolo Carlini2013-10-252-1/+8
* re PR other/33426 (Support of #pragma ivdep)Tobias Burnus2013-10-252-10/+43
* re PR c++/58705 ([c++11] ICE with invalid initializer for _Complex variable)Marek Polacek2013-10-242-1/+8
* LWG 2165Jason Merrill2013-10-232-7/+33
* c-format.c (gcc_cxxdiag_char_table): Add %X.Jason Merrill2013-10-232-1/+16
* In C++11 a trivial [cd]tor might not be callable.Jason Merrill2013-10-2310-98/+202
* Implement C++14 [[deprecated]] modulo [[gnu::deprecated]] bugs.Edward Smith-Rowland2013-10-232-0/+9
* re PR c++/58816 (ICE have tree_list in private_is_attribute_p)Paolo Carlini2013-10-222-1/+7
* re PR c++/58466 (ICE in cxx_eval_constant_expression)Paolo Carlini2013-10-182-0/+11
* parser.c (cp_parser_lookup_name): Tidy.Paolo Carlini2013-10-182-12/+17