- 22 Dec, 2001 14 commits
-
-
* config/os/hpux/bits/os_defines.h: Update to avoid #defines for strtoll and strtoull. From-SVN: r48271
Jeff Law committed -
From-SVN: r48270
Richard Kenner committed -
From-SVN: r48269
Richard Kenner committed -
* expr.c (expand_expr, case ADDR_EXPR): Handling taking address of SAVE_EXPR. * function.c (gen_mem_addressof): Add missing tests for SAVE_EXPR. (put_addressof_into_stack): Clarify code in setting of used_p. From-SVN: r48268
Richard Kenner committed -
* calls.c (flags_from_decl_or_type): Move ECF_SP_DEPRESSED here. (expand_call): Delete from here. Do pending stack adjustments if ECF_SP_DEPRESSED. From-SVN: r48267
Richard Kenner committed -
* dwarf2out.c (save_rtx): Deleted. (mem_loc_descriptor): Do equivalent operation. (add_const_value_attribute, case CONST): Likewise. (add_name_and_src_coords_attributes): Likewise. From-SVN: r48266
Richard Kenner committed -
* make.adb (Add_Switch): Make Generic_Position a procedure. The function approach did not work well because of a side effect (the function call could reallocate the table which was being indexed using its result). Fixes ada/4851. From-SVN: r48265
Florian Weimer committed -
From-SVN: r48263
GCC Administrator committed -
From-SVN: r48262
Kazu Hirata committed -
* boehm.c (PROCEDURE_OBJECT_DESCRIPTOR): Merge into .. (get_boehm_type_descriptor): ... here. Arrange for the TREE_TYPE to get set properly. From-SVN: r48261
Richard Henderson committed -
* config/os/hpux/bits/os_defines.h: Include <sys/_inttypes.h. Define strtoll and strtoull. Provide prototypes for __strtoll and __strtoull. Define _GLIBCPP_USE_LONG_LONG unconditionally. From-SVN: r48260
Jeff Law committed -
From-SVN: r48259
Jeff Law committed -
From-SVN: r48258
Jeff Law committed -
* pa.h (CPP_SPEC): If not in ANSI mode, define _INCLUDE_LONGLONG. (CPLUSPLUS_CPP_SPEC): Define _INCLUDE_LONGLONG. From-SVN: r48257
Jeff Law committed
-
- 21 Dec, 2001 26 commits
-
-
* java/io/ObjectInputStream.java (enableResolveObject): Use correct security check. * java/io/ObjectOutputStream.java (enableReplaceObject): Use correct security check. From-SVN: r48256
Tom Tromey committed -
Fix for PR java/5165: * java/lang/natClassLoader.cc (_Jv_PrepareCompiledClass): Convert any constant string field to a String; not just final fields. From-SVN: r48255
Tom Tromey committed -
From-SVN: r48254
Robert Lipe committed -
Fix for PR libgcj/2428: * java/lang/natClass.cc: Include RuntimePermission.h. (getClassLoader): Define. * java/lang/Class.h (Class.getClassLoader): Only declare. From-SVN: r48253
Tom Tromey committed -
class.c (compile_resource_file): Set TREE_PUBLIC on the constructor only if the target requires collect2. * class.c (compile_resource_file): Set TREE_PUBLIC on the constructor only if the target requires collect2. From-SVN: r48252
Richard Henderson committed -
From-SVN: r48251
Richard Henderson committed -
From-SVN: r48250
Tom Tromey committed -
* parse.y (java_complete_lhs) [COMPOUND_EXPR]: Correctly compute CAN_COMPLETE_NORMALLY for the node. * jcf-write.c (generate_bytecode_insns) [COMPOUND_EXPR]: Don't generate code for second branch if first branch can't complete normally. (generate_bytecode_insns) [LOOP_EXPR]: Don't generate `goto' to the loop head if the loop body can't complete normally. From-SVN: r48249
Tom Tromey committed -
* gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then re-enables the warning. From-SVN: r48248
Richard Henderson committed -
* c-parse.in (SAVE_WARN_FLAGS): Save warn_traditional. (RESTORE_WARN_FLAGS): Restore it. (extension): Zero warn_traditional. From-SVN: r48247
Richard Henderson committed -
From-SVN: r48246
Richard Henderson committed -
From-SVN: r48245
Kazu Hirata committed -
From-SVN: r48244
Kazu Hirata committed -
2001-12-21 Paolo Carlini <pcarlini@unitus.it> * include/ext/stl_rope.h (_Rope_iterator): Add local typedef to fix implicit typename problems. From-SVN: r48242
Paolo Carlini committed -
From-SVN: r48241
Nick Clifton committed -
From-SVN: r48240
Jakub Jelinek committed -
combine.c (nonzero_bits): If using reg_nonzero_bits, we don't know anything about bits outside of X mode. * combine.c (nonzero_bits): If using reg_nonzero_bits, we don't know anything about bits outside of X mode. (num_sign_bit_copies): Likewise. From-SVN: r48239
Jakub Jelinek committed -
darwin.c (machopic_classify_ident): Handle "stale" section- encoded name problem to avoid generating illegal stubs. * darwin.c (machopic_classify_ident): Handle "stale" section- encoded name problem to avoid generating illegal stubs. (func_name_maybe_scoped): Remove, not needed for gcc3. (machopic_indirect_call_target): Don't use it. (darwin_encode_section_info): Call only one of update_stubs() or update_non_lazy_ptrs() as DECL cannot be both. (machopic_output_possible_stub_label): New. * darwin.h (ASM_DECLARE_FUNCTION_NAME): Use it. * darwin-protos.h (machopic_output_possible_stub_label): Declare. From-SVN: r48238
Turly O'Connor committed -
From-SVN: r48237
Nick Clifton committed -
From-SVN: r48236
Nick Clifton committed -
From-SVN: r48234
GCC Administrator committed -
* parse.y (java_complete_lhs) [COMPOUND_EXPR]: Correctly compute CAN_COMPLETE_NORMALLY for the node. * jcf-write.c (generate_bytecode_insns) [COMPOUND_EXPR]: Don't generate code for second branch if first branch can't complete normally. (generate_bytecode_insns) [LOOP_EXPR]: Don't generate `goto' to the loop head if the loop body can't complete normally. From-SVN: r48233
Tom Tromey committed -
* jcf-write.c (generate_bytecode_insns) [TRY_FINALLY_EXPR]: Handle case where `finally' clause can't complete normally. From-SVN: r48232
Tom Tromey committed -
Fixes PR java/5057: * parse.y (analyze_clinit_body): Added this_class parameter. Check for more cases where we must keep <clinit>. (maybe_yank_clinit): Cleaned up flow control. From-SVN: r48231
Tom Tromey committed -
* aclocal.m4 (gcc_AC_PROG_GNAT): Run prospective ada drivers in subshells. * configure.in: Likewise for perl Pod::Man. * configure: Regenerated. From-SVN: r48230
Kaveh R. Ghazi committed -
* builtin-attrs.def (__builtin_printf_unlocked, __builtin_fprintf_unlocked, printf_unlocked, fprintf_unlocked): Mark with the __printf__ attribute. * builtins.c (expand_builtin_fputs): Add an `unlocked' parameter and set the replacement function depending on it. (expand_builtin): Skip BUILT_IN_*_UNLOCKED when not optimizing. Handle BUILT_IN_*_UNLOCKED when optimizing. * builtins.def (DEF_EXT_FALLBACK_BUILTIN, DEF_EXT_FRONT_END_LIB_BUILTIN): New macros. Declare the "unlocked" stdio functions. * c-common.c (c_expand_builtin_printf, c_expand_builtin_fprintf): Add an `unlocked' parameter and set the replacement function depending on it. (c_expand_builtin): Handle BUILT_IN_PRINTF_UNLOCKED and BUILT_IN_FPRINTF_UNLOCKED. * doc/extend.texi (printf_unlocked, fprintf_unlocked, fputs_unlocked): Document. testsuite: * gcc.dg/format/builtin-1.c: Test unlocked stdio. * gcc.dg/format/c90-printf-3.c: Likewise. * gcc.dg/format/c99-printf-3.c: Likewise. * gcc.dg/format/ext-1.c: Likewise. * gcc.dg/format/ext-6.c: Likewise. * gcc.dg/format/format.h: Prototype unlocked stdio. From-SVN: r48229
Kaveh R. Ghazi committed
-