aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2000-02-10c-pragma.c (maximum_field_alignment): Remove duplicate declaration.Franz Sirl4-10/+8
2000-02-10dwarf2out.c (add_abstract_origin_attribute): Check TREE_CODE (origin) rather ...Jason Merrill2-1/+6
2000-02-10combine.c (make_extraction, [...]): Avoid warning on mixed-signedness conditi...Richard Kenner12-137/+243
2000-02-10Fix ia64 compiler problem with gcc.c-torture/compile/920410-1.c.Jim Wilson2-28/+29
2000-02-10Fix for ia64 setjmp miscompilation problem.Jim Wilson2-2/+24
2000-02-10except.c (maybe_start_try): Remove excess argument to `check_start_handlers'.Kaveh R. Ghazi2-1/+2
2000-02-10Include a (return) in the epilogue, and emit it using emit_jump_insn notNick Clifton2-3/+12
2000-02-10function.c (assign_temp): Change zero-sized arrays to size 1.Jan Hubicka4-30/+40
2000-02-10* except.c (check_start_handlers): Prototype.Kaveh R. Ghazi2-0/+6
2000-02-10flow.c (mark_regs_live_at_end): Delete unused variables.Kaveh R. Ghazi6-5/+17
2000-02-10server.c (load_data): Return NULL if the marker line is not found.Alexandre Oliva2-3/+22
2000-02-10* configure: Rebuilt.Alexandre Oliva2-246/+226
2000-02-10old fixincludes coup des grasBruce Korb7-3489/+10
2000-02-10function.c (thread_prologue_and_epilogue_insns): Uncomment last change.Clinton Popetz2-2/+6
2000-02-10ir.texi (ADDR_EXPR): Document the fact that an ADDR_EXPR can be used to creat...Mark Mitchell2-2/+8
2000-02-10Daily bump.Jeff Law2-2/+2
2000-02-10class.c (dfs_modify_vtables): Tweak calculation of functions to override.Mark Mitchell3-6/+91
2000-02-09* jump.c (delete_insn): Don't delete user labels at -O0.Richard Henderson2-8/+16
2000-02-10Makefile.in (gen-protos): Don't depend on HOST_LIBDEPS.Robert Lipe2-2/+7
2000-02-10configure.in: Correct --help text for --with-dwarf2.Zack Weinberg4-5/+13
2000-02-10cpplib.h: Provide HASHNODE typedef and forward decl of struct hashnode only.Zack Weinberg10-144/+151
2000-02-10Use -static when testing --gc-sections on native targetsJonathan Larmour2-1/+10
2000-02-10cpphash.c (macarg): Hoist all the flag diddling out of the function...Zack Weinberg7-94/+172
2000-02-09function.c (thread_prologue_and_epilogue_insns): Don't delete the edge from a...Clinton Popetz2-0/+12
2000-02-09In PIC mode, make sure that a constant source address is legitimate.Scott Bambrough2-7/+46
2000-02-09decl.c (clear_binding_level): Remove excess initializer.Andrew Haley2-3/+9
2000-02-09Apply Philip Blundell's patch to fix PIC operands.Philip Blundell3-33/+269
2000-02-09cpplib.c (cpp_define, cpp_undef): Make sure the stacked buffer ends with a ne...Zack Weinberg2-13/+36
2000-02-09java-except.h (struct eh_range): Add `expanded' field.Andrew Haley6-23/+207
2000-02-09* reload1.c (reload) Align stack frame to cfun->stack_alignment_needed,Jan Hubicka2-2/+8
2000-02-09Daily bump.Jeff Law2-2/+2
2000-02-09dwarf2.h (DW_CFA_GNU_negative_offset_extended): New constant.Geoff Keating4-3/+28
2000-02-08flow.c (tidy_fallthru_edges): Split out from ...Richard Henderson2-34/+52
2000-02-08* stmt.c (expand_decl): Do set RTX_UNCHANGING_P for TREE_READONLY.Richard Kenner2-7/+5
2000-02-08Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.Zack Weinberg6-8/+57
2000-02-08* i386.h (TARGET_SWITCHES): Fix typo in option name.Kaveh R. Ghazi2-1/+5
2000-02-08function.c (thread_prologue_and_epilogue_insns): Don't replace jumps with ret...Clinton Popetz2-1/+6
2000-02-08* i386.md (addqi3_cc): Fix contraints.Jan Hubicka2-2/+6
2000-02-08* g++.old-deja/g++.other/cast5.C: New test.Nathan Sidwell2-0/+42
2000-02-08typeck.c (strip_all_pointer_quals): Use TYPE_MAIN_VARIANT, to strip array ele...Nathan Sidwell2-2/+8
2000-02-08Daily bump.Jeff Law2-2/+2
2000-02-08* function.c (emit_return_into_block): Wrap in #ifdef HAVE_return.Hans-Peter Nilsson2-0/+8
2000-02-07decl.c (store_parm_decls): Don't build cleanups for parameters while processi...Mark Mitchell3-1/+32
2000-02-07cpplib.c (cpp_get_token): Call CPP_BUMP_LINE after reading a carriage return ...Mark Mitchell2-0/+6
2000-02-07beos-elf.h: (ASM_IDENTIFY_GCC): Define to nothing so the gcc2_compiled symbol...Fred Fish2-0/+17
2000-02-07cp-tree.h (struct saved_scope): Add incomplete field.Jason Merrill11-947/+1200
2000-02-07updateJason Merrill10-48/+60
2000-02-07tweak wordingJason Merrill2-3/+3
2000-02-07[multiple changes]Zack Weinberg3-7/+15
2000-02-07calls.c (compute_argument_block_size): New argument preferred_stack_boundary.Jan Hubicka7-9/+85