1. 13 May, 2003 11 commits
  2. 12 May, 2003 29 commits
    • configure.in (HAVE_AS_TLS): Add powerpc and powerpc64 tests. · c4501e62
      2003-05-12  Janis Johnson  <janis187@us.ibm.com>
      	    Alan Modra  <amodra@bigpond.net.au>
      	    Jakub Jelinek  <jakub@redhat.com>
      
      	* configure.in (HAVE_AS_TLS): Add powerpc and powerpc64 tests.
      	* configure: Rebuild.
      	* config/rs6000/rs6000-protos.h: Update.
      	* config/rs6000/rs6000.c (rs6000_tls_size): New.
      	(rs6000_tls_size_string): New.
      	(rs6000_parse_tls_size_option): New.
      	(rs6000_legitimize_tls_address): New.
      	(rs6000_tls_get_addr): New.
      	(rs6000_got_sym): New.
      	(rs6000_tls_symbol_ref): New.
      	(rs6000_tls_symbol_ref_1): New.
      	(rs6000_get_some_local_dynamic_name): New.
      	(rs6000_get_some_local_dynamic_name_1): New.
      	(TARGET_HAVE_TLS): New.
      	(TARGET_CANNOT_FORCE_CONST_MEM): New.
      	(rs6000_override_options): Handle -mtls-size option.
      	(constant_pool_expr_1): Handle TLS symbols.
      	(rs6000_legitimize_address): Handle TLS symbols.
      	(rs6000_tls_referenced_p): New.
      	(rs6000_legitimate_address): Handle TLS symbols.
      	(rs6000_emit_move): Handle TLS symbols.
      	(print_operand): Handle TLS symbols.
      	(uses_TOC): Handle TLS symbols.
      	(rs6000_emit_prologue): Use symbol for unspec constant.
      	* config/rs6000/rs6000.h (HAVE_AS_TLS): New.
      	(some_ld_name): New.
      	(LEGITIMATE_CONSTANT_P): Handle TLS symbols.
      	(PRINT_OPERAND_PUNCT_VALID_P): Handle TLS symbols.
      	(PREDICATE_CODES): Add rs6000_tls_symbol_ref.
      	* config/rs6000/rs6000.md (load_toc_v4_PIC_1, load_toc_v4_PIC_1b):
      	Support TLS.
      	(tls_gd_32, tls_gd_64, tls_ld_32, tls_ld_64, tls_dtprel_32,
      	tls_dtprel_64, tls_dtprel_ha_32, tls_dtprel_ha_64, tls_dtprel_lo_32,
      	tls_dtprel_lo_64, tls_got_dtprel_32, tls_got_dtprel_64, tls_tprel_32,
      	tls_tprel_64, tls_tprel_ha_32, tls_tprel_ha_64, tls_tprel_lo_32,
      	tls_tprel_lo_64, tls_got_tprel_32, tls_got_tprel_64, tls_tls_32,
      	tls_tls_64): New.
      	* config/rs6000/sysv4.h (SUBTARGET_OPTIONS): Add tls_size.
      
      Co-Authored-By: Alan Modra <amodra@bigpond.net.au>
      Co-Authored-By: Jakub Jelinek <jakub@redhat.com>
      
      From-SVN: r66742
      Janis Johnson committed
    • Makefile.in (stage2_build, [...]): Set BUILD_CC to the same as CC. · 6cfae22a
      	* Makefile.in (stage2_build, stage3_build, stage4_build)
      	: Set BUILD_CC to the same as CC.
      
      From-SVN: r66740
      Neil Booth committed
    • * alloc-pool.c (last_id): Put in ENABLE_CHECKING guards. · 517958ba
      From-SVN: r66739
      Neil Booth committed
    • ia64.c (ia64_function_ok_for_sibcall): Mark 'exp' as unused. · 74601584
      	* config/ia64/ia64.c (ia64_function_ok_for_sibcall): Mark 'exp'
      	as unused.
      	(bundling): Initialize 'pos'.
      	(ia64_expand_builtin): Initialize 'rmode'.
      
      From-SVN: r66738
      Andreas Schwab committed
    • xcoff.h (ASM_OUTPUT_SKIP): Accept HOST_WIDE_INT. · f08b4d88
              * config/rs6000/xcoff.h (ASM_OUTPUT_SKIP): Accept HOST_WIDE_INT.
              (ASM_OUTPUT_ALIGNED_COMMON): Same.
              (ASM_OUTPUT_LOCAL): Same.
      
      From-SVN: r66736
      David Edelsohn committed
    • 1.cc: Remove unnecessary includes and unused string literals. · 1f61755c
      2003-05-12  Paolo Carlini  <pcarlini@unitus.it>
      
      	* testsuite/27_io/basic_filebuf/sgetc/char/1.cc: Remove
      	unnecessary includes and unused string literals.
      	* testsuite/27_io/basic_filebuf/sputbackc/char/1.cc: Likewise.
      	* testsuite/27_io/basic_filebuf/sputc/char/1.cc: Likewise.
      	* testsuite/27_io/basic_filebuf/sputn/char/1.cc: Likewise.
      	* testsuite/27_io/basic_filebuf/sungetc/char/1.cc: Likewise.
      
      From-SVN: r66735
      Paolo Carlini committed
    • gcc_release (usage): Print more detailed description of all command-line options. · c627639b
      	* gcc_release (usage): Print more detailed description of all
      	command-line options.
      
      From-SVN: r66734
      Gerald Pfeifer committed
    • ByteBufferImpl.java: Reformatted. · 36d4669b
      2003-05-12  Michael Koch  <konqueror@gmx.de>
      
      	* gnu/java/nio/ByteBufferImpl.java: Reformatted.
      	(nio_get_*): Removed.
      	(nio_put_*): Removed.
      	(as*Buffer): Implemented.
      	(compact): Implemented.
      	(get): Documentation added.
      	(put): Documentation added.
      	(get*): Newly implemented.
      	(put*): Newly implemented.
      	* gnu/java/nio/CharBufferImpl.java: Reformatted.
      	(CharBufferImpl): Revised.
      	(slice): New implementation.
      	(duplicate): New implementation.
      	(compact): New implementation.
      	(asReadOnlyBuffer): New implementation.
      	(get): Documentation revised.
      	(order): Return native byte order.
      	* gnu/java/nio/DirectByteBufferImpl.java
      	(allocateDirect): objects can be null not 0.
      	* gnu/java/nio/DoubleBufferImpl.java: Reformatted.
      	(DoubleBufferImpl): Revised.
      	(slice): New implementation.
      	(duplicate): New implementation.
      	(compact): New implementation.
      	(asReadOnlyBuffer): New implementation.
      	(get): Documentation revised.
      	(order): Return native byte order.
      	* gnu/java/nio/FloatBufferImpl.java: Reformatted.
      	(FloatBufferImpl): Revised.
      	(slice): New implementation.
      	(duplicate): New implementation.
      	(compact): New implementation.
      	(asReadOnlyBuffer): New implementation.
      	(get): Documentation revised.
      	(order): Return native byte order.
      	* gnu/java/nio/IntBufferImpl.java: Reformatted.
      	(IntBufferImpl): Revised.
      	(slice): New implementation.
      	(duplicate): New implementation.
      	(compact): New implementation.
      	(asReadOnlyBuffer): New implementation.
      	(get): Documentation revised.
      	(order): Return native byte order.
      	* gnu/java/nio/LongBufferImpl.java: Reformatted.
      	(LongBufferImpl): Revised.
      	(slice): New implementation.
      	(duplicate): New implementation.
      	(compact): New implementation.
      	(asReadOnlyBuffer): New implementation.
      	(get): Documentation revised.
      	(order): Return native byte order.
      	* gnu/java/nio/ShortBufferImpl.java: Reformatted.
      	(ShortBufferImpl): Revised.
      	(slice): New implementation.
      	(duplicate): New implementation.
      	(compact): New implementation.
      	(asReadOnlyBuffer): New implementation.
      	(get): Documentation revised.
      	(order): Return native byte order.
      	* java/nio/CharBuffer.java: Reformatted, much documentation rewritten.
      	(CharBuffer): Revised.
      	(order): Removed.
      	* java/nio/DoubleBuffer.java: Reformatted, much documentation rewritten.
      	(DoubleBuffer): Revised.
      	(allocateDirect): Removed.
      	(order): Removed.
      	* java/nio/FloatBuffer.java: Reformatted, much documentation rewritten.
      	(FloatBuffer): Revised.
      	(allocateDirect): Removed.
      	(order): Removed.
      	* java/nio/IntBuffer.java: Reformatted, much documentation rewritten.
      	(IntBuffer): Revised.
      	(allocateDirect): Removed.
      	(order): Removed.
      	* java/nio/LongBuffer.java: Reformatted, much documentation rewritten.
      	(LongBuffer): Revised.
      	(allocateDirect): Removed.
      	(order): Removed.
      	* java/nio/ShortBuffer.java: Reformatted, much documentation rewritten.
      	(ShortBuffer): Revised.
      	(allocateDirect): Removed.
      	(order): Removed.
      	* gnu/java/nio/natByteBufferImpl.cc: Removed.
      	* gnu/java/nio/natCharBufferImpl.cc: Removed.
      	* Makefile.am
      	(ordinary_java_source_files): Added the following files:
      	gnu/java/nio/CharViewBufferImpl.java,
      	gnu/java/nio/DoubleViewBufferImpl.java,
      	gnu/java/nio/FloatViewBufferImpl.java,
      	gnu/java/nio/IntViewBufferImpl.java,
      	gnu/java/nio/LongViewBufferImpl.java,
      	gnu/java/nio/ShortViewBufferImpl.java
      	(nat_source_files): Removed the following files:
      	gnu/java/nio/natByteBufferImpl.cc,
      	gnu/java/nio/natCharBufferImpl.cc
      	* Makefile.in: Regenerated.
      
      From-SVN: r66733
      Michael Koch committed
    • * varasm.c (output_constant): Fix underflow. · d3e0dffb
      From-SVN: r66732
      Jan Hubicka committed
    • re PR other/10745 (Bug in gcc-3.3/gcc/configure) · 96ef4bdc
      	PR other/10745
      	* configure.in: Correct detection of GNU ld version number.
      	* configure: Regenerated.
      
      From-SVN: r66730
      Mark Mitchell committed
    • diagnostic.c (diagnostic_for_decl): Take a diagnostic_context argument. · 9804f5fb
      	* diagnostic.c (diagnostic_for_decl): Take a
      	diagnostic_context argument.  Restructure to be consistent
      	with diagnostic_report_diagnostic.
      	(diagnostic_count_diagnostic): Now static.  Take a
      	diagnostic_info argument, not just a diagnostic_t.  Some code
      	moved here from internal_error.  Move a case label for
      	clarity.
      	(diagnostic_action_after_output): New function.  Code moved
      	here from internal_error and fatal_error.
      	(bug_report_request): New #define so that this text appears in
      	only one place.
      	(diagnostic_report_diagnostic): Update to match changes to
      	diagnostic_count_diagnostic.  Call diagnostic_action_after_output.
      	(diagnostic_set_info): Call gettext here.
      
      	(pedwarn): Update comment.  Don't call gettext here.
      	(sorry): Use report_diagnostic.  Don't call gettext here.
      	(fatal_error): Remove final fnotice and exit, but call
      	real_abort to prevent warnings about noreturn function returning.
      	(internal_error): Likewise.  Don't do ICE suppression here nor
      	call context->internal_error.
      	(warning_with_decl): Suppress for decls in system headers.
      	Adjust call to diagnostic_for_decl.
      	(pedwarn_with_decl): Likewise.
      	(error_with_decl): Adjust call to diagnostic_for_decl.
      	(error_recursion): Use bug_report_request.
      
      	* diagnostic.h: Remove prototype of diagnostic_count_diagnostic.
      	* objc/objc-act.c (error_with_ivar, warn_with_method): Don't call
      	diagnostic_count_diagnostic.
      f:
      	* bad.c: Don't call diagnostic_count_diagnostic.
      
      From-SVN: r66728
      Zack Weinberg committed
    • CharViewBufferImpl.java, [...]: New files, not yet to be compiled. · 5560b019
      2003-05-12  Michael Koch  <konqueror@gmx.de>
      
      	* gnu/java/nio/CharViewBufferImpl.java,
      	gnu/java/nio/DirectByteBufferImpl.java,
      	gnu/java/nio/DoubleViewBufferImpl.java,
      	gnu/java/nio/FloatViewBufferImpl.java,
      	gnu/java/nio/IntViewBufferImpl.java,
      	gnu/java/nio/LongViewBufferImpl.java,
      	gnu/java/nio/ShortViewBufferImpl.java,
      	gnu/java/nio/natDirectByteBufferImpl.cc:
      	New files, not yet to be compiled.
      
      From-SVN: r66727
      Michael Koch committed
    • From-SVN: r66726 · 6e81c6f4
      Benjamin Kosnik committed
    • 10096.cc: Add weak bits. · a72a4f3d
      
      2003-05-12  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* testsuite/27_io/basic_filebuf/underflow/10096.cc: Add weak bits.
      
      From-SVN: r66724
      Benjamin Kosnik committed
    • ns1.C: Remove private member warning. · 8015bbee
      	* g++.old-deja/g++.brendan/ns1.C: Remove private member warning.
      	* g++.old-deja/g++.robertl/eb71.C: Likewise.
      	* g++.old-deja/g++.brendan/warnings1.C: Add -Wctor-dtor-privacy.
      	* g++.old-deja/g++.other/warn3.C: Likewise.
      
      From-SVN: r66723
      Kriang Lerdsuwanakij committed
    • update email addresses · 0c130f81
      From-SVN: r66722
      Michael Meissner committed
    • g++.exp: Tweak handling of additional source files. · dc7c7ad6
      	* lib/g++.exp: Tweak handling of additional source files.
      	* g++.dg/special/conpr-2.C: Use dg-gpp-additional-sources.
      	* g++.dg/special/conpr-2a.C: Rename to ...
      	* g++.dg/special/conpr-2a.cc: ... this.
      	* g++.dg/special/conpr-3.C: Use dg-gpp-additional-sources.
      	* g++.dg/special/conpr-3a.C: Rename to ...
      	* g++.dg/special/conpr-3a.cc: This.
      	* g++.dg/special/conpr-3b.C: Rename to ...
      	* g++.dg/special/conpr-3b.cc: This.
      	* g++.dg/special/conpr-4.C: New test.
      	* g++.dg/special/ecos.exp: Rewrite to use ordinary dg driver.
      
      From-SVN: r66721
      Mark Mitchell committed
    • darwin.h (ASM_OUTPUT_COMMON): Accept HOST_WIDE_INT · 212e2065
      	* rs6000/darwin.h (ASM_OUTPUT_COMMON): Accept HOST_WIDE_INT
      	* mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Fix warning.
      	* mips/mips.h (ASM_OUTPUT_SKIP):  Fix typo in the previous patch.
      
      From-SVN: r66720
      Jan Hubicka committed
    • elf.h (ASM_OUTPUT_ALIGNED_BSS): Fix warning. · c394cdb7
      
      	* mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Fix warning.
      	* mips/mips.h (ASM_OUTPUT_SKIP):  Fix typo in the previous patch.
      
      From-SVN: r66717
      Jan Hubicka committed
    • rtl.texi: Document zero_extract as a valid destination of a set insn. · 70498da3
      
      	* doc/rtl.texi: Document zero_extract as a valid destination
      	of a set insn.
      
      From-SVN: r66716
      Roger Sayle committed
    • lib1funcs.asm (LSYM): Define -- on ELF prefix a local symbol with '.'. · ce250a20
      * arm/lib1funcs.asm (LSYM): Define -- on ELF prefix a local symbol with
      '.'.  Change all local symbol definitions and references to use LSYM.
      
      From-SVN: r66715
      Richard Earnshaw committed
    • com.c (ffecom_init_0): Define built-in functions for atan2, exp, floor, fmod, log and pow. · c349b2a4
      
      	* com.c (ffecom_init_0): Define built-in functions for atan2,
      	exp, floor, fmod, log and pow.
      	(duplicate_decls): Preserve assembler name when redeclaring a
      	built-in.
      	* com-rt.def: Implement using the built-in forms of the above
      	functions rather than calling the standard C library directly.
      	Correct some of the run-time prototype "codes".
      
      From-SVN: r66714
      Roger Sayle committed
    • Mon May 12 11:32:53 CEST 2003 Jan Hubicka <jh@suse.cz> · 58e15542
      	* expr.h (assemble_static_space): Update prototype.
      	* output.h (assemble_zeros, output_constant): Likewise.
      	* elfos.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): Make it 64bit clean
      	* alpha.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASK_OUTPUT_LOCAL): Make
      	it 64bit clean.
      	* elf.h (ASM_OTUPUT_SKIP): Likewise.
      	* unicosmk.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMM): Likewise.
      	* arm.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
      	Expect HOST_WIDE_INT operand.
      	* aout.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
      	Expect HOST_WIDE_INT operand.
      	* unknown-elf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
      	Expect HOST_WIDE_INT operand.
      	* avr.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP): Expect
      	HOST_WIDE_INT operand.
      	* c4x.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP,
      	ASM_OUTPUT_BSS): Expect HOST_WIDE_INT operand.
      	* aout.h (ASM_OTUPUT_SKIP): Likewise.
      	* cris.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
      	* darwin.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON): Likewise.
      	* dsp16xx.h (ASM_OTUPUT_SKIP): Likewise.
      	* frv.h (ASM_OTUPUT_SKIP): Likewise.
      	* h8300.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_LOCAL): Likewise.
      	* 370.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
      	Make it 64bit
      	clean.
      	* att.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand.
      	* bsd.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
      	Make it 64bit clean.
      	* darwin.h (ASM_OUTPUT_SKIP): Make it 64bit clean..
      	* sco5.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Expect
      	HOST_WIDE_INT operand
      	* svr3gas.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
      	Expect HOST_WIDE_INT operand
      	* sysv3.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand
      	* i960.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON,
      	ASM_OUTPUT_ALIGNED_LOCAL): Expect HOST_WIDE_INT operand
      	* ip2k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
      	Likewise.
      	* m32r.h (ASM_OUTPUT_COMMON): Likewise.
      	* 3b1.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
      	Likewise.
      	* amix.h (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
      	* crds.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
      	* hp320.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
      	ASM_OUTPUT_SKIP): Likewise.
      	* m68k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
      	Likewise.
      	* m68kelf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
      	ASM_OUTPUT_SKIP): Likewise.
      	* m68kv4.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
      	ASM_OUTPUT_SKIP): Likewise.
      	* mot3300.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
      	* netbsd-elf.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
      	ASM_OUTPUT_SKIP): Likewise.
      	* sgs.h (ASM_OUTPUT_SKIP): Likewise.
      	* tower-as.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
      	ASM_OUTPUT_SKIP): Likewise.
      	* m88k.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP):
      	Likewise.
      	* mcore.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_BSS, ASM_OUTPUT_SKIP): Likewise.
      	* iris.h (ASM_OUTPUT_LOCAL): Likewise.
      	* mips.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
      	* ns32k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
      	ASM_OUTPUT_SKIP): Make it 64bit clean.
      	* pa-pro-end.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL):
      	Make it 64bit clean.
      	* pa.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL,
      	ASM_OUTPUT_SKIP): Make it 64bit clean.
      	* hpux.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL): Make it
      	64bit clean.
      	* romp.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
      	HOST_WIDE_INT argument
      	* s390.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT argument.
      	* sh.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
      	HOST_WIDE_INT argument
      	* sol2.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
      	* sparc.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): HOST_WIDE_INT argument
      	* svr3.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
      	* vax.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
      	HOST_WIDE_INT argument
      	* vaxv.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
      	* xtensa.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
      	* varasm.c (asm_output_bss, asm_output_aligned_bss,
      	asm_emit_uninitialized, assemble_zeros, assemble_static_space):
      	HOST_WIDE_INT argument
      
      From-SVN: r66713
      Jan Hubicka committed
    • cgraphunit.c (cgraph_create_edges): Drop walk_tree in favor of walk_tree_without_duplicates. · 7660e67e
      2003-05-10  Steven Bosscher  <steven@gcc.gnu.org>
      
      	* cgraphunit.c (cgraph_create_edges): Drop walk_tree in
      	favor of walk_tree_without_duplicates.  Add comments.
      
      From-SVN: r66712
      Steven Bosscher committed
    • alloc-pool.h (ALLOC_POOL_ID_TYPE): New type. · 76abd4c6
      	* alloc-pool.h (ALLOC_POOL_ID_TYPE): New type.
      	(struct alloc_pool_def): New element 'id'.
      	* alloc-pool.c (fancy_abort): Extern function prototype.
      	(abort): Macro which uses fancy_abort.
      	(struct allocation_object_def): New structure.
      	(ALLOCATION_OBJECT_PTR_FROM_USER_PTR): New macro.
      	(USER_PTR_FROM_ALLOCATION_OBJECT_PTR): New macro.
      	(last_id): New variable.
      	(create_alloc_pool): Add the offset of u.data to size of element,
      	increase and use last_id.
      	(free_alloc_pool): Do the checking only when ENABLE_CHECKING.
      	(pool_alloc): Likewise. Set ID for elements.
      	(pool_free): Check whether the PTR was allocated from POOL.
      
      From-SVN: r66711
      Josef Zlomek committed
    • re PR c/10675 (Compile time increases quadratically with struct size) · 66ea6f4c
              PR c/10675
              * c-decl.c: Include hashtab.h.
              (detect_field_duplicates): New.
              (finish_struct): Use it.
              * Makefile.in (c-decl.o): Update.
              * c-parse.in (structsp_attr): Nreverse component_decl_list results.
              (component_decl_list, component_decl_list2,
              components, components_notype): Build list in reverse order.
              (enumlist): Clarify docs.  Use TREE_CHAIN not chainon.
              * tree.c (chainon): Special case op2 null as well.
              Reorg for clarity.
      
      From-SVN: r66710
      Richard Henderson committed
    • i386.md (logsf2, [...]): New patterns to implement log, logf and logl built-ins… · 358997e2
      i386.md (logsf2, [...]): New patterns to implement log, logf and logl built-ins as inline x87 intrinsics.
      
      
      	* config/i386/i386.md (logsf2, logdf2, logxf2, logdf2): New patterns
      	to implement log, logf and logl built-ins as inline x87 intrinsics.
      	(UNSPEC_FYL2X): New unspec to represent x87's "fyl2x" instruction.
      	(*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3): New insn
      	patterns for x87's "fyl2x" instruction, used by log?f2 patterns.
      
      	* reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FYL2X like
      	UNSPEC_FPATAN, i.e. replaces two stack operands with single result.
      
      	* gcc.dg/i386-387-1.c: Update to also test log.
      	* gcc.dg/i386-387-2.c: Likewise.
      
      From-SVN: r66709
      Roger Sayle committed