aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2012-04-16cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka2-2/+7
2012-04-15re PR c++/47220 ([C++0x] no error on unterminated template argument list for ...Jason Merrill2-1/+9
2012-04-15re PR c++/52292 ([C++11] Variadic template expansion into fixed template caus...Jason Merrill2-1/+6
2012-04-15re PR c++/52706 ([C++11] Demangling of templates with std::nullptr_t as non-t...Jason Merrill2-0/+7
2012-04-14cgraph.h: Update copyrights;Jan Hubicka3-9/+14
2012-04-13re PR c++/52824 ([C++11] expanding variadic template arguments into non-varia...Jason Merrill2-0/+19
2012-04-13re PR c++/52905 ([C++0x] ice on invalid brace-enclosed initializer of vector ...Jason Merrill2-0/+9
2012-04-13re PR c++/52915 ([C++11] Deleted default-constructor of anonymous unions not ...Jason Merrill3-6/+9
2012-04-11re PR c++/52465 (g++ rejects valid code with in-class using declaration)Fabien Chêne3-4/+23
2012-04-11decl.c (grokdeclarator): Strip the injected-class-name typedef if we are buil...Jason Merrill2-0/+15
2012-04-11re PR c++/52906 (ICE: SIGSEGV in check_tag_decl (decl.c:4230) with "__attribu...Jason Merrill2-1/+7
2012-04-10c-common.c (warn_if_unused_value): Move definition to here.Manuel López-Ibáñez2-1/+5
2012-04-06re PR c++/52596 ([C++11] internal compiler error: in lvalue_kind, at cp/tree....Jason Merrill3-3/+16
2012-04-06xvalue commentJason Merrill1-2/+2
2012-04-04re PR c++/52845 (non-void return type deduced for lambda with empty compound ...Jason Merrill2-0/+6
2012-04-03re PR c++/52796 ([C++11] Initialization of primitive object with 0-length par...Jason Merrill2-0/+14
2012-04-02PR c++/40942 - Failure of template specialization partial orderingDodji Seketeli1-40/+0
2012-04-02re PR c++/50043 ([C++0x] Implement core/1123)Paolo Carlini5-1/+61
2012-03-29re PR c++/52718 (-Wzero-as-null-pointer-constant: misleading location for 0 a...Paolo Carlini2-0/+17
2012-03-29re PR c++/52685 (ICE in copy_binfo)Jason Merrill2-4/+6
2012-03-29re PR c++/52759 (ICE in cp/mangle.c)Jakub Jelinek2-1/+8
2012-03-29re PR c++/52743 (g++-4.7.0 seg faults on overload functions.)Jason Merrill2-1/+6
2012-03-28re PR c++/52746 (Explicit virtual destructor call replaced by direct call in ...Jason Merrill3-3/+19
2012-03-28typeck2.c (process_init_constructor_array): Use the proper type for computing...Richard Guenther2-3/+13
2012-03-27re PR c++/52672 (internal compiler error: in cxx_eval_indirect_ref, at cp/sem...Meador Inge2-1/+8
2012-03-24Implement return type deduction for normal functions with -std=c++1y.Jason Merrill10-141/+257
2012-03-23re PR c++/52487 ([C++11] ICE at cp/semantics.c:5613 with lambda capturing ref...Paolo Carlini2-2/+9
2012-03-22re PR c++/52671 (ICE with misplaced attribute on enum)Jakub Jelinek2-1/+8
2012-03-21c-common.h (enum cxx_dialect): Add cxx1y.Jason Merrill3-2/+5
2012-03-21mangle.c (write_type): Handle 'auto'.Jason Merrill3-1/+14
2012-03-20re PR c++/52510 (libitm/config/posix/rwlock.cc doesn't compile)Jason Merrill3-1/+13
2012-03-19re PR c++/14710 (Warning about useless casts)Paolo Carlini6-18/+97
2012-03-15re PR c++/52582 (g++ ICE when compiling qt-4.8.0 with -O2 on PPC (32bit))Jason Merrill2-0/+6
2012-03-15re PR c++/44783 (implement -ftemplate-backtrace-limit=)Manuel López-Ibáñez2-9/+27
2012-03-14Remove obsolete IRIX 6.5 supportRainer Orth2-3/+7
2012-03-14re PR c++/52521 ([C++11] user defined literals and order of declaration)Jakub Jelinek2-2/+15
2012-03-13PR c++/51641 - Lookup finds enclosing class member instead of template parameterDodji Seketeli4-37/+48
2012-03-13Use next_conversion for better safetyDodji Seketeli2-25/+33
2012-03-12re PR c++/52299 (GCC warns on compile time division by zero erroneously)Paolo Carlini2-5/+35
2012-03-08typeck.c (build_array_ref, [...]): Consistently forward the tsubst_flags_t pa...Paolo Carlini3-9/+16
2012-03-07re PR c++/52521 ([C++11] user defined literals and order of declaration)Jason Merrill2-6/+10
2012-03-05pt.c (local_specializations): Change from htab_t into struct pointer_map_t *.Jakub Jelinek2-40/+21
2012-03-05re PR c++/51930 (Explicitly instantiated template gets hidden visibility)Jason Merrill3-18/+43
2012-03-05method.c (synthesized_method_walk): Cleanups don't affect the EH spec either.Jason Merrill2-2/+10
2012-03-03* init.c (perform_member_init): Cope with uninstantiated NSDMI.Jason Merrill2-0/+8
2012-03-03Core 1270Jason Merrill3-1/+15
2012-03-03mangle.c (write_nested_name): Use decl_mangling_context.Jason Merrill2-3/+6
2012-03-03re PR c++/36797 (ICE mangling __is_empty)Jason Merrill2-1/+14
2012-03-03class.c (add_method): Always build an OVERLOAD for using-decls.Jason Merrill3-7/+19
2012-03-02re PR c++/51989 (std::deque::iterator recognised as container)Paolo Carlini5-12/+27