]> gcc.gnu.org Git - gcc.git/log
gcc.git
16 years agore PR tree-optimization/34651 (ICE in set_value_range, at tree-vrp.c:321)
Richard Guenther [Thu, 10 Jan 2008 14:28:40 +0000 (14:28 +0000)]
re PR tree-optimization/34651 (ICE in set_value_range, at tree-vrp.c:321)

2008-01-10  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/34651
* tree-sra.c (sra_build_assignment): Sanitize.  Use the correct
types and ordering for masking and converting.

* g++.dg/torture/pr34651.C: New testcase.

From-SVN: r131442

16 years agomultiway_merge.h: Reformat to 80 columns; adjust some inline specifiers; other minor...
Paolo Carlini [Thu, 10 Jan 2008 02:07:41 +0000 (02:07 +0000)]
multiway_merge.h: Reformat to 80 columns; adjust some inline specifiers; other minor style fixes.

2008-01-09  Paolo Carlini  <pcarlini@suse.de>

* include/parallel/multiway_merge.h: Reformat to 80 columns;
adjust some inline specifiers; other minor style fixes.
* include/parallel/losertree.h: Likewise.
* include/parallel/list_partition.h: Likewise.
* include/parallel/multiseq_selection.h: Likewise.
* include/parallel/workstealing.h: Likewise.
* include/parallel/base.h: Likewise.
* include/parallel/par_loop.h: Likewise.
* include/parallel/numeric: Likewise.
* include/parallel/quicksort.h: Likewise.
* include/parallel/algorithmfwd.h: Likewise.
* include/parallel/for_each_selectors.h: Likewise.
* include/parallel/omp_loop_static.h: Likewise.
* include/parallel/random_shuffle.h: Likewise.
* include/parallel/balanced_quicksort.h: Likewise.
* include/parallel/set_operations.h: Likewise.
* include/parallel/tree.h: Likewise.
* include/parallel/merge.h: Likewise.
* include/parallel/unique_copy.h: Likewise.
* include/parallel/settings.h: Likewise.
* include/parallel/multiway_mergesort.h: Likewise.
* include/parallel/numericfwd.h: Likewise.
* include/parallel/search.h: Likewise.
* include/parallel/partition.h: Likewise.
* include/parallel/compatibility.h: Likewise.
* include/parallel/partial_sum.h: Likewise.
* include/parallel/find.h: Likewise.
* include/parallel/algo.h: Likewise.
* include/parallel/queue.h: Likewise.
* include/parallel/omp_loop.h: Likewise.
* include/parallel/sort.h: Likewise.
* include/parallel/random_number.h: Likewise.

From-SVN: r131440

