aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
1999-08-04Warning fixes:Kaveh R. Ghazi11-798/+814
1999-08-04recog.c (preproces_constraints): Zero recog_op_alt before processing the cons...Richard Earnshaw2-0/+6
1999-08-04* linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.Jason Merrill2-1/+8
1999-08-04* g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.Nathan Sidwell2-16/+116
1999-08-04cp-tree.h (empty_except_spec): New global var.Nathan Sidwell10-76/+284
1999-08-04* gcc/config/i386/djgpp.h (BSS_SECTION_ASM_OP): Define.Mark Elbrecht2-0/+14
1999-08-04* jump.c (delete_insn): Delete the addr_vec when deleting a tablejump.Richard Henderson2-14/+34
1999-08-04* global.c: Fix comment.Jim Kingdon2-1/+5
1999-08-04Daily bump.Jeff Law2-2/+2
1999-08-04gcc.c (access_check): New static function.Ian Lance Taylor3-8/+42
1999-08-04tlink.c (symbol_hash_lookup): Do not prefix functions used as function parame...Philippe De Muyter2-8/+14
1999-08-04* gcc.c-torture/execute/990804-1.c: New test.Jeffrey A Law2-0/+34
1999-08-04flow.c (delete_unreachable_blocks): Do not call merge_blocks or tidy_fallthru...Jeffrey A Law2-1/+17
1999-08-03Forgot to check this in yesterday.Richard Henderson1-0/+7
1999-08-03Makefile.in (c-decl.o): Depends on defaults.h.J"orn Rennecke4-2/+11
1999-08-03pa.h (HARD_REGNO_NREGS): FP registers are always 4 bytes wide for PA1.1 and a...Jeffrey A Law2-3/+12
1999-08-03crash63.C: Expect a POD warningNathan Sidwell4-3/+9
1999-08-03call.c (convert_arg_to_ellipsis): Use pod_type_p.Nathan Sidwell5-59/+84
1999-08-03* g++.old-deja/g++.other/struct1.C: New test.Nathan Sidwell2-0/+46
1999-08-03* class.c (duplicate_tag_error): Preserve template information.Nathan Sidwell2-0/+8
1999-08-03* g++.old-deja/g++.other/enum2.C: New test.Nathan Sidwell2-0/+20
1999-08-03decl.c (start_enum): Show location of previous definition.Nathan Sidwell3-12/+19
1999-08-03* ext1.C: New test.Alexandre Oliva2-0/+21
1999-08-03* dwarf1.C, dwarf2.C, dwarf3.C: New tests.Alexandre Oliva4-0/+57
1999-08-03newJason Merrill1-0/+18
1999-08-03lex.c (yyprint): Handle PFUNCNAME.Jason Merrill4-3/+13
1999-08-03* cse.c (cse_insn): Fix dumb thinko in last change.Jeffrey A Law2-1/+5
1999-08-03Delete questionable filesJeff Law1-373/+0
1999-08-03Warning fixBernd Schmidt2-1/+6
1999-08-03Delete questionable filesJeff Law2-8815/+0
1999-08-03Delete questionable filesJeff Law3-7435/+0
1999-08-03Delete questionable filesJeff Law1-136/+0
1999-08-03Remove questionable filesJeff Law2-3078/+0
1999-08-03Delete questionable testsJeff Law4-462/+0
1999-08-03Delete questionable testsJeff Law3-140/+0
1999-08-03Delete questionable tests.Jeff Law2-253/+0
1999-08-03Remove copyrighted testcaseJeff Law2-319/+0
1999-08-03Daily bump.Jeff Law2-2/+2
1999-08-03* decl.c (start_decl): Set attributes before duplicate_decls call.Mumit Khan2-7/+11
1999-08-03dwarf2out.c (add_location_or_const_value_attribute): Correct test for sizes o...Hans-Peter Nilsson2-1/+8
1999-08-03fixincludes: Fix the return type of bsearch, char* -> void*.Kaveh R. Ghazi6-1/+11
1999-08-02regenJason Merrill1-0/+6
1999-08-03invoke.texi (-fdump-translation-unit): New option.Mark Mitchell12-46/+995
1999-08-02expr.h (PROMOTE_PROTOTYPES): Move ...Richard Henderson4-6/+7
1999-08-02call.c: Include defaults.h instead of expr.h.Richard Henderson5-3/+11
1999-08-02decl.c: Include defaults.h instead of expr.h.Richard Henderson5-594/+665
1999-08-03lex.c (errorcount, sorrycount): Don't declare.Mark Mitchell4-6/+6
1999-08-03toplev.h (errorcount): Declare.Mark Mitchell4-2/+11
1999-08-02libgloss.h: Add a note discouraging use with ELF.Jason Merrill4-225/+236
1999-08-02Optimize duplicate zero_extend operations.Jim Wilson2-2/+10