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