aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-09natClassLoader.cc (_Jv_FindArrayClass): Call _Jv_PrepareConstantTimeTables.Bryce McKinlay3-2/+12
2000-03-09Daily bump.Jeff Law5-5/+5
2000-03-09natArray.cc (newInstance): Don't allow array of `void' to be created.Tom Tromey5-24/+68
2000-03-09re GNATS gcj/168 (Build fails on Alpha)Bryce McKinlay3-162/+613
2000-03-09* java/math/BigInteger.java(signum): Handle zero properly.Warren Levy2-1/+7
2000-03-09libgcc2.h: New file.Kaveh R. Ghazi3-199/+300
2000-03-08Add ia64 port.Jim Wilson17-0/+11248
2000-03-08hashtab.c: Remove debugging variables (all_searches, all_collisions, all_expa...Zack Weinberg4-276/+329
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
2000-03-08cpplib.h (parse_underflow_t, [...]): Delete.Zack Weinberg8-210/+190
2000-03-08builtins.c (expand_builtin_strlen): Be prepared for strlensi to fail.Richard Henderson2-22/+37
2000-03-08* i386.md (strlensi): Initialize eoschar and align before use.Richard Henderson1-3/+3
2000-03-08* g++.old-deja/g++.eh/vbase4.C: New test.Nathan Sidwell2-0/+43
2000-03-08* exception.cc (__cp_pop_exception): Cleanup the original object.Nathan Sidwell2-2/+6
2000-03-08* g++.old-deja/g++.bugs/900215_01.C: Adjust.Nathan Sidwell2-2/+9
2000-03-08decl.c (grok_op_properties): Merge conversion to void warning with other sill...Nathan Sidwell2-4/+10
2000-03-08expr.c (expand_expr, [...]): Still check for missing CONSTRUCTOR element.Jason Merrill2-2/+8
2000-03-08typeck2.c (process_init_constructor): Set TREE_PURPOSE of array CONSTRUCTOR e...Jason Merrill2-4/+9
2000-03-08mips.c (mips_expand_prologue): If the last named argument is the vararg marke...Gavin Romig-Koch2-25/+36
2000-03-08dbxout.c (dbxout_parms): When correcting for promoted big-endian parameters...Clinton Popetz2-1/+9
2000-03-08misc12.C: Removed.Nathan Sidwell4-20/+94
2000-03-08c-common.h (make_fname_decl): Declare.Nathan Sidwell8-72/+147
2000-03-08* g++.old-deja/g++.other/string2.C: New test.Nathan Sidwell2-0/+21
2000-03-08Added myself to MAINTAINERS file.Neil Booth2-0/+5
2000-03-08typeck.c (convert_for_assignment): Don't look at array initializer.Nathan Sidwell3-3/+10
2000-03-08Add initial support for '\uNNNN' specifier.Jason Merrill2-5/+419
2000-03-08Daily bump.Jeff Law5-5/+5
2000-03-07* cccp.c (handle_directive): Initialize backslash_newlines_p.Jeffrey A Law2-1/+5
2000-03-07* po/POTFILES.in: Remove cppalloc.c from file list.Philipp Thomas2-1/+4
2000-03-07pj.c (pj_expand_prologue): current_function->args_info is now current_functio...Steve Chamberlain3-10/+37
2000-03-08re GNATS gcj/162 (gcj does not initialize interfaces according to spec)Tom Tromey2-3/+8
2000-03-08c4x.h (PUT_SDB_TYPE): Define so that the type info is output as hexadecimal r...Michael Hayes2-0/+8
2000-03-08* cpphash.c (special_symbol): Fix thinko in previous commit.Zack Weinberg2-1/+5
2000-03-07re GNATS gcj/107 (Bad array or type conversion bug when compiling bytecode)Anthony Green2-3/+11
2000-03-07re GNATS gcj/102 (crashes when compiling try block from java source)Alexandre Petit-Bianco3-8/+21
2000-03-07re GNATS gcj/94 (compiler allows assignment to interface constants)Alexandre Petit-Bianco3-5/+21
2000-03-07search.c (note_debug_info_needed): Walk the bases even if we weren't deferrin...Jason Merrill2-5/+10
2000-03-07[multiple changes]Zack Weinberg6-535/+645