]> git.ipfire.org Git - thirdparty/gcc.git/log
thirdparty/gcc.git
17 years agoAdd SB-1A support.
James E Wilson [Sat, 8 Jul 2006 00:02:39 +0000 (17:02 -0700)] 
Add SB-1A support.

* config/mips/mips.md (cpu): Add sb1a.
* config/mips/sb1.md: Modify almost all patterns to accept sb1a in
addition to sb1.  Adjust comments to clarify SB-1A differences from
SB-1.
(ir_sb1a_load): New.  Modify bypasses to use it.
(ir_sb1a_simple_alu): Likewise.
* config/mips/mips.c (mips_cpu_info_table): Add sb1a.
(mips_rtx_cost_data): Add PROCESSOR_SB1A support.
(mips_issue_rate): Add PROCESSOR_SB1A.
(mips_multipass_dfa_lookahead): Use TUNE_SB1 instead of PROCESSOR_SB1.
* config/mips/mips.h (processor_type): Add PROCESSOR_SB1A.
(TARGET_SB1): Add PROCESSOR_SB1A check.
(TUNE_SB1): Likewise.
* config/mips/mips-protos.h (mips_store_data_bypass_p): New.
* config/mips/mips.c (mips_store_data_bypass_p): New.
* config/mips/sb1.md: Use mips_store_data_bypass_p instead of
store_data_bypass_p.

From-SVN: r115274

17 years agore PR target/27991 (ICE in reload_cse_simplify_operands)
Paul Brook [Fri, 7 Jul 2006 23:38:56 +0000 (23:38 +0000)] 
re PR target/27991 (ICE in reload_cse_simplify_operands)

2006-07-08  Paul Brook  <paul@codesourcery.com>

PR target/27991
* config/m68k/m68k.md: Add r-m patterns for 68881 movxf.

From-SVN: r115272

17 years agoPort to hosts whose 'sort' and 'tail' implementations treat operands with leading...
Paul Eggert [Fri, 7 Jul 2006 21:20:12 +0000 (21:20 +0000)] 
Port to hosts whose 'sort' and 'tail' implementations treat operands with leading '+' as file names...

Port to hosts whose 'sort' and 'tail' implementations
treat operands with leading '+' as file names, as POSIX
has required since 2001.  However, make sure the code still
works on pre-POSIX hosts.
* libjava/classpath/ltmain.sh: Don't assume "sort +2" is
equivalent to "sort -k 3", since POSIX 1003.1-2001 no longer
requires this.
This uses the same fix that is already in
libjava/libltdl/ltmain.sh.

From-SVN: r115271

17 years agoFix requested by Mark for recent g++ clarification.
Mike Stump [Fri, 7 Jul 2006 20:59:40 +0000 (20:59 +0000)] 
Fix requested by Mark for recent g++ clarification.

From-SVN: r115270

17 years agoStackTrace2.java: Renamed from StackTrace.java.
Bryce McKinlay [Fri, 7 Jul 2006 19:33:02 +0000 (19:33 +0000)] 
StackTrace2.java: Renamed from StackTrace.java.

2006-07-07  Bryce McKinlay  <mckinlay@redhat.com>
            Geoffrey Keating <geoffk@apple.com>

        * testsuite/libjava.lang/StackTrace2.java: Renamed from
        StackTrace.java. Changed class name.
        * testsuite/libjava.lang/StackTrace2.out: Renamed from
        StackTrace.out. Updated for new class name.

Co-Authored-By: Geoffrey Keating <geoffk@apple.com>
From-SVN: r115268

17 years agoFix conflict with stacktrace.java.
Geoffrey Keating [Fri, 7 Jul 2006 18:49:19 +0000 (18:49 +0000)] 
Fix conflict with stacktrace.java.

From-SVN: r115267

17 years agoFix conflict with stacktrace.out.
Geoffrey Keating [Fri, 7 Jul 2006 18:49:03 +0000 (18:49 +0000)] 
Fix conflict with stacktrace.out.

From-SVN: r115266

17 years agore PR c++/27820 (ICE with duplicate label)
Lee Millward [Fri, 7 Jul 2006 17:57:12 +0000 (17:57 +0000)] 
re PR c++/27820 (ICE with duplicate label)

PR c++/27820
* decl.c (define_label): Return error_mark_node on error.
* semantics.c (finish_label_stmt): Don't call
add_stmt for invalid labels.

* g++.dg/other/label1.C: New test.

Co-Authored-By: Andrew Pinski <pinskia@gmail.com>
From-SVN: r115265

17 years agore PR middle-end/28268 (ICE with simple vector operations)
Richard Guenther [Fri, 7 Jul 2006 16:30:36 +0000 (16:30 +0000)] 
re PR middle-end/28268 (ICE with simple vector operations)

2006-07-07   Richard Guenther  <rguenther@suse.de>

PR middle-end/28268
* tree.h (build_one_cst): Declare.
* tree.c (build_one_cst): New function.
* tree-ssa-math-opts.c (get_constant_one): Remove.
(insert_reciprocals): Use build_one_cst.
* fold-const.c (fold_plusminus_mult): Likewise.

* gcc.dg/torture/pr28268.c: New testcase.

From-SVN: r115263

17 years agobacktrace.h (fallback_backtrace): Scan for a function's prologue to determine its...
Ranjit Mathew [Fri, 7 Jul 2006 15:40:55 +0000 (15:40 +0000)] 
backtrace.h (fallback_backtrace): Scan for a function's prologue to determine its beginning.

* sysdep/i386/backtrace.h (fallback_backtrace): Scan for a function's
prologue to determine its beginning.  Stop unwinding when we reach
JvRunMain().

From-SVN: r115261

17 years agore PR c++/27019 (ICE with designated initializers)
Steve Ellcey [Fri, 7 Jul 2006 15:15:00 +0000 (15:15 +0000)] 
re PR c++/27019 (ICE with designated initializers)

PR c++/27019
* g++.dg/ext/pr27019.C: New.

From-SVN: r115260

17 years agopointer-set.c (pointer_set_destroy): Correct whitespace.
Roger Sayle [Fri, 7 Jul 2006 14:23:57 +0000 (14:23 +0000)] 
pointer-set.c (pointer_set_destroy): Correct whitespace.

* pointer-set.c (pointer_set_destroy): Correct whitespace.
* cfgloopanal.c (dump_graph): Likewise.
* dojump.c (discard_pending_stack_adjust): Likewise.
* fix-header.c (TARGET_EXTRA_INCLUDE, TARGET_EXTRA_PRE_INCLUDES):
Likewise.
* alloc-pool.c (dump_alloc_pool_statistics): Likewise.
* function.c (finalize_block_changes): Likewise.
* gcc-common.c (ggc_free_overhead, dump_gcc_loc_statistics): Likewise.
* tree-ssa-dce.c (clear_control_dependence_bitmap): Likewise.
* rtl.c (dump_rtx_statistics): Likewise.
* tree-ssa-structalias.c (sort_fieldstack, init_alias_heapvars):
Likewise.
* varray.c (dump_varray_statistics): Likewise.
* dfp.c (encode_decimal32, decode_decimal32, encode_decimal64,
decode_decimal64, encode_decimal128, decode_decimal128,
decimal_real_to_decimal): Likewise.

