- 21 Dec, 2001 31 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 -
From-SVN: r48228
Richard Henderson committed -
cfgloop.c (flow_loops_find): Use the information of the depth first search order of the CFG correctly when... * cfgloop.c (flow_loops_find): Use the information of the depth first search order of the CFG correctly when finding natural loops. From-SVN: r48227
Josef Zlomek committed -
From-SVN: r48226
Richard Henderson committed -
* config/alpha/alpha.c (call_operand) [OSF]: Accept pseudos. * config/alpha/alpha.md (call_osf, call_value_osf): Don't force operand into $27. From-SVN: r48225
Richard Henderson committed -
* g++.old-deja/g++.eh/badalloc1.C (arena_size): New. (arena): Use it. (malloc): Correct allocation logic. Abort if we fill up the arena before initialization complete. (realloc): Correct allocation logic. From-SVN: r48224
Richard Henderson committed
-
- 20 Dec, 2001 9 commits
-
-
* configure.in (all_headers, all_lib2funcs): Remove. * configure: Regenerate. * Makefile.in (LANG_EXTRA_HEADERS): Remove. (USER_H): Don't include $(LANG_EXTRA_HEADERS). * config/alpha/t-interix (USER_H): Don't include $(LANG_EXTRA_HEADERS). * config/i386/t-interix: Likewise. * config/t-openbsd: Likewise. From-SVN: r48222
Joseph Myers committed -
* decl.c (java_init_decl_processing): Don't initialize finit_leg_identifier_node. * java-tree.h (java_tree_index): Remove JTI_FINIT_LEG_IDENTIFIER_NODE. (finit_leg_identifier_node): Remove. (ID_FINIT_P): Don't check for JTI_FINIT_LEG_IDENTIFIER_NODE. From-SVN: r48221
Bryce McKinlay committed -
* mangle.c (mangle_member_name): Don't special-case for NO_DOLLAR_IN_LABEL. * mangle_name.c (unicode_mangling_length): Likewise. (append_unicode_mangled_name): Likewise. * parse.y (make_nested_class_name): Remove dead NO_DOLLAR_IN_LABEL code. From-SVN: r48220
Bryce McKinlay committed -
expr.c (build_java_array_length_access): Don't force null pointer check unless flag_check_references is set. * expr.c (build_java_array_length_access): Don't force null pointer check unless flag_check_references is set. From-SVN: r48219
Bryce McKinlay committed -
* libgcc2.c (__bb_exit_func): Remove unused variable. (num_digits): Remove unused function. From-SVN: r48215
Andreas Jaeger committed -
Add test case to catch bugs reported in prologue/epilogue generation for ARM ISR routines. From-SVN: r48210
Nick Clifton committed -
* libjava.compile/PR4766.java: New file. From-SVN: r48209
Tom Tromey committed -
Fix for PR java/3417: * parse.y (patch_assignment): Added special processing for `return'. (patch_return): Don't convert booleans to integers, and don't special-case `null'. From-SVN: r48208
Tom Tromey committed -
* varasm.c (assemble_real): Use REAL_VALUE_TO_x and assemble_integer to emit floating point values. (assemble_real_1): Remove. * 1750a/1750a.c (real_value_to_target_single): New. (real_value_to_target_double): New. * 1750a/1750a.h (TARGET_FLOAT_FORMAT): New. (REAL_VALUE_TO_TARGET_SINGLE): New. (REAL_VALUE_TO_TARGET_DOUBLE): New. * 1750a/1750a-protos.h: Update. * 1750a/1750a.h, a29k/a29k.h, alpha/alpha.h, alpha/unicosmk.h, alpha/vms.h, arc/arc.h, arm/aof.h, arm/aout.h, avr/avr.c, avr/avr.h, c4x/c4x.h, clipper/clix.h, convex/convex.h, cris/cris.h, d30v/d30v.h, dsp16xx/dsp16xx.c, dsp16xx/dsp16xx.h, elxsi/elxsi.h, fr30/fr30.h, h8300/h8300.h, i370/i370.h, i386/i386.h, i386/i386elf.h, i386/next.h, i386/ptx4-i.h, i386/sysv4.h, i860/fx2800.h, i860/i860.h, i860/paragon.h, i860/sysv4.h, i960/i960-protos.h, i960/i960.c, i960/i960.h, ia64/ia64.h, m32r/m32r.h, m68hc11/m68hc11.c, m68hc11/m68hc11.h, m68k/3b1.h, m68k/altos3068.h, m68k/crds.h, m68k/dpx2.h, m68k/hp320.h, m68k/m68k.h, m68k/mot3300.h, m68k/news.h, m68k/next.h, m68k/next21.h, m68k/sgs.h, m68k/sun2o4.h, m68k/sun3.h, m68k/tower-as.h, m88k/m88k.h, mcore/mcore.h, mips/mips-protos.h, mips/mips.c, mips/mips.h, mmix/mmix-protos.h, mmix/mmix.c, mmix/mmix.h, mn10200/mn10200.h, mn10300/mn10300.h, ns32k/encore.h, ns32k/ns32k.h, pa/long_double.h, pa/pa.h, pdp11/pdp11.h, pj/pj.h, romp/romp.c, romp/romp.h, rs6000/rs6000.h, s390/linux.h, sh/sh.h, sparc/sparc.h, stormy16/stormy16.h, v850/v850.h, vax/vax.h, vax/vaxv.h, we32k/we32k.h, doc/tm.texi: Remove ASM_OUTPUT_FLOAT, ASM_OUTPUT_DOUBLE, ASM_OUTPUT_LONG_DOUBLE, ASM_OUTPUT_BYTE_FLOAT, ASM_OUTPUT_SHORT_FLOAT, ASM_OUTPUT_THREE_QUARTER_FLOAT, and all associated support routines. From-SVN: r48207
Richard Henderson committed
-