16 years agoDaily bump.
GCC Administrator [Thu, 10 Jan 2008 00:17:20 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r131438

16 years agore PR tree-optimization/34017 (ICE in lambda_loopnest_to_gcc_loopnest with -O2 -ftree...
Sebastian Pop [Wed, 9 Jan 2008 21:22:19 +0000 (21:22 +0000)]
re PR tree-optimization/34017 (ICE in lambda_loopnest_to_gcc_loopnest with -O2 -ftree-loop-linear)

2008-01-09  Sebastian Pop  <sebastian.pop@amd.com>

PR tree-optimization/34017
* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Generate code
also for PHI_NODE expressions.

* gcc.dg/tree-ssa/pr34017.c: New.

From-SVN: r131435

16 years agoMAINTAINERS (Write After Approval): Add myself.
Raksit Ashok [Wed, 9 Jan 2008 19:48:42 +0000 (19:48 +0000)]
MAINTAINERS (Write After Approval): Add myself.

2008-01-09  Raksit Ashok  <raksit@google.com>

* MAINTAINERS (Write After Approval): Add myself.

From-SVN: r131434

16 years agore PR tree-optimization/34708 (Inlining heuristics issue)
Jan Hubicka [Wed, 9 Jan 2008 19:19:40 +0000 (20:19 +0100)]
re PR tree-optimization/34708 (Inlining heuristics issue)

PR tree-optimization/34708
* tree-inline.c (estimate_num_insns_1): Compute cost of SWITCH_EXPR
based on number of case labels.
(init_inline_once): Remove switch_cost.
* tree-inline.h (eni_weights_d): Remove switch_cost.

From-SVN: r131433

16 years agoapi.html: Fix markup for rope.h.
Benjamin Kosnik [Wed, 9 Jan 2008 19:10:47 +0000 (19:10 +0000)]
api.html: Fix markup for rope.h.

2008-01-09  Benjamin Kosnik  <bkoz@redhat.com>

* docs/html/17_intro/api.html: Fix markup for rope.h.

From-SVN: r131432

16 years agoiterator.h: Reformat to 80 columns; adjust some inline specifiers.
Paolo Carlini [Wed, 9 Jan 2008 18:27:27 +0000 (18:27 +0000)]
iterator.h: Reformat to 80 columns; adjust some inline specifiers.

2008-01-09  Paolo Carlini  <pcarlini@suse.de>

* include/parallel/iterator.h: Reformat to 80 columns; adjust some
inline specifiers.
* include/parallel/find_selectors.h: Likewise.
* include/parallel/losertree.h: Likewise.
* include/parallel/list_partition.h: Likewise.
* include/parallel/for_each.h: Likewise.
* include/parallel/multiseq_selection.h: Likewise.
* include/parallel/algorithmfwd.h: Likewise.
* include/parallel/for_each_selectors.h: Likewise.
* include/parallel/balanced_quicksort.h: Likewise.
* include/parallel/merge.h: Likewise.
* include/parallel/algobase.h: Likewise.
* include/parallel/find.h: Likewise.
* include/parallel/algo.h: Likewise.
* include/parallel/checkers.h: Likewise.

From-SVN: r131431

16 years agore PR tree-optimization/30132 (ICE in find_lattice_value, at tree-complex.c:133)
Richard Guenther [Wed, 9 Jan 2008 15:46:49 +0000 (15:46 +0000)]
re PR tree-optimization/30132 (ICE in find_lattice_value, at tree-complex.c:133)

2008-01-09  Richard Guenther  <rguenther@suse.de>
Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR middle-end/30132
* gimplify.c (gimplify_cond_expr): Do not create an addressable
temporary if an rvalue is ok or an lvalue is not required.

* gcc.c-torture/compile/pr30132.c: New testcase.

Co-Authored-By: Andrew Pinski <andrew_pinski@playstation.sony.com>
From-SVN: r131430

16 years agore PR tree-optimization/34458 (ICE in int_cst_value, at tree.c:8047 at -O3)
Richard Guenther [Wed, 9 Jan 2008 14:17:13 +0000 (14:17 +0000)]
re PR tree-optimization/34458 (ICE in int_cst_value, at tree.c:8047 at -O3)

2008-01-09  Richard Guenther  <rguenther@suse.de>

PR middle-end/34458
* tree-data-ref.c (initialize_matrix_A): Use tree_low_cst,
adjust return type.

* gcc.c-torture/compile/pr34458.c: New testcase.

From-SVN: r131429

16 years agore PR tree-optimization/34679 (ICE: tree check: expected integer_type, have enumeral_...
Richard Guenther [Wed, 9 Jan 2008 12:14:01 +0000 (12:14 +0000)]
re PR tree-optimization/34679 (ICE: tree check: expected integer_type, have enumeral_type in host_integerp, at tree.c:4949 (predictive commoning))

2008-01-09  Richard Guenther  <rguenther@suse.de>

PR middle-end/34679
* tree.c (host_integerp): Check for sizetype only if the
type is an integer type.

From-SVN: r131425

16 years agohashtable (_Hashtable): Fix friend declaration of __detail::_Map_base<>.
Francesco Biscani [Wed, 9 Jan 2008 11:12:11 +0000 (11:12 +0000)]
hashtable (_Hashtable): Fix friend declaration of __detail::_Map_base<>.

2008-01-09  Francesco Biscani  <bluescarni@gmail.com>

* include/tr1_impl/hashtable (_Hashtable): Fix friend declaration
of __detail::_Map_base<>.

From-SVN: r131424

16 years agore PR debug/26364 ([no unit-at-a-time mode] Uninlined function is marked as inlined)
Steven Bosscher [Wed, 9 Jan 2008 10:33:55 +0000 (10:33 +0000)]
re PR debug/26364 ([no unit-at-a-time mode] Uninlined function is marked as inlined)

2008-01-09  Steven Bosscher  <stevenb.gcc@gmail.com>

PR debug/26364
* opts.c (decode_options): Disable inlining of functions called
once if not in unit-at-a-time mode.

From-SVN: r131423

16 years ago* Makefile.in (dse.o): Remove duplicate $(RECOG_H) dependency.
Alexandre Oliva [Wed, 9 Jan 2008 09:18:24 +0000 (09:18 +0000)]
* Makefile.in (dse.o): Remove duplicate $(RECOG_H) dependency.

From-SVN: r131421

16 years agoFix typo in last commit.
Kaveh Ghazi [Wed, 9 Jan 2008 09:03:49 +0000 (09:03 +0000)]
Fix typo in last commit.

From-SVN: r131418

16 years agoinvoke.texi (i386 and x86-64 Options): Two small spell fixes.
Uros Bizjak [Wed, 9 Jan 2008 07:35:49 +0000 (08:35 +0100)]
invoke.texi (i386 and x86-64 Options): Two small spell fixes.

* doc/invoke.texi (i386 and x86-64 Options) [mrecip]:
Two small spell fixes.

From-SVN: r131414

16 years agore PR testsuite/30459 (FAIL: g++.dg/eh/ia64-2.C (test for excess errors))
John David Anglin [Wed, 9 Jan 2008 03:14:15 +0000 (03:14 +0000)]
re PR testsuite/30459 (FAIL: g++.dg/eh/ia64-2.C (test for excess errors))

PR testsuite/30459
g++.dg/eh/ia64-2.C: Require weak support.

From-SVN: r131410

16 years agoDaily bump.
GCC Administrator [Wed, 9 Jan 2008 00:17:24 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r131408

16 years agore PR c++/31863 (g++-4.1: out of memory with -O1/-O2)
Richard Guenther [Tue, 8 Jan 2008 21:35:25 +0000 (21:35 +0000)]
re PR c++/31863 (g++-4.1: out of memory with -O1/-O2)

2008-01-08  Richard Guenther  <rguenther@suse.de>

PR middle-end/31863
* tree-ssa-structalias.c (push_fields_onto_fieldstack): Bail
out early if the result will be unused.

* g++.dg/torture/pr31863.C: New testcase.

From-SVN: r131405

16 years agore PR fortran/34706 (FE should reuse array temporaries, reduce temporaties and tell...
Richard Guenther [Tue, 8 Jan 2008 21:21:29 +0000 (21:21 +0000)]
re PR fortran/34706 (FE should reuse array temporaries, reduce temporaties and tell ME the array-size type)

2008-01-08  Richard Guenther  <rguenther@suse.de>

PR fortran/34706
PR tree-optimization/34683
* trans-types.c (gfc_get_array_type_bounds): Use an array type
with known size for accesses if that is known.

From-SVN: r131404

16 years agore PR target/34709 (revision 131342 miscompiled 481.wrf on Linux/Intel64)
Uros Bizjak [Tue, 8 Jan 2008 19:22:46 +0000 (20:22 +0100)]
re PR target/34709 (revision 131342 miscompiled 481.wrf on Linux/Intel64)

        PR target/34709
        Revert:

        2008-01-05  Uros Bizjak  <ubizjak@gmail.com>
        * config/i386/i386.c (ix86_builtin_reciprocal): Remove check
        for TARGET_RECIP.

From-SVN: r131403

16 years agouser_facet_hierarchies.cc: Do not include <cassert>.
Paolo Carlini [Tue, 8 Jan 2008 18:16:06 +0000 (18:16 +0000)]
user_facet_hierarchies.cc: Do not include <cassert>.

2008-01-08  Paolo Carlini  <pcarlini@suse.de>

* testsuite/22_locale/global_templates/user_facet_hierarchies.cc: Do
not include <cassert>.
* testsuite/22_locale/global_templates/standard_facet_hierarchies.cc:
Likewise.
* testsuite/util/testsuite_common_types.h: Include <algorithm>.

From-SVN: r131402

16 years ago2008-01-08 Jan Sjodin <jan.sjodin@amd.com>
Jan Sjodin [Tue, 8 Jan 2008 16:35:44 +0000 (16:35 +0000)]
2008-01-08  Jan Sjodin  <jan.sjodin@amd.com>

       * config/i386/i386.c:
        (k8_cost, amdfam10_cost): Branch costs for vectorization tuned.

From-SVN: r131401

16 years agore PR tree-optimization/34683 (SSA rewriting in the loop unroller causes quadratic...
Richard Guenther [Tue, 8 Jan 2008 16:29:14 +0000 (16:29 +0000)]
re PR tree-optimization/34683 (SSA rewriting in the loop unroller causes quadratic behavior)

2008-01-08  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/34683
* tree-ssa-operands.c (operand_build_cmp): Export.
* tree-ssa-operands.h (operand_build_cmp): Declare.
* tree-vn.c (vuses_compare): Remove.
(sort_vuses): Use operand_build_cmp.
(sort_vuses_heap): Likewise.
* tree-ssa-sccvn.c (vuses_to_vec): Use VEC_reserve, not VEC_alloc
to re-use old VEC if available.  Do not sort already sorted VUSEs.
(vdefs_to_vec): Do not sort already sorted VDEFs.

From-SVN: r131400

16 years agoconfigure.ac (--enable-linux-futex): Add new configure option.
Jakub Jelinek [Tue, 8 Jan 2008 16:14:49 +0000 (17:14 +0100)]
configure.ac (--enable-linux-futex): Add new configure option.

libstdc++-v3/
* configure.ac (--enable-linux-futex): Add new configure option.
(HAVE_LINUX_FUTEX): New AC_DEFINE.
* Makefile.in: Rebuilt.
* aclocal.m4: Rebuilt.
* configure: Rebuilt.
* config.h.in: Rebuilt.
* config/cpu/generic/cxxabi_tweaks.h (_GLIBCXX_GUARD_BIT,
_GLIBCXX_GUARD_PENDING_BIT, _GLIBCXX_GUARD_WAITING_BIT): Define.
* config/cpu/arm/cxxabi_tweaks.h (_GLIBCXX_GUARD_BIT,
_GLIBCXX_GUARD_PENDING_BIT, _GLIBCXX_GUARD_WAITING_BIT): Define.
* libsupc++/guard.cc: Include climits and syscall.h.
(_GLIBCXX_USE_FUTEX): Define if futex syscall and atomic builtins
are supported.
(_GLIBCXX_FUTEX_WAIT, _GLIBCXX_FUTEX_WAKE): Likewise.
(__guard_test_bit): New static inline.
(__cxa_guard_acquire, __cxa_guard_release, __cxa_guard_abort): Use
atomic builtins and futex syscall if _GLIBCXX_USE_FUTEX.
config/
* futex.m4: New file.
libgomp/
* configure.ac: Move futex checking into ../config/futex.m4.
* configure: Rebuilt.
* aclocal.m4: Rebuilt.
* Makefile.in: Rebuilt.

* configure.tgt: Rename have_tls to gcc_cv_have_tls to match
2007-10-15 ../config/tls.m4 change.

From-SVN: r131399

16 years agore PR middle-end/34694 (Wrong line number for uninitialized variable)
Jakub Jelinek [Tue, 8 Jan 2008 16:08:24 +0000 (17:08 +0100)]
re PR middle-end/34694 (Wrong line number for uninitialized variable)

PR middle-end/34694
* omp-low.c (copy_var_decl): Copy also DECL_SOURCE_LOCATION.

* gcc.dg/gomp/pr34694.c: New test.
* g++.dg/gomp/pr34694.C: New test.

From-SVN: r131398

16 years agore PR c++/33890 (ICE in tsubst_copy with OpenMP)
Jakub Jelinek [Tue, 8 Jan 2008 16:06:31 +0000 (17:06 +0100)]
re PR c++/33890 (ICE in tsubst_copy with OpenMP)

PR c++/33890
* semantics.c (finish_omp_for): Don't call
fold_build_cleanup_point_expr if processing_template_decl.

* g++.dg/gomp/pr33890.C: New test.

From-SVN: r131397

16 years agore PR fortran/34476 (Parameters: Bogus out of bounds error in array constructor)
Paul Thomas [Tue, 8 Jan 2008 15:14:33 +0000 (15:14 +0000)]
re PR fortran/34476 (Parameters: Bogus out of bounds error in array constructor)

2008-01-08  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/34476
* expr.c (find_array_element): Check that the array bounds are
constant before using them.  Use lower, as well as upper bound.
(check_restricted): Allow implied index variable.

2008-01-08  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/34476
* gfortran.dg/parameter_array_init_3.f90: New test.

From-SVN: r131396

16 years agore PR fortran/34681 (SAVEd derived type with allocatable components causes ICE)
Paul Thomas [Tue, 8 Jan 2008 15:12:34 +0000 (15:12 +0000)]
re PR fortran/34681 (SAVEd derived type with allocatable components causes ICE)

2008-01-08  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/34681
* trans_array.c (gfc_trans_deferred_array): Do not null the
data pointer on entering scope, nor deallocate it on leaving
scope, if the symbol has the 'save' attribute.

PR fortran/34704
* trans_decl.c (gfc_finish_var_decl): Derived types with
allocatable components and an initializer must be TREE_STATIC.

2008-01-08  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/34681
PR fortran/34704
* gfortran.dg/alloc_comp_default_init_1.f90: New test.

From-SVN: r131395

16 years agore PR target/34702 (1.0 is not the inverse of 1.0 with -mrecip on x86)
Uros Bizjak [Tue, 8 Jan 2008 13:50:14 +0000 (14:50 +0100)]
re PR target/34702 (1.0 is not the inverse of 1.0 with -mrecip on x86)

PR target/34702
* doc/invoke.texi (i386 and x86-64 Options) [mrecip]: Document
limitations of reciprocal sequences on x86 targets.

From-SVN: r131394

16 years agore PR tree-optimization/34683 (SSA rewriting in the loop unroller causes quadratic...
Richard Guenther [Tue, 8 Jan 2008 12:12:56 +0000 (12:12 +0000)]
re PR tree-optimization/34683 (SSA rewriting in the loop unroller causes quadratic behavior)

2008-01-08  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/34683
* tree-flow-inline.h (var_ann): Remove overzealous asserts.

From-SVN: r131393

16 years agoDaily bump.
GCC Administrator [Tue, 8 Jan 2008 00:18:22 +0000 (00:18 +0000)]
Daily bump.

From-SVN: r131391

16 years ago* config.sub, config.guess: Update from upstream sources.
Ben Elliston [Mon, 7 Jan 2008 23:24:49 +0000 (23:24 +0000)]
* config.sub, config.guess: Update from upstream sources.

From-SVN: r131388

16 years agore PR target/34622 (gcc.c-torture/execute/20000801-4.c fails at -O1 and above)
Jakub Jelinek [Mon, 7 Jan 2008 21:49:27 +0000 (22:49 +0100)]
re PR target/34622 (gcc.c-torture/execute/20000801-4.c fails at -O1 and above)

PR target/34622
* config/darwin.c (darwin_mergeable_string_section): Don't use
.cstring if int_size_in_bytes != TREE_STRING_LENGTH.

From-SVN: r131386

16 years agotarget-supports.exp (check_effective_target_powerpc_spu): New.
Janis Johnson [Mon, 7 Jan 2008 21:05:03 +0000 (21:05 +0000)]
target-supports.exp (check_effective_target_powerpc_spu): New.

* lib/target-supports.exp (check_effective_target_powerpc_spu): New.
* g++.dg/other/spu2vmx-1.C: Use it.

From-SVN: r131385

16 years agoout-of-bounds-1.c: Don't use -mstrict-align for Darwin.
Jack Howarth [Mon, 7 Jan 2008 21:03:46 +0000 (21:03 +0000)]
out-of-bounds-1.c: Don't use -mstrict-align for Darwin.

2008-01-07  Jack Howarth  <howarth@bromo.med.uc.edu>

* gcc.dg/out-of-bounds-1.c: Don't use -mstrict-align for Darwin.

From-SVN: r131384

16 years agore PR testsuite/34575 (gcc.target/powerpc/parity-1.c and popcount-1.c scan-assembler...
Jack Howarth [Mon, 7 Jan 2008 21:02:24 +0000 (21:02 +0000)]
re PR testsuite/34575 (gcc.target/powerpc/parity-1.c and popcount-1.c scan-assembler popcntb on darwin9)

2008-01-07  Jack Howarth  <howarth@bromo.med.uc.edu>

PR testsuite/34575
* gcc.target/powerpc/popcount-1.c: Skip on darwin.
* gcc.target/powerpc/parity-1.c: Likewise.

From-SVN: r131383

16 years agore PR libstdc++/34680 (Unconditional use of dynamic_cast in locale_facets.tcc breaks...
Paolo Carlini [Mon, 7 Jan 2008 20:54:49 +0000 (20:54 +0000)]
re PR libstdc++/34680 (Unconditional use of dynamic_cast in locale_facets.tcc breaks compilation with -fno-rtti)

2008-01-06  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/34680
* doc/cpp.texi ([Common Predefined Macros]): Document.

From-SVN: r131382

16 years agore PR target/34682 (70% slowdown with SSE enabled)
Uros Bizjak [Mon, 7 Jan 2008 20:06:34 +0000 (21:06 +0100)]
re PR target/34682 (70% slowdown with SSE enabled)

        PR target/34682
        * config/i386/i386.md (neg<mode>2): Rename from negsf2, negdf2 and
        negxf2.  Macroize expander using X87MODEF mode iterator.  Change
        predicates of op0 and op1 to register_operand.
        (abs<mode>2): Rename from abssf2, absdf2 and negxf2.  Macroize expander
        using X87MODEF mode iterator.  Change predicates of op0 and op1 to
        register_operand.
        ("*absneg<mode>2_mixed", "*absneg<mode>2_sse"): Rename from
        corresponding patterns and macroize using MODEF macro.  Change
        predicates of op0 and op1 to register_operand and remove
        "m" constraint. Disparage "r" alternative with "!".
        ("*absneg<mode>2_i387"): Rename from corresponding patterns and
        macroize using X87MODEF macro.  Change predicates of op0 and op1
        to register_operand and remove "m" constraint.  Disparage "r"
        alternative with "!".
        (absneg splitter with memory operands): Remove.
        ("*neg<mode>2_1", "*abs<mode>2_1"): Rename from corresponding
        patterns and macroize using X87MODEF mode iterator.
        * config/i386/sse.md (negv4sf2, absv4sf2, neg2vdf2, absv2df2):
        Change predicate of op1 to register_operand.
        * config/i386/i386.c (ix86_expand_fp_absneg_operator): Remove support
        for memory operands.

From-SVN: r131381

16 years ago* config/rs6000/rs6000.h (ASM_CPU_SPEC): Add clause for mcpu=8548.
Nathan Froyd [Mon, 7 Jan 2008 19:35:04 +0000 (19:35 +0000)]
* config/rs6000/rs6000.h (ASM_CPU_SPEC): Add clause for mcpu=8548.

From-SVN: r131380

16 years agore PR preprocessor/30363 (Support for -traditional-cpp is incomplete in current gcc...
Fred Fish [Mon, 7 Jan 2008 17:23:40 +0000 (17:23 +0000)]
re PR preprocessor/30363 (Support for -traditional-cpp is incomplete in current gcc relative to gcc 2.95.3)

libcpp
2008-01-07  Fred Fish  <fnf@specifix.com>
PR preprocessor/30363:
* traditional.c (replace_args_and_push): Add local variable
cxtquote, calculate the replacement text size assuming a
worst case of every input character quoted with backslash,
and properly handle output quoting of quote characters in
actual arguments used in function-like macros.
gcc/testsuite
2008-01-07  Fred Fish  <fnf@specifix.com>
PR preprocessor/30363:
* gcc.dg/cpp/trad/macroargs.c: Add code to test quoting in
macro expansions.

From-SVN: r131379

16 years agobasic-block.h (struct edge_def): Pair dest_idx with goto_locus fields.
Richard Guenther [Mon, 7 Jan 2008 16:49:37 +0000 (16:49 +0000)]
basic-block.h (struct edge_def): Pair dest_idx with goto_locus fields.

2008-01-07  Richard Guenther  <rguenther@suse.de>

        * basic-block.h (struct edge_def): Pair dest_idx with goto_locus
        fields.

From-SVN: r131378

16 years agore PR fortran/34672 (.mod file misses renamed, USEd symbol)
Paul Thomas [Mon, 7 Jan 2008 16:44:43 +0000 (16:44 +0000)]
re PR fortran/34672 (.mod file misses renamed, USEd symbol)

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

PR fortran/34672
* module.c (write_generic): Rewrite completely.
(write_module): Change call to write_generic.

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

PR fortran/34672
* gfortran.dg/use_only_2.f90: New test.

From-SVN: r131377

16 years agore PR tree-optimization/34683 (SSA rewriting in the loop unroller causes quadratic...
Richard Guenther [Mon, 7 Jan 2008 14:49:36 +0000 (14:49 +0000)]
re PR tree-optimization/34683 (SSA rewriting in the loop unroller causes quadratic behavior)

2008-01-07  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/34683
* tree-ssa-sccvn.c (vuses_to_vec): Pre-allocate the vector of
VOPs of the needed size to save memory.  Use VEC_quick_push
to save compile-time.
(vdefs_to_vec): Likewise.

From-SVN: r131375

16 years agoGenetate inline code for double division.
Sa Liu [Mon, 7 Jan 2008 13:53:07 +0000 (13:53 +0000)]
Genetate inline code for double division.

From-SVN: r131374

16 years agoGenetate inline code for double division.
Sa Liu [Mon, 7 Jan 2008 13:48:12 +0000 (13:48 +0000)]
Genetate inline code for double division.

From-SVN: r131373

16 years agore PR libstdc++/34680 (Unconditional use of dynamic_cast in locale_facets.tcc breaks...
Paolo Carlini [Mon, 7 Jan 2008 11:11:02 +0000 (11:11 +0000)]
re PR libstdc++/34680 (Unconditional use of dynamic_cast in locale_facets.tcc breaks compilation with -fno-rtti)

2008-01-07  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/34680
* include/bits/locale_classes.h (has_facet<>, use_facet<>): Do not
use dynamic_cast when run-time type identification is disabled; do
not mark inline; only declare, define...
* include/bits/locale_classes.tcc: ... here.

From-SVN: r131372

16 years agore PR fortran/34659 (corner case continuation line)
Jerry DeLisle [Mon, 7 Jan 2008 02:53:04 +0000 (02:53 +0000)]
re PR fortran/34659 (corner case continuation line)

2008-01-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/34659
* scanner.c (load_line): Do not count ' ' as printable when checking for
continuations.

From-SVN: r131371

16 years agoDaily bump.
GCC Administrator [Mon, 7 Jan 2008 00:17:12 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r131369

16 years agore PR libstdc++/34680 (Unconditional use of dynamic_cast in locale_facets.tcc breaks...
Paolo Carlini [Sun, 6 Jan 2008 22:30:32 +0000 (22:30 +0000)]
re PR libstdc++/34680 (Unconditional use of dynamic_cast in locale_facets.tcc breaks compilation with -fno-rtti)

gcc/
2008-01-06  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/34680
* c-cppbuiltin.c (c_cpp_builtins): Define __GXX_RTTI, if appropriate.
* doc/cpp.texi ([Common Predefined Macros]): Document.

gcc/testsuite/
2008-01-06  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/34680
* g++.dg/rtti/predefined-rtti-macro-1.C: New.
* g++.dg/rtti/predefined-rtti-macro-2.C: Likewise.

From-SVN: r131366

16 years agore PR fortran/34545 (ICE when compiling Fortran 95 code)
Paul Thomas [Sun, 6 Jan 2008 22:00:00 +0000 (22:00 +0000)]
re PR fortran/34545 (ICE when compiling Fortran 95 code)

2008-01-06  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/34545
* module.c (load_needed): If the namespace has no proc_name
give it the module symbol.

2008-01-06  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/34545
* gfortran.dg/use_12.f90: New test.

From-SVN: r131364

16 years agoRevert last change.
Hans-Peter Nilsson [Sun, 6 Jan 2008 20:54:14 +0000 (20:54 +0000)]
Revert last change.

From-SVN: r131363

16 years agore PR fortran/34690 (gfortran.dg/elemental_args_check_2.f90 doesn't work)
Tobias Burnus [Sun, 6 Jan 2008 20:30:10 +0000 (21:30 +0100)]
re PR fortran/34690 (gfortran.dg/elemental_args_check_2.f90 doesn't work)

2008-01-06  Tobias Burnus  <burnus@net-b.de>

       PR fortran/34690
       * gfortran.dg/elemental_args_check_2.f90: Fix test case.

From-SVN: r131362

16 years agore PR c++/34152 (Erratic behaviour: Exception translation (throw from signal handlers))
Ted Phelps [Sun, 6 Jan 2008 20:25:57 +0000 (20:25 +0000)]
re PR c++/34152 (Erratic behaviour: Exception translation (throw from signal handlers))

PR c++/34152
* libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Check
_GLIBCXX_HAVE_GETIPINFO instead of HAVE_GETIPINFO.

From-SVN: r131361

16 years agore PR fortran/34689 (libgomp.fortran/appendix-a/a.33.3.f90 -O (test for excess...
Tobias Burnus [Sun, 6 Jan 2008 20:18:01 +0000 (21:18 +0100)]
re PR fortran/34689 (libgomp.fortran/appendix-a/a.33.3.f90  -O  (test for excess errors))

2008-01-06  Tobias Burnus  <burnus@net-b.de>

       PR fortran/34689
       * gfortran.dg/intent_out_4.f90: Fix test case.

From-SVN: r131360

16 years agore PR fortran/34689 (libgomp.fortran/appendix-a/a.33.3.f90 -O (test for excess...
Tobias Burnus [Sun, 6 Jan 2008 19:36:44 +0000 (20:36 +0100)]
re PR fortran/34689 (libgomp.fortran/appendix-a/a.33.3.f90  -O  (test for excess errors))

2008-01-06  Tobias Burnus  <burnus@net-b.de>

       PR fortran/34689
       * interface.c (compare_actual_formal): Fix intent(out) check for
       function result variables.

2008-01-06  Tobias Burnus  <burnus@net-b.de>

       PR fortran/34689
       * gfortran.dg/intent_out_4.f90: New.

From-SVN: r131359

16 years agoi386.c (ix86_emit_swsqrtsf): Use negative constants in order to use commutative addit...
Uros Bizjak [Sun, 6 Jan 2008 18:59:38 +0000 (19:59 +0100)]
i386.c (ix86_emit_swsqrtsf): Use negative constants in order to use commutative addition instead of subtraction.

        * config/i386/i386.c (ix86_emit_swsqrtsf): Use negative constants in
        order to use commutative addition instead of subtraction.

From-SVN: r131358

16 years agore PR libfortran/34540 (cshift, eoshift, kind=1 and kind=2 arguments...)
Jerry DeLisle [Sun, 6 Jan 2008 18:34:14 +0000 (18:34 +0000)]
re PR libfortran/34540 (cshift, eoshift, kind=1 and kind=2 arguments...)

2008-01-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/34540
* gfortran.dg/optional_dim_3.f90: New test.

From-SVN: r131357

16 years agore PR fortran/34387 (FAIL: gfortran.dg/optional_dim_2.f90: FE vs library argument...
Jerry DeLisle [Sun, 6 Jan 2008 18:19:06 +0000 (18:19 +0000)]
re PR fortran/34387 (FAIL: gfortran.dg/optional_dim_2.f90: FE vs library argument missmatch)

2008-01-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/34387
* trans-expr.c (gfc_conv_missing_dummy): Use a temporary to type convert
the dummy variable expression, test for NULL, and pass the variable
address to the called function.

From-SVN: r131356

16 years agore PR fortran/34658 (save / common)
Tobias Burnus [Sun, 6 Jan 2008 18:17:14 +0000 (19:17 +0100)]
re PR fortran/34658 (save / common)

2007-01-06  Tobias Burnus  <burnus@net-b.de>

        PR fortran/34658
        * match.c (gfc_match_common): Remove blank common in
        DATA BLOCK warning.
        * resolve.c (resolve_common_vars): New function.
        (resolve_common_blocks): Move checks to resolve_common_vars
        and invoke that function.
        (resolve_types): Call resolve_common_vars for blank commons.

2007-01-06  Tobias Burnus  <burnus@net-b.de>

        PR fortran/34658
        * gfortran.dg/common_11.f90: New.
        * gfortran.dg/blockdata_1.f90: Update test case.
        * gfortran.dg/blockdata_2.f90: Update test case.

From-SVN: r131355

16 years agoequiv_constraint_9.f90: Fix typo.
Tobias Burnus [Sun, 6 Jan 2008 18:11:42 +0000 (19:11 +0100)]
equiv_constraint_9.f90: Fix typo.

2008-01-06  Tobias Burnus  <burnus@net-b.de>

        * gfortran.dg/equiv_constraint_9.f90: Fix typo.

From-SVN: r131354

16 years agore PR fortran/34655 (5.5.2.5)
Tobias Burnus [Sun, 6 Jan 2008 18:07:52 +0000 (19:07 +0100)]
re PR fortran/34655 (5.5.2.5)

2008-01-06  Tobias Burnus  <burnus@net-b.de>

        PR fortran/34655
        * resolve.c (resolve_equivalence_derived): Reject derived types
        * with
        default initialization if equivalenced with COMMON variable.

2008-01-06  Tobias Burnus  <burnus@net-b.de>

        PR fortran/34655
        * gfortran.dg/equiv_constraint_9.f90: New.

From-SVN: r131353

16 years agoFix PR34263: Cleaning up latch blocks
Revital Eres [Sun, 6 Jan 2008 15:24:10 +0000 (15:24 +0000)]
Fix PR34263: Cleaning up latch blocks

From-SVN: r131352

16 years agoffi.c (ffi_prep_cif_machdep): Fix thinko.
Andreas Tobler [Sun, 6 Jan 2008 12:17:03 +0000 (12:17 +0000)]
ffi.c (ffi_prep_cif_machdep): Fix thinko.

2008-01-06  Andreas Tobler  <a.tobler@schweiz.org>

* src/x86/ffi.c (ffi_prep_cif_machdep): Fix thinko.

From-SVN: r131351

16 years agore PR fortran/34654 (no unformatted on internal file)
Tobias Burnus [Sun, 6 Jan 2008 09:21:27 +0000 (10:21 +0100)]
re PR fortran/34654 (no unformatted on internal file)

2008-01-06  Tobias Burnus  <burnus@net-b.de>

        PR fortran/34654
        * io.c (check_io_constraints): Disallow unformatted I/O for
        internal units.

2008-01-06  Tobias Burnus  <burnus@net-b.de>

        PR fortran/34654
        * gfortran.dg/internal_io_unf.f90: New.

From-SVN: r131350

16 years agore PR fortran/34660 (elemental and dummy procedure)
Tobias Burnus [Sun, 6 Jan 2008 09:18:43 +0000 (10:18 +0100)]
re PR fortran/34660 (elemental and dummy procedure)

2008-01-06  Tobias Burnus  <burnus@net-b.de>

        PR fortran/34660
        * resolve.c (resolve_formal_arglist): Reject dummy procedure in
        ELEMENTAL functions.

2008-01-06  Tobias Burnus  <burnus@net-b.de>

        PR fortran/34660
        * gfortran.dg/elemental_args_check_2.f90: New.

From-SVN: r131349

16 years agore PR fortran/34662 (inout argument with parameter)
Tobias Burnus [Sun, 6 Jan 2008 09:07:47 +0000 (10:07 +0100)]
re PR fortran/34662 (inout argument with parameter)

2008-01-06  Tobias Burnus  <burnus@net-b.de>

        PR fortran/34662
        * interface.c (compare_actual_formal): Reject parameter
        actual to intent(out) dummy.

2008-01-06  Tobias Burnus  <burnus@net-b.de>

        PR fortran/34662
        * gfortran.dg/intent_out_3.f90: New.

From-SVN: r131348

16 years agoDaily bump.
GCC Administrator [Sun, 6 Jan 2008 00:17:27 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r131346

16 years agore PR testsuite/32843 (libffi.call/return_sc.c)
Andreas Tobler [Sat, 5 Jan 2008 20:49:41 +0000 (20:49 +0000)]
re PR testsuite/32843 (libffi.call/return_sc.c)

2008-01-05  Andreas Tobler  <a.tobler@schweiz.org>

PR testsuite/32843
* src/x86/ffi.c (ffi_prep_cif_machdep): Add code for
signed/unsigned int8/16 for X86_DARWIN.
Updated copyright info.
Handle one and two byte structs with special cif->flags.
* src/x86/ffitarget.h: Add special types for one and two byte structs.
Updated copyright info.
* src/x86/darwin.S (ffi_call_SYSV): Rewrite to use a jump table like
sysv.S
Remove code to pop args from the stack after call.
Special-case signed/unsigned for int8/16, one and two byte structs.
(ffi_closure_raw_SYSV): Handle FFI_TYPE_UINT8,
FFI_TYPE_SINT8, FFI_TYPE_UINT16, FFI_TYPE_SINT16, FFI_TYPE_UINT32,
FFI_TYPE_SINT32.
Updated copyright info.

From-SVN: r131343

16 years agoi386.c (ix86_builtin_reciprocal): Remove check for TARGET_RECIP.
Uros Bizjak [Sat, 5 Jan 2008 20:33:33 +0000 (21:33 +0100)]
i386.c (ix86_builtin_reciprocal): Remove check for TARGET_RECIP.

        * config/i386/i386.c (ix86_builtin_reciprocal): Remove check
        for TARGET_RECIP.
        (ix86_emit_swsqrtsf): Do not filter out infinity for rsqrt expansion.

From-SVN: r131342

16 years agostabs-1.m: Allow labels to be begin with $L as well as .L.
Richard Sandiford [Sat, 5 Jan 2008 16:58:00 +0000 (16:58 +0000)]
stabs-1.m: Allow labels to be begin with $L as well as .L.

gcc/testsuite/
* objc.dg/stabs-1.m: Allow labels to be begin with $L as well as .L.

From-SVN: r131341

16 years agoc-omp.c (check_omp_for_incr_expr): Handle CONVERT_EXPR.
Richard Sandiford [Sat, 5 Jan 2008 16:57:00 +0000 (16:57 +0000)]
c-omp.c (check_omp_for_incr_expr): Handle CONVERT_EXPR.

gcc/
* c-omp.c (check_omp_for_incr_expr): Handle CONVERT_EXPR.

From-SVN: r131340

16 years agomips.c (mips_in_small_data_p): Reinstate size > 0 check.
Richard Sandiford [Sat, 5 Jan 2008 16:47:50 +0000 (16:47 +0000)]
mips.c (mips_in_small_data_p): Reinstate size > 0 check.

gcc/
* config/mips/mips.c (mips_in_small_data_p): Reinstate size > 0 check.

From-SVN: r131339

16 years agore PR fortran/34676 (IO error delayed)
Jerry DeLisle [Sat, 5 Jan 2008 16:12:00 +0000 (16:12 +0000)]
re PR fortran/34676 (IO error delayed)

2008-01-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/34676
* gfortran.dg/list_read_8.f90: New test.

From-SVN: r131338

16 years agore PR fortran/34676 (IO error delayed)
Jerry DeLisle [Sat, 5 Jan 2008 16:00:40 +0000 (16:00 +0000)]
re PR fortran/34676 (IO error delayed)

2008-01-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/34676
* io/list_read.c (next_char): Only save the EOF condition for later if
advance="no".

From-SVN: r131337

16 years agore PR tree-optimization/34618 (ICE with -fmudflap and vectorization)
Jakub Jelinek [Sat, 5 Jan 2008 12:06:54 +0000 (13:06 +0100)]
re PR tree-optimization/34618 (ICE with -fmudflap and vectorization)

PR tree-optimization/34618
* tree-outof-ssa.c (create_temp): Copy over DECL_GIMPLE_REG_P
flag from T.

* testsuite/libmudflap.c/pass62-frag.c: New test.

From-SVN: r131336

16 years agore PR target/34673 (ICE in extract_insn, at recog.c:1990)
Uros Bizjak [Sat, 5 Jan 2008 11:52:39 +0000 (12:52 +0100)]
re PR target/34673 (ICE in extract_insn, at recog.c:1990)

        PR target/34673
        * config/i386/i386.c (ix86_emit_swsqrtsf): Swap input operands
        in the call to gen_rtx_NE.  Remove unneeded VECTOR_MODE_P check.
        Update copyright year.

        * config/i386/i386.md (rsqrtsf2): Enable for TARGET_SSE_MATH.
        Update copyright year.
        * config/i386/sse.md (rsqrtv4sf2): Ditto. Unconditionally expand
        using NR fixup.

From-SVN: r131335

16 years agotree-vrp.c (find_conditional_asserts): Remove redundant check that edge does not...
Zhouyi Zhou [Sat, 5 Jan 2008 09:31:24 +0000 (10:31 +0100)]
tree-vrp.c (find_conditional_asserts): Remove redundant check that edge does not point to current bb before changing...

        * tree-vrp.c (find_conditional_asserts): Remove redundant check that
        edge does not point to current bb before changing need_assert.

From-SVN: r131333

16 years agoDaily bump.
GCC Administrator [Sat, 5 Jan 2008 00:17:34 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r131331

16 years agore PR libgcj/34444 (Class.getEnclosingClass() returns null on enclosed class)
Andrew Haley [Fri, 4 Jan 2008 17:18:56 +0000 (17:18 +0000)]
re PR libgcj/34444 (Class.getEnclosingClass() returns null on enclosed class)

2008-01-04  Andrew Haley  <aph@redhat.com>

PR libgcj/34444
* java/lang/natClass.cc (Class::getEnclosingClass): Call
getDeclaringClass().

From-SVN: r131326

16 years agore PR tree-optimization/34029 (internal compiler error: verify_stmts failed)
Richard Guenther [Fri, 4 Jan 2008 15:56:41 +0000 (15:56 +0000)]
re PR tree-optimization/34029 (internal compiler error: verify_stmts failed)

2008-01-04  Richard Guenther  <rguenther@suse.de>

PR middle-end/34029
* tree-cfg.c (verify_expr): Do not look inside ADDR_EXPRs
for verifying purposes if they are is_gimple_min_invariant.

* gcc.c-torture/compile/pr34029-1.c: New testcase.
* gcc.c-torture/compile/pr34029-2.c: Likewise.

From-SVN: r131325

16 years agore PR java/17779 (ICE: Seg fault)
Andrew Haley [Fri, 4 Jan 2008 15:13:53 +0000 (15:13 +0000)]
re PR java/17779 (ICE: Seg fault)

2008-01-04  Andrew Haley  <aph@redhat.com>

        PR java/17779
        * jcf-parse.c (parse_zip_file_entries): Move decl to compile on
        C90.

From-SVN: r131324

16 years agore PR tree-optimization/34448 (ICE in declare_inline_vars, at tree-inline.c:3243)
Aldy Hernandez [Fri, 4 Jan 2008 14:49:28 +0000 (14:49 +0000)]
re PR tree-optimization/34448 (ICE in declare_inline_vars, at tree-inline.c:3243)

        PR tree-optimization/34448
        PR tree-optimization/34465
        * gimplify.c (gimplify_init_constructor): Add new parameter
        notify_temp_creation.  Use it.
        (gimplify_modify_expr_rhs): Take volatiles into account when
        optimizing constructors.
        Do not optimize constructors if gimplify_init_constructor will dump to
        memory.
        * gcc.dg/tree-ssa/pr32901.c: Tests const volatiles.
        * gcc.c-torture/compile/pr34448.c: New.

From-SVN: r131323

16 years agore PR gcov-profile/34609 (ICE with "-ftest-coverage" and references)
Jakub Jelinek [Fri, 4 Jan 2008 13:58:30 +0000 (14:58 +0100)]
re PR gcov-profile/34609 (ICE with "-ftest-coverage" and references)

PR gcov-profile/34609
* tree-inline.c (declare_return_variable): Set TREE_ADDRESSABLE on
return_slot if result is TREE_ADDRESSABLE.

* g++.dg/gcov/gcov-6.C: New test.

From-SVN: r131322

16 years agore PR c++/34611 (Broken diagnostic: 'tree_list' not supported by dump_expr)
Paolo Carlini [Fri, 4 Jan 2008 13:57:34 +0000 (13:57 +0000)]
re PR c++/34611 (Broken diagnostic: 'tree_list' not supported by dump_expr)

2008-01-04  Paolo Carlini  <pcarlini@suse.de>
    Jakub Jelinek  <jakub@redhat.com>

PR c++/34611
* error.c (dump_template_argument): Deal with TREE_LIST.

Co-Authored-By: Jakub Jelinek <jakub@redhat.com>
From-SVN: r131321

16 years agore PR tree-optimization/31081 (Inliner messes up SSA for abnormals)
Richard Guenther [Fri, 4 Jan 2008 11:16:17 +0000 (11:16 +0000)]
re PR tree-optimization/31081 (Inliner messes up SSA for abnormals)

2008-01-04  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/31081
* g++.dg/torture/pr31081-1.C: New testcase.
* g++.dg/torture/pr31081-2.C: Likewise.

From-SVN: r131320

16 years agore PR java/17779 (ICE: Seg fault)
Andrew Haley [Fri, 4 Jan 2008 11:06:34 +0000 (11:06 +0000)]
re PR java/17779 (ICE: Seg fault)

2008-01-03  Andrew Haley  <aph@redhat.com>

        PR java/17779
        * jcf-parse.c (parse_zip_file_entries): Unset TYPE_ALIAS_SET if
        we're about to re-layout the type.

From-SVN: r131319

16 years agomips.md (sqrt_condition): Tweak comment.
Richard Sandiford [Fri, 4 Jan 2008 10:26:41 +0000 (10:26 +0000)]
mips.md (sqrt_condition): Tweak comment.

gcc/
* config/mips/mips.md (sqrt_condition): Tweak comment.
(recip_condition): Likewise.  Require TARGET_FLOAT64 for DFmode.

gcc/testsuite/
* gcc.target/mips/rsqrt-1.c: Require -mgp64.
* gcc.target/mips/rsqrt-2.c: Likewise.
* gcc.target/mips/rsqrt-4.c: New test.

From-SVN: r131318

16 years agore PR fortran/34557 (Rejects valid: EQUIVALENCE of character substrings)
Tobias Burnus [Fri, 4 Jan 2008 09:11:26 +0000 (10:11 +0100)]
re PR fortran/34557 (Rejects valid: EQUIVALENCE of character substrings)

2008-01-04  Tobias Burnus  <burnus@net-b.de>

       PR fortran/34557
       * primary.c (match_varspec): Gobble whitespace before
       checking for '('.

2008-01-04  Tobias Burnus  <burnus@net-b.de>

       PR fortran/34557
       * gfortran.dg/equiv_substr.f90: New.

From-SVN: r131317

16 years agoDaily bump.
GCC Administrator [Fri, 4 Jan 2008 00:18:33 +0000 (00:18 +0000)]
Daily bump.

From-SVN: r131314

16 years agore PR c/34457 (ICE with VLA and -combine)
Tom Tromey [Fri, 4 Jan 2008 00:14:31 +0000 (00:14 +0000)]
re PR c/34457 (ICE with VLA and -combine)

gcc/
PR c/34457:
* c-common.c (c_type_hash): Handle VLAs.
gcc/testsuite
PR c/34457:
* gcc.dg/pr34457-2.c: New file.
* gcc.dg/pr34457-1.c: New file.

From-SVN: r131311

16 years agoTidy.
Eric Botcazou [Thu, 3 Jan 2008 23:26:18 +0000 (23:26 +0000)]
Tidy.

From-SVN: r131310

16 years agoFix incorrectly applied patch in last commit.
Jan Hubicka [Thu, 3 Jan 2008 23:03:26 +0000 (23:03 +0000)]
Fix incorrectly applied patch in last commit.

From-SVN: r131309

16 years agore PR tree-optimization/34458 (ICE in int_cst_value, at tree.c:8047 at -O3)
Sebastian Pop [Thu, 3 Jan 2008 22:59:48 +0000 (22:59 +0000)]
re PR tree-optimization/34458 (ICE in int_cst_value, at tree.c:8047 at -O3)

2008-01-03  Sebastian Pop  <sebastian.pop@amd.com>

Revert fix for PR tree-optimization/34458.

From-SVN: r131308

16 years agore PR tree-optimization/34458 (ICE in int_cst_value, at tree.c:8047 at -O3)
Sebastian Pop [Thu, 3 Jan 2008 21:59:38 +0000 (21:59 +0000)]
re PR tree-optimization/34458 (ICE in int_cst_value, at tree.c:8047 at -O3)

2008-01-02  Sebastian Pop  <sebastian.pop@amd.com>

PR tree-optimization/34458
* tree-data-ref.c (dd_int_cst_value): New.
(initialize_matrix_A, compute_overlap_steps_for_affine_1_2,
analyze_subscript_affine_affine, build_classic_dist_vector_1,
add_multivariate_self_dist, init_omega_eq_with_af): Use
dd_int_cst_value instead of int_cst_value.

* testsuite/gcc.dg/tree-ssa/pr34458.c: New.

From-SVN: r131307

16 years agore PR tree-optimization/31081 (Inliner messes up SSA for abnormals)
Jan Hubicka [Thu, 3 Jan 2008 21:23:26 +0000 (22:23 +0100)]
re PR tree-optimization/31081 (Inliner messes up SSA for abnormals)

PR tree-optimization/31081
* tree-inline.c (remap_ssa_name): Initialize uninitialized SSA vars to
0 when inlining and not inlining to first basic block.
(remap_decl): When var is initialized to 0, don't set default_def.
(expand_call_inline): Set entry_bb.
* tree-inline.h (copy_body_data): Add entry_bb.

From-SVN: r131306

16 years agore PR fortran/34565 (internal write to string array fails)
Thomas Koenig [Thu, 3 Jan 2008 19:49:38 +0000 (19:49 +0000)]
re PR fortran/34565 (internal write to string array fails)

2008-01-03  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR libfortran/34565
* io/io.h:  Adjust protoypes for open_internal(),
next_array_record() and init_loop_spec().
* io/list_read.c (next_char):  Use argument "finished"
of next_array_record to check for end on internal file.
* io/unit.c:  Calculate the offset for an array
internal file and supply this informatin to open_internal().
* io/unix.c (open_internal):  Set the offset for the internal
file on open.
* io/transfer.c (init_loop_spec):  Calculate the starting
record in case of negative strides.  Return size of 0 for
an empty array.
(next_array_record):  Use an extra flag to signal that the
array is finished.
(next_record_r):  Use the new flag to next_array_record().
(next_record_w):  Likewise.

2008-01-03  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR libfortran/34565
* gfortran.dg/internal_readwrite_1.f90:  New test.
* gfortran.dg/internal_readwrite_2.f90:  New test.

From-SVN: r131305

16 years agore PR preprocessor/34602 (Internal error with invalid #line directive)
Tom Tromey [Thu, 3 Jan 2008 17:58:26 +0000 (17:58 +0000)]
re PR preprocessor/34602 (Internal error with invalid #line directive)

libcpp
PR preprocessor/34602.
* directives.c (do_line): Don't try to spell EOF token.
(do_linemarker): Add comment.
gcc/testsuite
PR preprocessor/34602:
* gcc.dg/cpp/pr34602.c: New file.

From-SVN: r131304

16 years agore PR c++/34619 (ICE with "-fmudflap" and templates)
Jakub Jelinek [Thu, 3 Jan 2008 10:28:30 +0000 (11:28 +0100)]
re PR c++/34619 (ICE with "-fmudflap" and templates)

PR c++/34619
* cgraphunit.c (cgraph_build_static_cdtor): set_cfun back to NULL
before returning.

* testsuite/libmudflap.c++/pass61-frag.cxx: New test.

From-SVN: r131302

16 years agore PR ada/34647 (Ada runtime includes unsafe calls to mktemp and tmpname on OpenBSD)
Tero Koskinen [Thu, 3 Jan 2008 09:35:04 +0000 (11:35 +0200)]
re PR ada/34647 (Ada runtime includes unsafe calls to mktemp and tmpname on OpenBSD)

2008-01-03  Tero Koskinen <tero.koskinen@iki.fi>

    gcc/ada/
PR ada/34647
* adaint.c (__gnat_open_new_temp, __gnat_tmp_name): Use mkstemp()
on OpenBSD as is done on other BSD systems.

PR ada/34645
* sysdep.c (__gnat_ttyname, getc_immediate_nowait,
getc_immediate_common): Treat OpenBSD as FreeBSD regarding immediate
I/O.

PR ada/34644
* env.c (__gnat_clearenv): Treat OpenBSD as other BSD systems missing
clearenv().

PR ada/34646
* init.c (__gnat_error_handler, __gnat_install_handler,
__gnat_init_float): Define for OpenBSD.

* initialize.c (__gnat_initialize): Define for OpenBSD.

From-SVN: r131301

This page took 0.108388 seconds and 5 git commands to generate.