aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2004-01-31class.c: Fix comment typos.Kazu Hirata8-10/+20
2004-01-30re PR c++/13693 ([tree-ssa] build failure in mipsisa64-elf)Richard Henderson3-6/+21
2004-01-30* parser.c (cp_parser_labeled_statement): Accept case ranges.Michael Matz2-3/+29
2004-01-30re PR c++/13813 ([DR206] Incomplete member variables in a template.)Giovanni Bajo2-1/+8
2004-01-30re PR c++/13683 (bogus warning about passing non-PODs through ellipsis)Giovanni Bajo2-5/+15
2004-01-29re PR c++/13883 (Assembler messages: symbol is already defined)Mark Mitchell2-3/+20
2004-01-29parser.c (cp_parser_template_id): Parse tentatively `[:' after a template nam...Giovanni Bajo2-14/+103
2004-01-29re PR c++/13791 (ICE in layout_type with packed types)Mark Mitchell2-0/+10
2004-01-29re PR c++/13736 (Parser confused on compound casts)Mark Mitchell2-3/+15
2004-01-28* semantics.c (expand_body) Do emit_associated_thunks beforeJan Hubicka2-3/+8
2004-01-27Makefile.in (dwarf2out.o): Depend on input.hDevang Patel3-6/+85
2004-01-27system.h (CHAR_BITFIELD): Delete.Kaveh R. Ghazi3-11/+17
2004-01-26re PR c++/13663 (gcc segfaults on invalid use of member)Mark Mitchell2-0/+11
2004-01-26class.c (add_method): Just check processing_template_decl to determine whethe...Mark Mitchell9-44/+104
2004-01-26re PR c++/13833 (Conversion problem in template function)Mark Mitchell3-0/+27
2004-01-25re PR c++/13810 (ICE on invalid default templates)Giovanni Bajo3-11/+39
2004-01-25Fix ChangeLog date.Kriang Lerdsuwanakij1-1/+1
2004-01-25re PR c++/13797 (ICE on invalid template parameter)Kriang Lerdsuwanakij2-1/+13
2004-01-23re PR c++/13701 (g++.old-deja/g++.eh/cleanup2.C ICEs)Andrew Pinski2-2/+9
2004-01-22* optimize.c, typeck2.c: Update copyright.Kazu Hirata3-2/+8
2004-01-21Make-lang.in, [...]: Update copyright.Kazu Hirata10-9/+14
2004-01-21* parser.c (cp_parser_class_specifier): Prevent garbage collection.Zdenek Dvorak2-0/+8
2004-01-21re PR other/12730 (manual page install broken with old Pod::man)Kelley Cook2-10/+22
2004-01-20Makefile.in (target_noncanonical, [...]): Use immediate define instead of def...Kelley Cook2-4/+10
2004-01-19re PR c++/13651 (double error message when using incomplete types in a struct)Mark Mitchell2-0/+10
2004-01-19re PR c++/13592 (C++ parser regression)Mark Mitchell8-197/+58
2004-01-19Fix incorrect PR number.Mark Mitchell1-1/+1
2004-01-19re PR c++/13635 (ICE in register_specialization for specific order of templat...Mark Mitchell2-5/+10
2004-01-18re PR c++/11725 (Wrong return statement warning with -Wreturn-type in templat...Jason Merrill2-1/+10
2004-01-17fix dates on the Changelog.Andrew Pinski1-1/+1
2004-01-17[multiple changes]Andrew Pinski2-2/+8
2004-01-16re PR c++/13574 (array default initializer in class lets gcc consume all memo...Mark Mitchell3-11/+17
2004-01-16re PR target/13608 (Incorrect code with -O3 -ffast-math)Jan Hubicka2-1/+5
2004-01-16re PR c++/13178 (Bogus C++ error message referring to operator 1)Mark Mitchell2-0/+13
2004-01-16re PR c++/13478 (gcc uses wrong constructor to initialize a const reference)Mark Mitchell2-4/+8
2004-01-16re PR c++/13478 (gcc uses wrong constructor to initialize a const reference)Mark Mitchell2-2/+7
2004-01-16re PR c++/13407 (Confusing error message from extraneous typename)Giovanni Bajo2-0/+18
2004-01-16Index: ChangeLogGeoffrey Keating2-3/+9
2004-01-15re PR c++/9259 (Calling a non-qualified member function within a sizeof() exp...Giovanni Bajo2-2/+11
2004-01-15add copyright 2004Alexandre Oliva1-1/+1
2004-01-15add copyright 2004Alexandre Oliva1-1/+1
2004-01-15re PR c++/13659 (error: no matching function for call to)Alexandre Oliva5-38/+39
2004-01-15re PR c++/13594 (namespace association vs. templates part two)Alexandre Oliva2-6/+35
2004-01-15re PR bootstrap/12744 (A GCC release tarball can no longer be built without b...Kelley Cook2-0/+5
2004-01-15re PR c++/8856 (g++ accepts invalid conversion-function-id)Giovanni Bajo2-2/+28
2004-01-14re PR c++/12850 (memory consumption for heavy template instantiations tripled...Jan Hubicka2-6/+5
2004-01-14re PR c++/9021 ([win32] No exports possible when using a class pointer in an ...Danny Smith3-3/+24
2004-01-14re PR c++/12335 (ICE when explicitly calling destructor)Giovanni Bajo2-0/+8
2004-01-14* cxxfilt.c: Remove unused file.Ian Lance Taylor2-295/+4
2004-01-13Partial fix PR c++/12850Jan Hubicka3-8/+15