aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2008-03-18expr.c (store_expr): Assume lang_hooks.reduce_bit_field_operations is true.Paolo Bonzini2-2/+4
2008-03-17re PR c++/35548 (g++ 4.3 miscompile this simple program)Jason Merrill2-1/+8
2008-03-12revert: [multiple changes]Richard Guenther3-14/+22
2008-03-10re PR c++/35328 (ICE with firstprivate variable with invalid destructor)Jakub Jelinek2-2/+6
2008-03-10re PR c++/35337 (Broken diagnostic for firstprivate clause)Jakub Jelinek2-4/+16
2008-03-07revert: re PR c++/35049 (g++.dg/conversion/simd3.C:12: error: invalid operand...Paolo Bonzini6-36/+47
2008-03-07c-common.c (vector_types_convertible_p): Call langhook instead of comptypes.Paolo Bonzini2-13/+6
2008-03-02re PR c++/24924 (front end and preprocessor pedantic_errors settings should a...Manuel López-Ibáñez8-39/+52
2008-03-01parser.c (cp_lexer_next_token_is_decl_specifier_keyword): Note that auto is e...Douglas Gregor2-2/+53
2008-02-29parser.c (cp_parser_nonclass_name): New.Manuel López-Ibáñez2-35/+62
2008-02-29toplev.c (input_file_stack, [...]): Remove.Tom Tromey3-8/+14
2008-02-28revert: tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther2-1/+8
2008-02-27re PR c++/35368 (With #pragma visibility, `vtable for __cxxabiv1::__class_typ...Jakub Jelinek3-13/+35
2008-02-26re PR c++/35315 (ICE with attribute transparent_union)Jason Merrill2-4/+19
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey7-59/+23
2008-02-26re PR tree-optimization/26264 (Extraneous warning with __builtin_stdarg_start...Manuel López-Ibáñez2-1/+5
2008-02-26tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther2-0/+6
2008-02-26re PR c++/35323 (ICE calling functions with fixed-point type parameter)Paolo Carlini2-1/+7
2008-02-25c-common.c (match_case_to_enum_1): Add appropriate OPT_W* parameter to warning.Manuel López-Ibáñez3-7/+15
2008-02-25re PR c++/35333 (Broken diagnostic for complex builtin)Paolo Carlini2-0/+14
2008-02-25re PR c++/33486 (namespace association doesn't handle parallel namespaces)Jason Merrill3-0/+44
2008-02-25typeck.c (check_for_casting_away_constness): Use 1 single argument, the type ...Manuel López-Ibáñez2-35/+43
2008-02-24error.c (dump_expr): Don't deal directly with NEW_EXPR (and VEC_NEW_EXPR), fo...Paolo Carlini3-46/+23
2008-02-24re PR c++/34749 (Incorrect warning when applying dllimport to friend function)Danny Smith2-7/+12
2008-02-22re PR c++/34715 (always_inline with templates and not declared as always_inli...Andrew Pinski2-0/+11
2008-02-22re PR c++/35282 (Template specialization rejected)Paolo Carlini2-3/+16
2008-02-22re PR c/19999 (-Wfloat-equal does not warn for complex numbers)Ralf Wildenhues2-1/+7
2008-02-19re PR c++/34950 (ICE in svn boost math toolkit)Jason Merrill2-0/+8
2008-02-19re PR c++/35028 (ICE with strange ctor and firstprivate)Jakub Jelinek2-2/+6
2008-02-19re PR c++/34964 (ICE with broken variable in #pragma omp threadprivate)Jakub Jelinek2-1/+11
2008-02-19re PR c++/35078 (ICE with reference in parallel for loop)Jakub Jelinek3-2/+23
2008-02-15re PR c++/35023 (ICE with parameter pack in variable declaration)Douglas Gregor2-31/+38
2008-02-15re PR c++/34050 (ICE derived classes and variadic templates)Douglas Gregor2-30/+48
2008-02-14re PR c++/5645 (gcc warns that pure virtual class not explicitly initialized)Manuel López-Ibáñez4-4/+38
2008-02-14re PR c++/28743 (ICE with invalid specialization)Paolo Carlini2-6/+9
2008-02-13re PR c++/35138 (g++ rejects valid code)Jakub Jelinek2-12/+21
2008-02-13PR c++/34962, c++/34937, c++/34939Jason Merrill2-0/+11
2008-02-13re PR c++/34774 (templates, enumerations, overflow, ice)Jason Merrill2-1/+7
2008-02-12re PR c++/34824 (ICE with explicit copy constructor)Jason Merrill2-2/+19
2008-02-12re PR c++/29048 ("`x' is private" error duplicated when scope specified)Steven Bosscher2-2/+12
2008-02-12re PR c++/34862 (operator new placement variant with reference arg not accept...Jakub Jelinek2-14/+30
2008-02-12re PR c++/35097 (ICE with attribute and template specialization)Jason Merrill2-2/+10
2008-02-11re PR c++/35113 (g++.dg/ext/vector13.C doesn't work)Douglas Gregor2-40/+34
2008-02-11re PR c++/35077 (ICE with attribute in broken class declaration)Paolo Carlini2-1/+6
2008-02-10re PR c++/34094 (Undefined static data member in anonymous namespace can acqu...Jason Merrill2-1/+9
2008-02-08re PR c++/35116 (Fail to compile valid code)Jason Merrill2-5/+13
2008-02-06re PR other/35107 (GCC unnecessarily links shared libs with xgcc, gcov, cpp, ...Kaveh R. Ghazi2-2/+7
2008-02-06re PR c++/35056 (ICE in copy_to_mode_reg, at explow.c:621)Alexandre Oliva4-3/+21
2008-02-06re PR c++/35049 (g++.dg/conversion/simd3.C:12: error: invalid operands to bin...Douglas Gregor6-25/+54
2008-02-05re PR c++/33553 (Bogus "array bound is not an integer constant" for parameter...Jakub Jelinek2-3/+9