- 31 Oct, 2001 3 commits
-
-
* gnatdll.adb (Parse_Command_Line): handle -g option to be passed to the binder and linker. Minor style fix. * mdll.ads: Fix layout. Update copyright notice. * mdll.adb: Fix layout. Update copyright notice. From-SVN: r46662
Pascal Obry committed -
From-SVN: r46661
Robert Dewar committed -
* a-reatim.ads: Makes Seconds_Count into a 64-bit integer, to accommodate all its possible values. * a-reatim.adb (Split): Special-case handling of Time_Span_First and of small absolute values of T. From-SVN: r46660
Ed Schonberg committed
-
- 30 Oct, 2001 32 commits
-
-
misc.c (gnat_expand_expr, [...]): Remove call to set_mem_attributes since not needed and wrong if RESULT if a REG... * misc.c (gnat_expand_expr, case NULL_EXPR): Remove call to set_mem_attributes since not needed and wrong if RESULT if a REG; fixes ACATS failures. From-SVN: r46659
Richard Kenner committed -
* 86numaux.adb, a-tigeau.ads, a-wtgeau.ads, fname-sf.ads, g-traceb.ads, s-tasdeb.ads, sem_maps.ads: Add 2001 to copyright notice. From-SVN: r46658
Geert Bosch committed -
* bindusg.adb: Undocument -f switch. * gnatcmd.adb: Remove /FULL_ELABORATION. * opt.ads (Force_RM_Elaboration_Order): Document that this is obsolescent. * gnatbind.adb: Output new warning for use of obsolescent -f switch. * gnatbind.adb: Minor update of warning msg. From-SVN: r46657
Robert Dewar committed -
From-SVN: r46656
Dale Johannesen committed -
* gnatcmd.adb (MAKE, BIND, LINK, LIST, FIND, XREF): Add translations for project file switches (-P (/PROJECT_FILE=), -X (/EXTERNAL_REFERENCE=) and -vPx (/PROJECT_FILE_VERBOSITY=DEFAULT or MEDIUM or HIGH) From-SVN: r46655
Vincent Celier committed -
From-SVN: r46654
Geert Bosch committed -
From-SVN: r46653
Richard Kenner committed -
* ali-util.adb (Initialize_Checksum): Use out-mode instead of in out. Found due to GCC 3.0 warning of using uninitialized value. * layout.adb: (Get_Max_Size): Use variant record for tracking value/expression. Makes logic clearer and prevents warnings for uninitialized variables. (Layout_Array_Type): Use variant record for tracking value/expression. Makes logic clearer and prevents warnings for uninitialized variables. From-SVN: r46652
Geert Bosch committed -
* lib.adb: Minor reformatting * s-taprop.ads: Minor reformatting From-SVN: r46651
Robert Dewar committed -
* 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 5 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
-