aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2003-09-10* decl2.c (cxx_callgraph_analyze_expr): Mark argument unused.Richard Henderson2-1/+5
2003-09-10real.c: Update URL to VAX floating point docs.Jerry Quinn2-2/+7
2003-09-11* gcc.dg/20030909-1.c: New test.Ian Lance Taylor2-0/+9
2003-09-11combine.c (force_to_mode): Set fuller_mask based only on mask, not op_mode.Ian Lance Taylor2-7/+10
2003-09-11Daily bump.GCC Administrator1-1/+1
2003-09-10decl2.c (var_finalized_p): New.Jan Hubicka2-9/+19
2003-09-10c-objc-common.c (c_cannot_inline_tree_fn): Warn on why function is not inlina...Jan Hubicka3-178/+184
2003-09-10cgraph.h (struct cgraph_node): Rename lowered to analyzed.Richard Henderson10-70/+115
2003-09-10re PR target/11965 (invalid assembler code for a shift << 32 operation)Eric Botcazou5-6/+69
2003-09-09cgraphunit.c (cgraph_finalize_function): Remove unused argument.Richard Henderson8-5/+18
2003-09-09semantics.c (expand_or_defer_fn): Use cgraph_finalize_function always.Richard Henderson1-0/+3
2003-09-09decl2.c (finish_file): Avoid out-of-bounds array reference during memmove.Richard Henderson3-60/+15
2003-09-09darwin.h (LINK_SPEC): Pass -nofixprebinding to linker.Devang Patel5-2/+26
2003-09-10Daily bump.GCC Administrator1-1/+1
2003-09-10configure.in: Change usage of 'head' to 'sed 1q'.Eric Christopher3-47/+52
2003-09-09except.c: Include cgraph.h.Richard Henderson5-44/+45
2003-09-09Makefile.in: Define REMAKEFLAGS for LANGUAGES & BOOT_CFLAGS and use it throug...Kelley Cook2-16/+22
2003-09-09builtins.c (real_dconstp, [...]): New, split out from fold_builtin.Kaveh R. Ghazi7-106/+481
2003-09-09cgraphunit.c (cgraph_finalize_function): Fix handling of extern inline functi...Jan Hubicka2-18/+33
2003-09-09builtins.c (fold_builtin_cabs): Protect the complex argument against multiple...Roger Sayle2-0/+7
2003-09-09* varasm.c (notice_global_symbol): Properly deal with weak symbols.Jan Hubicka2-4/+8
2003-09-09Revert change from yesterday due to parallel make issues.Kelley Cook2-17/+20
2003-09-09re PR bootstrap/12168 (ICE (bus error) in set_mem_attributes_minus_bitpos)Christian Ehrhardt2-0/+6
2003-09-09coff.h (REGISTER_NAMES): Add fake register `argptr'Bernardo Innocenti9-113/+302
2003-09-09m68k.c (m68k_output_function_prologue): Simplify by removing redundant variab...Bernardo Innocenti2-25/+18
2003-09-09Fix thinko in last patch.Mark Mitchell1-14/+8
2003-09-09langhooks-def.h (lhd_register_builtin_type): New function.Mark Mitchell14-6/+166
2003-09-09builtin-types.def (BT_FN_COMPLEX_LONGDOUBLE_COMPLEX_LONGDOUBLE_COMPLEX_LONGDO...Kaveh R. Ghazi7-26/+213
2003-09-09builtins-1.c: Test existing _Complex functions.Kaveh R. Ghazi3-0/+90
2003-09-09cgraph.c (cgraph_varpool_finalize_decl): Sanity check duplicated finalization.Jan Hubicka3-15/+87
2003-09-09Daily bump.GCC Administrator1-1/+1
2003-09-08mklibgcc.in (libcc.a): Depend on stmp-dirs.Mark Mitchell2-3/+15
2003-09-08* fold-const.c (operand_equal_p): Clarify documentation.Roger Sayle2-2/+20
2003-09-08re PR c++/11786 (operator() call on variable in other namespace not recognized)Mark Mitchell5-2/+28
2003-09-08* optimize.c (maybe_clone_body): Inc/dec function_depth.Richard Henderson2-0/+11
2003-09-08re PR c++/5296 ([DR115] Pointers to functions and template functions behave d...Mark Mitchell4-15/+49
2003-09-08c-decl.c (c_expand_body_1): Push and pop function context here.Richard Henderson11-57/+38
2003-09-08toplev.c (rest_of_compilation): Call split_all_insns before regstack if optim...Jakub Jelinek4-0/+120
2003-09-08sparc.c (struct machine_function): New type.Jakub Jelinek9-146/+1394
2003-09-08re PR target/11689 (g++3.3 emits un-assembleable code for k6 architecture)Eric Botcazou4-3/+87
2003-09-07* g++.dg/template/crash10.C: Only compile it.Andrew Pinski2-1/+5
2003-09-07re PR middle-end/11665 (ICE in struct initializer when taking address)Andrew Pinski3-0/+56
2003-09-08Daily bump.GCC Administrator1-1/+1
2003-09-07re PR c++/11852 (ICE: g++ with bad struct initializer.)Mark Mitchell4-4/+37
2003-09-07re PR c++/12181 (Wrong code with comma operator and c++)Mark Mitchell2-0/+26
2003-09-07expr.c (expand_operands): New function to expand an operand pair.Roger Sayle2-51/+60
2003-09-07combine.c (combine_simplify_rtx): Don't convert -(A*B) into (-A)*B if we care...Roger Sayle2-2/+9
2003-09-07Fix typo.Mark Mitchell2-2/+2
2003-09-07re PR c++/11762 (namespace aliasing ICE in warn_extern_redeclared_static)Gabriel Dos Reis8-24/+107
2003-09-07* cfgcleanup.c (try_simplify_condjump): Fix again the preivous patch.Jan Hubicka2-2/+6