- 12 Jun, 2003 25 commits
-
-
PR inline-asm/4823 * reg-stack.c (any_malformed_asm): New. (check_asm_stack_operands): Set it. (convert_regs_1): Check it before aborting. From-SVN: r67845
Richard Henderson committed -
PR c++/10635 * typeck.c (build_c_cast): Check that the destination type is complete. PR c++/10635 * g++.dg/expr/cast1.C: New test. [[Split portion of a mixed commit.]] From-SVN: r67840.2
Mark Mitchell committed -
2003-06-12 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/spe.md: Change all clobbers of the accumulator to sets. From-SVN: r67837
Aldy Hernandez committed -
2003-06-11 Benjamin Kosnik <bkoz@redhat.com> * include/bits/stl_alloc.h (__debug_alloc): Move out. (__malloc_alloc): Same. (__pool_alloc): Same. (__new_alloc): Same. Rename to.. * include/bits/allocator.h: ...this. * include/bits/stl_deque.h: Modify comment. * include/bits/stl_tree.h: Modify include. * include/std/std_memory.h: Same. * include/ext/rope: Same. * include/ext/slist: Same. * include/std/std_vector.h: Same. * include/std/std_stack.h: Same. * include/std/std_queue.h: Same. * include/std/std_list.h: Same. * include/std/std_deque.h: Same. * include/backward/alloc.h: Same. * include/ext/debug_allocator.h: New. * include/ext/malloc_allocator.h: New. * include/ext/pool_allocator.h: New. * include/ext/new_allocator.h: New. * include/bits/pthread_allocimpl.h: Remove. * include/bits/stl_pthread_alloc.h: Remove. * include/Makefile.am (ext_headers): Add. * include/Makefile.in: Regenerate. * src/stl-inst.cc: Use __gnu_cxx namespace. * src/stl-inst.cc: Move to... * src/allocator-inst.cc: Here. * src/Makefile.am (sources): Update. * src/Makefile.in: Regenerate. * config/linker-map.gnu: Remove __pool_alloc bits. * testsuite/ext/headers.cc: Add. * testsuite/ext/allocators.cc: Fixup. From-SVN: r67836
Benjamin Kosnik committed -
2003-06-11 Andrew Haley <aph@redhat.com> * jni.cc (_Jv_JNI_check_types): New. (_Jv_JNI_SetPrimgitiveArrayRegion): Check array type. (_Jv_JNI_GetPrimitiveArrayRegion): Ditto. (_Jv_JNI_GetPrimitiveArrayElements): Ditto. (_Jv_JNI_ReleasePrimitiveArrayElements): Ditto. * java/lang/natVMSecurityManager.cc (getClassContext): Fix infinite loop. From-SVN: r67835
Andrew Haley committed -
From-SVN: r67834
Andreas Jaeger committed -
2003-06-12 H.J. Lu <hongjiu.lu@intel.com> * config.guess: Update to 2003-06-06 version. * config.sub: Update to 2003-06-06 version. From-SVN: r67833
H.J. Lu committed -
* c-opts.c (complain_wrong_lang): Add on argument. Print no- switch if on is false. (c_common_decode_option): Adjust caller. From-SVN: r67831
Jakub Jelinek committed -
* config/s390/s390.c (s390_emit_prologue): Use LA instead of AR to initialize GOT register. From-SVN: r67829
Ulrich Weigand committed -
fold-const.c (tree_expr_nonnegative_p): Add support for floating point constants, addition and multiplication. * fold-const.c (tree_expr_nonnegative_p): Add support for floating point constants, addition and multiplication. * gcc.dg/builtins-21.c: New test case. From-SVN: r67828
Roger Sayle committed -
* sh.md (adddi3_compact, subdi3_compact): Add earlyclobber constraint modifier for operand 0. From-SVN: r67827
J"orn Rennecke committed -
* configure.in (assembler dwarf2 debug_line support): Define insn for cris-*-* and mmix-*-*. * configure: Regenerate. From-SVN: r67825
Hans-Peter Nilsson committed -
e.g. __REGISTER_PREFIX__. * cpphash.h (struct cpp_reader): Move member warn_dollars... * cpplib.h (struct cpp_options): ...to here. Change type to unsigned char. * cppinit.c (cpp_create_reader): Set it to 1 here. (post_options): Don't set it here. * c-opts.c (c_common_init_options): Reset it to 0 here. (finish_options): Set it here. * cpplex.c (forms_identifier_p): Tweak for new location of warn_dollars. From-SVN: r67824
Hans-Peter Nilsson committed -
From-SVN: r67823
Matt Kraai committed -
* lib/gcc.exp (gcc_target_compile): Put TOOL_OPTIONS at front of options instead of at the end. * lib/objc.exp (objc_target_compile): Likewise. From-SVN: r67822
Kelley Cook committed -
From-SVN: r67821
Neil Booth committed -
From-SVN: r67820
Matt Kraai committed -
Kaos support from Uwe Stieber * config.gcc (arm*-*-kaos*, i[34567]86-*-kaos*, powerpc-*-kaos*, powerpcle-*-kaos*, strongarm-*-kaos*): New targets. (sh-*-elf*): Add sh*-*-kaos* support. * config/kaos.h, config/arm/kaos-strongarm.h, config/arm/kaos-arm.h, config/i386/kaos-i386.h, config/rs6000/kaos-ppc.h, config/sh/kaos-sh.h: New files. From-SVN: r67819
Uwe Stieber committed -
* gcse.c (fis_get_condition): Make it a global function. * reload1.c (reload_cse_move2add): Detect implicit sets. * rtl.h: Add a prototype for fis_get_condition. From-SVN: r67814
Kazu Hirata committed -
2003-06-11 Benjamin Kosnik <bkoz@redhat.com> * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Simplify. * aclocal.m4: Regenerate. * Makefile.am (SUBDIRS): Remove libio. * Makefile.in: Regenerate. * configure.in: Same. * configure: Regenerate. * config/io/basic_file_libio.cc: Remove. * config/io/basic_file_libio.h: Remove. * config/io/c_io_libio_codecvt.c: Remove. * config/io/c_io_libio.h: Remove. * libio/*: Remove. * src/Makefile.am: Same. * src/Makefile.in: Regenerate. * docs/html/configopts.html: Edits. * docs/html/explanations.html: Edits. From-SVN: r67813
Benjamin Kosnik committed -
* java/lang/ClassLoader.java (loadClass): Not deprecated. * java/io/PrintStream.java: Not deprecated. From-SVN: r67811
Tom Tromey committed -
2003-06-11 Scott Gilbertson <scottg@mantatest.com> * gnu/awt/j2d/IntegerGraphicsState.java (drawOval): implemented. (fillOval): implemented * gnu/awt/xlib/XGraphics.java (drawArc): implemented. (fillArc): implemented. * gnu/gcj/xlib/GC.java (drawArc): added native method. (fillArc): added native method. * gnu/gcj/xlib/natGC.cc (drawArc): added native method. (fillArc): added native method. From-SVN: r67810
Scott Gilbertson committed -
* stmt.c (expand_asm_operands): Don't warn for memories with queued addresses. From-SVN: r67808
Richard Henderson committed -
From-SVN: r67806
GCC Administrator committed -
PR c++/10432 * cp-tree.h (finish_declarator): Remove. * decl.c (cp_finish_decl): Make sure to pop_nested_class even for erroneous declarations. * semantics.c (finish_declarator): Remove. PR c++/10432 * g++.dg/parse/error1.C: New test. From-SVN: r67804
Mark Mitchell committed
-
- 11 Jun, 2003 15 commits
-
-
* config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC): Rewrite without brackets. From-SVN: r67801
Kaz Kojima committed -
decl2.c (generate_ctor_or_dtor_function): Avoid expanding a global static constructor/destructor if it will be empty, i.e. * decl2.c (generate_ctor_or_dtor_function): Avoid expanding a global static constructor/destructor if it will be empty, i.e. either doesn't call any ctors/dtors or only calls pure or const ctors/dtors. From-SVN: r67800
Roger Sayle committed -
* hooks.c (hook_int_size_t_constcharptr_int_0): New. * hooks.h (hook_int_size_t_constcharptr_int_0): New. * langhooks-def.h (lhd_decode_option, LANG_HOOKS_DECODE_OPTION): Die. (LANG_HOOKS_HANDLE_OPTION, LANG_HOOKS_INITIALIZER): Update. * langhooks.c (lhd_decode_option): Remove. * langhooks.h (struct lang_hooks): Remove decode_option. * opts.c (handle_option): No longer use decode_option. java: * Make-lang.in: Handle mostlyclean. treelang: * Make-lang.in: Update for option handling. * lang.opt: New. * tree1.c: Include opts.h and t-options.h. (treelang_decode_option): Remove. (treelang_handle_option): New. * treetree.c (LANG_HOOKS_DECODE_OPTION): Remove. (LANG_HOOKS_HANDLE_OPTION): Override. * treetree.h (treelang_decode_option): Remove. (treelang_handle_option): New. From-SVN: r67799
Neil Booth committed -
* mangle.c (tm_p.h): Include it. * Make-lang.in (cp/mangle.o): Depend on $(TM_P_H). From-SVN: r67798
Mark Mitchell committed -
From-SVN: r67797
Neil Booth committed -
* gcc.dg/compat/struct-by-value-11_main.c: New file. * gcc.dg/compat/struct-by-value-11_x.c: New file. * gcc.dg/compat/struct-by-value-11_y.c: New file. * gcc.dg/compat/struct-by-value-12_main.c: New file. * gcc.dg/compat/struct-by-value-12_x.c: New file. * gcc.dg/compat/struct-by-value-12_y.c: New file. * gcc.dg/compat/struct-by-value-13_main.c: New file. * gcc.dg/compat/struct-by-value-13_x.c: New file. * gcc.dg/compat/struct-by-value-13_y.c: New file. * gcc.dg/compat/struct-by-value-14_main.c: New file. * gcc.dg/compat/struct-by-value-14_x.c: New file. * gcc.dg/compat/struct-by-value-14_y.c: New file. * gcc.dg/compat/struct-by-value-15_main.c: New file. * gcc.dg/compat/struct-by-value-15_x.c: New file. * gcc.dg/compat/struct-by-value-15_y.c: New file. * gcc.dg/compat/struct-by-value-16_main.c: New file. * gcc.dg/compat/struct-by-value-16_x.c: New file. * gcc.dg/compat/struct-by-value-16_y.c: New file. * gcc.dg/compat/struct-by-value-17_main.c: New file. * gcc.dg/compat/struct-by-value-17_x.c: New file. * gcc.dg/compat/struct-by-value-17_y.c: New file. * gcc.dg/compat/struct-by-value-18_main.c: New file. * gcc.dg/compat/struct-by-value-18_x.c: New file. * gcc.dg/compat/struct-by-value-18_y.c: New file. From-SVN: r67796
Janis Johnson committed -
ada: * Make-lang.in: Update to handle command-line options. * lang.opt: New file. * misc.c: Include aoptions.h. (cl_options_count, cl_options): Remove. (gnat_handle_option): New. (gnat_decode_option): Remove. (LANG_HOOKS_DECODE_OPTION): Remove. (LANG_HOOKS_HANDLE_OPTION): Override. From-SVN: r67795
Neil Booth committed -
* cfgloopanal.c (variable_initial_value): Update the set of altered registers correctly. From-SVN: r67792
Zdenek Dvorak committed -
From-SVN: r67790
Michael Koch committed -
* gcc.dg/compat/scalar-by-value-3_main.c: New file. * gcc.dg/compat/scalar-by-value-3_x.c: New file. * gcc.dg/compat/scalar-by-value-3_y.c: New file. * gcc.dg/compat/scalar-by-value-4_main.c: New file. * gcc.dg/compat/scalar-by-value-4_x.c: New file. * gcc.dg/compat/scalar-by-value-4_y.c: New file. * gcc.dg/compat/scalar-return-3_main.c: New file. * gcc.dg/compat/scalar-return-3_x.c: New file. * gcc.dg/compat/scalar-return-3_y.c: New file. * gcc.dg/compat/scalar-return-4_main.c: New file. * gcc.dg/compat/scalar-return-4_x.c: New file. * gcc.dg/compat/scalar-return-4_y.c: New file. From-SVN: r67789
Janis Johnson committed -
From-SVN: r67788
Michael Koch committed -
* config/d30v/d30v.h: Delete reference to ASM_FINAL_SPEC. * config/i386/netbsd-elf.h: Likewise. * config/m32r/m32r.h: Likewise. * config/mn10300/mn10300.h: Likewise. * config/stormy16/stormy16.h: Likewise. * config/v850/v850.h: Likewise. * config/vax/netbsd-elf.h: Likewise. * config/xtensa/elf.h: Likewise. * config/xtensa/linux.h: Likewise. Co-Authored-By: Kaveh R. Ghazi <ghazi@caip.rutgers.edu> From-SVN: r67784
Roger Sayle committed -
PR c++/11131 * tree.c (cp_cannot_inline_fn): Check for "inline" before instantiation. From-SVN: r67783
Mark Mitchell committed -
From-SVN: r67781
Michael Koch committed -
* configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32. * configure. Regenerate. gcc: * config/mips/iris5gas.h (MDEBUG_ASM_SPEC): Override to match DWARF 2 default. * config/mips/dbxmdebug.h: New file. * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it with gas and --with-stabs. From-SVN: r67780
Rainer Orth committed
-