Commit Graph

50039 Commits

Author SHA1 Message Date
Zack Weinberg 2aea0b53c9 * doc/install.texi: Remove information about desupported targets.
From-SVN: r66909
2003-05-17 19:42:04 +00:00
Andreas Schwab 1a8965c4a1 coff.h: Remove support for Sun FPA and Sun SKY board.
2003-05-17  Andreas Schwab  <schwab@suse.de>

	* config/m68k/coff.h: Remove support for Sun FPA and Sun SKY board.
	* config/m68k/linux.h: Likewise.
	* config/m68k/m68k-none.h: Likewise.
	* config/m68k/netbsd-elf.h: Likewise.
	* config/m68k/sgs.h: Likewise.
	* config/m68k/m68k.h: Likewise.
	* config/m68k/m68k.md: Likewise.
	* config/m68k/m68k.c: Likewise.
	* doc/md.texi (Machine Constraints): Remove Sun FPA specific
	constraints.
	* doc/invoke.texi (Option Summary): Remove -mfpa.
	(M680x0 Options): Likewise.

From-SVN: r66907
2003-05-17 18:20:55 +00:00
David Edelsohn 2a8fa26cf4 * rs6000.c (rs6000_function_value): Simplify REAL_TYPE logic.
From-SVN: r66906
2003-05-17 12:57:17 -04:00
Neil Booth 6508bdd590 sol2.h: Add TARGET_SUB_OS_CPP_BUILTINS.
* config/sol2.h: Add TARGET_SUB_OS_CPP_BUILTINS.
	* config/sparc/liteelf.h, config/sparc/openbsd64.h,
	config/sparc/rtemself.h, config/sparc/sol2-64.h,
	config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h:
	Update for use of TARGET_SUB_OS_CPP_BUILTINS.

From-SVN: r66905
2003-05-17 13:47:44 +00:00
Neil Booth 8d55c1641e i960.h, rtems.h: Use TARGET_OS_CPP_BUILTINS and TARGET_CPU_CPP_BUILTINS in preference to...
* i960/i960.h, i960/rtems.h: Use TARGET_OS_CPP_BUILTINS and
	TARGET_CPU_CPP_BUILTINS in preference to CPP_PREDEFINES.

From-SVN: r66903
2003-05-17 07:37:44 +00:00
Neil Booth 9b8466f43d config.gcc (sparc-*-sysv4*): Add sparc/sysv4-only.h.
* config.gcc (sparc-*-sysv4*): Add sparc/sysv4-only.h.
	* sparc/aout.h, sparc/elf.h, sparc/freebsd.h, sparc/linux.h,
	sparc/linux64.h, sparc/lite.h, sparc/litecoff.h, sparc/liteelf.h,
	sparc/netbsd-elf.h, sparc/openbsd.h, sparc/openbsd64.h,
	sparc/pbd.h, sparc/rtemself.h, sparc/sol2-64.h, sparc/sol2-bi.h,
	sparc/sol2.h, sparc/sp64-elf.h, sparc/sp86-elf.h, sparc/sparc.h,
	sparc/sysv4.h,
	* sparc/sysv4-only.h: New.

