aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2010-06-05c-common.c: Move to c-family/.Steven Bosscher18-26/+44
2010-06-05cvt.c (cp_convert_to_pointer): Use null_ptr_cst_p.Magnus Fromreide3-2/+7
2010-06-05typeck2.c (merge_exception_specifiers): Adjust merging of throw() and noexcep...Jason Merrill2-7/+7
2010-06-04pt.c (value_dependent_expression_p): Avoid using an uninitialized variable.Jason Merrill2-1/+9
2010-06-04cxx-pretty-print.c (pp_cxx_unary_expression): Handle NOEXCEPT_EXPR.Jason Merrill2-0/+13
2010-06-04Implement noexcept-specification (15.4)Jason Merrill13-52/+259
2010-06-04Implement noexcept operator (5.3.7)Jason Merrill6-0/+133
2010-06-04call.c (build_conditional_expr): Never fold in unevaluated context.Jason Merrill6-23/+23
2010-06-04darwin-driver.c (darwin_default_min_version): UseJoseph Myers2-1/+6
2010-06-04re PR c++/44412 (Another bogus set-but-not-used warning)Jakub Jelinek2-0/+7
2010-06-04re PR c++/44362 (Bogus set-but-not-used warning)Jakub Jelinek2-0/+9
2010-06-03class.c (struct vtbl_init_data_s): Remove last_init field.Nathan Froyd4-121/+141
2010-06-03Check MAX_FIXED_MODE_SIZE on bit-field in C++.H.J. Lu2-2/+10
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