- 30 Oct, 2001 23 commits
-
-
* tree.c (id_string_size): Remove. (dump_tree_statistics): Update. * toplev.c (compile_file): If dumping stats, dump tree stats too. From-SVN: r46648
Neil Booth committed -
* include/bits/stl_deque.h (_M_new_elements_at_front): Use __throw_exception_again. (_M_new_elements_at_back): Likewise. From-SVN: r46647
Jakub Jelinek committed -
From-SVN: r46646
Jan Hubicka committed -
* configure.in: Correct previous change: don't assume that gas's version number _isn't_ the last thing on the line, or isn't the only number on the line, either. * configure: Regenerate. From-SVN: r46643
Zack Weinberg committed -
From-SVN: r46642
Jakub Jelinek committed -
From-SVN: r46641
Kazu Hirata committed -
* alias.c: Fix comment formatting. * recog.c: Likewise. * config/cris/cris.c: Likewise. * config/cris/cris.h: Likewise. * config/i960/i960.c: Likewise. * config/i960/i960.h: Likewise. From-SVN: r46640
Kazu Hirata committed -
From-SVN: r46639
Kazu Hirata committed -
* config/arm/arm.c: Fix comment a typo. * config/arm/arm.h: Likewise. * config/ia64/ia64.c: Likewise. From-SVN: r46638
Kazu Hirata committed -
From-SVN: r46637
Jakub Jelinek committed -
* emit-rtl.c (set_unique_reg_note): Don't create REG_EQUAL or REG_EQUIV notes for ASM_OPERANDS. Return the new note (if any). * rtl.h (set_unique_reg_note): Change return value. * gcse.c (try_replace_reg): Use set_unique_reg_note. * cse.c (cse_insn): Likewise. * expr.c (emit_move_insn): Likewise. * explow.c (force_reg): Likewise. * local-alloc (update_equiv_regs): Likewise. * loop.c (move_moveables, load_mems): Likewise. * reload (find_reloads): Likewise. * gcc.dg/20011029-2.c: New test. From-SVN: r46636
Jakub Jelinek committed -
2001-10-30 Paolo Bonzini <bonzini@gnu.org> Localization fixes. * c-decl.c (parmlist_tags_warning, start_struct, check_for_loop_decls): Separate messages for struct, union and enum cases to allow for languages in which they have different genders. * c-format.c (scanf_flag_specs): Separate short and long name of the assignment suppression feature. (check_format_types): Localize "pointer" and "different types" strings. * c-lex.c (lex_number): Localize "an unsigned long int" and related strings. (lex_string) [MULTIBYTE_CHARS]: Use initial lowercase letter on warning message. * c-typeck.c (build_unary_up): Separate messages for increment and decrement cases to allow for languages in which they use different articles. Localize the strings "increment" and "decrement" in one case. From-SVN: r46635
Paolo Bonzini committed -
* lcm.c (optimize_mode_switching): Do not rebuild liveness information when no changes has been made. * gcse.c (reg_set_bitmap): Turn into reg_set. (modify_mem_list_set, canon_modify_mem_list_set) (clear_modify_mem_tables, free_modify_mem_tables): New. (gcse_main); Use free_modify_mem_tables. (free_gcse_mem): Likewise; free the bitmaps. (alloc_gcse_main): Initialize the bitmaps. (canon_list_insert): Set canon_modify_mem_list_set. (record_last_mem_set_info): Likewise; set modify_mem_list_set. (compute_hash_table): Use clear_modify_mem_tables. (reset_opr_set_tables): Likewise. (oprs_not_set_p): reg_set_bitmap is regset. (mark_set, mark_clobber): Likewise. * df.h (DF_EQUIV_NOTES): New constant. (df_insn_refs_record): Record uses inside or REG_EQUIV/EQUAL notes when asked for. * sched-rgn.c (CHECK_DEAD_NOTES): New constant. (init_regions, schedule_insns): Conditionalize the checking code by CHECK_DEAD_NOTES; avoid multiple calls to update_life_info. From-SVN: r46634
Jan Hubicka committed -
* jni.cc (JNI_CreateJavaVM): Call _Jv_CreateJavaVM. Don't call _Jv_JNI_Init. From-SVN: r46633
Bryce McKinlay committed -
From-SVN: r46632
Jan Hubicka committed -
From-SVN: r46630
GCC Administrator committed -
* configure.in: Do not assume that gas's version number is the last thing on the first line of as --version output. * configure: Regenerate. From-SVN: r46629
Zack Weinberg committed -
* mangle.c (find_compression_record_match): Don't match compression records for package name elements unless they occur at the start of the name. Fix for PR java/4717. From-SVN: r46628
Bryce McKinlay committed -
* tradcpp.c: Include intl.h. Rename WARNING, ERROR, FATAL to MT_WARNING, MT_ERROR, MT_FATAL. (main): Call gcc_init_libintl. (v_message): Call gettext on msgid and "warning: " * tradcif.y: Include intl.h. (yyerror): Make parameter definition consistent with prototype. Call gettext on msgid argument. From-SVN: r46627
Zack Weinberg committed -
* convert.c, inout.c, loop.c, nloop.c, tasking.c, timing.c, typeck.c: Use /* */ for all commentary, not #if 0 ... #endif. Change the nested comments this creates to // notation. Un-double apostrophes. From-SVN: r46626
Zack Weinberg committed -
* combine.c (num_sign_bit_copies): Avoid signed/unsigned warnings. From-SVN: r46625
Kaveh R. Ghazi committed -
From-SVN: r46624
Kaveh R. Ghazi committed -
* reload1.c (eliminate_regs): Test for reg_renumber being allocated before referencing it. From-SVN: r46623
Richard Kenner committed
-
- 29 Oct, 2001 17 commits
-
-
* config/rs6000/sysv4.h (LINK_SPEC): Allow -msdata=none to override -G, and force -G0. From-SVN: r46622
DJ Delorie committed -
* ChangeLog.2, ChangeLog.3, ChangeLog.4, FSFChangeLog.10, FSFChangeLog.11, c-common.c, c-common.def, c-common.h, c-decl.c, c-dump.c, c-typeck.c, except.c, sdbout.c, simplify-rtx.c, timevar.h, tree.h, varasm.c: Fix spelling errors and typos. From-SVN: r46621
Joseph Myers committed -
* loop.h (struct induction): Rename ext_dependant to ext_dependent. * loop.c: Change all uses. (check_ext_dependant_givs): Rename to check_ext_dependent_givs. All callers changed. * timevar.c (DEFTIMEVAR): Fix spelling of identifier__ parameter. From-SVN: r46620
Joseph Myers committed -
(parser_build_binary_op): Use IS_EXPR_CODE_CLASS. From-SVN: r46619
Joseph Myers committed -
* java/util/zip/GZIPOutputStream.java (write(int)): New method. Fixes PR libgcj/4728. From-SVN: r46618
Tom Tromey committed -
From-SVN: r46617
David Edelsohn committed -
boost for class method invocations From-SVN: r46616
Nicola Pero committed -
From-SVN: r46615
Nicola Pero committed -
From-SVN: r46614
Nicola Pero committed -
to self in class methods From-SVN: r46613
Nicola Pero committed -
the class the method belongs to From-SVN: r46612
Nicola Pero committed -
From-SVN: r46611
John David Anglin committed -
2001-10-29 Benjamin Kosnik <bkoz@redhat.com> libstdc++/3647 * include/bits/fstream.tcc (filebuf::showmanyc): Simplify. * testsuite/27_io/filebuf.cc (test07): New test. (test03): Modify showmanyc test. From-SVN: r46610
Benjamin Kosnik committed -
(Raise_From_Signal_Handler, Propagate_Signal_Exception): Make arg const. (_gnat_error_handler): Make MSG const. * sysdep.c: Fix localtime_r problem on LynxOS. Also remove #elif to avoid warnings. * misc.c (yyparse): Don't set up and register jmpbuf; remove decls used by this. * decl.c (annotate_value): Make SIZE unsigned to avoid warning. From-SVN: r46609
Geert Bosch committed -
2001-10-29 Toon Moene <toon@moene.indiv.nluug.nl> * news.texi: Document new ability to compile programs with arrays larger than 512 Mbyte on 32-bit targets. From-SVN: r46608
Toon Moene committed -
From-SVN: r46607
Richard Kenner committed -
* dwarf2out.c (add_const_value_attribute): Fix error in last change. From-SVN: r46606
Richard Kenner committed
-