aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2002-08-11arc.c (arc_init): Don't use ISO C style function definitions.Kaveh R. Ghazi9-12/+33
2002-08-11decl2.c (build_call_from_tree): Fix uninitialized variable.Kaveh R. Ghazi4-3/+15
2002-08-11decl.c (duplicate_decls): Replace DECL_SOURCE_FILE + DECL_SOURCE_LINE with DE...Gabriel Dos Reis5-20/+20
2002-08-11* Forgotten commit.Neil Booth1-0/+12
2002-08-11* i386.c (classify_argument): Fix computing of field's offsets.Jan Hubicka2-3/+12
2002-08-11re PR target/7531 (-mcmodel not documented for x86-64)Andreas Jaeger2-11/+43
2002-08-11c-common.h (enum c_language_kind): Emphasize that clk_c is 0.Neil Booth3-81/+62
2002-08-11Daily bump.GCC Administrator3-3/+3
2002-08-11alpha.h (TARGET_CPU_CPP_BUILTINS): Replace reference to clk_objective_c with ...Ziemowit Laski4-3/+11
2002-08-10c-opts.c (set_std_cxx98, [...]): New.Neil Booth10-104/+117
2002-08-10cfg.c (redirect_edge_succ_nodup): Avoid overflows due to roundoff errors.Jan Hubicka2-0/+8
2002-08-10tree.c (maybe_dummy_object): Replace // with /* */eNathan Sidwell4-3/+13
2002-08-10emit-rtl.c (emit_jump_insn_before, [...]): Fix uninitialized variable.Kaveh R. Ghazi7-18/+31
2002-08-10gengtype.c (write_gc_structure_fields): Avoid signed/unsigned warnings in out...Kaveh R. Ghazi2-1/+6
2002-08-10Daily bump.GCC Administrator3-3/+3
2002-08-09- fix formatting of previous patch.David Edelsohn1-4/+4
2002-08-10c-common.c (flag_objc): New.Ziemowit Laski13-61/+98
2002-08-09call.c (standard_conversion): Use build_ptrmem_type.Mark Mitchell9-92/+161
2002-08-09* ifcvt.c (find_if_case_2): Test correct basic block for size.Toshiyasu Morita2-1/+6
2002-08-09Add sibcall handling for rs6000 target.Dale Johannesen5-6/+317
2002-08-09profile.c (da_file_name): New static var.Nathan Sidwell5-12/+22
2002-08-09Daily bump.GCC Administrator3-3/+3
2002-08-09Makefile.in (c-opts.o): UpdateNeil Booth7-242/+248
2002-08-09jcf-write.c (get_access_flags): Return correct access flags for private and p...Bryce McKinlay2-0/+9
2002-08-09cleanup whitespacing a tad.Mike Stump1-15/+15
2002-08-09call.c (add_builtin_candidate): legal -> valid, illegal -> invalid.Mike Stump10-45/+83
2002-08-09i386.c (legitimate_constant_p): UNSPEC_TP is not legitimate constant.Jakub Jelinek4-17/+91
2002-08-08objc-act.c (build_selector_translation_table): Issue warning...Devang Patel4-0/+60
2002-08-08bitfield4.c: New test.Nathan Sidwell3-0/+87
2002-08-08sh.c (prepare_move_operands): Only call target_reg_operand if TARGET_SHMEDIA.Stephen Clarke2-1/+7
2002-08-08typeck.c (build_class_member_access_expr): Do not return error_mark_node when...Mark Mitchell2-1/+5
2002-08-08rs6000.h, [...]: Revert last two patches.Jakub Jelinek6-9/+34
2002-08-08emit-rtl.c (gen_rtx_REG): After reload...Lars Brinkhoff2-3/+15
2002-08-08typeck.c (build_component_addr): Remove.Nathan Sidwell4-47/+39
2002-08-08rs6000-protos.h (rs6000_field_alignment): Remove.Jakub Jelinek4-23/+13
2002-08-08oops - minor formatting tidy ups to previous deltaNick Clifton1-15/+11
2002-08-08arm.c (thumb_unexpanded_epilogue): Stack the PIC register.Adam Nemet3-40/+36
2002-08-08class.c (convert_to_base): Correct check for error_mark_node.Nathan Sidwell2-5/+9
2002-08-08configure.in (enable_coverage): New enable switch.Nathan Sidwell16-314/+428
2002-08-08Daily bump.GCC Administrator3-3/+3
2002-08-08c-opts.c (cpp_opts): New.Neil Booth3-136/+122
2002-08-08Rework build_component_ref.Mark Mitchell22-437/+642
2002-08-07aix.h (TARGET_ALTIVEC): Define to 0.David Edelsohn3-19/+35
2002-08-08* config/rs6000/rs6000.h (ASM_CPU_SPEC): Pass -mpower4 when cpu=power4.Alan Modra2-1/+5
2002-08-08stor-layout.c (place_union_field): For bitfields if PCC_BITFIELD_TYPE_MATTERS...Jakub Jelinek4-0/+83
2002-08-07* pa.c (struct deferred_plabel): Constify name field.John David Anglin2-1/+5
2002-08-07* cppmacro.c (_cpp_builtin_macro_text): Remove unused variable.Neil Booth2-1/+4
2002-08-07configure.in (PREFIX_INCLUDE_DIR): Don't define if prefix and local_prefix ar...John David Anglin3-2/+8
2002-08-07stor-layout.c (place_union_field): Apply ADJUST_FIELD_ALIGN to type_align whe...Jakub Jelinek14-50/+151
2002-08-07Makefile.in (c-opts.o, [...]): Update.Neil Booth22-701/+1152