aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2012-05-28re PR c++/53503 ([C++0x] unexpected AST of kind ltgt_expr)Paolo Carlini2-0/+6
2012-05-26re PR c++/53491 (ICE in build_target_expr_with_type, at cp/tree.c:587)Paolo Carlini2-0/+10
2012-05-26re PR c++/53220 (g++ mis-compiles compound literals)Jason Merrill3-1/+21
2012-05-25re PR c++/32054 (Storage classes on anonymous unions in classes)Paolo Carlini2-0/+12
2012-05-25re PR objc++/53441 (obj-c++.dg/ivar-invalid-type-1.mm ICE)Uros Bizjak2-1/+8
2012-05-25* decl.c: Revert unwanted commit.Uros Bizjak1-2/+1
2012-05-25re PR target/53474 (Solaris/x86 bootstrap with Sun as broken: j.e)Uros Bizjak1-1/+2
2012-05-24re PR c++/32080 (Can goto a function try-block)Paolo Carlini2-13/+25
2012-05-23re PR c++/29185 (inconsistent warning: deleting array)Paolo Carlini2-3/+8
2012-05-21re PR c++/51184 (Abstract class in function return type)Paolo Carlini7-5/+35
2012-05-17re PR c++/39681 (Compile error is not descriptive)Paolo Carlini2-5/+23
2012-05-17re PR c++/53371 (rvalue reference type as exception-declaration)Paolo Carlini2-14/+43
2012-05-17re PR c++/44516 (improve error message when no matching operator)Paolo Carlini9-68/+126
2012-05-16PR preprocessor/7263 - Avoid pedantic warnings on system headers macro tokensDodji Seketeli5-152/+246
2012-05-152012-05-15 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-1/+1
2012-05-15re PR c++/11856 (unsigned warning in template)Paolo Carlini2-1/+14
2012-05-12generic.texi: Rename TYPE_PTRMEM_P to TYPE_PTRDATAMEM_P.Paolo Carlini16-81/+107
2012-05-12parser.c (struct cp_parser_expression_stack_entry): Add location_t field.Paolo Carlini3-61/+75
2012-05-11re PR c++/53209 (tree check ICE: expected tree_vec, have error_mark in comp_t...Alexandre Oliva2-0/+7
2012-05-11re PR c++/53305 (internal crash with variadic templates and decltype)Paolo Carlini3-1/+12
2012-05-10re PR c++/53158 ([C++11] Bogus error in loop condition)Paolo Carlini4-160/+193
2012-05-10re PR c++/53301 (Spurious -Wzero-as-null-pointer-constant with reference argu...Paolo Carlini2-1/+7
2012-05-06re PR c++/53152 (In "no match for operatorXX" error message gives the wrong c...Paolo Carlini10-124/+174
2012-05-04semantics.c (cxx_eval_constant_expression, [...]): Tidy.Paolo Carlini2-6/+8
2012-05-04re PR c++/53166 (static_assert produces bogus warning)Paolo Carlini3-7/+29
2012-05-03re PR c++/53186 ([C++11] missing devirtualization for operators "final")Paolo Carlini2-2/+14
2012-05-02tree.c (valid_constant_size_p): New function.Richard Guenther2-3/+8
2012-04-30cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka5-16/+14
2012-04-30re PR c++/51033 (generic vector subscript and shuffle support was not added t...Marc Glisse3-1/+7
2012-04-30re PR c++/51314 ([C++0x] sizeof... and parentheses)Marc Glisse2-0/+9
2012-04-30Fix location for static class membersDodji Seketeli2-1/+6
2012-04-30Fix va_arg type locationDodji Seketeli5-6/+19
2012-04-30Make conversion warnings work on NULL with -ftrack-macro-expansionDodji Seketeli4-7/+26
2012-04-30invoke.texi (Wmissing-format-attribute): Document as an alias of Wsuggest-att...Manuel López-Ibáñez3-9/+15
2012-04-26re PR c++/53096 ([DR 1333] [c++11] should be possible to default a copy ctor ...Paolo Carlini2-4/+8
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