]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/semantics.c
tree-flow.h (struct omp_region): Move to omp-low.c.
[thirdparty/gcc.git] / gcc / cp / semantics.c
2013-10-17  Andrew MacLeodtree-flow.h (struct omp_region): Move to omp-low.c.
2013-10-16  Paulo Matostree-core.h (tree_code_name): Remove.
2013-10-11  Jakub Jelinektarget.c: New file.
2013-10-09  Marek Polacekre PR c++/58635 ([c++11] ICE with __transaction_atomic...
2013-10-02  Paolo Carlinire PR c++/58565 ([c++11] ICE with label in statement...
2013-09-25  Marek Polacekre PR c++/58516 (ICE with __transaction_atomic)
2013-09-15  Jason MerrillCore DR 904 PR c++/41933
2013-09-12  Paolo Carlinisemantics.c (finish_pseudo_destructor_expr): Add locati...
2013-08-21  Paolo Carlinire PR c++/56130 (__attribute__((deprecated)) does not...
2013-08-12  Paolo Carlinii386.c (ix86_function_versions): Use error + inform.
2013-08-02  Paolo Carlinicp-tree.h (finish_stmt): Do not declare.
2013-07-30  Jason Merrillre PR c++/57901 (Cannot call-by-value such that class...
2013-07-21  Ondřej Bílkaclass.c: Fix typos.
2013-07-14  Adam ButcherExtract lambda functions from semantics.c.
2013-07-09  Jason Merrillre PR c++/57658 (ICE in tsubst_copy, at cp/pt.c:12213)
2013-07-09  Jason Merrillre PR c++/57526 (use of X before deduction of auto...
2013-07-09  Jason Merrillre PR regression/57551 (g++.dg/ext/visibility/anon6...
2013-07-09  Marc Glissere PR c++/53094 (constexpr vector subscripting)
2013-07-09  Jason Merrillre PR c++/57550 (bogus "error ... is private")
2013-06-28  Balaji V. IyerImplemented Jason Merrill's suggestions on Array Notati...
2013-06-27  Jason Merrillre PR c++/57408 (lambda, Variable length arrays, thread...
2013-06-23  Gabriel Dos Reisc-common.c (c_common_nodes_and_builtins): Use cxx11...
2013-06-21  Balaji V. IyerImplemented Cilk Plus Array Notation for C++
2013-06-21  Jason Merrillre PR c++/55149 (capturing VLA in lambda)
2013-06-14  Paolo Carlinire PR c++/51413 (Broken diagnostic with __builtin_offsetof)
2013-06-07  Jason Merrillre PR c++/55520 ([C++11] ICE when capturing a variable...
2013-06-03  Paolo Carlinire PR c++/57419 (Access control doesn't stop referring...
2013-05-24  Jason Merrillre PR c++/57391 (ICE compiling AIX math.h caused by...
2013-05-23  Jason Merrillre PR c++/56930 (pointless -Wconversion warning with...
2013-05-23  Jason Merrillre PR c++/56915 (ICE in symtab_add_to_same_comdat_group...
2013-05-14  Jason Merrillre PR c++/56998 (ICE in value_dependent_expression_p...
2013-05-10  Jason Merrillre PR c++/57047 ([C++11] stl_pair.h:137:64: internal...
2013-05-10  Jason Merrillre PR c++/55149 (capturing VLA in lambda)
2013-05-09  Jason MerrillN3639 C++1y VLA diagnostics
2013-05-09  Jason MerrillN3639 C++1y VLA support
2013-05-09  Jason Merrillexcept.c (is_admissible_throw_operand_or_catch_paramete...
2013-05-01  Paolo Carlinire PR c++/57092 (Using decltype of function pointer...
2013-04-28  Paolo Carlinire PR c++/56450 (ICE with SFINAE when detecting non...
2013-04-24  Jason MerrillN3648: init-captures are named.
2013-04-24  Jason MerrillN3648: Allow braced and parenthesized initializers.
2013-04-24  Paolo Carlinire PR c++/56970 (SFINAE does not apply correctly to...
2013-04-22  Jason MerrillCore 1586
2013-04-22  Jason Merrillsemantics.c (potential_constant_expression_1): Don...
2013-04-22  Jason MerrillCore 1612
2013-04-15  Jason Merrillre PR c++/56388 (catch(...) in lambda rejected)
2013-04-11  Jason Merrillre PR c++/52748 ([C++11] N3276 changes to decltype)
2013-04-11  Jason Merrillre PR c++/56901 (lambda with implicit capture by reference)
2013-04-01  Jason Merrillsemantics.c (maybe_constant_value): Check instantiation...
2013-03-31  Paolo Carlinidecl2.c (collect_candidates_for_java_method_aliases...
2013-03-29  Paolo Carlinicall.c (add_builtin_candidate): Use TYPE_PTR_P and...
2013-03-29  Jason Merrillcp-tree.h (AUTO_IS_DECLTYPE): New.
2013-03-29  Gabriel Dos Reistree.h (VAR_P): New.
2013-03-28  Jason Merrillre PR c++/56701 ([C++11] The *this* pointer fails to...
2013-03-28  Jason Merrillre PR c++/56710 (Using reserved double underscore varia...
2013-03-28  Jason Merrillre PR c++/56728 (ICE using constexpr initialization...
2013-03-27  Jason Merrillre PR c++/56749 (weird interaction between scoped enum...
2013-03-27  Gabriel Dos Reiscall.c (build_new_method_call_1): Use INDIRECT_REF_P.
2013-03-27  Jason Merrillre PR c++/52597 ([C++11] confusing diagnostics for...
2013-03-26  Gabriel Dos Reiscp-gimplify.c (cp_genericize_r): Use VAR_OR_FUNCTION_DE...
2013-03-25  Jason Merrillre PR c++/56699 (Failed for sizeof (non-static member...
2013-03-25  Jason Merrillre PR c++/52014 ([c++0x] Segfault When `decltype` Used...
2013-03-22  Gabriel Dos Reiscp-tree.h (identifier_p): New.
2013-03-21  Jason Merrillre PR c++/54532 ([C++0x][constexpr] internal error...
2013-03-17  Jason Merrillre PR c++/54277 (Template class member referred to...
2013-03-17  Jason Merrillre PR c++/54764 (In class initialization of non-static...
2013-03-17  Jason Merrillre PR c++/55357 (-Wshadow warns about lambda function...
2013-03-17  Jason Merrillre PR c++/56481 (endless loop compiling a C++ file)
2013-03-17  Jason Merrillre PR c++/55240 ([c++0x] ICE on non-static data member...
2013-03-16  Paolo Carlinire PR c++/56582 (ICE on negative array index in C+...
2013-03-11  Jason Merrillre PR c++/56567 (ICE with lambda return type deduction...
2013-03-08  Jason Merrillsemantics.c (lambda_expr_this_capture): In unevaluated...
2013-03-08  Jason Merrillre PR c++/51494 (Legal program rejection - capturing...
2013-03-08  Jason Merrillre PR c++/56567 (ICE with lambda return type deduction...
2013-03-04  Jason Merrillre PR c++/56464 ([C++11] Crashes when using implicit...
2013-02-28  Jason Merrillre PR c++/56481 (endless loop compiling a C++ file)
2013-02-26  Aldy Hernandezre PR c++/56419 (transactions in for-loops disappear)
2013-02-26  Jason Merrillre PR c++/56438 (ICE in value_dependent_expression_p...
2013-02-15  Jason Merrillre PR c++/54276 (Lambda in a Template Function Undefine...
2013-02-15  Jason Merrillre PR c++/52026 (Constexpr Variable Appears Uninitializ...
2013-02-15  Jason Merrillre PR c++/54922 ([C++11][DR 1359] constexpr constructor...
2013-02-13  Jason Merrillre PR c++/55710 ([C++11] Linkage errors with lambdas)
2013-02-13  Jason Merrillre PR c++/55879 ([C++11] nested constexpr Initialisatio...
2013-02-13  Jason Merrillre PR c++/55993 ([C++11] derived-to-base conversion...
2013-02-13  Jakub Jelinekre PR c++/56302 (sys/sdt.h asms stopped working at...
2013-02-12  Jason Merrillre PR c++/56291 (ICE for C++11 in output_constructor_re...
2013-02-11  Jason Merrillre PR c++/56268 (C++11 ICE with boost multi-precision...
2013-01-10  Richard SandifordUpdate copyright years in gcc/
2013-01-03  Jason Merrillre PR c++/55842 (C++11 ICE with boost multi-precision...
2013-01-03  Jason Merrillre PR c++/55856 (ICE on tuple with rvalue ref member)
2012-12-11  Marc Glissere PR c++/53094 (constexpr vector subscripting)
2012-12-11  Jakub Jelinekre PR c++/55619 (Chromium build fails with: error:...
2012-12-08  Jason Merrillre PR c++/55127 (Incorrect "dependent scope" error...
2012-12-08  Aldy Hernandezre PR c++/55513 (Incorrect snprintf folding when buildi...
2012-12-06  Jason Merrillre PR c++/54913 (qualified lookup in ctor of class...
2012-12-06  Jakub Jelinekre PR c++/55573 (ICE in adjust_temp_type, at cp/semanti...
2012-12-06  Jason Merrillre PR c++/55015 (Lambda functions not found at link...
2012-11-22  Jason Merrillre PR c++/55137 (Unexpected static structure initializa...
2012-11-20  Diego NovilloIntroduce vNULL to use as a nil initializer for vec<>.
2012-11-18  Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-17  Gabriel Dos Reissemantics.c (finish_id_expression): Tidy diagnostic...
next