aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/semantics.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-15re PR c++/59659 (large zero-initialized std::array compile time excessive)Jason Merrill1-7/+1
2014-01-07semantics.c (trait_expr_value, [...]): Implement the letter of 20.11.6 about ...Paolo Carlini1-1/+2
2014-01-03Core DR 1442 PR c++/59165Paolo Carlini1-6/+4
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-23re PR c++/41090 (Using static label reference in c++ class constructor produc...Jason Merrill1-14/+14
2013-12-20merge auto_vec and stack_vecTrevor Saunders1-1/+1
2013-12-11Added Compiler Support for _Cilk_spawn and _Cilk_sync for C++.Balaji V. Iyer1-0/+2
2013-11-28re PR c++/59297 (ICE: openmp atomic with indirect LHS)Jakub Jelinek1-1/+1
2013-11-27re PR c++/58647 (ICE with function pointer)Paolo Carlini1-0/+10
2013-11-27cgraph.h (enum cgraph_simd_clone_arg_type): New.Aldy Hernandez1-0/+2
2013-11-27Don't create out-of-bounds BIT_FIELD_REF.Tom de Vries1-1/+1
2013-11-25re PR c++/58607 ([c++11] ICE with undeclared variable in constexpr)Paolo Carlini1-0/+5
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-3/+2
2013-11-22Remove macros that implicitly use input_locationDavid Malcolm1-7/+8
2013-11-22add auto_vecTrevor Saunders1-16/+4
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+4
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-8/+8
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-2/+2
2013-11-16re PR c++/29143 (address-of overloaded function does not work in function call)Paolo Carlini1-0/+5
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-11-01Replace some heap vectors with stack vectors.Trevor Saunders1-3/+1
2013-11-01c-typeck.c (c_finish_omp_clauses): Go to check_dup_generic at the end, unless...Jakub Jelinek1-3/+11
2013-10-31c-typeck.c (c_finish_omp_clauses): Diagnose aligned clause with decl that is ...Jakub Jelinek1-0/+13
2013-10-31semantics.c (cxx_eval_call_expression): Handle trivial value-initialization.Jason Merrill1-5/+11
2013-10-30semantics.c (finish_compound_literal): Don't create a static variable inside ...Jason Merrill1-0/+1
2013-10-30re PR other/33426 (Support of #pragma ivdep)Tobias Burnus1-3/+18
2013-10-23In C++11 a trivial [cd]tor might not be callable.Jason Merrill1-0/+4
2013-10-17tree-flow.h (struct omp_region): Move to omp-low.c.Andrew MacLeod1-0/+1
2013-10-16tree-core.h (tree_code_name): Remove.Paulo Matos1-2/+2
2013-10-11target.c: New file.Jakub Jelinek1-52/+1512
2013-10-09re PR c++/58635 ([c++11] ICE with __transaction_atomic and noexcept(false))Marek Polacek1-2/+4
2013-10-02re PR c++/58565 ([c++11] ICE with label in statement expression)Paolo Carlini1-0/+1
2013-09-25re PR c++/58516 (ICE with __transaction_atomic)Marek Polacek1-1/+3
2013-09-15Core DR 904 PR c++/41933Jason Merrill1-0/+3
2013-09-12semantics.c (finish_pseudo_destructor_expr): Add location_t parameter.Paolo Carlini1-6/+9
2013-08-21re PR c++/56130 (__attribute__((deprecated)) does not affect C++ reference)Paolo Carlini1-3/+5
2013-08-12i386.c (ix86_function_versions): Use error + inform.Paolo Carlini1-1/+1
2013-08-02cp-tree.h (finish_stmt): Do not declare.Paolo Carlini1-11/+0
2013-07-30re PR c++/57901 (Cannot call-by-value such that class has non-trivial (conste...Jason Merrill1-3/+3
2013-07-21class.c: Fix typos.Ondřej Bílka1-3/+3
2013-07-14Extract lambda functions from semantics.c.Adam Butcher1-888/+0
2013-07-09re PR c++/57658 (ICE in tsubst_copy, at cp/pt.c:12213)Jason Merrill1-7/+7
2013-07-09re PR c++/57526 (use of X before deduction of auto error for seemingly good c...Jason Merrill1-1/+1
2013-07-09re PR regression/57551 (g++.dg/ext/visibility/anon6.C scan-assembler 1BIiE1cE)Jason Merrill1-5/+0
2013-07-09re PR c++/53094 (constexpr vector subscripting)Marc Glisse1-1/+7
2013-07-08re PR c++/57550 (bogus "error ... is private")Jason Merrill1-0/+11
2013-06-28Implemented Jason Merrill's suggestions on Array Notation C++.Balaji V. Iyer1-18/+3
2013-06-26re PR c++/57408 (lambda, Variable length arrays, thread, internal compiler er...Jason Merrill1-0/+1
2013-06-23c-common.c (c_common_nodes_and_builtins): Use cxx11 in lieu of cxx0x.Gabriel Dos Reis1-2/+2