aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2000-03-12Revert previous checkinGabriel Dos Reis1-6/+5
2000-03-12cp-tree.h (scope_kind): New type.Mark Mitchell7-233/+409
2000-03-12lex.c (whitespace_cr): Compress consecutive calls to warning().Gabriel Dos Reis4-19/+22
2000-03-12* cppinit.c (cl_directive_handler): More K&R fixing.Kaveh R. Ghazi2-1/+5
2000-03-12Daily bump.Jeff Law2-2/+2
2000-03-12Fix bug found by make bootstrap failure. Eliminate some warnings.Jim Wilson3-4/+14
2000-03-12cppinit.c (no_arg, [...]): Change from char[] to macros.Kaveh R. Ghazi2-6/+14
2000-03-12cppinit.c (cpp_start_read): Update indirect function call to K&R C.Neil Booth2-1/+6
2000-03-11ia64.h (ADDITIONAL_REGISTER_NAMES): Fix typo in loc79 entry.Jim Wilson2-1/+4
2000-03-11ia64-protos.h, [...]: Fix copyright messages.Jim Wilson6-5/+10
2000-03-11oopsJason Merrill1-1/+1
2000-03-11cppinit.c (struct pending option): Replace undef with a pointer to a directiv...Neil Booth2-64/+35
2000-03-11exception.cc (__check_null_eh_spec): New fn.Jason Merrill3-28/+60
2000-03-11Daily bump.Jeff Law2-2/+2
2000-03-11tweak formattingJason Merrill1-1/+2
2000-03-11cppfiles.c (file_cleanup, [...]): Replace bcopy(), index() etc calls.Neil Booth7-71/+94
2000-03-10builtins.c (expand_builtin_strlen): Revert last change.Richard Henderson2-3/+10
2000-03-10decl.c (push_throw_library_fn): Take the FUNCTION_TYPE.Jason Merrill6-24/+46
2000-03-10builtins.c (expand_builtin_strlen): Make sure that we have something at the b...Jason Merrill4-0/+24
2000-03-10Fix typo last change.Richard Henderson2-4/+4
2000-03-10except.c (can_throw): Use INTVAL on a CONST_INT.Richard Henderson3-4/+10
2000-03-10linux.h: Undefine MD_EXEC_PREFIX and MD_STARTFILE_PREFIX since those are not ...Andreas Jaeger2-1/+20
2000-03-10lang-options.h, decl2.c: Add -fno-enforce-eh-specs.Jason Merrill10-2/+748
2000-03-10decl.c (push_overloaded_decl_1, [...]): Lose.Jason Merrill9-278/+235
2000-03-10Daily bump.Jeff Law2-2/+2
2000-03-10* com.c (ffecom_stabilize_aggregate_): Don't refer to TREE_RAISES.Jason Merrill2-1/+4
2000-03-10Changes in include:Alex Samuel7-5/+1604
2000-03-09Fix ia64 spec95 134.perl miscompilation.Jim Wilson2-5/+11
2000-03-10linux.h (WCHAR_TYPE): Make consistent.Benjamin Kosnik2-0/+7
2000-03-09pa-hpux11.h (LIB_SPEC): Correct typo in !p case.Jeffrey A Law2-9/+15
2000-03-09Add another caseZack Weinberg1-6/+9
2000-03-09Patch from Robert LipeRobert Lipe2-0/+5
2000-03-09except.c (nothrow_function_p): If -fno-exceptions, just return.Jason Merrill2-0/+12
2000-03-09tree.h (struct tree_common): Rename raises_flag to nothrow_flag.Jason Merrill11-34/+108
2000-03-09varasm.c (make_decl_rtl): Skip initial '*' when setting DECL_ASSEMBLER_NAME.Jason Merrill2-1/+7
2000-03-09linux.h (NO_IMPLICIT_EXTERN_C): Define.Andreas Jaeger2-0/+11
2000-03-09* i386.c (ix86_valid_type_attribute_p): Use compare_tree_int.Jason Merrill2-3/+3
2000-03-09except.c (can_throw): See through a SEQUENCE.Jason Merrill7-17/+59
2000-03-09cpphash.c (collect_formal_parameters): strncmp returns 0 for match.Zack Weinberg3-3/+9
2000-03-09Fix a bug in preprocess_constraintsBernd Schmidt2-1/+5
2000-03-09Fix suboptimal code generation by register eliminationBernd Schmidt2-32/+53
2000-03-09Daily bump.Jeff Law2-2/+2
2000-03-09libgcc2.h: New file.Kaveh R. Ghazi3-199/+300
2000-03-08Add ia64 port.Jim Wilson17-0/+11248
2000-03-08oops - meant to commit with last batch of cpplib changesZack Weinberg1-5/+7
2000-03-08Makefile.in (LIBCPP_DEPS): New macro.Zack Weinberg9-424/+451
2000-03-08dwarf2out.c (dw_fde_struct): Add 'nothrow'.Jason Merrill2-0/+23
2000-03-08g++.exp (g++_init): Don't put { } around -fmessage-length=0.Jason Merrill2-3/+8
2000-03-08flow.c (count_basic_blocks, [...]): A rethrow can occur outside of an EH region.Jason Merrill3-29/+54
2000-03-08cpp-mi.c: Fix switches.Zack Weinberg2-4/+29