aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-02-21nested-1.m: Added (contributed by Nicola Pero).Ovidiu Predescu1-0/+4
2001-02-21fix freebsd version check of GCCLoren J. Rittle4-141/+147
2001-02-21gcc.c: Add comment explaining how to add a command-line option.Jeffrey D. Oldham2-1/+46
2001-02-21gcc.c (cc1_options): Add "-param".Jeffrey Oldham3-6/+17
2001-02-21c_locale_gnu.h: Add clocale include.Benjamin Kosnik1-0/+4
2001-02-21i386.c (function_arg_advance): Pass SSE arguments in registers.Catherine Moore2-8/+31
2001-02-21fixed typo in last commit re REVERSE_CONDEXEC_PREDICATES_PAldy Hernandez1-1/+2
2001-02-21* i386.md (mmx_lshrdi3, mmx_ashldi3): Guard by unspec.Jan Hubicka2-4/+10
2001-02-21h8300.md (iorsi3): Do not output an extra newline character.Kazu Hirata2-2/+8
2001-02-21flow.c (init_propagate_block_info): Canon address and use single_set for kill...Jan Hubicka2-9/+15
2001-02-21Makefile.in (reorg.o): Add params.h dependence.Jeffrey Oldham5-82/+100
2001-02-21new macro REVERSE_CONDEXEC_PREDICATES_PAldy Hernandez3-1/+25
2001-02-21tree.h (DECL_UNINLINABLE): Move from C++ frontend.Jason Merrill14-73/+151
2001-02-21flow.c (mark_set_1): Make not_dead unsigned long.Richard Earnshaw2-6/+13
2001-02-21New test.Gabriel Dos Reis2-0/+17
2001-02-21Daily bump.GCC Administrator5-5/+5
2001-02-21cppfiles.c: Update comments.Neil Booth5-49/+48
2001-02-20quadlib.c (_U_Qfcnvfxt_quad_to_usgl): New function.Will Cohen3-1/+18
2001-02-21rs6000.c (output_cbranch): Output branches on separate lines instead of using...Stan Shebs2-1/+6
2001-02-20cppinit.c (set_lang): Move builtin handling to...Neil Booth2-14/+24
2001-02-20parse.y (check_inner_class_access): Moved declaration of local `enclosing_dec...Alexandre Petit-Bianco2-1/+7
2001-02-20stl_config.h: Remove file.Phil Edwards22-1454/+1194
2001-02-20* MAINTAINERS: add myself to Write After Approval list.Laurynas Biveinis2-0/+5
2001-02-20PipedWriter.java (flush): Throw exception if stream closed.Tom Tromey5-29/+120
2001-02-20stmt.c (expand_return): If an attempt is made to return the error_mar_node...Mark Mitchell4-3/+30
2001-02-20ThreadGroup.java (activeCount): Only include threads which are alive.Tom Tromey2-7/+22
2001-02-20Fix spelling errorRichard Kenner1-1/+1
2001-02-20Daily bump.GCC Administrator5-5/+5
2001-02-20sibcall.c (skip_copy_to_return_value): Call identify_call_return_value here, ...Zack Weinberg10-51/+280
2001-02-20Makefile.in (check-c++): New rule.Benjamin Kosnik2-1/+15
2001-02-19pa.c (move_operand): Accept code to load the address of a symbol out of the D...Jeffrey A Law4-52/+48
2001-02-20configure.in (target_libs): Remove libg++.Benjamin Kosnik4-48/+39
2001-02-19Forgot this file on last check-in.Bryce McKinlay1-5/+0
2001-02-19parse.y (parser_check_super_interface): Don't call check_pkg_class_access for...Bryce McKinlay2-41/+146
2001-02-19decl2.c (set_decl_namespace): Allow explicit instantiations in any namespace.Mark Mitchell3-0/+13
2001-02-19typeck.c (build_java_array_type): Don't try to poke a public `clone' method i...Bryce McKinlay2-1/+18
2001-02-19Version.c, [...]: Update G77 version number to 0.5.27.Joseph Myers17-108/+182
2001-02-19cppfiles.c (stack_include_file): Generate dependencies here, and manage inclu...Neil Booth2-19/+34
2001-02-19Add #pragma system_header to header files.Gabriel Dos Reis52-14/+170
2001-02-19config.gcc (hppa*64*-*-hpux11*): Add MASK_GAS to target_cpu_default.Jeffrey A Law2-2/+7
2001-02-19regclass.c (contains_reg_of_mode): Make global.Jan Hubicka2-11/+31
2001-02-19gcc.c (do_spec_1): 'n' for printing notices.Jan Hubicka3-4/+29
2001-02-19atomicity.h (__compare_and_swap): Fix typo.Andreas Jaeger2-2/+7
2001-02-19reg-stack.c (next_flags_user): Use current_block->endJan Hubicka2-14/+22
2001-02-19Tweak commentsRichard Kenner1-2/+2
2001-02-19sibcall.c (call_ends_block_p): New function.Richard Kenner2-54/+69
2001-02-19Daily bump.GCC Administrator5-5/+5
2001-02-19CharArrayReader.java (CharArrayReader): Throw IllegalArgumentException if con...Bryce McKinlay3-10/+18
2001-02-19optimize.c (expand_call_inline): Don't walk subtrees of type nodes.Kriang Lerdsuwanakij4-1/+16
2001-02-19Integer.java (getInteger): Return default argument if property is not set.Bryce McKinlay3-12/+22