From-SVN: r66902
2003-05-17 07:19:56 +00:00
Alan Modra 5c07bd7a3c * function.c (assign_parms): Check for zero size args.
From-SVN: r66901
2003-05-17 16:22:35 +09:30
Kaveh R. Ghazi 90ff44cfd6 cfgloopanal.c (test_for_iteration): Use string concatentation on HOST_WIDE_INT_PRINT_* format specifier to collapse...
gcc:
	* cfgloopanal.c (test_for_iteration): Use string concatentation on
	HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
	function calls into one.
	* dbxout.c (dbxout_symbol): Likewise.
	* defaults.h (ASM_OUTPUT_SIZE_DIRECTIVE): Likewise.
	* dwarf2asm.c (dw2_asm_output_data_uleb128,
	dw2_asm_output_data_sleb128): Likewise.
	* genrecog.c (debug_decision_2): Likewise.
	* loop.c (emit_prefetch_instructions): Likewise.
	* print-rtl.c (print_rtx): Likewise.
	* print-tree.c (print_node_brief, print_node): Likewise.
	* ra-debug.c (dump_igraph, dump_graph_cost,
	dump_static_insn_cost): Likewise.
	* ra-rewrite.c (dump_cost): Likewise.
	* sdbout.c (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
	* sreal.c (dump_sreal): Likewise.
	* unroll.c (unroll_loop, precondition_loop_p): Likewise.
	* varasm.c (assemble_vtable_entry): Likewise.

cp:
	* ptree.c (cxx_print_type, cxx_print_xnode): Use string
	concatentation on HOST_WIDE_INT_PRINT_* format specifier to
	collapse multiple function calls into one.
	* tree.c (debug_binfo): Likewise.

java:
	* parse.y (print_int_node): Use string concatentation on
	HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
	function calls into one.

From-SVN: r66900
2003-05-17 01:40:45 +00:00
GCC Administrator 40fd18b5d6 Daily bump.
From-SVN: r66898
2003-05-17 00:16:07 +00:00
Geoffrey Keating cabfd2588b rs6000.c (expand_block_move): Unify the TARGET_STRING and ! TARGET_STRING cases.
* config/rs6000/rs6000.c (expand_block_move): Unify the TARGET_STRING
	and ! TARGET_STRING cases.

From-SVN: r66896
2003-05-16 23:45:42 +00:00
Kaveh R. Ghazi 7e53359d44 avr.c (avr_output_function_prologue, [...]): Fix format specifier warnings.
* avr.c (avr_output_function_prologue,
	avr_output_function_epilogue, print_operand): Fix format specifier
	warnings.
	(init_cumulative_args): Mark parameter with ATTRIBUTE_UNUSED.
	* avr.h (FUNCTION_VALUE_REGNO_P): Fix signed/unsigned warnings.

From-SVN: r66895
2003-05-16 23:41:12 +00:00
Geoffrey Keating 79406520e9 cppopts.texi (-undef): Fix texinfo warning.
* doc/cppopts.texi (-undef): Fix texinfo warning.

	* doc/cppopts.texi (-H): Document that -H works for PCH files too.
	* cppfiles.c (validate_pch): When -H is used, print some information
	about PCH files found.

From-SVN: r66894
2003-05-16 23:38:42 +00:00
Janis Johnson 72701eabe7 struct-by-value-4_main.c: Split into multiple tests.
2003-05-16  Janis Johnson  <janis187@us.ibm.com>

	* gcc.dg/compat/struct-by-value-4_main.c: Split into multiple tests.
	* gcc.dg/compat/struct-by-value-4_x.c: Split into multiple tests.
	* gcc.dg/compat/struct-by-value-4_y.c: Split into multiple tests.
	* gcc.dg/compat/struct-by-value-5_main.c: Split into multiple tests.
	* gcc.dg/compat/struct-by-value-5_x.c: Split into multiple tests.
	* gcc.dg/compat/struct-by-value-5_y.c: Split into multiple tests.
	* gcc.dg/compat/struct-by-value-6_main.c: New file.
	* gcc.dg/compat/struct-by-value-6_x.c: New file.
	* gcc.dg/compat/struct-by-value-6_y.c: New file.
	* gcc.dg/compat/struct-by-value-7_main.c: New file.
	* gcc.dg/compat/struct-by-value-7_x.c: New file.
	* gcc.dg/compat/struct-by-value-7_y.c: New file.
	* gcc.dg/compat/struct-by-value-8_main.c: New file.
	* gcc.dg/compat/struct-by-value-8_x.c: New file.
	* gcc.dg/compat/struct-by-value-8_y.c: New file.
	* gcc.dg/compat/struct-by-value-9_main.c: New file.
	* gcc.dg/compat/struct-by-value-9_x.c: New file.
	* gcc.dg/compat/struct-by-value-9_y.c: New file.

From-SVN: r66893
2003-05-16 23:01:38 +00:00
Richard Kenner 190162de1d t-elf: Remove obsolete rules adding dependencies on tm.h.
* config/mips/t-elf: Remove obsolete rules adding dependencies on tm.h.
	* config/mips/t-isa3264, config/mips/t-r3900: Likewise.
	* config/mips/t-sr71k: Likewise.

From-SVN: r66892
2003-05-16 18:51:14 -04:00
Kaveh R. Ghazi 15a5dddcc7 arc.c (arc_output_function_prologue, [...]): Fix format specifier warnings.
* arc.c (arc_output_function_prologue,
	arc_output_function_epilogue): Fix format specifier warnings.
	* arc.h (LARGE_INT): Fix signed/unsigned warnings.

From-SVN: r66891
2003-05-16 22:46:41 +00:00
Kaveh R. Ghazi e0b3adcbe2 * v850.c (print_operand): Fix format specifier warnings.
From-SVN: r66890
2003-05-16 22:39:21 +00:00
Kaveh R. Ghazi 8745765a63 ns32k.c (ADJSP, [...]): Fix format specifier warnings.
* ns32k.c (ADJSP, ns32k_output_function_prologue): Fix format
	specifier warnings.

From-SVN: r66889
2003-05-16 22:23:13 +00:00
Kaveh R. Ghazi fd7b89524f mcore.c (mcore_print_operand_address, [...]): Fix format specifier warnings.
* mcore.c (mcore_print_operand_address, mcore_print_operand): Fix
	format specifier warnings.

From-SVN: r66888
2003-05-16 22:15:14 +00:00
Jakub Jelinek a733b15e51 configure.in (HAVE_RO_EH_FRAME): Check whether .eh_frame section should be read-only.
* configure.in (HAVE_RO_EH_FRAME): Check whether .eh_frame section
	should be read-only.
	* configure: Rebuilt.
	* fficonfig.h.in: Rebuilt.
	* include/ffi.h.in (EH_FRAME_FLAGS): Define.
	* src/alpha/osf.S: Use EH_FRAME_FLAGS.
	* src/powerpc/linux64.S: Likewise.
	* src/powerpc/linux64_closure.S: Likewise.  Include ffi.h.
	* src/powerpc/sysv.S: Use EH_FRAME_FLAGS.  Use pcrel encoding
	if -fpic/-fPIC/-mrelocatable.
	* src/powerpc/powerpc_closure.S: Likewise.
	* src/sparc/v8.S: If HAVE_RO_EH_FRAME is defined, don't include
	#write in .eh_frame flags.
	* src/sparc/v9.S: Likewise.
	* src/x86/unix64.S: Use EH_FRAME_FLAGS.
	* src/x86/sysv.S: Likewise.  Use pcrel encoding if -fpic/-fPIC.
	* src/s390/sysv.S: Use EH_FRAME_FLAGS.  Include ffi.h.

From-SVN: r66887
2003-05-17 00:09:22 +02:00
Kaveh R. Ghazi f5a1c99c63 ip2k.c (function_prologue, [...]): Fix format specifier warnings.
* ip2k.c (function_prologue, function_epilogue, print_operand):
	Fix format specifier warnings.
	* ip2k.md: Likewise.

From-SVN: r66886
2003-05-16 22:05:08 +00:00
Kaveh R. Ghazi 0c6b830b95 i960.c (i960_output_function_prologue, [...]): Fix format specifier warnings.
* i960.c (i960_output_function_prologue, i960_print_operand,
	i960_print_operand_addr): Fix format specifier warnings.

From-SVN: r66885
2003-05-16 21:51:24 +00:00
Kaveh R. Ghazi 94c5db5450 i370.c (ascebc, ebcasc): Wrap in macros controlling usage.
* i370.c (ascebc, ebcasc): Wrap in macros controlling usage.
	(i370_output_function_prologue): Fix format specifier warnings.
	* i370.h (PRINT_OPERAND): Likewise.

From-SVN: r66884
2003-05-16 21:31:37 +00:00
Kaveh R. Ghazi 1bdfacf6ea * fr30.c (fr30_print_operand): Fix format specifier warnings.
From-SVN: r66883
2003-05-16 21:03:04 +00:00
Kaveh R. Ghazi 5f1ed3b248 dsp16xx.c (print_operand_address): Fix format specifier warning.
* dsp16xx.c (print_operand_address): Fix format specifier warning.
	* dsp16xx.h (INCLUDE_DEFAULTS): Add missing initializers.

From-SVN: r66882
2003-05-16 20:57:04 +00:00
Mark Mitchell 0baa170258 gcc-dg.exp (gcc-dg-test): Rename to ...
* lib/gcc-dg.exp (gcc-dg-test): Rename to ...
	(gcc-dg-test-1): ... this.  Add target_compile parameter.  Add
	support for "repo" mode.
	* lib/g++-dg.exp: Use gcc-dg.exp to implement all functionality.
	* lib/g77-dg.exp: Likewise.
	* lib/obj-dg.exp: Likewise.

From-SVN: r66881
2003-05-16 20:53:04 +00:00
Kaveh R. Ghazi 13a8b496ce c4x.c (c4x_print_operand, [...]): Fix format specifier warnings.
* c4x.c (c4x_print_operand, c4x_print_operand_address): Fix format
	specifier warnings.

From-SVN: r66880
2003-05-16 20:49:42 +00:00
Jakub Jelinek dcac003d66 backport: re PR target/7434 ([x86_64] ICE in change_address_1, at emit-rtl.c:1934)
Merge from gcc-3_2-rhl8-branch:
	2003-04-23  Jakub Jelinek  <jakub@redhat.com>

	* gcc.dg/tls/opt-6.c: New test.

	2003-04-05  Jakub Jelinek  <jakub@redhat.com>

	* gcc.dg/20030405-1.c: New test.

	2003-03-09  Jakub Jelinek  <jakub@redhat.com>

	* gcc.dg/20030309-1.c: New test.

	2003-03-07  Eric Botcazou  <ebotcazou@libertysurf.fr>

	* gcc.c-torture/execute/20030307-1.c: New test.

	2003-02-20  Randolph Chung  <tausq@debian.org>

	* gcc.c-torture/compile/20030220-1.c: New test.

	2003-02-18  Jakub Jelinek  <jakub@redhat.com>

	* gcc.dg/20030217-1.c: New test.

	2003-01-29  Jakub Jelinek  <jakub@redhat.com>

	* gcc.c-torture/compile/20020129-1.c: New test.

	2002-12-21  Eric Botcazou  <ebotcazou@libertysurf.fr>

	* gcc.dg/unroll-1.c: New test.

	2002-11-16  Jan Hubicka  <jh@suse.cz>

	* gcc.c-torture/execute/20020920-1.c: New test.

	2002-10-08  Jakub Jelinek  <jakub@redhat.com>

	PR target/7434
	* gcc.c-torture/compile/20021008-1.c: New test.

	2002-08-10  Gwenole Beauchesne  <gbeauchesne@mandrakesoft.com>

	PR target/7559
	* testsuite/gcc.c-torture/execute/20020810-1.c: New test.

	2002-08-07  Jakub Jelinek  <jakub@redhat.com>

	* gcc.c-torture/compile/20020807-1.c: New test.

	2002-07-30  Jakub Jelinek  <jakub@redhat.com>

	* gcc.dg/tls/opt-1.c: New test.

	2002-07-29  Jakub Jelinek  <jakub@redhat.com>

	* gcc.dg/20020729-1.c: New test.

	2002-07-20  Jakub Jelinek  <jakub@redhat.com>

	* g++.dg/opt/life1.C: New test.

	2002-05-20  Jakub Jelinek  <jakub@redhat.com>

	* gcc.dg/20020525-1.c: New test.

	2002-05-24  Jakub Jelinek  <jakub@redhat.com>

	PR c++/6794
	* g++.dg/ext/pretty1.C: New test.
	* g++.dg/ext/pretty2.C: New test.

From-SVN: r66877
2003-05-16 21:35:43 +02:00
Kaveh R. Ghazi 4a0a75dd44 alpha.c (print_operand_address, [...]): Use string concatentation on HOST_WIDE_INT_PRINT_* format specifier to collapse...
* alpha.c (print_operand_address, alpha_start_function,
	unicosmk_output_ssib): Use string concatentation on
	HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
	function calls into one.
	* arm.c (arm_print_operand): Likewise.
	* cris.c (cris_asm_output_mi_thunk): Likewise.
	* frv.c (frv_asm_output_mi_thunk): Likewise.
	* ia64.c (ia64_print_operand, process_set): Likewise.
	* m68k.c (m68k_output_function_epilogue, m68k_output_mi_thunk):
	Likewise.
	* mips/iris5gas.h (PUT_SDB_SIZE): Likewise.
	* mips.h (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
	* pa.c (output_div_insn, pa_asm_output_mi_thunk): Likewise.
	* pa.h (PRINT_OPERAND_ADDRESS): Likewise.
	* rs6000.c (rs6000_va_start, print_operand_address): Likewise.
	* s390.c (s390_assemble_integer): Likewise.
	* sparc.c (sparc_flat_function_prologue,
	sparc_flat_function_epilogue): Likewise.
	* stormy16.c (xstormy16_print_operand_address, xstormy16_print_operand): Likewise.
	* vax.c (vax_output_mi_thunk): Likewise.

From-SVN: r66876
2003-05-16 18:57:46 +00:00
Kaveh R. Ghazi 6f562bc641 frv.c (frv_print_operand_memory_reference): Fix format specifier warning.
* frv.c (frv_print_operand_memory_reference): Fix format specifier
	warning.
	(frv_rtx_costs): Mark parameter with ATTRIBUTE_UNUSED.

From-SVN: r66875
2003-05-16 18:29:53 +00:00
Kaveh R. Ghazi c8f4b20ff1 m68k.c (m68k_output_function_epilogue): Fix format specifier warnings.
* m68k.c (m68k_output_function_epilogue): Fix format specifier
	warnings.

From-SVN: r66874
2003-05-16 18:25:39 +00:00
Kaveh R. Ghazi 804a0655c8 stormy16-protos.h (xs_hi_general_operand, [...]): Prototype.
* stormy16-protos.h (xs_hi_general_operand,
	xs_hi_nonmemory_operand): Prototype.
	* stormy16.c (xstormy16_output_shift): Fix format specifier
	warnings.

From-SVN: r66872
2003-05-16 18:15:44 +00:00
Andreas Jaeger fdb882bcab Fix date.
From-SVN: r66871
2003-05-16 20:09:31 +02:00
Andreas Schwab c3969745d7 Makefile.tpl (install-opcodes): Define.
2003-05-15  Andreas Schwab  <schwab@suse.de>

	* Makefile.tpl (install-opcodes): Define.
	* Makefile.in: Rebuild.

From-SVN: r66869
2003-05-16 20:07:39 +02:00
Kaveh R. Ghazi 6948720272 cris.c (cris_target_asm_function_prologue, [...]): Fix format specifier warnings.
* cris.c (cris_target_asm_function_prologue,
	cris_target_asm_function_epilogue, cris_print_operand): Fix format
	specifier warnings.

From-SVN: r66868
2003-05-16 17:54:11 +00:00
Bob Wilson 49e57ab02f Commit ChangeLog entry that I failed to commit for a previous change.
From-SVN: r66867
2003-05-16 16:06:29 +00:00
Nick Clifton ba2f4247d6 Fix typo: LSM instead of LSYM.
From-SVN: r66866
2003-05-16 16:01:51 +00:00
Wolfgang Bangerth 674e9baac9 * doc/bugreport.texi, f/g77.texi: Remove most of the preface of the bug reporting section.
From-SVN: r66863
2003-05-16 09:02:19 -06:00
Jakub Jelinek b80c098742 unwind-ia64.c (uw_update_reg_address): Handle .save XX, r0.
* config/ia64/unwind-ia64.c (uw_update_reg_address): Handle
	.save XX, r0.

From-SVN: r66861
2003-05-16 15:25:16 +02:00
Michael Koch 18abc5e1d9 2003-05-16 Michael Koch <konqueror@gmx.de>
* java/io/natFileDescriptorPosix.cc
	(open): Commented out the O_SYNC and O_DSYNC usage until its better
	tested.

From-SVN: r66859
2003-05-16 08:09:32 +00:00
Mark Mitchell 75c834f80c g++.exp: Tweak handling of additional source files.
* 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: r66858
2003-05-16 07:37:55 +00:00
Loren J. Rittle 07d751829e * testsuite/thread/pthread4.cc: Further tweak to avoid fini race.
From-SVN: r66856
2003-05-16 02:34:14 +00:00
Roger Sayle ad14dc5c45 * config/alpha/alpha.h (ASM_OUTPUT_SKIP): Fix typo.
From-SVN: r66855
2003-05-16 02:15:00 +00:00
Eric Christopher 10d6c0d042 cfgcleanup.c (merge_blocks): Fix return value.
2003-05-15  Eric Christopher  <echristo@redhat.com>

        * cfgcleanup.c (merge_blocks): Fix return value.

From-SVN: r66854
2003-05-16 02:11:26 +00:00
Eric Christopher 3dcd7d4595 combine.c (expand_compound_operation): Make sure that zero_extend operation is profitable.
2003-05-15 Eric Christopher <echristo@redhat.com>

        * combine.c (expand_compound_operation): Make sure
        that zero_extend operation is profitable.

From-SVN: r66853
2003-05-16 02:05:29 +00:00
Matt Kraai c1fefa090b sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Cast g_switch_value to unsigned HOST_WIDE_INT.
* config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Cast
	g_switch_value to unsigned HOST_WIDE_INT.

From-SVN: r66852
2003-05-16 00:53:37 +00:00
GCC Administrator de80c1e359 Daily bump.
From-SVN: r66850
2003-05-16 00:16:07 +00:00
Paolo Carlini e3033a2240 fstream.tcc (_M_overflow): Rewrote to call _M_convert_to_external only once (_M_buf_size is now the size...
2003-05-15  Paolo Carlini  <pcarlini@unitus.it>
	    Nathan Myers  <ncm@cantrip.org>

	* include/bits/fstream.tcc (_M_overflow): Rewrote to call
	_M_convert_to_external only once (_M_buf_size is now the size of
	the put area + 1 for the overflow char of a full area); call
	_M_set_buffer instead of _M_set_indeterminate.
	(setbuf): Don't accept a buffer smaller than 2 chars.
	(_M_underflow): Refill _M_buf_size - 1 chars; call _M_set_buffer,
	instead of _M_set_determinate.
	(open): Call _M_set_buffer, instead of _M_set_indeterminate.
	(seekoff): Likewise.
	* include/ext/stdio_filebuf.h (stdio_filebuf(int,
	std::ios_base::openmode, bool, size_t),
	stdio_filebuf(std::__c_file*, std::ios_base::openmode, size_t):
	Likewise.
	* include/std/std_fstream.h (_M_set_indeterminate): Remove.
	(_M_set_determinate): Rename as _M_set_buffer, _M_buf_size ->
	_M_buf_size - 1.
	* include/std/std_streambuf.h: Tweak _M_out_lim comment.
	* testsuite/27_io/basic_filebuf/sgetn/char/1.cc: Tweak, taking
	into account that, for _M_buf_size == BUFSIZ == 8192, the size of
	the put area is now BUFSIZ - 1.
	* testsuite/ext/stdio_filebuf_2.cc: Tweak, taking into account
	that now the smallest _M_buf_size is 2 (still fails, for the same
	reason, with 3.2.3)

Co-Authored-By: Nathan Myers <ncm@cantrip.org>

From-SVN: r66848
2003-05-15 23:43:15 +00:00
Richard Henderson 36b9c271ac linux.h, [...]: Remove code protected by USE_GNULIBC_1.
* config/alpha/linux.h, config/alpha/linux-elf.h: Remove
        code protected by USE_GNULIBC_1.

From-SVN: r66847
2003-05-15 15:58:33 -07:00
Jason Merrill 9cefd2cac4 re PR c++/5388 (Incorrect message "operands to ?: have different types")
PR c++/5388
        * call.c (conditional_conversion): Don't consider implicit
        conversions if T2 is a base of T1.
        * cp-tree.h (DERIVED_FROM_P, UNIQUELY_DERIVED_FROM_P): Make boolean.
        (ACCESSIBLY_UNIQUELY_DERIVED_P, PUBLICLY_UNIQUELY_DERIVED_P): Likewise.

        * parser.c (cp_parser_primary_expression): Convert a static data
        member from reference.

From-SVN: r66844
2003-05-15 18:25:51 -04:00
Mark Mitchell 8f4b394d02 call.c (build_op_delete_call): Avoid creating unnecessary types.
* call.c (build_op_delete_call): Avoid creating unnecessary types.
	* class.c (instantiate_type): Remove tests for tf_no_attributes.
	* cp-tree.h (tsubst_flags_t): Remove tf_no_attributes.
	(COMPARE_NO_ATTRIBUTES): Remove.
	* typeck.c (comptypes): Do not check COMPARE_NO_ATTRIBUTES.

From-SVN: r66843
2003-05-15 22:04:00 +00:00