aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-06-13linux.h (TARGET_ASM_FILE_END): Set TARGET_ASM_FILE_END to ↵Kaz Kojima2-0/+7
file_end_indicate_exec_stack. * config/sh/linux.h (TARGET_ASM_FILE_END): Set TARGET_ASM_FILE_END to file_end_indicate_exec_stack. From-SVN: r67887
2003-06-13back out previous patch, instead doDoug Evans2-18/+17
back out previous patch, instead do * config/m32r/initfini.c (__CTOR_LIST__,__DTOR_LIST__): Attribute used. (__do_global_ctors,__do_global_dtors): Ditto. From-SVN: r67886
2003-06-12re PR target/11089 (ICE: instantiate_virtual_regs_lossage while using sse ↵Richard Henderson3-3/+66
built-ins) PR target/11089 * config/i386/i386.md (sse_movaps): Use an expander to force one operand to be a register. (sse_movups): Likewise. From-SVN: r67883
2003-06-13allocator-inst.cc: Explicitly instantiate.Benjamin Kosnik4-135/+181
2003-06-12 Benjamin Kosnik <bkoz@redhat.com> * src/allocator-inst.cc: Explicitly instantiate. * include/ext/pool_allocator.h: Inhibit implicit instantiations. Tweaks. * config/linker-map.gnu: Add __pool_alloc bits. Tweaks. From-SVN: r67882
2003-06-13gcc-dg.exp (dg-require-dll): New function.Mark Mitchell51-285/+195
* lib/gcc-dg.exp (dg-require-dll): New function. (dg-xfail-if): Likewise. * gcc.c-torture/compile/compile.exp: Use dg rather than c-torture driver. * gcc.c-torture/compile/20000804-1.c: Convert to dg format. * gcc.c-torture/compile/20001205-1.c: Likewise. * gcc.c-torture/compile/20001226-1.c: Likewise. * gcc.c-torture/compile/20010518-2.c: Likewise. * gcc.c-torture/compile/20020312-1.c: Likewise. * gcc.c-torture/compile/20020604-1.c: Likewise. * gcc.c-torture/compile/920501-12.c: Likewise. * gcc.c-torture/compile/920501-4.c: Likewise. * gcc.c-torture/compile/920520-1.c: Likewise. * gcc.c-torture/compile/920521-1.c: Likewise. * gcc.c-torture/compile/920625-1.c: Likewise. * gcc.c-torture/compile/961203-1.c: Likewise. * gcc.c-torture/compile/980506-1.c: Likewise. * gcc.c-torture/compile/981006-1.c: Likewise. * gcc.c-torture/compile/981022-1.c: Likewise. * gcc.c-torture/compile/981223-1.c: Likewise. * gcc.c-torture/compile/990617-1.c: Likewise. * gcc.c-torture/compile/dll.c: Likewise. * gcc.c-torture/compile/labels-3.c: Likewise. * gcc.c-torture/compile/mipscop-1.c: Likewise. * gcc.c-torture/compile/mipscop-2.c: Likewise. * gcc.c-torture/compile/mipscop-3.c: Likewise. * gcc.c-torture/compile/mipscop-4.c: Likewise. * gcc.c-torture/compile/simd-5.c: Likewise. * gcc.c-torture/compile/20000804-1.x: Remove. * gcc.c-torture/compile/20001205-1.x: Likewise. * gcc.c-torture/compile/20001226-1.x: Likewise. * gcc.c-torture/compile/20010518-2.x: Likewise. * gcc.c-torture/compile/20020312-1.x: Likewise. * gcc.c-torture/compile/20020604-1.x: Likewise. * gcc.c-torture/compile/920501-12.x: Likewise. * gcc.c-torture/compile/920501-4.x: Likewise. * gcc.c-torture/compile/920520-1.x: Likewise. * gcc.c-torture/compile/920521-1.x: Likewise. * gcc.c-torture/compile/920625-1.x: Likewise. * gcc.c-torture/compile/961203-1.x: Likewise. * gcc.c-torture/compile/980506-1.x: Likewise. * gcc.c-torture/compile/981006-1.x: Likewise. * gcc.c-torture/compile/981022-1.x: Likewise. * gcc.c-torture/compile/981223-1.x: Likewise. * gcc.c-torture/compile/990617-1.x: Likewise. * gcc.c-torture/compile/mipscop-1.x: Likewise. * gcc.c-torture/compile/mipscop-2.x: Likewise. * gcc.c-torture/compile/mipscop-3.x: Likewise. * gcc.c-torture/compile/mipscop-4.x: Likewise. * gcc.c-torture/compile/simd-5.x: Likewise. * gcc.c-torture/compile/20021205-1.c: Remove bogus dg commands. From-SVN: r67881
2003-06-13Remove some build warnings.Doug Evans2-10/+17
* config/m32r/initfini.c (__CTOR_LIST__,__DTOR_LIST__): No longer static. (__do_global_ctors,__do_global_dtors): Ditto. From-SVN: r67880
2003-06-12re PR middle-end/10557 ([m68k] ICE in subreg_offset_representable_p)Richard Henderson2-8/+7
PR middle-end/10557 * rtlanal.c (subreg_offset_representable_p): Relax subreg check. From-SVN: r67878
2003-06-13fold-const.c (tree_expr_nonnegative_p): Fix misspelling of "least".Matt Kraai1-1/+1
* fold-const.c (tree_expr_nonnegative_p): Fix misspelling of "least". From-SVN: r67877
2003-06-13* config/m32r/m32r.md: Fix a comment typo.Kazu Hirata2-1/+5
From-SVN: r67876
2003-06-13re PR target/10142 ([SPARC64] gcc produces wrong code when passing ↵Eric Botcazou2-13/+61
structures by value) PR target/10142 * config/sparc/sparc.c (function_arg_record_value_parms): Add new 'stack' field. (function_arg_record_value_1): Set 'stack' to 1 if we run out of integer slots for an integer field. (function_arg_record_value_3): Shift vector index. (function_arg_record_value_2): Likewise. (function_arg_record_value): Initialize 'stack' to 0. Set 'stack' to 1 if we run out of integer slots for an integer field. Generate (parallel [(expr_list (nil) ...) ...]) if 'stack' is set to 1. Co-Authored-By: Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de> From-SVN: r67874
2003-06-13* gcc.c-torture/execute/20030611-1.c: New test.Eric Botcazou1-0/+62
From-SVN: r67871
2003-06-13re PR rtl-optimization/10955 ([SPARC] wrong code at -O3 for structure ↵Eric Botcazou3-2/+11
argument in context of structure return) PR optimization/10955 * unroll.c (unroll_loop): Fix off-by-one bug. From-SVN: r67870
2003-06-13Makefile.am: Add SHmedia support.Kaz Kojima8-4/+993
* Makefile.am: Add SHmedia support. Fix a typo of SH support. * Makefile.in: Regenerate. * configure.in (sh64-*-linux*, sh5*-*-linux*): Add target. * configure: Regenerate. * include/ffi.h.in: Add SHmedia support. * src/sh64/ffi.c: New file. * src/sh64/sysv.S: New file. From-SVN: r67869
2003-06-13rs6000.c (function_arg): Remove typo.Aldy Hernandez2-8/+4
2003-06-12 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/rs6000.c (function_arg): Remove typo. [[Split portion of a mixed commit.]] From-SVN: r67867.2
2003-06-12i386.c (legitimate_constant_p): Handle UNSPEC_NTPOFF and UNSPEC_DTPOFF.Richard Henderson2-0/+8
* config/i386/i386.c (legitimate_constant_p): Handle UNSPEC_NTPOFF and UNSPEC_DTPOFF. From-SVN: r67866
2003-06-12re PR middle-end/10475 (ICE in subreg_highpart_offset for code with long long)Richard Henderson3-7/+32
PR middle-end/10475 * expmed.c (emit_store_flag): Use simplify_gen_subreg directly for extracting sub-words. * gcc.c-torture/compile/20030612-1.c: New. From-SVN: r67865
2003-06-13Daily bump.GCC Administrator2-2/+2
From-SVN: r67860
2003-06-12re PR target/7594 ([m68k] ICE on legal code associated with simplify-rtx)Richard Henderson2-3/+9
PR target/7594 * config/m68k/m68k.md (zero_extendhisi2): Use gen_lowpart_SUBREG. (zero_extendqihi2, zero_extendqisi2): Likewise. From-SVN: r67857
2003-06-12rs6000.c (function_arg): Always split vectors for e500 if it's a stdarg ↵Aldy Hernandez3-27/+68
function. 2003-06-12 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/rs6000.c (function_arg): Always split vectors for e500 if it's a stdarg function. (function_arg_advance): Advance 2 registers for vectors in a stdarg function. (init_cumulative_args): Initialize stdarg. (rs6000_spe_function_arg): New. * config/rs6000/rs6000.h (rs6000_args): Add stdarg. From-SVN: r67854
2003-06-12rs6000.h (MODES_TIEABLE_P): Add SPE vectors.Aldy Hernandez2-0/+8
2003-06-12 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/rs6000.h (MODES_TIEABLE_P): Add SPE vectors. From-SVN: r67851
2003-06-12re PR middle-end/168 (Spurious signed/unsigned comparison warning)Roger Sayle4-7/+111
PR middle-end/168 * fold-const.c (tree_expr_nonnegative_p): Handle addition and multiplication of zero extensions, floating point division, and integer<->fp, fp<->fp and zero extension conversions. The built-in ceil and floor functions preserve signedness. * gcc.dg/20030612-1.c: New test case. From-SVN: r67850
2003-06-12ChangeLog: Follow spelling conventions.Kazu Hirata25-41/+69
* ChangeLog: Follow spelling conventions. * ChangeLog.2: Likewise. * c-decl.c: Likewise. * cfgloop.h: Likewise. * cgraph.c: Likewise. * coverage.c: Likewise. * cppcharset.c: Likewise. * cpphash.h: Likewise. * cpplex.c: Likewise. * cpplib.c: Likewise. * dbxout.c: Likewise. * df.c: Likewise. * dwarf2out.c: Likewise. * dwarfout.c: Likewise. * emit-rtl.c: Likewise. * explow.c: Likewise. * gcov-io.c: Likewise. * gcov-io.h: Likewise. * gcov.c: Likewise. * gengtype.c: Likewise. * ggc.h: Likewise. * opts.c: Likewise. * real.c: Likewise. * reload.c: Likewise. * stmt.c: Likewise. From-SVN: r67849
2003-06-12* doc/install.texi (m32r-*-elf): Change company to Renesas.Janis Johnson2-1/+5
From-SVN: r67848
2003-06-12basic-block.h (flow_delete_block_noexpunge): Kill.Jan Hubicka3-10/+8
* basic-block.h (flow_delete_block_noexpunge): Kill. * cfgrtl.c (flow_delete_block_noexpunge): Merge to rtl_delete_block. From-SVN: r67846
2003-06-12re PR inline-asm/4823 (gcc reports internal compiler error on legal code)Richard Henderson2-2/+17
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
2003-06-12re PR c++/10635 (ICE (segfault) when dereferencing an incomplete type casted ↵Mark Mitchell4-0/+18
from a void pointer) 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
2003-06-12spe.md: Change all clobbers of the accumulator to sets.Aldy Hernandez2-96/+100
2003-06-12 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/spe.md: Change all clobbers of the accumulator to sets. From-SVN: r67837
2003-06-12stl_alloc.h (__debug_alloc): Move out.Benjamin Kosnik1-43/+0
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
2003-06-12jni.cc (_Jv_JNI_check_types): New.Andrew Haley3-42/+109
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
2003-06-12* treetree.c: Remove cl_options-count and cl_options.Andreas Jaeger2-2/+4
From-SVN: r67834
2003-06-12config.guess: Update to 2003-06-06 version.H.J. Lu3-7/+25
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
2003-06-12c-opts.c (complain_wrong_lang): Add on argument.Jakub Jelinek2-5/+13
* 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
2003-06-12s390.c (s390_emit_prologue): Use LA instead of AR to initialize GOT register.Ulrich Weigand2-2/+9
* config/s390/s390.c (s390_emit_prologue): Use LA instead of AR to initialize GOT register. From-SVN: r67829
2003-06-12fold-const.c (tree_expr_nonnegative_p): Add support for floating point ↵Roger Sayle4-1/+85
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
2003-06-12sh.md (adddi3_compact, [...]): Add earlyclobber constraint modifier for ↵J"orn Rennecke2-2/+7
operand 0. * sh.md (adddi3_compact, subdi3_compact): Add earlyclobber constraint modifier for operand 0. From-SVN: r67827
2003-06-12configure.in (assembler dwarf2 debug_line support): Define insn for cris-*-* ↵Hans-Peter Nilsson3-11/+23
and mmix-*-*. * configure.in (assembler dwarf2 debug_line support): Define insn for cris-*-* and mmix-*-*. * configure: Regenerate. From-SVN: r67825
2003-06-12Don't warn on dollars in builtin macro definitions,Hans-Peter Nilsson6-14/+39
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
2003-06-12* ChangeLog: Add missing closing parentheses.Matt Kraai1-3/+3
From-SVN: r67823
2003-06-11Patch from Kelley Cook.Kelley Cook3-2/+12
* 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
2003-06-12* misc.c (gnat_handle_option): Fix warnings.Neil Booth2-1/+8
From-SVN: r67821
2003-06-12* Make-lang.in (gnatbind): Remove $(LIBIBERTY).Matt Kraai2-1/+5
From-SVN: r67820
2003-06-11Kaos support from Uwe StieberUwe Stieber8-1/+181
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
2003-06-12gcse.c (fis_get_condition): Make it a global function.Kazu Hirata4-2/+32
* 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
2003-06-12acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Simplify.Benjamin Kosnik40-12150/+1459
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
2003-06-12ClassLoader.java (loadClass): Not deprecated.Tom Tromey3-24/+14
* java/lang/ClassLoader.java (loadClass): Not deprecated. * java/io/PrintStream.java: Not deprecated. From-SVN: r67811
2003-06-12IntegerGraphicsState.java (drawOval): implemented.Scott Gilbertson5-4/+38
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
2003-06-11stmt.c (expand_asm_operands): Don't warn for memories with queued addresses.Richard Henderson3-3/+11
* stmt.c (expand_asm_operands): Don't warn for memories with queued addresses. From-SVN: r67808
2003-06-12Daily bump.GCC Administrator2-2/+2
From-SVN: r67806
2003-06-12re PR c++/10432 (ICE in poplevel, at cp/decl.c:1230)Mark Mitchell6-17/+20
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
2003-06-11sh.h (SUBTARGET_ASM_RELAX_SPEC): Rewrite without brackets.Kaz Kojima2-1/+6
* config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC): Rewrite without brackets. From-SVN: r67801