aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-10acconfig.h (__NO_MATH_INLINES): Removed.Michael Koch5-114/+81
2003-09-10Arrays.java (equals(all variants)): Quit using NullPointerException catching ...David Daney2-128/+96
2003-09-10DatagramSocket.java, [...]: Use gnu.java.net.Plain*SocketImpl instead of java...Michael Koch21-897/+955
2003-09-10vec.cc (__cxa_vec_new2): If the allocator returns NULL, return NULL.Jeffrey D. Oldham2-2/+12
2003-09-10fstream.tcc (basic_filebuf::seekoff): Use codecvt::length to handle variable-...Petur Runolfsson4-3/+249
2003-09-10re PR target/11965 (invalid assembler code for a shift << 32 operation)Eric Botcazou5-6/+69
2003-09-10basic_file_stdio.cc (_M_open_mode): Assign __p_mode rather than or'ing.Alan Modra2-6/+11
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 Administrator2-2/+2
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-09* MAINTAINERS: Update my e-mail address.Ian Lance Taylor2-1/+5
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-092003-09-09 Andreas Tobler <a.tobler@schweiz.ch>Andreas Tobler2-2/+19
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-09* libtool.m4 (LD): Correct powerpc64 host match.Alan Modra16-8/+40
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-08ios.cc (ios_base::Init::Init): Remove unnecessary qualifier from _S_synced_wi...David Edelsohn2-2/+7
2003-09-09cgraph.c (cgraph_varpool_finalize_decl): Sanity check duplicated finalization.Jan Hubicka3-15/+87
2003-09-09Daily bump.GCC Administrator2-2/+2
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 Administrator2-2/+2
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