aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2010-06-02parser.c (cp_parser_mem_initializer_list): Change error text.Jonathan Wakely2-1/+5
2010-06-02re PR c++/44361 (-Wunused-but-set-variable vs. explicit void cast)Jakub Jelinek1-4/+3
2010-06-02re PR debug/44367 (-O0 -g wrong DW_AT_location on c++ class retval)Jakub Jelinek2-12/+21
2010-06-02re PR debug/44367 (-O0 -g wrong DW_AT_location on c++ class retval)Jakub Jelinek2-5/+11
2010-06-02tree.h (struct tree_decl_map): New type.Jakub Jelinek2-12/+19
2010-06-02* error.c (dump_type): Improve typedef handling.Jason Merrill2-0/+21
2010-06-02re PR c++/44333 (Ambiguity with typedef and using namespace)Jason Merrill2-1/+35
2010-06-01DR 990Jason Merrill4-73/+115
2010-06-01re PR c++/44358 ([C++0x] initializer list can't convert to map)Jason Merrill2-0/+11
2010-06-01* typeck2.c (build_x_arrow): Make types_memoized a VEC.Nathan Froyd2-11/+16
2010-06-01Undo inadvertent commit in rev 160105.Diego Novillo1-16/+12
2010-06-01richi's fixes for c++ bootstrapDiego Novillo1-12/+16
2010-06-01Make-lang.in (CXX_C_OBJS): Add c-ada-spec.o.Arnaud Charlet4-4/+99
2010-05-30cp-tree.h (cp_build_function_call_nary): Declare.Nathan Froyd6-44/+71
2010-05-29cp-tree.h (struct cp_decl_specifier_seq): Move type_location field up.Nathan Froyd2-4/+9
2010-05-28c-common.h (GCC_DIAG_STYLE): Define earlier in the file, before including dia...Steven Bosscher3-11/+16
2010-05-28c-common.h: Add FIXME for awkward split of c_register_addr_space.Steven Bosscher2-0/+14
2010-05-28re PR driver/15303 (When gcc sees an unrecognized option, the exit status ind...Joseph Myers2-2/+7
2010-05-28Revert "Fix PR c++/44188"Dodji Seketeli4-6/+22
2010-05-27diagnostic-core.h: New.Joseph Myers10-24/+40
2010-05-27re PR c++/44188 (Fails to produce DW_AT_typedef for typedef of anonymous struct)Dodji Seketeli4-13/+15
2010-05-27re PR c++/43555 (wrong address calculation of multidimensional variable-lengt...Jason Merrill2-0/+34
2010-05-27changelog correctionJason Merrill1-1/+1
2010-05-27re PR bootstrap/44287 (Failed to bootstrap)Kai Tietz5-5/+22
2010-05-26Move cplusplus parts into cp/ChangeLog and remove them from gcc's.Kai Tietz1-0/+12
2010-05-26demangle-expected: Add tests for __int128 and unsigned __int128 types.Kai Tietz6-5/+56
2010-05-26re PR c++/43382 ([C++0x] ICE with auto return type and variadic templates)Jason Merrill2-13/+23
2010-05-26* cp-lang.c: Do not include expr.h.Steven Bosscher2-1/+4
2010-05-26rtl.h (decl_default_tls_model): Move prototype from here...Steven Bosscher3-4/+5
2010-05-25Makefile.in (EXCEPT_H): Fix typo.Steven Bosscher18-76/+76
2010-05-25re PR c++/18249 (C++ parser i18n problems)Jakub Jelinek2-13/+28
2010-05-25re PR c++/18249 (C++ parser i18n problems)Shujing Zhao2-286/+715
2010-05-24re PR middle-end/44100 (ICE compiling g++.dg/init/struct2.C on Tru64 UNIX V5.1B)Eric Botcazou2-0/+19
2010-05-24diagnostic.c: Don't include flags.h.Joseph Myers2-5/+14
2010-05-24re PR c++/41510 ([C++0x] std::complex vs. initialization lists)Jason Merrill4-3/+14
2010-05-24rtti.c (tinfo_base_init): Use build_constructor instead of build_constructor_...Nathan Froyd2-45/+67
2010-05-22coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher3-1/+7
2010-05-22decl2.c (maybe_emit_vtables): Produce same comdat group when outputting comda...Jan Hubicka2-13/+22
2010-05-21* cxx-pretty-print.c: Correct merge error.Joseph Myers2-1/+5
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers4-6/+23
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher6-6/+6
2010-05-20re PR c++/30298 (ICE with duplicate broken inheritance)Paolo Carlini2-1/+12
2010-05-19call.c (reference_binding): Use cp_build_qualified_type_real and cp_type_qual...Jason Merrill14-58/+86
2010-05-19* typeck.c (merge_types): Preserve memfn quals.Jason Merrill2-11/+18
2010-05-19decl.c (grokdeclarator): Don't check quals on fn type.Jason Merrill5-51/+19
2010-05-19re PR c++/44193 (function types, cv-quals and typename)Jason Merrill7-32/+92
2010-05-18tree.h (build_call_list): Remove.Nathan Froyd2-3/+7
2010-05-17call.c (struct z_candidate): Add explicit_targs field.Jason Merrill2-1/+10
2010-05-17re PR c++/44157 ([C++0x] GCC wrongly takes a std::initializer_list argument a...Jason Merrill2-4/+8
2010-05-17re PR c++/44158 ([C++0x] wrong overload resolution for copy-initialization fr...Jason Merrill2-2/+9