aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2011-08-25re PR c++/50157 ([C++0x] Non-silent SFINAE in new expression with explicit co...Jason Merrill2-9/+14
2011-08-23typeck2.c (build_functional_cast): Don't try to avoid calling build_value_init.Jason Merrill3-14/+7
2011-08-23re PR c++/49045 ([C++0x] unexpected "different exception specifier" error wit...Jason Merrill2-1/+29
2011-08-23tree.c (build_target_expr): Set TREE_CONSTANT on literal TARGET_EXPR if the v...Jason Merrill3-4/+10
2011-08-23Core 903 (partial)Jason Merrill2-10/+9
2011-08-23Core 975Jason Merrill7-37/+68
2011-08-23re PR c++/50024 ([C++0x] [4.7 Regression] crash when using braced initializat...Jason Merrill4-1/+13
2011-08-23* semantics.c (potential_constant_expression_1): Allow 'this'.Jason Merrill2-14/+4
2011-08-23re PR c++/50158 (invalid 'variable set but not used' warning (boolean used as...Jakub Jelinek2-0/+8
2011-08-23re PR c++/50055 ([PATCH] Location information for the throw() specification i...Siddhesh Poyarekar2-2/+10
2011-08-23re PR c++/46862 (ICE on std::decimal::decimal32 without any fields)Jakub Jelinek2-1/+13
2011-08-18Keep tm, div_t, ldiv_t, lconv mangling on Solaris (PR libstdc++-v3/1773)Rainer Orth2-1/+14
2011-08-18PR c++/45625 - Template parm name doesn't hide outer class scope's member nameDodji Seketeli2-2/+13
2011-08-16re PR c++/50086 ([C++0x] Error on lookup of template function address with va...Jason Merrill2-20/+17
2011-08-16pt.c (instantiate_class_template_1): If DECL_PRESERVE_P is set on a member fu...Jason Merrill2-0/+9
2011-08-16re PR c++/50054 (Fails to recover from type error in function signature)Jason Merrill2-0/+12
2011-08-15fix Change logXinliang David Li1-0/+5
2011-08-14re PR c++/50075 ([C++0x] ICE related to parameter deduction and initializer_l...Jason Merrill4-1/+16
2011-08-13re PR c++/50059 ([C++0x] Broken error message with __builtin_remquo & constexpr)Jason Merrill2-0/+7
2011-08-13decl.c (grok_reference_init): Handle constexpr here.Jason Merrill3-6/+11
2011-08-13Fix bug in vtable initializationDavid Li1-2/+1
2011-08-12re PR c++/50034 (Overload selection failure within class template)Jason Merrill2-1/+7
2011-08-12call.c (build_over_call): Instead of memcpy use an assignment of two MEM_REFs.Richard Guenther2-9/+17
2011-08-11plugin.def: Add event for finish_decl.Romain Geissler2-0/+7
2011-08-10tree.h (can_trust_pointer_alignment): Remove.Richard Guenther2-17/+5
2011-08-08re PR c++/50020 ([C++0x] internal compiler error range for in templated class)Jason Merrill2-2/+8
2011-08-08re PR c++/50011 ([C++0x] warning: narrowing conversion of 'i' from 'short uns...Jason Merrill2-2/+9
2011-08-08driver-sparc.c: New file.Rainer Orth2-1/+6
2011-08-06re PR c++/48993 ([C++0x] segmentation fault when compiling this program with ...Jason Merrill2-1/+15
2011-08-06re PR c++/49921 ([C++0x] Segfault during compilation, decltype and operator->*)Jason Merrill2-0/+6
2011-08-06re PR c++/49669 ([C++0x] Compiler crashes with "internal compiler error: in p...Jason Merrill2-2/+7
2011-08-06re PR c++/49988 (constexpr on ctor invokes improper initialization)Jason Merrill2-1/+14
2011-08-05This hack to attach a line 0 source_location to the return statement of main...Gabriel Charette2-11/+6
2011-08-05re PR c++/47453 ([DR 1214] Various non-conforming behaviors with braced-init-...Jason Merrill2-0/+14
2011-08-05re PR c++/49812 (strange return type for built-in operator++(int, int))Jason Merrill2-0/+6
2011-08-05re PR c++/49983 ([C++0x] Template types fail in range-based for.)Jason Merrill2-1/+6
2011-08-05init.c (perform_member_init): Always build_aggr_init for a class member with ...Jason Merrill2-1/+5
2011-08-05* pt.c (unify) [TEMPLATE_TYPE_PARM]: Allow VLA for C++0x 'auto'.Jason Merrill2-4/+9
2011-08-04re PR middle-end/49905 (Better sanity checking on sprintf src & dest to produ...Jakub Jelinek2-1/+14
2011-08-02re PR c++/43886 ([C++0x] name lookup failure on un-used local variable in lam...Jason Merrill2-0/+7
2011-08-02re PR c++/49577 ([C++0x] narrowing conversion not rejected)Jason Merrill3-1/+9
2011-08-02re PR c++/49593 ([C++0x] cannot use T{t}... as pack expansion)Jason Merrill2-0/+4
2011-08-02re PR c++/49803 ([C++0x] erroneous variant-member initialization in a union c...Jason Merrill2-3/+5
2011-08-02re PR c++/49834 ([C++0x] type deduction in for-each loop in template function)Jason Merrill2-12/+58
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek6-63/+540
2011-08-02* call.c (build_call_a): Also check at_function_scope_p.Jason Merrill2-1/+5
2011-08-01re PR c++/49932 ([C++0x] ICE on instantiating decltype(expr)::type with templ...Jason Merrill2-0/+10
2011-08-01re PR c++/49924 ([C++0X] [constexpr] can't initialize a non-static member arr...Jason Merrill2-12/+21
2011-08-01re PR c++/49813 ([C++0x] sinh vs asinh vs constexpr)Jason Merrill2-27/+9
2011-07-30re PR c++/49867 ([C++0x] ICE on lambda inside switch with case labels in the ...Jason Merrill2-0/+23