From-SVN: r115258

17 years agore PR tree-optimization/28187 ('-O2 -fwrapv' exhausts memory.)
Richard Guenther [Fri, 7 Jul 2006 12:31:29 +0000 (12:31 +0000)] 
re PR tree-optimization/28187 ('-O2 -fwrapv' exhausts memory.)

2006-07-07  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/28187
* tree-vrp.c (vrp_operand_equal_p): New function.
(vrp_bitmap_equal_p): Likewise.
(update_value_range): Use them to compare old and new
max and min values.

* gcc.dg/pr28187.c: New testcase.

From-SVN: r115255

17 years agoaddress_conversion.adb: New test.
Eric Botcazou [Fri, 7 Jul 2006 10:26:07 +0000 (10:26 +0000)] 
address_conversion.adb: New test.

* gnat.dg/address_conversion.adb: New test.
* gnat.dg/boolean_subtype.adb: Likewise.
* gnat.dg/frame_overflow.adb: Likewise.
* gnat.dg/pointer_array.adb: Likewise.
* gnat.dg/pointer_conversion.adb: Likewise.

From-SVN: r115253

17 years agoMakefile.am (BOOT_CLASS_PATH_DIR): Only contain libgcj.jar.
Gary Benson [Fri, 7 Jul 2006 10:02:59 +0000 (10:02 +0000)] 
Makefile.am (BOOT_CLASS_PATH_DIR): Only contain libgcj.jar.

2006-07-07  Gary Benson  <gbenson@redhat.com>

* Makefile.am (BOOT_CLASS_PATH_DIR): Only contain libgcj.jar.
* Makefile.in: Regenerate.

From-SVN: r115252

17 years ago* intrinsic.texi: Fix typos.
Kazu Hirata [Fri, 7 Jul 2006 06:10:16 +0000 (06:10 +0000)] 
* intrinsic.texi: Fix typos.

From-SVN: r115251

17 years agore PR fortran/28237 (print call())
Paul Thomas [Fri, 7 Jul 2006 04:47:24 +0000 (04:47 +0000)] 
re PR fortran/28237 (print call())

2006-07-07  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/28237
PR fortran/23420
* io.c (resolve_tag): Any integer that is not an assigned
variable is an error.

2006-07-07  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/28237
PR fortran/23420
* gfortran.dg/print_fmt_5.f90: New test.

From-SVN: r115246

17 years agoc-parser.c (c_parser_skip_to_end_of_block_or_statement): Add a default case to switch...
Roger Sayle [Fri, 7 Jul 2006 00:20:02 +0000 (00:20 +0000)] 
c-parser.c (c_parser_skip_to_end_of_block_or_statement): Add a default case to switch statement to silence compiler warnings.

* c-parser.c (c_parser_skip_to_end_of_block_or_statement): Add
a default case to switch statement to silence compiler warnings.

From-SVN: r115243

