summaryrefslogtreecommitdiff
path: root/gcc/cp
Commit message (Expand)AuthorAgeFilesLines
* re PR c++/53503 ([C++0x] unexpected AST of kind ltgt_expr)Paolo Carlini2012-05-282-0/+6
* re PR c++/53491 (ICE in build_target_expr_with_type, at cp/tree.c:587)Paolo Carlini2012-05-262-0/+10
* re PR c++/53220 (g++ mis-compiles compound literals)Jason Merrill2012-05-263-1/+21
* re PR c++/32054 (Storage classes on anonymous unions in classes)Paolo Carlini2012-05-252-0/+12
* re PR objc++/53441 (obj-c++.dg/ivar-invalid-type-1.mm ICE)Uros Bizjak2012-05-252-1/+8
* * decl.c: Revert unwanted commit.Uros Bizjak2012-05-251-2/+1
* re PR target/53474 (Solaris/x86 bootstrap with Sun as broken: j.e)Uros Bizjak2012-05-251-1/+2
* re PR c++/32080 (Can goto a function try-block)Paolo Carlini2012-05-242-13/+25
* re PR c++/29185 (inconsistent warning: deleting array)Paolo Carlini2012-05-232-3/+8
* re PR c++/51184 (Abstract class in function return type)Paolo Carlini2012-05-217-5/+35
* re PR c++/39681 (Compile error is not descriptive)Paolo Carlini2012-05-172-5/+23
* re PR c++/53371 (rvalue reference type as exception-declaration)Paolo Carlini2012-05-172-14/+43
* re PR c++/44516 (improve error message when no matching operator)Paolo Carlini2012-05-179-68/+126
* PR preprocessor/7263 - Avoid pedantic warnings on system headers macro tokensDodji Seketeli2012-05-165-152/+246
* 2012-05-15 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini2012-05-151-1/+1
* re PR c++/11856 (unsigned warning in template)Paolo Carlini2012-05-152-1/+14
* generic.texi: Rename TYPE_PTRMEM_P to TYPE_PTRDATAMEM_P.Paolo Carlini2012-05-1216-81/+107
* parser.c (struct cp_parser_expression_stack_entry): Add location_t field.Paolo Carlini2012-05-123-61/+75
* re PR c++/53209 (tree check ICE: expected tree_vec, have error_mark in comp_t...Alexandre Oliva2012-05-112-0/+7
* re PR c++/53305 (internal crash with variadic templates and decltype)Paolo Carlini2012-05-113-1/+12
* re PR c++/53158 ([C++11] Bogus error in loop condition)Paolo Carlini2012-05-104-160/+193
* re PR c++/53301 (Spurious -Wzero-as-null-pointer-constant with reference argu...Paolo Carlini2012-05-102-1/+7
* re PR c++/53152 (In "no match for operatorXX" error message gives the wrong c...Paolo Carlini2012-05-0610-124/+174
* semantics.c (cxx_eval_constant_expression, [...]): Tidy.Paolo Carlini2012-05-042-6/+8
* re PR c++/53166 (static_assert produces bogus warning)Paolo Carlini2012-05-043-7/+29
* re PR c++/53186 ([C++11] missing devirtualization for operators "final")Paolo Carlini2012-05-032-2/+14
* tree.c (valid_constant_size_p): New function.Richard Guenther2012-05-022-3/+8
* cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka2012-04-305-16/+14
* re PR c++/51033 (generic vector subscript and shuffle support was not added t...Marc Glisse2012-04-303-1/+7
* re PR c++/51314 ([C++0x] sizeof... and parentheses)Marc Glisse2012-04-302-0/+9
* Fix location for static class membersDodji Seketeli2012-04-302-1/+6
* Fix va_arg type locationDodji Seketeli2012-04-305-6/+19
* Make conversion warnings work on NULL with -ftrack-macro-expansionDodji Seketeli2012-04-304-7/+26
* invoke.texi (Wmissing-format-attribute): Document as an alias of Wsuggest-att...Manuel López-Ibáñez2012-04-303-9/+15
* re PR c++/53096 ([DR 1333] [c++11] should be possible to default a copy ctor ...Paolo Carlini2012-04-262-4/+8
* re PR c++/52363 (Presence/absence of -pedantic compilation affects run-time b...Paolo Carlini2012-04-2410-204/+327
* lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka2012-04-222-0/+6
* re PR c/44774 (-Werror=edantic)Manuel López-Ibáñez2012-04-229-45/+82
* method.c (make_alias_for): Do not set TREE_SYMBOL_REFERENCED.Jan Hubicka2012-04-215-50/+12
* re PR c/35441 (pretty-printer cannot handle some expressions)Manuel López-Ibáñez2012-04-212-1/+18
* re PR bootstrap/53042 (AIX bootstrap: cgraph symbol table error)Jan Hubicka2012-04-202-1/+7
* error.c (pedwarn_cxx98): Move va_end call after user of the va_list.Michael Matz2012-04-202-1/+8
* re PR c++/52422 ([C++11][SFINAE] Hard errors with void or arithmetic expressi...Paolo Carlini2012-04-1813-108/+228
* cp-gimplify.c (begin_bc_block): Add location parameter and use as location ar...Tom de Vries2012-04-172-153/+200
* re PR c++/52599 (ICE on illegal constexpr constructor declaration)Paolo Carlini2012-04-173-1/+19
* re PR c++/38543 ([C++0x] Cannot specialize variadic template function)Jason Merrill2012-04-162-9/+14
* re PR c++/52008 ([Core/1495] ICE when adding partial specialization for varia...Jason Merrill2012-04-162-0/+16
* re PR c++/50830 ([c++0x] Variadic template, inner class error)Jason Merrill2012-04-162-1/+8
* re PR c++/50303 ([C++0x] Segfault with variadic template template parameters)Jason Merrill2012-04-162-1/+7
* re PR c++/49152 (pretty printer cannot handle iterators and other complex exp...Paolo Carlini2012-04-162-32/+66