aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-06-07Makefile.in (stageprofile_build): Kill redundant target.Jan Hubicka3-9/+7
* Makefile.in (stageprofile_build): Kill redundant target. * i386.c (mdep_reorg): Don't pad jumps for Athlon. From-SVN: r67586
2003-06-07tm.texi (Costs): Remove DONT_REDUCE_ADDR documentation.Andreas Jaeger6-31/+15
* doc/tm.texi (Costs): Remove DONT_REDUCE_ADDR documentation. * config/avr/avr.h: Remove comment regarding DONT_REDUCE_ADDR. * config/dsp16xx/dsp16xx.h: Likewise. * config/i386/i386.h: Likewise. * config/ip2k/ip2k.h: Likewise. From-SVN: r67585
2003-06-07Makefile.in (OJBS, c-opts.o): Update.Neil Booth24-274/+410
* Makefile.in (OJBS, c-opts.o): Update. (c-options.c, c-options.h): Rename options.h and options.c. (options.h): Rename options_.h. (opts.o): New. * c-common.h (c_common_handle_option): Replace c_common_decode_option. (c_common_init_options): Update prototype. * c-lang.c (c_init_options): Update prototype. (LANG_HOOKS_HANDLE_OPTION): Override. (LANG_HOOKS_DECODE_OPTION): Drop. * c-opts.c: Include opts.h and options.h instead of c-options.h and c-options.c. (lang_flags): Move to file scope. (find_opt, c_common_decode_option): Remove. (CL_C, CL_OBJC, CL_CXX, CL_OBJCXX, CL_JOINED, CL_SEPARATE, CL_REJECT_NEGATIVE): Move to opts.h. (missing_arg): Update prototype. (c_common_init_options): Update for new prototype. (c_common_handle_options): Filenames are passed as N_OPTS. * hooks.c (hook_int_void_0): New. * hooks.h (hook_int_void_0): New. * langhooks-def.h (LANG_HOOKS_INIT_OPTIONS): New default. (LANG_HOOKS_HANDLE_OPTION): Default to NULL for now. (LANG_HOOKS_INITIALIZER): Update. * langhooks.h (init_options): Update. (handle_option): New. * opts.c, opts.h: New files. * opts.sh: Update c file to include opts.h and options.h. * toplev.c: Include opts.h; change options.h to options_.h. (parse_options_and_default_flags): Get lang_mask, use handle_option for language-specific handling. * objc/objc-lang.c (LANG_HOOKS_DECODE_OPTON): Drop. (LANG_HOOKS_HANDLE_OPTION): Override. (objc_init_options): Update. ada: * misc.c (gnat_init_options): Update. cp: * cp-lang.c (LANG_HOOKS_DECODE_OPTON): Drop. (LANG_HOOKS_HANDLE_OPTION): Override. * cp-tree.h (cxx_init_options): Update. * lex.c (cxx_init_options): Update. f: * com.c (ffe_init_options): Update. java: * lang.c (java_init_options): Update. From-SVN: r67584
2003-06-07Forgot to indicate PR number on last checkin.Jim Wilson1-0/+1
From-SVN: r67583
2003-06-07re PR other/7031 (program-suffix not respected in make install)Magnus Kreth2-1/+7
PR other/7031 * Makefile.in (install-common): Remove GCOV_INSTALL_NAME instead of gcov. Co-Authored-By: Thibaud Gaillard <thibaud.gaillard@nto.atmel.com> From-SVN: r67582
2003-06-07configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Remove quotes in section names.Kelley Cook3-6/+12
* configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Remove quotes in section names. * configure: Regenerate. From-SVN: r67580
2003-06-07* config/rs6000/linux64.h (CRT_CALL_STATIC_FUNCTION): Define.Alan Modra2-0/+16
From-SVN: r67578
2003-06-06re PR inline-asm/10890 (ICE in merge_assigned_reloads building Linux 2.4.2x ↵James E Wilson2-3/+11
sched.c) PR inline-asm/10890 * reload1.c (merge_assigned_reloads): Abort only if two reloads have different in fields. From-SVN: r67577
2003-06-07configure.in: Make $(target_subdir) correspond with top level usage.Nathanael Nerode4-349/+350
* configure.in: Make $(target_subdir) correspond with top level usage. * Makefile.in: Likewise. * configure: Regenerate. From-SVN: r67575
2003-06-07Daily bump.GCC Administrator2-2/+2
From-SVN: r67573
2003-06-06weak.exp: Simplify.Mark Mitchell12-15/+29
* gcc.dg/weak/weak.exp: Simplify. * gcc.dg/weak/typeof-2.c: Use dg-require-weak. * gcc.dg/weak/weak-1.c: Likewise. * gcc.dg/weak/weak-2.c: Likewise. * gcc.dg/weak/weak-3.c: Likewise. * gcc.dg/weak/weak-4.c: Likewise. * gcc.dg/weak/weak-5.c: Likewise. * gcc.dg/weak/weak-6.c: Likewise. * gcc.dg/weak/weak-7.c: Likewise. * gcc.dg/weak/weak-8.c: Likewise. * gcc.dg/weak/weak-9.c: Likewise. From-SVN: r67571
2003-06-06pa.h (ASM_OUTPUT_SKIP, [...]): Cast `SIZE' and `ALIGNED' parameters to ↵John David Anglin4-7/+23
unsigned HOST_WIDE_INT. * pa.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_COMMON, ASM_OUTPUT_ALIGNED_LOCAL): Cast `SIZE' and `ALIGNED' parameters to unsigned HOST_WIDE_INT. * pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMOM, ASM_OUTPUT_ALIGNED_LOCAL): Likewise. * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON, ASM_OUTPUT_ALIGNED_LOCAL): Likewise. From-SVN: r67570
2003-06-06install.texi (Prerequisites): New section documenting tools and packages ↵Kaveh R. Ghazi3-2/+186
necessary prior to building and/or... * doc/install.texi (Prerequisites): New section documenting tools and packages necessary prior to building and/or modifying GCC. * doc/install.texi2html: Also generate prerequisites.html. From-SVN: r67562
2003-06-062003-06-06 Nathan Myers <ncm-nospam@cantrip.org>Nathan Myers3-3/+13
* include/bits/stl_iterator.h (reverse_iterator::reverse_iterator()): Apply DR235: default constructor default-initializes data member. Instantiated on a pointer type, the member has to end up equal to zero. From-SVN: r67559
2003-06-06re PR target/11052 ([arm] noce_process_if_block() can loose REG_INC notes)Richard Earnshaw4-0/+46
PR target/11052 * ifcvt.c (noce_process_if_block): Fail if the destination has side-effects. gcc.c-torture/execute/20030606-1.c: New. From-SVN: r67558
2003-06-06stmt.c (resolve_asm_operand_names): Rename from resolve_operand_names.Jason Merrill3-35/+47
* stmt.c (resolve_asm_operand_names): Rename from resolve_operand_names. No longer static. Avoid needless copying. Don't build array of constraints. (expand_asm_operands): Build it here. * tree.h: Declare resolve_asm_operand_names. * stmt.c (expand_decl): Put artificial vars into registers even when not optimizing, and don't mark the regs as user vars. From-SVN: r67556
2003-06-06sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode of the ↵J"orn Rennecke2-4/+9
generated register. * sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode of the generated register. From-SVN: r67555
2003-06-06* config.gcc: Add a missing sparc64 case.Daniel Jacobowitz2-1/+5
From-SVN: r67554
2003-06-06builtins-2.c: Correct check-in of incorrect version.Roger Sayle3-3/+8
* gcc.dg/builtins-2.c: Correct check-in of incorrect version. * gcc.dg/builtins-19.c: Likewise. Sorry. From-SVN: r67553
2003-06-06stl_alloc.h: Cleanups.Benjamin Kosnik20-2751/+2679
2003-06-06 Benjamin Kosnik <bkoz@redhat.com> * include/bits/stl_alloc.h: Cleanups. * include/ext/functional: Same. * include/ext/hash_map: Same. * include/ext/hash_set: Same. * include/ext/iterator: Same. * include/ext/memory: Same. * include/ext/numeric: Same. * include/ext/rb_tree: Same. * include/ext/ropeimpl.h: Same. * include/ext/slist: Same. * include/ext/stdio_filebuf.h: Same. * include/ext/stdio_sync_filebuf.h: Same. * include/ext/stl_rope.h: Move to... * include/ext/rope: ...here. * include/ext/stl_hash_fun.h: Move to... * include/ext/hash_fun.h: ...here. * include/ext/stl_hashtable.h: Move to... * include/ext/hashtable.h: ...here. * include/backward/hashtable.h: Reflect new names. * include/Makefile.am: Same. * include/Makefile.in: Regenerated. From-SVN: r67551
2003-06-06mklibgcc.in: Propagate .note.GNU-stack section if needed into the .hidden ↵Jakub Jelinek2-2/+12
assembly stubs. * mklibgcc.in: Propagate .note.GNU-stack section if needed into the .hidden assembly stubs. From-SVN: r67545
2003-06-06Apply the right patch.H.J. Lu2-81/+447
From-SVN: r67544
2003-06-06config.gcc (extra_headers): Add emmintrin.h for i[34567]86-*-* and x86_64-*-*.H.J. Lu5-1469/+1601
2003-06-06 H.J. Lu <hongjiu.lu@intel.com> * config.gcc (extra_headers): Add emmintrin.h for i[34567]86-*-* and x86_64-*-*. * config/i386/mmintrin.h: Update version and add alternate intrinsic names. * config/i386/xmmintrin.h: Likewise. * config/i386/xmmintrin.h: Include <emmintrin.h>. Move SSE2 intrinsics to ... * config/i386/emmintrin.h: Here. New file. From-SVN: r67543
2003-06-06Toolkit.java (getDefaultToolkit): Add exception cause to AWTError.Mark Wielaard2-2/+8
* java/awt/Toolkit.java (getDefaultToolkit): Add exception cause to AWTError. From-SVN: r67542
2003-06-06fold-const.c (fold <ABS_EXPR>): Re-fold the result of folding fabs(-x) into ↵Roger Sayle7-17/+316
fabs(x). * fold-const.c (fold <ABS_EXPR>): Re-fold the result of folding fabs(-x) into fabs(x). Use tree_expr_nonnegative_p to determine when the ABS_EXPR (fabs or abs) is not required. (tree_expr_nonnegative_p): Move the logic that sqrt and exp are always nonnegative from fold to here. Additionally, cabs and fabs are always non-negative, and pow and atan are non-negative if their first argument is non-negative. * builtins.c (fold_builtin_cabs): New function to fold cabs{,f,l}. Evaluate cabs of a constant at compile-time. Convert cabs of a non-complex argument into fabs. Convert cabs(z) into sqrt(z.r*z.r + z.i*z.i) at the tree-level with -ffast-math or -funsafe-math-optimizations or -ffast-math. (fold_builtin): Convert BUILT_IN_FABS{,F,L} into an ABS_EXPR. Fold BUILT_IN_CABS{,F,L} using fold_builtin_cabs. * gcc.dg/builtins-2.c: Add some more tests. * gcc.dg/builtins-18.c: New test case. * gcc.dg/builtins-19.c: New test case. From-SVN: r67541
2003-06-06uninit-C.c: Only test TImode on 64-bit platforms.Roger Sayle2-0/+11
* gcc.dg/uninit-C.c: Only test TImode on 64-bit platforms. Co-Authored-By: James E Wilson <wilson@tuliptree.org> From-SVN: r67540
2003-06-06* sourcebuild.texi (Front End Directory): Document new hooks.Jan Hubicka2-0/+8
From-SVN: r67539
2003-06-06string-4.c (main_test): Allow some mempcpy/stpcpy calls not to be optimized ↵Jakub Jelinek4-4/+27
into something else. * gcc.c-torture/execute/builtins/string-4.c (main_test): Allow some mempcpy/stpcpy calls not to be optimized into something else. * gcc.c-torture/execute/string-opt-3.c: Moved to... * gcc.c-torture/execute/builtins/string-7.c: ...here. * gcc.c-torture/execute/builtins/string-7-lib.c: New. From-SVN: r67538
2003-06-06re PR libgcj/6181 (Mauve Introspector.jdk11: getBeanInfo fail for AWT classes)Mark Wielaard3-11/+12
* libjava.mauve/mauve.exp (test_mauve): Add -wno-deprecated to GCJ. PR libgcj/6181: * libjava.mauve/xfails: Remove getBeanInfo() failures. PR libgcj/6293: * libjava.mauve/xfails: Remove PipedStream.close() failure. From-SVN: r67536
2003-06-06function.c (FLOOR_ROUND, CEIL_ROUND): Fix.Jan Hubicka14-140/+427
* function.c (FLOOR_ROUND, CEIL_ROUND): Fix. * i386.md (gen_pro_epilogue_adjust_stack): Deal with gigantic stack frames. (pro_epilogue_adjust_stack_rex64_2): New pattern * cfghooks.h, cfghooks.c: New files. * Makefile.in (BASIC_BLOCK_H): Depends on cfghooks.h. (OBJS): Add cfghooks.o. (cfghooks.o): New rule. * basic-block.h (split_edge): Rename to rtl_split_edge. (verify_flow_info): Rename to rtl_verify_flow_info. (cfghooks.h): Included here. * cfgrtl.c (split_edge): Renamed rtl_split_edge. (verify_flow_info): Renamed rtl_verify_flow_info. * toplev.c (rest_of_compilation): Call rtl_register_cfg_hooks. * basic-block.h (split_block, split_edge, flow_delete_block, redirect_edge_and_branch, redirect_edge_and_branch_force): Delete. (flow_delete_block_noexpunge): Return void. * cfg.c (verify_flow_info): New function. * cfgcleanup.c (try_simplify_condjump, outgoing_edges_match, try_crossjump_to_edge, try_optimize_cfg, delete_unreachable_blocks): Use delete_block. * cfglayout.c (function_footer): Rename to... (cfg_layout_function_footer): ... this variable (unlink_insn_chain): Make global. (fixup_reorder_chain, record_effective_endpoints): Update. (cleanup_unconditional_jumps): Use delete_block. (cfg_layout_redirect_edge, cfg_layout_split_block): Move to cfgrtl.c (cfg_layout_duplicate_bb): Use redirect_edge_and_branch_force. (cfg_layout_initialize, cfg_layout_finalize): Update hooks. * cfglayout.h (cfg_layout_redirect_edge, cfg_layout_split_block): Delete. (cfg_layout_function_footer): Declare. * cfgloopmanip (split_loop_bb): Do not update RBI. (remove_bbs): Use delete_block. (loop_reidrect_edge, loop_delete_branch_edge): Use redirect_edge_and_branch. (create_preheader): Use split_block and redirect_edge_and_branch_force. (split_edge_with): Likewise. * cfgrtl.c: Include cfglayout.h (split_edge): Rename to ... (rtl_split_edge) ... this one; make local. (redirect_edge_and_branch): Rename to ... (rtl_redirect_edge_and_branch) ... this one; make local. (redirect_edge_and_branch_force): Rename to ... (rtl_redirect_edge_and_branch_force) ... this one; make local. (cfg_layout_delete_block, cfg_layout_delete_edge_and_branch_force): New. (cfg_layout_redirect_edge_and_branch, cfg_layout_split_block): Move here from cfglayout.c; update to directly call RTL counterparts. (rtl_cfg_hooks, cfg_layout_rtl_cfg_hooks): New functions. * ifcvt.c (find_cond_trap): Use delete_block. (find_if_case_1): Use delete_block. (find_if_case_2): Use delete_block. * rtl.h (unlink_insn_chain): Declare. * toplev.c (rtl_reigster_cfg_hooks): New. From-SVN: r67535
2003-06-06* recog.c (peephole2_optimize): Revert last change.Richard Henderson2-2/+5
From-SVN: r67533
2003-06-06recog.c (peephole2_optimize): Don't split block unless can_throw_internal.Richard Henderson2-5/+9
* recog.c (peephole2_optimize): Don't split block unless can_throw_internal. From-SVN: r67532
2003-06-06BasicOptionPaneUI.java: More compile fixes from my stupid work yesterday.Michael Koch2-4/+10
2003-06-06 Michael Koch <konqueror@gmx.de> * javax/swing/plaf/basic/BasicOptionPaneUI.java: More compile fixes from my stupid work yesterday. From-SVN: r67531
2003-06-06h8300.c (get_shift_alg): Correct the syntax of rotxl.Kazu Hirata3-3/+10
* config/h8300/h8300.c (get_shift_alg): Correct the syntax of rotxl. * config/h8300/h8300.md (*addsi3_lshiftrt_16_zexthi): Likewise. From-SVN: r67530
2003-06-06Make-lang.in (ada/b_gnatb.o-warn): Remove.Matt Kraai3-2/+9
* Make-lang.in (ada/b_gnatb.o-warn): Remove. * bindgen.adb (Gen_Main_C): Mark ensure_reference with __attribute__ ((__unused__)). From-SVN: r67529
2003-06-05re PR rtl-optimization/4490 (ICE with -m128bit-long-double)Kelley Cook3-65/+83
PR optimization/4490 * config/i386/i386.md: Don't use XFMode if TARGET_128BIT_LONG_DOUBLE. * doc/invoke.texi (m96bit-long-double, m128bit-long-double): Reword documentation to accurately reflect what these options do. From-SVN: r67528
2003-06-06linux.h (STARTFILE_SPEC): Handle -pie.Kaz Kojima2-5/+17
* config/sh/linux.h (STARTFILE_SPEC): Handle -pie. Simplify. (ENDFILE_SPEC): Redefine to handle -pie. From-SVN: r67527
2003-06-06w_exp.c (o_threshold, [...]): Define only if _IEEE_LIBM is undefined.Matt Kraai2-0/+9
* java/lang/w_exp.c (o_threshold, u_threshold): Define only if _IEEE_LIBM is undefined. From-SVN: r67526
2003-06-06re PR libstdc++/9024 (Input fails after call to ↵Benjamin Kosnik54-1018/+3190
basic_filebuf<>::pubsetbuf(0, 0)) 2003-06-05 Benjamin Kosnik <bkoz@redhat.com> PR libstdc++/9024 * include/bits/fstream.tcc (_M_underflow): Fix for unbuffered. * include/bits/stl_algobase.h: Tweak. * include/std/std_fstream.h: Move _M_buf_size to... * include/std/std_streambuf.h: ...here. Modify. * include/bits/streambuf.tcc: Same. * testsuite/testsuite_hooks.h: Tweak. * testsuite/testsuite_io.h (constraint_filebuf): New. * testsuite/27_io/basic_filebuf/sbumpc/char/1.cc: Split into... * testsuite/27_io/basic_filebuf/sbumpc/char/1-in.cc: New. * testsuite/27_io/basic_filebuf/sbumpc/char/1-io.cc: New. * testsuite/27_io/basic_filebuf/sbumpc/char/1-out.cc: New. * testsuite/27_io/basic_filebuf/sbumpc/char/2-in.cc: New. * testsuite/27_io/basic_filebuf/sbumpc/char/2-io.cc: New. * testsuite/27_io/basic_filebuf/sbumpc/char/2-out.cc: New. * testsuite/27_io/basic_filebuf/sgetc/char/1.cc: Split into... * testsuite/27_io/basic_filebuf/sgetc/char/1-in.cc: New. * testsuite/27_io/basic_filebuf/sgetc/char/1-io.cc: New. * testsuite/27_io/basic_filebuf/sgetc/char/1-out.cc: New. * testsuite/27_io/basic_filebuf/sgetc/char/2-in.cc: New. * testsuite/27_io/basic_filebuf/sgetc/char/2-io.cc: New. * testsuite/27_io/basic_filebuf/sgetc/char/2-out.cc: New. * testsuite/27_io/basic_filebuf/sgetn/char/1.cc: Split into... * testsuite/27_io/basic_filebuf/sgetn/char/1-in.cc: New. * testsuite/27_io/basic_filebuf/sgetn/char/1-io.cc: New. * testsuite/27_io/basic_filebuf/sgetn/char/1-out.cc: New. * testsuite/27_io/basic_filebuf/sgetn/char/2.cc: Split into... * testsuite/27_io/basic_filebuf/sgetn/char/2-in.cc: New. * testsuite/27_io/basic_filebuf/sgetn/char/2-io.cc: New. * testsuite/27_io/basic_filebuf/sgetn/char/2-out.cc: New. * testsuite/27_io/basic_filebuf/sgetn/char/3.cc: New. * testsuite/27_io/basic_filebuf/snextc/char/1.cc: Split into... * testsuite/27_io/basic_filebuf/snextc/char/1-in.cc: New. * testsuite/27_io/basic_filebuf/snextc/char/1-io.cc: New. * testsuite/27_io/basic_filebuf/snextc/char/1-out.cc: New. * testsuite/27_io/basic_filebuf/snextc/char/2-in.cc: New. * testsuite/27_io/basic_filebuf/snextc/char/2-io.cc: New. * testsuite/27_io/basic_filebuf/snextc/char/2-out.cc: New. * testsuite/27_io/basic_filebuf/sputc/char/1.cc: Split into... * testsuite/27_io/basic_filebuf/sputc/char/1-in.cc: New. * testsuite/27_io/basic_filebuf/sputc/char/1-io.cc: New. * testsuite/27_io/basic_filebuf/sputc/char/1-out.cc: New. * testsuite/27_io/basic_filebuf/sputc/char/2.cc: Split into... * testsuite/27_io/basic_filebuf/sputc/char/2-in.cc: New. * testsuite/27_io/basic_filebuf/sputc/char/2-io.cc: New. * testsuite/27_io/basic_filebuf/sputc/char/2-out.cc: New. * testsuite/27_io/basic_filebuf/sputn/char/1.cc: Split into... * testsuite/27_io/basic_filebuf/sputn/char/1-in.cc: New. * testsuite/27_io/basic_filebuf/sputn/char/1-io.cc: New. * testsuite/27_io/basic_filebuf/sputn/char/1-out.cc: New. * testsuite/27_io/basic_filebuf/sputn/char/2-in.cc: New. * testsuite/27_io/basic_filebuf/sputn/char/2-io.cc: New. * testsuite/27_io/basic_filebuf/sputn/char/2-out.cc: New. * testsuite/data/sgetc.txt: New. * testsuite/data/sgetn.txt: New. From-SVN: r67524
2003-06-06Daily bump.GCC Administrator2-2/+2
From-SVN: r67522
2003-06-06* Makefile.in (qmtest-g++): Use target_alias, not target.Phil Edwards2-1/+5
From-SVN: r67520
2003-06-05* gcc.dg/format/asm_fprintf-1.c: New test.Kaveh R. Ghazi2-0/+86
From-SVN: r67519
2003-06-05re PR libstdc++/11095 (C++ iostream manipulator causes segfault when called ↵Paolo Carlini10-7/+357
iwth negative argument) 2003-06-05 Paolo Carlini <pcarlini@unitus.it> PR libstdc++/11095 * include/bits/istream.tcc (operator>>(basic_istream&, _CharT*)): Deal with width() smaller than zero. * include/bits/ostream.tcc (operator<<(basic_ostream&, _CharT), operator<<(basic_ostream&, char), operator<<(basic_ostream&, const _CharT*), operator<<(basic_ostream<_CharT, _Traits>&, const char*), operator<<(basic_ostream<char, _Traits>&, const char*), operator<<(basic_ostream, const basic_string&)): Likewise. * testsuite/27_io/basic_istream/extractors_character/char/11095-i.cc: * testsuite/27_io/basic_ostream/inserters_character/char/11095-oa.cc: * testsuite/27_io/basic_ostream/inserters_character/char/11095-ob.cc: * testsuite/27_io/basic_ostream/inserters_character/char/11095-oc.cc: * testsuite/27_io/basic_ostream/inserters_character/wchar_t/11095-od.cc: * testsuite/27_io/basic_ostream/inserters_character/wchar_t/11095-oe.cc: * testsuite/27_io/basic_ostream/inserters_character/wchar_t/11095-of.cc: New. From-SVN: r67518
2003-06-05posix.h (O_SYNC): Define if not available and a reasonable...Loren J. Rittle3-2/+16
* libjava/include/posix.h (O_SYNC): Define if not available and a reasonable, perhaps more conservative, replacement exists. (O_DSYNC): Likewise. * java/io/natFileDescriptorPosix.cc (open): Revert last patch. From-SVN: r67517
2003-06-05Properly regenerate configure.Rainer Orth1-1214/+1202
From-SVN: r67516
2003-06-05acinclude.m4 (GLIBCPP_CHECK_PCH): Only set glibcpp_PCHFLAGS if .gch ↵Rainer Orth5-1/+27
compilation works. * acinclude.m4 (GLIBCPP_CHECK_PCH): Only set glibcpp_PCHFLAGS if .gch compilation works. * aclocal.m4, configure: Regenerate. * testsuite_flags.in (--build-cxx): Use glibcpp_PCHFLAGS to initialize PCHFLAGS. From-SVN: r67515
2003-06-05gcc-defs.exp (additional_sources): New variable.Mark Mitchell36-271/+229
* lib/gcc-defs.exp (additional_sources): New variable. (dg-additional-sources): New function. (additional_files): New variable. (dg-additional-files): New function. (dg-additional-files-options): Likewise. * lib/gcc-dg.exp (dg-require-weak): New function. (dg-require-alias): Likewise. (dg-require-gc-sections): Likewise. * lib/target-supports.exp (check_alias_available): Remove testfile parameter. (check_gc_sections_available): New function. * lib/g++-dg.exp (dg-gpp-additional-sources): Remove. (dg-gpp-additional-files): Likewise. * lib/g++.exp (additional_sources): Remove. (additional_files): Likewise. (g++_target_compile): Use dg-additional-files-options. * gcc.dg/special/special.exp: Add "ecos" tests. Remove complex Tcl logic. * gcc.dg/special/ecos.exp: Remove. * gcc.dg/special/20000419-2.c: Use dg-require-*. * gcc.dg/special/alias-1.c: Likewise. * gcc.dg/special/alias-2.c: Likewise. * gcc.dg/special/gcsec-1.c: Likewise. * gcc.dg/special/weak-1.c: Likewise. * gcc.dg/special/weak-2.c: Likewise. * gcc.dg/special/wkali-1.c: Likewise. * gcc.dg/special/wkali-2.c: Likewise. * g++.dg/special/conpr-2.C: Use dg-additional-*, not dg-gpp-additional-*. * g++.dg/special/conpr-3.C: Likewise. * g++.dg/special/conpr-4.C: Likewise. * g++.old-deja/g++.abi/vtable3a.C: Likewise. * g++.old-deja/g++.abi/vtable3b.C: Likewise. * g++.old-deja/g++.abi/vtable3c.C: Likewise. * g++.old-deja/g++.abi/vtable3d.C: Likewise. * g++.old-deja/g++.abi/vtable3e.C: Likewise. * g++.old-deja/g++.abi/vtable3f.C: Likewise. * g++.old-deja/g++.abi/vtable3g.C: Likewise. * g++.old-deja/g++.abi/vtable3h.C: Likewise. * g++.old-deja/g++.abi/vtable3i.C: Likewise. * g++.old-deja/g++.abi/vtable3j.C: Likewise. * g++.old-deja/g++.oliva/linkage1.C: Likewise. * g++.old-deja/g++.other/comdat1.C: Likewise. * g++.old-deja/g++.other/comdat2.C: Likewise. * g++.old-deja/g++.other/comdat3.C: Likewise. * g++.old-deja/g++.other/ctor1.C: Likewise. * g++.old-deja/g++.pt/instantiate5.C: Likewise. From-SVN: r67514
2003-06-05BorderUIResource.java, [...]: More compile fixes for latest Border commit.Michael Koch4-25/+34
2003-06-05 Michael Koch <konqueror@gmx.de> * javax/swing/plaf/BorderUIResource.java, javax/swing/plaf/basic/BasicDefaults.java, javax/swing/plaf/basic/BasicOptionPaneUI.java: More compile fixes for latest Border commit. I should not commit something in this heat here ... From-SVN: r67513
2003-06-05toplev.c (push_srcloc): Simplify behavior to save current location and set ↵Per Bothner2-16/+10
current location to parameters. * toplev.c (push_srcloc): Simplify behavior to save current location and set current location to parameters. (pop_srcloc): Simplify semantics. (lang_dependent_init): Remove now-useless initial push_srcloc. From-SVN: r67512
2003-06-052003-06-05 Michael Koch <konqueror@gmx.de>Michael Koch7-85/+42
* javax/swing/border/BevelBorder.java (BevelBorder): Removed. * javax/swing/border/EmptyBorder.java: Reformatted. (EmptyBorder): Removed. (getBorderInsets): Dont use l, r, t and b. * javax/swing/border/EtchedBorder.java (EtchedBorder): Removed. * javax/swing/border/LineBorder.java (LineBorder): Removed. * javax/swing/border/MatteBorder.java (MatteBorder): Removed. * javax/swing/border/TitledBorder.java (defaultBorder): Use other default for now. (defaultFont): Likewise. (defaultColor): Likewise. From-SVN: r67511