aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2009-06-01diagnostic.c (diagnostic_build_prefix): Always print columns.Aldy Hernandez2-6/+22
2009-05-29builtins.c (validate_gimple_arglist): Don't use va_arg with enum type.Ian Lance Taylor2-2/+6
2009-05-28Fix for PR c++/PR39754Dodji Seketeli8-22/+131
2009-05-27call.c (implicit_conversion): Handle conversion from initializer-list to scalar.Jason Merrill4-8/+53
2009-05-27Makefile.in (LINKER, [...]): Define.Ian Lance Taylor2-3/+8
2009-05-26Makefile.in (COMPILER, [...]): Define.Ian Lance Taylor2-5/+11
2009-05-26re PR c++/40007 (specialization causes access problem in primary template)Dodji Seketeli3-34/+131
2009-05-25re PR c++/38064 ([c++0x] operator== doesn't work for enum classes)Jason Merrill9-33/+67
2009-05-22re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)Richard Guenther2-60/+7
2009-05-22tree.c (handle_dll_attribute): Mark dllexport'd inlines as non-external.Mark Mitchell3-2/+13
2009-05-21tree.c (build_tree_list_vec_stat): New function.Ian Lance Taylor17-651/+1214
2009-05-20tm.texi (Misc): Document TARGET_INVALID_PARAMETER_TYPE...Sandra Loosemore4-1/+41
2009-05-19c-typeck.c (build_binary_op): Allow % on integal vectors.Andrew Pinski2-1/+9
2009-05-18Implement explicit conversions ops as specified in N2437.Jason Merrill9-42/+146
2009-05-17re PR c++/40139 (ICE on invalid use of destructor)Jason Merrill5-23/+60
2009-05-17tree.c (cxx_printable_name_internal): Allow consecutive translated and untran...Joseph Myers2-4/+15
2009-05-16alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry.Ian Lance Taylor3-6/+14
2009-05-15re PR c/16302 (gcc fails to warn about some common logic errors)Manuel López-Ibáñez2-2/+7
2009-05-14Correct formatting errors commited in rev 147516Taras Glek1-1/+1
2009-05-14passes.c (finish_optimization_passes): Change i to int.Ian Lance Taylor4-5/+12
2009-05-14Updated the wrong changelogTaras Glek1-0/+4
2009-05-14decl.c (duplicate_decls): Preserve parameter attributes.David Mandelin1-0/+11
2009-05-10Fix changelog entry.Jan Hubicka1-0/+5
2009-05-10cgraphbuild.c (record_reference): Use cgraph_mark_address_taken_node.Jan Hubicka1-2/+2
2009-05-10pretty-print.h (struct pretty_print_info): Add translate_identifiers.Joseph Myers8-56/+139
2009-05-08re PR c/36892 (Support __attribute__((deprecated("text string"))))H.J. Lu5-28/+39
2009-05-07re PR c/39037 (FLOAT_CONST_DECIMAL64 pragma not supported)Janis Johnson1-0/+19
2009-05-06re PR c++/17395 (Incorrect lookup for parameters)Dodji Seketeli2-1/+11
2009-05-05cp-tree.h: (opname_tab...Shujing Zhao2-45/+62
2009-05-05typeck.c (cp_build_compound_expr): Require RHS to have a known type.Nathan Sidwell3-21/+18
2009-05-05re PR c++/40013 (ICE when creating a local array with size from the return va...Jakub Jelinek2-0/+14
2009-05-04re PR c++/28152 (Diagnostic about wrong use _Complex prints __complex__)Manuel López-Ibáñez2-6/+14
2009-05-01c-objc-common.c (c_tree_printer): Print identifiers with pp_identifier, not p...Joseph Myers4-146/+185
2009-04-28revert: re PR c++/35652 (offset warning should be given in the front-end)Ben Elliston2-1/+10
2009-04-27collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor2-1/+6
2009-04-27re PR c++/39875 (Wrong "value computed is not used" warning)Jakub Jelinek2-1/+11
2009-04-24combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor8-11/+37
2009-04-23re PR c++/38228 (ICE with invalid use of bound member function)Dodji Seketeli4-5/+31
2009-04-22re PR c++/39639 (no diagnostic for ill-formed pack expansion)Dodji Seketeli2-0/+13
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek11-86/+57
2009-04-22re PR c++/14875 (When using 'or' keyword, the error message speaks of a '||' ...Manuel López-Ibáñez2-1/+6
2009-04-21re PR c++/35711 (bad text in -Wcast-qual warning (forgets volatile))Manuel López-Ibáñez2-22/+42
2009-04-21ABOUT-GCC-NLS, [...]: Add copyright and license notices.Joseph Myers22-24/+210
2009-04-21re PR c/16202 (The -Wsequence-point warning misses many important instances)Manuel López-Ibáñez3-6/+14
2009-04-20re PR c++/13358 (long long and C++ do not mix well)Manuel López-Ibáñez4-4/+30
2009-04-20re PR c++/39803 (Bogus 'unused value' warning on declarations of non-POD arrays)Le-Chun Wu2-1/+8
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor10-15/+60
2009-04-20cp-tree.h (base_access): Change typedef to int.Ian Lance Taylor4-7/+20
2009-04-19re PR c/32061 ((Wlogical-op) wording of warning of constant logicials need im...Manuel López-Ibáñez2-11/+24
2009-04-18cp-tree.h: Remove the prototype for insert_block.Kazu Hirata3-13/+5