aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2012-04-24re PR c++/52363 (Presence/absence of -pedantic compilation affects run-time b...Paolo Carlini10-204/+327
2012-04-22lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka2-0/+6
2012-04-22re PR c/44774 (-Werror=edantic)Manuel López-Ibáñez9-45/+82
2012-04-21method.c (make_alias_for): Do not set TREE_SYMBOL_REFERENCED.Jan Hubicka5-50/+12
2012-04-21re PR c/35441 (pretty-printer cannot handle some expressions)Manuel López-Ibáñez2-1/+18
2012-04-20re PR bootstrap/53042 (AIX bootstrap: cgraph symbol table error)Jan Hubicka2-1/+7
2012-04-20error.c (pedwarn_cxx98): Move va_end call after user of the va_list.Michael Matz2-1/+8
2012-04-18re PR c++/52422 ([C++11][SFINAE] Hard errors with void or arithmetic expressi...Paolo Carlini13-108/+228
2012-04-17cp-gimplify.c (begin_bc_block): Add location parameter and use as location ar...Tom de Vries2-153/+200
2012-04-17re PR c++/52599 (ICE on illegal constexpr constructor declaration)Paolo Carlini3-1/+19
2012-04-16re PR c++/38543 ([C++0x] Cannot specialize variadic template function)Jason Merrill2-9/+14
2012-04-16re PR c++/52008 ([Core/1495] ICE when adding partial specialization for varia...Jason Merrill2-0/+16
2012-04-16re PR c++/50830 ([c++0x] Variadic template, inner class error)Jason Merrill2-1/+8
2012-04-16re PR c++/50303 ([C++0x] Segfault with variadic template template parameters)Jason Merrill2-1/+7
2012-04-16re PR c++/49152 (pretty printer cannot handle iterators and other complex exp...Paolo Carlini2-32/+66
2012-04-16re PR c++/51148 ([C++0x] Unexpanded template param packs wrongly accepted in ...Jason Merrill2-0/+8
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