17 years agoDaily bump.
GCC Administrator [Fri, 7 Jul 2006 00:17:22 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r115241

17 years agore PR target/27968 (gcc emits (undefined) ffreep opcode which is not understood by...
Roger Sayle [Fri, 7 Jul 2006 00:13:14 +0000 (00:13 +0000)] 
re PR target/27968 (gcc emits (undefined) ffreep opcode which is not understood by Solaris' /usr/ccs/bin/as when tuning for Athlon or Opteron CPUs)

PR target/27968
* configure.ac (HAVE_AS_IX86_FFREEP): On x86 targets check whether
the configured assembler supports the x87's ffreep mnemonic.
* configure: Regenerate.
* config.in: Regenerate.

* config/i386/i386.c (output_387_ffreep): New function.
(output_fp_compare): Use output_387_ffreep to emit ffreep insns.
(output_387_reg_move): Likewise.

From-SVN: r115237

17 years agorandom (class gamma_distribution<>): Add.
Paolo Carlini [Thu, 6 Jul 2006 23:30:14 +0000 (23:30 +0000)] 
random (class gamma_distribution<>): Add.

2006-07-06  Paolo Carlini  <pcarlini@suse.de>

* include/tr1/random (class gamma_distribution<>): Add.
* include/tr1/random.tcc (gamma_distribution<>::operator(),
operator<<(std::basic_ostream<>&, const gamma_distribution<>&)):
Define.
* testsuite/tr1/5_numerical_facilities/random/gamma_distribution/
requirements/typedefs.cc: New.

From-SVN: r115236

17 years agostacktrace.cc (ClassForFrame): Remove commented-out code.
Bryce McKinlay [Thu, 6 Jul 2006 23:26:24 +0000 (23:26 +0000)] 
stacktrace.cc (ClassForFrame): Remove commented-out code.

2006-07-06  Bryce McKinlay <mckinlay@redhat.com>

        * stacktrace.cc (ClassForFrame): Remove commented-out code.
        (UnwindTraceFn): Use _Unwind_GetIPInfo and adjust IP
        only when needed.
        (getLineNumberForFrame): Don't adjust IP here.
        * testsuite/libjava.lang/StackTrace.java: New test case.
        * testsuite/libjava.lang/StackTrace.out: Ditto.

From-SVN: r115235

17 years agoPort to hosts whose 'sort' and 'tail' implementations treat operands with leading...
Paul Eggert [Thu, 6 Jul 2006 23:24:51 +0000 (23:24 +0000)] 
Port to hosts whose 'sort' and 'tail' implementations treat operands with leading '+' as file names...

Port to hosts whose 'sort' and 'tail' implementations
treat operands with leading '+' as file names, as POSIX
has required since 2001.  However, make sure the code still
works on pre-POSIX hosts.
* ltmain.sh: Don't assume "sort +2" is equivalent to
"sort -k 3", since POSIX 1003.1-2001 no longer requires this.

contrib:
* compare_tests: Don't assume "sort +2" is equivalent to
"sort -k 3", since POSIX 1003.1-2001 no longer requires this.
gcc:
* Makefile.in (slowcompare): Port to POSIX 1003.1-2001,
which says you should use "tail -c +N" rather than "tail +Nc".
Fix a bug: the old code incorrectly skipped 15 bytes, not 16.

From-SVN: r115234

17 years agotree-ssa-loop-niter.c (scev_probably_wraps_p): Fix typo in argument name.
Zdenek Dvorak [Thu, 6 Jul 2006 22:41:16 +0000 (00:41 +0200)] 
tree-ssa-loop-niter.c (scev_probably_wraps_p): Fix typo in argument name.

* tree-ssa-loop-niter.c (scev_probably_wraps_p): Fix typo in argument name.

From-SVN: r115233

17 years agore PR fortran/28129 (gfortran -fbounds-check: Shows invalid array out of bounds error)
Francois-Xavier Coudert [Thu, 6 Jul 2006 20:37:36 +0000 (22:37 +0200)] 
re PR fortran/28129 (gfortran -fbounds-check: Shows invalid array out of bounds error)

PR fortran/28129

* trans-array.c (gfc_trans_array_bound_check): Add a locus
argument, and use it in the error messages.
(gfc_conv_array_index_offset): Donc perform bounds checking on
the last dimension of assumed-size arrays.

* gfortran.dg/bounds_check_4.f90: New test.

From-SVN: r115231

17 years agoMakefile.am (libgcj_tools_la_GCJFLAGS): Add -fno-indirect-classes.
Thomas Fitzsimmons [Thu, 6 Jul 2006 19:13:42 +0000 (19:13 +0000)] 
Makefile.am (libgcj_tools_la_GCJFLAGS): Add -fno-indirect-classes.

2006-07-06  Thomas Fitzsimmons  <fitzsim@redhat.com>

* Makefile.am (libgcj_tools_la_GCJFLAGS): Add
-fno-indirect-classes.
* Makefile.in: Regenerate.
* gcj/Makefile.in: Regenerate.
* include/Makefile.in: Regenerate.
* testsuite/Makefile.in: Regenerate.

From-SVN: r115230

17 years agore PR target/28150 (ICE in reload_cse_simplify_operands, at postreload.c:394)
David Edelsohn [Thu, 6 Jul 2006 18:59:58 +0000 (18:59 +0000)] 
re PR target/28150 (ICE in reload_cse_simplify_operands, at postreload.c:394)

2006-07-06  David Edelsohn  <edelsohn@gnu.org>

        PR target/28150
        * config/rs6000/rs6000.c (rs6000_legitimate_address): Do not allow
        PRE_{INC,DEC} of TFmode.

2006-07-06  David Edelsohn  <edelsohn@gnu.org>
            Alan Modra  <amodra@bigpond.net.au>

        PR target/28170
        * config/rs6000/rs6000.c (insvdi_rshift_rlwimi_p): Correct shiftop
        bounds. Simplify.

Co-Authored-By: Alan Modra <amodra@bigpond.net.au>
From-SVN: r115229

17 years agore PR c++/28279 (ICE in finish_static_data_member_decl, at cp/decl2.c:716)
Jason Merrill [Thu, 6 Jul 2006 18:39:39 +0000 (14:39 -0400)] 
re PR c++/28279 (ICE in finish_static_data_member_decl, at cp/decl2.c:716)

        PR c++/28279
        * decl2.c (finish_static_data_member_decl): Don't assert
        TREE_PUBLIC.

From-SVN: r115228

17 years agoboehm.cc (_Jv_MarkObj): Mark the next_or_version field.
Bryce McKinlay [Thu, 6 Jul 2006 18:25:28 +0000 (18:25 +0000)] 
boehm.cc (_Jv_MarkObj): Mark the next_or_version field.

2006-07-06  Bryce McKinlay <mckinlay@redhat.com>

        * boehm.cc (_Jv_MarkObj): Mark the next_or_version field.

From-SVN: r115227

17 years agotrait.hpp: Format.
Benjamin Kosnik [Thu, 6 Jul 2006 17:45:13 +0000 (17:45 +0000)] 
trait.hpp: Format.

2006-07-06  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/util/regression/trait/assoc/trait.hpp: Format.
* testsuite/util/regression/rand/priority_queue/
rand_regression_test.hpp: Same.
* testsuite/util/regression/rand/assoc/rand_regression_test.hpp: Same.
* testsuite/util/regression/rand/
assoc/container_rand_regression_test.hpp: Same.
* testsuite/util/regression/priority_queue/common_type.hpp: Same.
* testsuite/util/regression/assoc/common_type.hpp: Same.
* testsuite/util/regression/basic_type.hpp: Same.

From-SVN: r115226

17 years agore PR target/28285 (duplicate case value in alpha_swapped_comparison operator)
Rainer Orth [Thu, 6 Jul 2006 17:16:48 +0000 (17:16 +0000)] 
re PR target/28285 (duplicate case value in alpha_swapped_comparison operator)

PR target/28285
* config/alpha/predicates.md (alpha_swapped_comparison_operator):
Remove duplicate gtu.

From-SVN: r115225

17 years agore PR fortran/27874 (Bad interaction between bounds checking, forall and derived...
Francois-Xavier Coudert [Thu, 6 Jul 2006 17:12:25 +0000 (19:12 +0200)] 
re PR fortran/27874 (Bad interaction between bounds checking, forall and derived types)

PR fortran/27874
* trans-stmt.c (compute_inner_temp_size): Don't perform bounds
checking when calculating the bounds of scalarization.

From-SVN: r115224

17 years agoconfigure.ac (ac_configure_args): Add --with-native-libdir.
Thomas Fitzsimmons [Thu, 6 Jul 2006 16:00:57 +0000 (16:00 +0000)] 
configure.ac (ac_configure_args): Add --with-native-libdir.

2006-07-06  Thomas Fitzsimmons  <fitzsim@redhat.com>

* configure.ac (ac_configure_args): Add --with-native-libdir.
* configure: Regenerate.
* classpath/native/jni/gtk-peer/Makefile.am: Remove GCJ LOCAL
sections.
* classpath/native/jni/gtk-peer/Makefile.in: Regenerate.
* classpath/native/jawt/Makefile.am: Remove GCJ LOCAL sections.
* classpath/native/jawt/Makefile.in: Regenerate.
* classpath/native/plugin/Makefile.am: Remove GCJ LOCAL sections.
* classpath/native/plugin/Makefile.in: Regenerate.

From-SVN: r115223

17 years agoMakefile.am (pch_output): New.
Benjamin Kosnik [Thu, 6 Jul 2006 02:11:48 +0000 (02:11 +0000)] 
Makefile.am (pch_output): New.

2006-07-05  Benjamin Kosnik  <bkoz@redhat.com>

* include/Makefile.am (pch_output): New.
(clean-local): Use it.
* include/Makefile.in: Regenerate.

From-SVN: r115218

17 years agore PR c++/13983 (no warning on some non-POD struct with packed attribute)
Jason Merrill [Thu, 6 Jul 2006 02:09:02 +0000 (22:09 -0400)] 
re PR c++/13983 (no warning on some non-POD struct with packed attribute)

        PR c++/13983
        PR c++/17519
        * stor-layout.c (finish_record_layout): Copy TYPE_PACKED to variants.
        * c-common.c (handle_packed_attribute): So don't copy it here.
        * c-decl.c (finish_struct): Don't copy TYPE_ALIGN.
        * cp/class.c (check_field_decls): Check TYPE_PACKED after
        stripping array types.
        (finish_struct_bits): Don't copy TYPE_SIZE here.

From-SVN: r115217

17 years agoDaily bump.
GCC Administrator [Thu, 6 Jul 2006 00:17:14 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r115215

17 years ago* doc/invoke.texi (Invoking G++): Clarify prose for g++.
Mike Stump [Wed, 5 Jul 2006 22:17:28 +0000 (22:17 +0000)] 
* doc/invoke.texi (Invoking G++): Clarify prose for g++.

From-SVN: r115211

17 years agore PR c++/18681 ([DR 45] template friend declaration not recognized)
Jason Merrill [Wed, 5 Jul 2006 19:44:28 +0000 (15:44 -0400)] 
re PR c++/18681 ([DR 45] template friend declaration not recognized)

        PR c++/18681
        * friend.c (is_friend): Fix DR 45 implementation.

From-SVN: r115208

17 years ago* MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
Ulrich Weigand [Wed, 5 Jul 2006 19:08:50 +0000 (19:08 +0000)] 
* MAINTAINERS (Various Maintainers): Add myself as reload maintainer.

From-SVN: r115207

17 years agore PR target/26146 (Bootstrapping mainline on Solaris 10/x86 fails)
H.J. Lu [Wed, 5 Jul 2006 18:49:48 +0000 (18:49 +0000)] 
re PR target/26146 (Bootstrapping mainline on Solaris 10/x86 fails)

2006-07-05  H.J. Lu  <hongjiu.lu@intel.com>

PR target/26146
* config.gcc: Check with_cpu for i[34567]86--*-solaris2.1[0-9]*.

From-SVN: r115206

17 years agoconfigure.ac: Depend addition of -pthread on host OS.
Eric Christopher [Wed, 5 Jul 2006 17:32:41 +0000 (17:32 +0000)] 
configure.ac: Depend addition of -pthread on host OS.

2006-07-05  Eric Christopher  <echristo@apple.com>

        * configure.ac: Depend addition of -pthread on host OS.
        * configure: Regenerate.

From-SVN: r115205

17 years agore PR target/28158 (ICE on complex operation with -O1 -msse)
Richard Guenther [Wed, 5 Jul 2006 16:24:57 +0000 (16:24 +0000)] 
re PR target/28158 (ICE on complex operation with -O1 -msse)

2006-07-05  Richard Guenther  <rguenther@suse.de>

PR target/28158
* config/i386/i386.md (*negdf2_1): Restrict pattern to
TARGET_SSE2 targets if using SSE math.
(*absdf2_1): Likewise.

* gfortran.dg/pr28158.f90: New testcase.

From-SVN: r115203

17 years agore PR tree-optimization/28162 (ICE in set_value_range, at tree-vrp.c:157)
Richard Guenther [Wed, 5 Jul 2006 15:49:12 +0000 (15:49 +0000)] 
re PR tree-optimization/28162 (ICE in set_value_range, at tree-vrp.c:157)

2006-07-05  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/28162
* fold-const.c (fold_binary): For (-A) * (-B) -> A * B
make sure to convert the operands to the correct type.

* gcc.dg/pr28162.c: New testcase.

From-SVN: r115202

17 years agore PR fortran/20892 (dummy procedure can't be generic)
Francois-Xavier Coudert [Wed, 5 Jul 2006 15:22:26 +0000 (17:22 +0200)] 
re PR fortran/20892 (dummy procedure can't be generic)

PR fortran/20892
* interface.c (gfc_match_interface): Don't allow dummy procedures
to have a generic interface.

From-SVN: r115201

17 years agore PR middle-end/27084 (Does not propagate memory load base through useless type...
Richard Guenther [Wed, 5 Jul 2006 10:54:17 +0000 (10:54 +0000)] 
re PR middle-end/27084 (Does not propagate memory load base through useless type conversion)

2006-07-05  Richard Guenther  <rguenther@suse.de>
Andrew Pinski  <pinskia@gcc.gnu.org>

PR c++/27084
* cp-objcp-common.c (cxx_types_compatible_p): Ignore
top level qualifiers for pointer type comparisons.

* g++.dg/tree-ssa/copyprop-1.C: New testcase.

Co-Authored-By: Andrew Pinski <pinskia@gcc.gnu.org>
From-SVN: r115200

17 years agore PR tree-optimization/28218 (ICE when building Inkscape with gcc-4.1 with -O2 ...
Paolo Bonzini [Wed, 5 Jul 2006 06:47:21 +0000 (06:47 +0000)] 
re PR tree-optimization/28218 (ICE when building Inkscape with gcc-4.1 with -O2 -ffast-math)

2006-07-04  Paolo Bonzini  <bonzini@gnu.org>

PR tree-optimization/28218

* tree-ssa-math-opts.c (execute_cse_reciprocals): Fix calls
to calculate and free the dominator information.

From-SVN: r115198

17 years agolibgcj.spec.in: Use THREADSTARTFILESPEC to affect the spec for startfile.
Ranjit Mathew [Wed, 5 Jul 2006 02:15:51 +0000 (02:15 +0000)] 
libgcj.spec.in: Use THREADSTARTFILESPEC to affect the spec for startfile.

* libgcj.spec.in: Use THREADSTARTFILESPEC to affect the spec for
startfile.
* configure.ac: Allow targets to affect the spec for startfile
by specifying a THREADSTARTFILESPEC variable.  Define this for
the win32 threads package to include crtmt.o.
* configure: Regenerate.
* win32.cc (_CRT_MT): Remove definition.
(__mingwthr_key_dtor): Likewise.

Co-Authored-By: Danny Smith <dannysmith@users.sourceforge.net>
From-SVN: r115196

17 years agoDaily bump.
GCC Administrator [Wed, 5 Jul 2006 00:17:27 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r115194

17 years agoFix whitespace.
Eric Christopher [Tue, 4 Jul 2006 21:23:03 +0000 (21:23 +0000)] 
Fix whitespace.

From-SVN: r115190

17 years agolibjava.exp (libjava_init): Call the GCJ_UNDER_TEST with the -B$specdir.
Andreas Tobler [Tue, 4 Jul 2006 20:58:54 +0000 (22:58 +0200)] 
libjava.exp (libjava_init): Call the GCJ_UNDER_TEST with the -B$specdir.

2006-07-04  Andreas Tobler  <a.tobler@schweiz.ch>

* testsuite/lib/libjava.exp (libjava_init): Call the GCJ_UNDER_TEST with
the -B$specdir.

From-SVN: r115188

17 years agore PR fortran/28174 (Corruption of multiple character arrays when passing array sections)
Paul Thomas [Tue, 4 Jul 2006 20:36:15 +0000 (20:36 +0000)] 
re PR fortran/28174 (Corruption of multiple character arrays when passing array sections)

2006-07-04  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/28174
* gfortran.dg/actual_array_substr_2.f90: New test.

PR fortran/28167
* gfortran.dg/actual_array_constructor_2.f90: New test.

From-SVN: r115187

17 years agore PR libgcj/28226 (posix.cc:222: error: invalid conversion from 'const void*' to...
Andreas Tobler [Tue, 4 Jul 2006 20:21:40 +0000 (22:21 +0200)] 
re PR libgcj/28226 (posix.cc:222: error: invalid conversion from 'const void*' to 'void*')

2006-07-04  Andreas Tobler  <a.tobler@schweiz.ch>

PR libgcj/28226:
* include/posix.h (_Jv_platform_dladdr): Remove const qualifier.
* include/win32.h (_Jv_platform_dladdr): Likewise.
* posix.cc (_Jv_platform_dladdr): Likewise.
* win32.cc (_Jv_platform_dladdr): Likewise.

From-SVN: r115184

17 years agoltconfig: chmod 644 before ranlib during install.
Peter O'Gorman [Tue, 4 Jul 2006 20:20:01 +0000 (20:20 +0000)] 
ltconfig: chmod 644 before ranlib during install.

ChangeLog:
* ltconfig: chmod 644 before ranlib during install.
libiberty/ChangeLog:
* Makefile.in: chmod 644 before ranlib during install.
gcc/ChangeLog:
* mklibgcc.in: chmod 644 before ranlib during install.
libjava/classpath/ChangeLog:
* ltconfig: chmod 644 before ranlib during install.

From-SVN: r115183

17 years agore PR fortran/28174 (Corruption of multiple character arrays when passing array sections)
Paul Thomas [Tue, 4 Jul 2006 20:15:52 +0000 (20:15 +0000)] 
re PR fortran/28174 (Corruption of multiple character arrays when passing array sections)

2006-07-04  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/28174
* trans-array.c (gfc_conv_expr_descriptor): When building temp,
ensure that the substring reference uses a new charlen.
* trans-expr.c (gfc_conv_aliased_arg): Add the formal intent to
the argument list, lift the treatment of missing string lengths
from the above and implement the use of the intent.
(gfc_conv_function_call): Add the extra argument to the call to
the above.

PR fortran/28167
* trans-array.c (get_array_ctor_var_strlen): Treat a constant
substring reference.
* array.c (gfc_resolve_character_array_constructor): Remove
static attribute and add the gfc_ prefix, make use of element
charlens for the expression and pick up constant string lengths
for expressions that are not themselves constant.
* gfortran.h : resolve_character_array_constructor prototype
added.
* resolve.c (gfc_resolve_expr): Call resolve_character_array_
constructor again after expanding the constructor, to ensure
that the character length is passed to the expression.

2006-07-04  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/28174
* gfortran.dg/actual_array_substr_2.f90: New test.

PR fortran/28167
* gfortran.dg/actual_array_constructor_2.f90: New test.

From-SVN: r115182

17 years agolibjava.exp (libjava_init): Look for libgcj-$version.jar instead of libgcj-*.jar.
Andreas Tobler [Tue, 4 Jul 2006 19:11:20 +0000 (21:11 +0200)] 
libjava.exp (libjava_init): Look for libgcj-$version.jar instead of libgcj-*.jar.

2006-07-04  Andreas Tobler  <a.tobler@schweiz.ch>

* testsuite/lib/libjava.exp (libjava_init): Look for libgcj-$version.jar
instead of libgcj-*.jar.

From-SVN: r115181

17 years agore PR libgcj/28244 (missing dependency causes build failure)
Thomas Fitzsimmons [Tue, 4 Jul 2006 19:05:19 +0000 (19:05 +0000)] 
re PR libgcj/28244 (missing dependency causes build failure)

2006-07-04  Thomas Fitzsimmons  <fitzsim@redhat.com>

PR libgcj/28244:
* Makefile.am (libgcj_tools_la_DEPENDENCIES): Add libgcj.la and
libgcj.spec.
* Makefile.in: Regenerate.

From-SVN: r115180

17 years agorandom (_Adaptor<>::operator()()): Cast 1 to result_type.
Paolo Carlini [Tue, 4 Jul 2006 15:42:32 +0000 (15:42 +0000)] 
random (_Adaptor<>::operator()()): Cast 1 to result_type.

2006-07-04  Paolo Carlini  <pcarlini@suse.de>

* include/tr1/random (_Adaptor<>::operator()()): Cast 1 to
result_type.
(variate_generator<>::operator()(),
variate_generator<>::operator()(_Tp)): Inline.

* include/tr1/random: Minor cosmetic changes.

From-SVN: r115179

17 years agoclass.c (build_fieldref_cache_entry): Set DECL_IGNORED_P on the entry.
Andrew Haley [Tue, 4 Jul 2006 15:26:42 +0000 (15:26 +0000)] 
class.c (build_fieldref_cache_entry): Set DECL_IGNORED_P on the entry.

2006-07-04  Andrew Haley  <aph@redhat.com>

        * class.c (build_fieldref_cache_entry): Set DECL_IGNORED_P on the
        entry.

From-SVN: r115178

17 years agoconfigure.ac (.eh_frame data check): Use diff -b.
Andrew Stubbs [Tue, 4 Jul 2006 13:50:40 +0000 (13:50 +0000)] 
configure.ac (.eh_frame data check): Use diff -b.

2006-07-04  Andrew Stubbs <andrew.stubbs@st.com>
    J"orn Rennecke <joern.rennecke@st.com>

* configure.ac (.eh_frame data check): Use diff -b.

Co-Authored-By: J"orn Rennecke <joern.rennecke@st.com>
From-SVN: r115177

17 years agointrinsic.c (add_subroutines): Add ITIME and IDATE.
Francois-Xavier Coudert [Tue, 4 Jul 2006 11:39:46 +0000 (13:39 +0200)] 
intrinsic.c (add_subroutines): Add ITIME and IDATE.

* intrinsic.c (add_subroutines): Add ITIME and IDATE.
* intrinsic.h (gfc_check_itime_idate,gfc_resolve_idate,
fc_resolve_itime): New protos.
* iresolve.c (gfc_resolve_itime, gfc_resolve_idate): New functions.
* check.c (gfc_check_itime_idate): New function.
* intrinsic.texi: Document the new intrinsics.

* intrinsics/date_and_time.c (itime0,idate0,itime_i4,itime_i8,
idate_i4,idate_i8): New functions.

* gfortran.dg/itime_idate_1.f: New test.
* gfortran.dg/itime_idate_2.f: New test.

Co-Authored-By: Daniel Franke <franke.daniel@gmail.com>
From-SVN: r115173

17 years agore PR bootstrap/18058 (Bootstrap fails with non-GCC compilers)
Eric Botcazou [Tue, 4 Jul 2006 07:52:47 +0000 (09:52 +0200)] 
re PR bootstrap/18058 (Bootstrap fails with non-GCC compilers)

PR bootstrap/18058
* configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
if the bootstrap compiler is a GCC version that supports it.
* configure: Regenerate.
gcc/
* Makefile.in (BUILD_RTL): Add build/vec.o.
(build/gencondmd.o): Filter out -fkeep-inline-functions.
(build/genextract): Delete.
(build/genautomata): Likewise.

From-SVN: r115172

17 years agore PR target/28207 (128-bit IBM long double misaligned on stack)
Alan Modra [Tue, 4 Jul 2006 03:35:48 +0000 (03:35 +0000)] 
re PR target/28207 (128-bit IBM long double misaligned on stack)

PR target/28207
* config/rs6000/rs6000.c (function_arg_boundary): Double-word align
128-bit IBM long doubles for ABI_V4.

From-SVN: r115170

17 years agore PR libfortran/27704 (Incorrect runtime error on multiple OPEN)
Jerry DeLisle [Tue, 4 Jul 2006 01:47:26 +0000 (01:47 +0000)] 
re PR libfortran/27704 (Incorrect runtime error on multiple OPEN)

2006-07-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/27704
* gfortran.dg/open_status_3.f90: New test.
* gfortran.dg/fmt_l.f90: Update for new feature.

From-SVN: r115169

17 years agore PR libfortran/27704 (Incorrect runtime error on multiple OPEN)
Jerry DeLisle [Tue, 4 Jul 2006 01:36:31 +0000 (01:36 +0000)] 
re PR libfortran/27704 (Incorrect runtime error on multiple OPEN)

2006-07-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/27704
* runtime/error.c (notify_std): Pass common flags into function. Use
flags to show locus of error or warning.
* libgfortran.h: Add enum try.  Add prototype for notify_std.
* io/open.c (edit_modes): Allow status="old" and add extension to
allow status="scratch"
*io/list_read.c (nml_read_obj): Update call to notify_std.
*io/io.h: Remove enum try and prototype for notify_std.
*io/transfer.c (read_sf): Update call to notify_std.
*io/format.c (parse_format_list): Update call to notify_std.

From-SVN: r115168

17 years agoDaily bump.
GCC Administrator [Tue, 4 Jul 2006 00:17:14 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r115166

17 years agodecl.c (match_old_style_init): Add data attribute to symbol.
Asher Langton [Mon, 3 Jul 2006 20:19:23 +0000 (20:19 +0000)] 
decl.c (match_old_style_init): Add data attribute to symbol.

* decl.c (match_old_style_init): Add data attribute to symbol.

* gfortran.dg/oldstyle_2.f90: New.

From-SVN: r115161

17 years agotree.c (range_in_array_bounds_p): New predicate.
Eric Botcazou [Mon, 3 Jul 2006 20:14:18 +0000 (20:14 +0000)] 
tree.c (range_in_array_bounds_p): New predicate.

* tree.c (range_in_array_bounds_p): New predicate.
* tree.h (range_in_array_bounds_p): Declare it.
* tree-eh.c (tree_could_trap_p) <ARRAY_RANGE_REF>: Use it to
return a less conservative answer.
* tree-sra.c (struct sra_elt): Add new pointer field 'groups'
and flag 'is_group'.
(IS_ELEMENT_FOR_GROUP): New macro.
(FOR_EACH_ACTUAL_CHILD): Likewise.
(next_child_for_group): New helper function.
(can_completely_scalarize_p): Take into account groups.
(sra_hash_tree): Handle RANGE_EXPR.
(sra_elt_eq): Likewise.
(lookup_element): Be prepared for handling groups.
(is_valid_const_index): Delete.
(maybe_lookup_element_for_expr) <ARRAY_REF>: Use in_array_bounds_p
instead of is_valid_const_index.
<ARRAY_RANGE_REF>: New case.
(sra_walk_expr) <ARRAY_REF>: Use in_array_bounds_p instead of
is_valid_const_index.
<ARRAY_RANGE_REF>: Do not unconditionally punt.
(scan_dump): Dump info for groups too.
(decide_instantiation_1): Likewise.
(decide_block_copy): Assert that the element is not a group.
Propagate decision to groups.
(generate_one_element_ref): Handle RANGE_EXPR.
(mark_no_warning): Iterate over actual childs.
(generate_copy_inout): Likewise.
(generate_element_copy): Likewise.
(generate_element_zero): Likewise.
(generate_element_init_1): Likewise.
(dump_sra_elt_name): Handle RANGE_EXPR.

From-SVN: r115160

17 years agorc_string_base.h (__rc_string_base::_S_max_size): Adjust, take into account rounding...
Paolo Carlini [Mon, 3 Jul 2006 19:27:55 +0000 (19:27 +0000)] 
rc_string_base.h (__rc_string_base::_S_max_size): Adjust, take into account rounding in _M_create.

2006-07-03  Paolo Carlini  <pcarlini@suse.de>

* include/ext/rc_string_base.h (__rc_string_base::_S_max_size):
Adjust, take into account rounding in _M_create.
(__rc_string_base::_M_create): Add early _S_max_size check.

From-SVN: r115158

17 years ago[multiple changes]
Paolo Carlini [Mon, 3 Jul 2006 17:31:46 +0000 (17:31 +0000)] 
[multiple changes]

2006-07-03  Ian Lance Taylor  <ian@airs.com>
    Paolo Carlini  <pcarlini@suse.de>

* include/ext/rc_string_base.h (__rc_string_base::_S_max_size):
Increase by a factor of two.
* include/ext/sso_string_base.h (__sso_string_base::_S_max_size):
Likewise.

2006-07-03  Paolo Carlini  <pcarlini@suse.de>

* include/ext/sso_string_base.h (__sso_string_base::_M_create): Never
allocate a string bigger than _S_max_size.

From-SVN: r115155

17 years agoiresolve.c (gfc_resolve_cpu_time, [...]): Remove ATTRIBUTE_UNUSED for used argument.
Francois-Xavier Coudert [Mon, 3 Jul 2006 16:05:31 +0000 (18:05 +0200)] 
iresolve.c (gfc_resolve_cpu_time, [...]): Remove ATTRIBUTE_UNUSED for used argument.

* iresolve.c (gfc_resolve_cpu_time, gfc_resolve_random_number):
Remove ATTRIBUTE_UNUSED for used argument.

From-SVN: r115152

17 years agore PR tree-optimization/26251 (code size increase with -Os)
Roger Sayle [Mon, 3 Jul 2006 14:35:13 +0000 (14:35 +0000)] 
re PR tree-optimization/26251 (code size increase with -Os)

PR tree-optimization/26251
* tree-ssa-threadupdate.c (redirection_block_p): New function.
(thread_block): When optimizing for size refuse to thread jumps
that would require duplication of blocks other than redirection
blocks.

From-SVN: r115150

17 years ago* intrinsic.texi: Document new intrinsics.
Francois-Xavier Coudert [Mon, 3 Jul 2006 13:03:45 +0000 (15:03 +0200)] 
* intrinsic.texi: Document new intrinsics.

From-SVN: r115148

17 years agoconfigure.in: Fix thinkos in previous check-in.
Paolo Bonzini [Mon, 3 Jul 2006 11:19:01 +0000 (11:19 +0000)] 
configure.in: Fix thinkos in previous check-in.

2006-07-03  Paolo Bonzini  <bonzini@gnu.org>

* configure.in: Fix thinkos in previous check-in.
* configure: Regenerate.

From-SVN: r115147

17 years agoconfigure.in: Fix thinko in previous check-in.
Paolo Bonzini [Mon, 3 Jul 2006 09:25:46 +0000 (09:25 +0000)] 
configure.in: Fix thinko in previous check-in.

2006-07-03  Paolo Bonzini  <bonzini@gnu.org>

* configure.in: Fix thinko in previous check-in.
* configure: Regenerate.

gcc:
2006-07-03  Paolo Bonzini  <bonzini@gnu.org>

* configure.ac: Fix thinko in previous check-in.
* configure: Regenerate.

From-SVN: r115146

17 years agore PR other/27063 (Fail to build gcc-core-4.2 snapshots)
Paolo Bonzini [Mon, 3 Jul 2006 07:58:08 +0000 (07:58 +0000)] 
re PR other/27063 (Fail to build gcc-core-4.2 snapshots)

2006-07-03  Paolo Bonzini  <bonzini@gnu.org>

PR other/27063
* configure.in: Test subdir_requires and give an appropriate
error message.
* configure: Regenerate

gcc:
2006-07-03  Paolo Bonzini  <bonzini@gnu.org>

PR other/27063
* configure.ac (for lang...): Simplify nesting of conditionals.
Test subdir_requires for non-enabled languages.  Move processing
of lang_opt_files and lang_tree_fiels below that test.
* configure: Regenerate.
* doc/sourcebuild.texi (Front End Config): Document subdir_requires.

gcc/objcp:
2006-07-03  Paolo Bonzini  <bonzini@gnu.org>

PR other/27063
* config-lang.in: Add subdir_requires.

From-SVN: r115145

17 years agoDaily bump.
GCC Administrator [Mon, 3 Jul 2006 00:17:10 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r115139

17 years agofix line #s
Jason Merrill [Sun, 2 Jul 2006 04:12:46 +0000 (00:12 -0400)] 
fix line #s

From-SVN: r115125

17 years agoDaily bump.
GCC Administrator [Sun, 2 Jul 2006 00:17:25 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r115123

17 years agorevert accidental checkin
Jason Merrill [Sat, 1 Jul 2006 22:02:56 +0000 (18:02 -0400)] 
revert accidental checkin

From-SVN: r115119

17 years agore PR c++/28215 (Bootstrap failure on arm-eabi)
Jason Merrill [Sat, 1 Jul 2006 22:01:18 +0000 (18:01 -0400)] 
re PR c++/28215 (Bootstrap failure on arm-eabi)

        PR c++/28215
        * method.c (make_thunk): Unset DECL_USE_TEMPLATE and
        DECL_TEMPLATE_INFO.

From-SVN: r115118

17 years agoMAINTAINERS (Write After Approval): Add myself.
Andrew John Hughes [Sat, 1 Jul 2006 19:36:35 +0000 (19:36 +0000)] 
MAINTAINERS (Write After Approval): Add myself.

2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>

* MAINTAINERS (Write After Approval): Add myself.

From-SVN: r115117

17 years agore PR fortran/19259 (";" as first nonblank character on a line should be an error)
Tobias Schlüter [Sat, 1 Jul 2006 15:03:30 +0000 (17:03 +0200)] 
re PR fortran/19259 (";" as first nonblank character on a line should be an error)

2006-07-01  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>

fortran/
PR fortran/19259
* parse.c (next_free): Error out on line starting with semicolon.
(next_fixed): Fix formatting.  Error out on line starting with
semicolon.
testsuite/
PR fortran/19259
* gfortran.dg/semicolon_fixed.c: New.
* gfortran.dg/semicolon_free.c: New.

From-SVN: r115115

17 years ago* doc/gcov.texi (Invoking Gcov): Add a missing word.
Martin Michlmayr [Sat, 1 Jul 2006 12:46:31 +0000 (12:46 +0000)] 
* doc/gcov.texi (Invoking Gcov): Add a missing word.

From-SVN: r115113

17 years agoDaily bump.
GCC Administrator [Sat, 1 Jul 2006 00:17:22 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r115111

17 years agore PR c++/26577 (ICE in cp_expr_size with volatile and non POD)
Jason Merrill [Fri, 30 Jun 2006 20:48:42 +0000 (16:48 -0400)] 
re PR c++/26577 (ICE in cp_expr_size with volatile and non POD)

        PR c++/26577
        * call.c (build_new_method_call): Force evaluation of the
        instance pointer, not the object.

From-SVN: r115105

17 years agofvisibility-override2.C: Fix for systems that don't support internal visibility.
Mike Stump [Fri, 30 Jun 2006 20:10:51 +0000 (20:10 +0000)] 
fvisibility-override2.C: Fix for systems that don't support internal visibility.

* g++.dg/ext/visibility/fvisibility-override2.C: Fix for systems
that don't support internal visibility.

From-SVN: r115104

17 years ago* check.c: Fix a comment typo.
Kazu Hirata [Fri, 30 Jun 2006 19:38:26 +0000 (19:38 +0000)] 
* check.c: Fix a comment typo.

From-SVN: r115101

17 years ago* decl2.c: Fix a comment typo.
Kazu Hirata [Fri, 30 Jun 2006 19:34:38 +0000 (19:34 +0000)] 
* decl2.c: Fix a comment typo.

From-SVN: r115099

17 years agocfgexpand.c, [...]: Fix comment typos.
Kazu Hirata [Fri, 30 Jun 2006 19:29:39 +0000 (19:29 +0000)] 
cfgexpand.c, [...]: Fix comment typos.

* cfgexpand.c, config/i386/i386.c, genpreds.c, tree-cfg.c: Fix
comment typos.

From-SVN: r115098

17 years agoMakefile.am: Comment out tools wrapper creation.
Thomas Fitzsimmons [Fri, 30 Jun 2006 18:31:48 +0000 (18:31 +0000)] 
Makefile.am: Comment out tools wrapper creation.

2006-06-30  Thomas Fitzsimmons  <fitzsim@redhat.com>

* classpath/tools/Makefile.am: Comment out tools wrapper creation.
(TOOLS_ZIP): Rename tools.zip tools.jar.
(noinst_DATA): Do not install tools.jar.
* classpath/tools/Makefile.in: Regenerate.
* classpath/Makefile.am (SUBDIRS): Add tools.
(DIST_SUBDIRS): Likewise.
* classpath/Makefile.in: Regenerate.
* Makefile.am (toolexeclib_LTLIBRARIES): Add libgcj-tools.la.
(jar_DATA): Add libgcj-tools-$(gcc_version).jar.
(bin_PROGRAMS): Add gappletviewer, gjarsigner and gkeytool.
Add build logic for libgcj-tools.la,
libgcj-tools-$(gcc_version).jar and gappletviewer, gjarsigner and
gkeytool.
* Makefile.in: Regenerate.

From-SVN: r115097

17 years agore PR c++/18698 (Error message using "using" for code not using "using" ;-))
Jason Merrill [Fri, 30 Jun 2006 18:27:18 +0000 (14:27 -0400)] 
re PR c++/18698 (Error message using "using" for code not using "using" ;-))

        PR c++/18698
        * decl2.c (grokfield): Only try to treat the decl as an access
        declaration if the scope is a class.

From-SVN: r115095

17 years agoobjcp-decl.c (objcp_start_struct): Pass null attributes argument to begin_class_defin...
Jason Merrill [Fri, 30 Jun 2006 15:22:48 +0000 (11:22 -0400)] 
objcp-decl.c (objcp_start_struct): Pass null attributes argument to begin_class_definition.

        * objcp-decl.c (objcp_start_struct): Pass null attributes argument
        to begin_class_definition.

From-SVN: r115091

17 years agoinline-1.c: Fix up scan-tree-dump-times for '(' / ')' needing an extra '\'.
Andrew Pinski [Fri, 30 Jun 2006 14:28:59 +0000 (07:28 -0700)] 
inline-1.c: Fix up scan-tree-dump-times for '(' / ')' needing an extra '\'.

2006-06-30  Andrew Pinski  <pinskia@gmail.com>

        * gcc.dg/tree-ssa/inline-1.c: Fix up scan-tree-dump-times        for '(' / ')' needing an extra '\'.

From-SVN: r115089

17 years agore PR c++/26905 (default-visibility class symbol improperly resolved as hidden-visibi...
Jason Merrill [Fri, 30 Jun 2006 01:15:56 +0000 (21:15 -0400)] 
re PR c++/26905 (default-visibility class symbol improperly resolved as hidden-visibility)

        PR c++/26905
        PR c++/26612
        PR c++/27000
        PR c++/26984
        PR c++/19134
        * tree.c (build_decl_stat): Don't hande #pragma visibility here.
        * c-common.c (c_determine_visibility): Handle it here.
        * c-decl.c (finish_decl): Call c_determine_visibility for
        functions, too.
        * flags.h (enum symbol_visibility): Sort from most to least visibility.
        * tree.h: Likewise.
        * varasm.c (default_assemble_visibility): Likewise.
        * c-common.c (handle_visibility_attribute): Complain about trying
        to give visibility to an already defined class, or trying to change
        declared visibility. Always attach the attribute.
        * cp/decl2.c (determine_visibility): Overhaul.
        (determine_visibility_from_class): Likewise.
        (min_vis_r, type_visibility, constrain_visibility): New fns.
        (constrain_visibility_for_template): Likewise.
        (constrain_class_visibility): Likewise.
        * cp/decl.c (cp_finish_decl): Call determine_visibility for function
        decls, too.
        * cp/name-lookup.c (pushtag): Call determine_visibility.
        * cp/decl.c (duplicate_decls): Don't copy visibility from template to
        specialization.
        * cp/pt.c (check_explicit_specialization): Likewise.
        (lookup_template_class, tsubst_decl): Call determine_visibility.
        * cp/class.c (finish_struct_1): Call constrain_class_visibility.

        PR c++/26905
        PR c++/21675
        PR c++/17470
        * cp/parser.c (cp_parser_explicit_instantiation): Pass the attributes
        to grokdeclarator.
        (cp_parser_type_specifier): Allow 'enum __attribute ((...)) E'.
        (cp_parser_enum_specifier): Likewise.
        (cp_parser_elaborated_type_specifier): Apply attributes if this
        declares only the class.
        (cp_parser_class_specifier): Apply leading attributes immediately.
        * cp/semantics.c (begin_class_definition): Add attributes parameter,
        apply them to the type.
        * attribs.c (decl_attributes): Ignore type-in-place attributes
        once the type has been defined.

        PR c++/21581
        PR c++/25915
        * cp/tree.c (decl_anon_ns_mem_p): New function.
        * cp/cp-tree.h: Declare it.
        * cp/decl2.c (determine_visibility): Make anonymous namespace
        members static.
        (min_vis_r, constrain_visibility): Likewise.
        * cp/rtti.c (create_pseudo_type_info): Set TREE_PUBLIC on
        pseudo-types.
        * cp/decl.c (cxx_init_decl_processing): Set TREE_PUBLIC on
        global_namespace.
        * cp/name-lookup.c (push_namespace_with_attribs): Don't set TREE_PUBLIC
        on anonymous namespaces.

From-SVN: r115086

17 years agoDaily bump.
GCC Administrator [Fri, 30 Jun 2006 00:18:27 +0000 (00:18 +0000)] 
Daily bump.

From-SVN: r115084

17 years agore PR middle-end/27428 (ICE with goto in erroneous code)
Roger Sayle [Thu, 29 Jun 2006 21:57:23 +0000 (21:57 +0000)] 
re PR middle-end/27428 (ICE with goto in erroneous code)

PR middle-end/27428
* c-lex.c (c_lex_with_flags) <CPP_N_INVALID>: Increment errorcount
to indicate the cpplib has issued an error message for us.

* gcc.dg/pr27428-1.c: New test case.

From-SVN: r115080

17 years agoi386.c (ix86_output_function_epilogue): Don't insert a label at the end of an functio...
Asher Langton [Thu, 29 Jun 2006 21:49:19 +0000 (21:49 +0000)] 
i386.c (ix86_output_function_epilogue): Don't insert a label at the end of an function under Mach-O.

* config/i386/i386.c (ix86_output_function_epilogue): Don't
insert a label at the end of an function under Mach-O.

From-SVN: r115079

17 years agoMakefile.am (pch1_input, [...]): Move from pch_*.
Benjamin Kosnik [Thu, 29 Jun 2006 21:24:57 +0000 (21:24 +0000)] 
Makefile.am (pch1_input, [...]): Move from pch_*.

2006-06-29  Benjamin Kosnik  <bkoz@redhat.com>

* include/Makefile.am (pch1_input, pch1_output_builddir,
pch1_outputj_installdir, pch1_source): Move from pch_*.
(pch2_input, pch2_output_builddir,
pch2_output_installdir, pch2_source): Clone for ext.
(pch3_input, pch3_output_builddir,
pch3_output_installdir, pch3_source): Clone for tr1.
(install-pch): Same.
* include/Makefile.in: Regenerate.

* include/precompiled: New directory.
* include/stdc++.h: Move...
* include/precompiled/stdc++.h: ... here.
* include/precompiled/stdtr1c++.h: New.
* include/precompiled/extc++.h: New.

* testsuite/lib/libstdc++.exp (libstdc++_init): Set PCH_CXXFLAGS
to -include bits/stdtr1c++.h.

From-SVN: r115078

17 years agopredicates.md (vector_all_ones_operand): New.
Eric Christopher [Thu, 29 Jun 2006 20:42:54 +0000 (20:42 +0000)] 
predicates.md (vector_all_ones_operand): New.

2006-06-29  Eric Christopher  <echristo@apple.com>
            Evan Cheng  <evan.cheng@apple.com>

        * predicates.md (vector_all_ones_operand): New.
        (nonimmediate_or_sse_const_operand): Ditto.
        * config/i386/i386-protos.h (standard_sse_constant_opcode): Declare.
        * config/i386/i386.c (standard_sse_constant_opcode): Define.
        (standard_sse_mode_p): Ditto.
        (standard_sse_constant_p): Add case for -1 vector.
        (ix86_expand_vector_move): Try to use.
        * sse.md (*mov<mode>_internal): Use nonimmediate_or_sse_const_operand.
        Call standard_sse_constant_opcode.
        (*movv4sf_internal): Ditto.
        (*movv2df_internal): Ditto.

From-SVN: r115077

17 years agogenpreds.c (write_match_code_switch): Correctly use XSTR instead of XEXP to extract...
Roger Sayle [Thu, 29 Jun 2006 20:21:36 +0000 (20:21 +0000)] 
genpreds.c (write_match_code_switch): Correctly use XSTR instead of XEXP to extract the operands of a MATCH_CODE rtx.

* genpreds.c (write_match_code_switch): Correctly use XSTR instead
of XEXP to extract the operands of a MATCH_CODE rtx.

From-SVN: r115076