aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2010-12-18In gcc/: 2010-12-18 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2-0/+8
2010-12-18pt.c (most_specialized_class): Use ngettext to determine "candidates are:" / ...Joseph Myers2-1/+6
2010-12-17re PR c++/46670 (ICE in dependent_type_p, at cp/pt.c:17553)Jason Merrill2-0/+10
2010-12-16re PR c++/39859 (duplicated and unhelpful error for "c:n" (parser))Nathan Froyd2-11/+78
2010-12-16re PR c++/46852 (ICE: tree check: expected class ‘type’, have ‘exceptio...Nathan Froyd2-1/+8
2010-12-15re PR debug/46815 (Invalid DW_AT_location for a retval instance of a class th...Jakub Jelinek2-0/+24
2010-12-15re PR c++/42083 ([C++0x] ICE on invalid with "tree check: expected aggr_init_...Paolo Carlini2-3/+11
2010-12-14re PR c++/46930 ([C++0x] ICE with static constexpr data member)Jason Merrill2-0/+13
2010-12-14re PR c++/45330 (Suggest likely nested-name-specifiers for undeclared identif...Nathan Froyd6-41/+53
2010-12-14This time really commit PR middle-end/45388Jan Hubicka1-3/+3
2010-12-13re PR c++/46873 ([C++0x] ICE: in build_data_member_initialization, at cp/sema...Jason Merrill2-32/+33
2010-12-13fooJason Merrill1-3/+14
2010-12-13re PR middle-end/45388 (Global constructor not found)Jan Hubicka1-0/+6
2010-12-12re PR c++/46901 (Error message repeats itself)Paolo Carlini2-5/+10
2010-12-10re PR c++/46001 (diagnostic refers to type '__java_boolean')Jakub Jelinek2-1/+12
2010-12-10decl.c (grokmethod): Test DECL_CLASS_SCOPE_P.Nathan Froyd3-3/+7
2010-12-10c-typeck.c (readonly_error): Delete.Nathan Froyd5-112/+40
2010-12-10In gcc/: 2010-12-10 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2-6/+32
2010-12-10* call.c (print_conversion_rejection): Indent messages two spaces.Nathan Froyd2-2/+7
2010-12-09c-typeck.c (build_indirect_ref): Call invalid_indirection_error.Nathan Froyd2-17/+6
2010-12-09typeck.c (composite_pointer_error): New function.Nathan Froyd2-61/+38
2010-12-08re PR c++/46348 ([C++0x] ICE with constexpr default constructor and array mem...Jason Merrill2-12/+31
2010-12-08re PR c++/45329 (When printing a list of candidate functions, explain why eac...Nathan Froyd2-76/+305
2010-12-08re PR c++/45822 (Qt 4.7.0 build fails)Jason Merrill5-13/+33
2010-12-08re PR c++/46736 ([c++0x] move constructor is not implicitly deleted when it s...Jason Merrill3-3/+11
2010-12-07* config/mcore/mcore.c Don't include assert.h.Joseph Myers2-1/+4
2010-12-07re PR c++/45330 (Suggest likely nested-name-specifiers for undeclared identif...Nathan Froyd5-3/+86
2010-12-06In gcc/: 2010-12-06 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero12-10/+47
2010-12-03* semantics.c (build_data_member_initialization): Remove assert.Jason Merrill2-3/+4
2010-12-03re PR c++/46058 (gcc crashes with lvalue error on the following Code)Jason Merrill2-2/+10
2010-12-03re PR middle-end/46745 ('#'mem_ref' not supported by dump_expr#<expression er...Richard Guenther2-0/+33
2010-12-03tree.h (struct call_expr_arg_iterator_d): Remove GTY tag.Laurynas Biveinis2-1/+6
2010-12-02In gcc/objc/: 2010-12-02 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2-4/+13
2010-12-01common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers5-6/+9
2010-11-30In gcc/c-family/: 2010-11-30 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero4-14/+15
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers18-34/+27
2010-11-29Fix PR c++/42260 and ensure PR c++/45383 is fixedDodji Seketeli2-0/+7
2010-11-29re PR c++/45383 (Implicit conversion to pointer does no longer automatically ...Dodji Seketeli5-18/+22
2010-11-29In gcc/objc/: 2010-11-29 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2-15/+70
2010-11-27In gcc/cp/: 2010-11-27 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2-1/+23
2010-11-24revert accidentally committed changesNathan Froyd4-77/+1
2010-11-24cppbuiltin.c (define_builtin_macros_for_type_sizes): Define __FLOAT_WORD_ORDE...Nathan Froyd4-1/+77
2010-11-24Propagate the source location from a template function's definition toJeffrey Yasskin2-0/+8
2010-11-21tm.texi.in (HANDLE_SYSV_PRAGMA, [...]): Remove.Joseph Myers3-4/+7
2010-11-20re PR c++/16189 (obfuscated error message for missing semicolon after declara...Nathan Froyd2-5/+120
2010-11-20re PR c++/46538 (ICE: SIGSEGV in cp_make_fname_decl (decl.c:3690) on invalid ...Jakub Jelinek2-0/+6
2010-11-20re PR c++/46526 (VTable Problem?)Jakub Jelinek2-1/+6
2010-11-19In gcc/: 2010-11-19 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2-1/+7
2010-11-18re PR c/33193 (slopiness in __real/__imag)Nathan Froyd2-18/+10
2010-11-16call.c (convert_like_real): Don't make a temp for copy-list-init.Jason Merrill2-8/+10