gcc.git
15 years agore PR fortran/37779 (Missing RECURSIVE not detected)
Daniel Kraft [Mon, 24 Nov 2008 13:10:37 +0000 (14:10 +0100)]
re PR fortran/37779 (Missing RECURSIVE not detected)

2008-11-24  Daniel Kraft  <d@domob.eu>

PR fortran/37779
* resolve.c (resolve_procedure_expression): New method.
(resolve_variable): Call it.
(resolve_actual_arglist): Call gfc_resolve_expr for procedure arguments.

2008-11-24  Daniel Kraft  <d@domob.eu>

PR fortran/37779
* gfortran.dg/c_funloc_tests.f03: Added missing `RECURSIVE'.
* gfortran.dg/c_funloc_tests_2.f03: Ditto.
* gfortran.dg/recursive_check_4.f03: New test.
* gfortran.dg/recursive_check_5.f03: New test.

From-SVN: r142158

15 years agore PR middle-end/37135 (code size increase for struct assignment)
Jakub Jelinek [Mon, 24 Nov 2008 12:57:37 +0000 (13:57 +0100)]
re PR middle-end/37135 (code size increase for struct assignment)

PR middle-end/37135
* dse.c (find_shift_sequence): Optimize extraction from a constant.

From-SVN: r142157

15 years agore PR fortran/35681 (wrong result for vector subscripted array expression in MVBITS)
Mikael Morin [Mon, 24 Nov 2008 12:37:25 +0000 (13:37 +0100)]
re PR fortran/35681 (wrong result for vector subscripted array expression in MVBITS)

2008-11-24  Mikael Morin <mikael.morin@tele2.fr>

PR fortran/35681
* gfortran.dg/elemental_dependency_1.f90: Really commit it.

From-SVN: r142155

15 years agoPR libstdc++/38244 (cont, debug bits)
Paolo Carlini [Mon, 24 Nov 2008 11:19:39 +0000 (11:19 +0000)]
PR libstdc++/38244 (cont, debug bits)

2008-11-24  Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/38244 (cont, debug bits)
* include/debug/bitset (bitset<>::bitset(const char*, char, char)):
Remove, do not implement DR 778.

From-SVN: r142153

15 years agore PR libstdc++/38244 (bitset initialization from 0 rejected.)
Paolo Carlini [Mon, 24 Nov 2008 11:13:44 +0000 (11:13 +0000)]
re PR libstdc++/38244 (bitset initialization from 0 rejected.)

2008-11-24  Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/38244
* include/std/bitset (bitset<>::bitset(const char*, char, char)):
Remove, do not implement DR 778.
* doc/xml/manual/intro.xml: Remove entry for DR 778.
* testsuite/23_containers/bitset/cons/2.cc: Remove.
* testsuite/23_containers/bitset/cons/dr396.cc: Tweak.
* testsuite/23_containers/bitset/cons/38244.cc: Add.

From-SVN: r142152

15 years ago* MAINTAINERS: Added my full name.
Hariharan Sandanagobalane [Mon, 24 Nov 2008 09:59:37 +0000 (09:59 +0000)]
* MAINTAINERS: Added my full name.

From-SVN: r142150

15 years agore PR fortran/34820 (internal compiler error: in gfc_conv_descriptor_data_get, at...
Paul Thomas [Mon, 24 Nov 2008 06:34:16 +0000 (06:34 +0000)]
re PR fortran/34820 (internal compiler error: in gfc_conv_descriptor_data_get, at fortran/trans-array.c:147)

2008-11-24  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/34820
* trans-expr.c (gfc_conv_function_call): Remove all code to
deallocate intent out derived types with allocatable
components.
(gfc_trans_assignment_1): An assignment from a scalar to an
array of derived types with allocatable components, requires
a deep copy to each array element and deallocation of the
converted rhs expression afterwards.
* trans-array.c : Minor whitespace.
* trans-decl.c (init_intent_out_dt): Add code to deallocate
allocatable components of derived types with intent out.
(generate_local_decl): If these types are unused, set them
referenced anyway but allow the uninitialized warning.

PR fortran/34143
* trans-expr.c (gfc_trans_subcomponent_assign): If a conversion
expression has a null data pointer argument, nullify the
allocatable component.

PR fortran/32795
* trans-expr.c (gfc_trans_subcomponent_assign): Only nullify
the data pointer if the source is not a variable.

2008-11-24  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/34820
* gfortran.dg/alloc_comp_constructor_6.f90 : New test.
* gfortran.dg/alloc_comp_basics_1.f90 : Reduce expected refs to
'builtin_free' from 24 to 18.

PR fortran/34143
* gfortran.dg/alloc_comp_constructor_5.f90 : New test.

PR fortran/32795
* gfortran.dg/alloc_comp_constructor_4.f90 : New test.

From-SVN: r142148

15 years agopa.c (function_arg): Revert 2008-10-26 change.
John David Anglin [Mon, 24 Nov 2008 01:15:16 +0000 (01:15 +0000)]
pa.c (function_arg): Revert 2008-10-26 change.

* pa.c (function_arg): Revert 2008-10-26 change.

From-SVN: r142147

15 years agoDaily bump.
GCC Administrator [Mon, 24 Nov 2008 00:16:40 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r142145

15 years agore PR fortran/37735 (Allocatable components in vectors of derived types cause ICE...
Paul Thomas [Sun, 23 Nov 2008 21:34:44 +0000 (21:34 +0000)]
re PR fortran/37735 (Allocatable components in vectors of derived types cause ICE on assignment)

2008-11-23  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/37735
* trans-array.c (structure_alloc_comps): Do not duplicate the
descriptor if this is a descriptorless array!

2008-11-23  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/37735
* gfortran.dg/alloc_comp_assign_7.f90: New test.

From-SVN: r142142

15 years agolinux-atomic.c (EBUSY): Define if not _LP64.
Helge Deller [Sun, 23 Nov 2008 21:14:59 +0000 (21:14 +0000)]
linux-atomic.c (EBUSY): Define if not _LP64.

* pa/linux-atomic.c (EBUSY): Define if not _LP64.
(__kernel_cmpxchg): Return -EBUSY if the kernel LWS call
succeeded and lws_ret is not equal to oldval.

From-SVN: r142141

15 years agotmplattr9.C: Require weak.
John David Anglin [Sun, 23 Nov 2008 19:30:17 +0000 (19:30 +0000)]
tmplattr9.C: Require weak.

* g++.dg/ext/tmplattr9.C: Require weak.

From-SVN: r142139

15 years agostatic6.C: Remove xfail for *-*-hpux*.
John David Anglin [Sun, 23 Nov 2008 19:27:26 +0000 (19:27 +0000)]
static6.C: Remove xfail for *-*-hpux*.

* g++.old-deja/g++.pt/static6.C: Remove xfail for *-*-hpux*.

From-SVN: r142138

15 years agore PR libfortran/38234 (In Reshape, SOURCE can be bigger than result)
Thomas Koenig [Sun, 23 Nov 2008 19:25:42 +0000 (19:25 +0000)]
re PR libfortran/38234 (In Reshape, SOURCE can be bigger than result)

2008-11-23  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR libfortran/38234
* intrinsics/reshape_generic.c (reshape_internal):
Source can be larger than shape.
* m4/reshape.m4:  Likewise.
* generated/reshape_c10.c Regenerated.
* generated/reshape_c16.c Regenerated.
* generated/reshape_c4.c Regenerated.
* generated/reshape_c8.c Regenerated.
* generated/reshape_i16.c Regenerated.
* generated/reshape_i4.c Regenerated.
* generated/reshape_i8.c Regenerated.
* generated/reshape_r10.c Regenerated.
* generated/reshape_r16.c Regenerated.
* generated/reshape_r4.c Regenerated.
* generated/reshape_r8.c Regenerated.

2008-11-23  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR libfortran/38234
* gfortran.dg/reshape_4.f90:  New test.

From-SVN: r142137

15 years ago* ru.po: Update.
Joseph Myers [Sun, 23 Nov 2008 16:43:25 +0000 (16:43 +0000)]
* ru.po: Update.

From-SVN: r142135

15 years agosh.md (consttable_4): Call mark_symbol_refs_as_used.
Kaz Kojima [Sun, 23 Nov 2008 10:45:06 +0000 (10:45 +0000)]
sh.md (consttable_4): Call mark_symbol_refs_as_used.

* config/sh/sh.md (consttable_4): Call mark_symbol_refs_as_used.

From-SVN: r142132

15 years agonessage.txt
Danny Smith [Sun, 23 Nov 2008 07:02:22 +0000 (07:02 +0000)]
nessage.txt

From-SVN: r142131

15 years agoDaily bump.
GCC Administrator [Sun, 23 Nov 2008 00:17:03 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r142129

15 years agovarasm.c (default_file_start): Suppress ASM_APP_OFF also with -dA and -dP.
Andreas Schwab [Sat, 22 Nov 2008 22:19:29 +0000 (22:19 +0000)]
varasm.c (default_file_start): Suppress ASM_APP_OFF also with -dA and -dP.

* varasm.c (default_file_start): Suppress ASM_APP_OFF also with
-dA and -dP.

From-SVN: r142126

15 years agore PR libfortran/38225 (RESHAPE bounds with multi-dimensional SOURCE)
Thomas Koenig [Sat, 22 Nov 2008 21:41:27 +0000 (21:41 +0000)]
re PR libfortran/38225 (RESHAPE bounds with multi-dimensional SOURCE)

2008-11-22  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR libfortran/38225
* intrinsics/reshape_generic.c (reshape_internal):
Use all dimensions of source for bounds checking.
* m4/reshape.m4:  Likewise.
* generated/reshape_c10.c Regenerated.
* generated/reshape_c16.c Regenerated.
* generated/reshape_c4.c Regenerated.
* generated/reshape_c8.c Regenerated.
* generated/reshape_i16.c Regenerated.
* generated/reshape_i4.c Regenerated.
* generated/reshape_i8.c Regenerated.
* generated/reshape_r10.c Regenerated.
* generated/reshape_r16.c Regenerated.
* generated/reshape_r4.c Regenerated.
* generated/reshape_r8.c Regenerated.

2008-11-22  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR libfortran/38225
* gfortran.dg/reshape_3.f90:  New test.

From-SVN: r142125

15 years agore PR fortran/38160 (C Binding: Kind parameter checking too strict and too late)
Tobias Burnus [Sat, 22 Nov 2008 18:18:05 +0000 (19:18 +0100)]
re PR fortran/38160 (C Binding: Kind parameter checking too strict and too late)

2008-11-22  Tobias Burnus  <burnus@net-b.de>

        PR fortran/38160
        * trans-types.c (gfc_validate_c_kind): Remove function.
        * decl.c (gfc_match_kind_spec): Add C kind parameter check.
          (verify_bind_c_derived_type): Remove gfc_validate_c_kind call.
          (verify_c_interop_param): Update call.
        * gfortran.h (verify_bind_c_derived_type): Update prototype.
          (gfc_validate_c_kind): Remove.
        * symbol.c (verify_bind_c_derived_type): Update verify_c_interop
        * call.
        * resolve.c (gfc_iso_c_func_interface): Ditto.

2008-11-22  Tobias Burnus  <burnus@net-b.de>

        PR fortran/38160
        * gfortran.dg/bind_c_usage_18.f90: New test.
        * gfortran.dg/c_kind_tests_2.f03: Update dg-messages.
        * gfortran.dg/interop_params.f03: Ditto.

From-SVN: r142124

15 years agomips.md (rdhwr): Rename to rdhwr_synci_step_<mode>.
Adam Nemet [Sat, 22 Nov 2008 17:02:14 +0000 (17:02 +0000)]
mips.md (rdhwr): Rename to rdhwr_synci_step_<mode>.

* config/mips/mips.md (rdhwr): Rename to rdhwr_synci_step_<mode>.
Use constant 1 as the operand.
* config/mips/mips.c (mips_expand_synci_loop): Make INC Pmode.
Rename gen_rdhwr to gen_rdhwr_synci_step_si or
gen_rdhwr_synci_step_di depending on the size of Pmode.

From-SVN: r142123

15 years agoFix ChangeLog entry for config/i386/avxintrin.h.
H.J. Lu [Sat, 22 Nov 2008 15:41:06 +0000 (07:41 -0800)]
Fix ChangeLog entry for config/i386/avxintrin.h.

From-SVN: r142122

15 years agore PR target/38222 (gcc.target/i386/sse4_2-popcntl.c fails on i686-apple-darwin9)
Uros Bizjak [Sat, 22 Nov 2008 14:16:57 +0000 (15:16 +0100)]
re PR target/38222 (gcc.target/i386/sse4_2-popcntl.c fails on i686-apple-darwin9)

PR target/38222
* config/i386/i386.md (SWI248): New mode iterator.
(SWI32): Remove mode iterator.
(popcount<mode>2): Rename from popcounthi2, popcountsi2 and
popcounthi2 insn patterns. Macroize pattern using SWI248 mode
iterator.  Generate popcnt mnemonic without mode extensions
for Darwin x86 targets.
(*popcount<mode>2_cmp): Ditto.
(*popcountsi2_cmp_zext): Generate popcnt mnemonic without mode
extensions for Darwin x86 targets.

testsuite/ChangeLog:

PR target/38222
* gcc.target/i386/funcspec-3.c: Scan for popcnt on Darwin targets.

From-SVN: r142121

15 years agosparc.c (TARGET_ASM_OUTPUT_DWARF_DTPREL): Define only if HAVE_AS_SPARC_UA_PCREL is...
Eric Botcazou [Sat, 22 Nov 2008 12:44:24 +0000 (12:44 +0000)]
sparc.c (TARGET_ASM_OUTPUT_DWARF_DTPREL): Define only if HAVE_AS_SPARC_UA_PCREL is defined.

* config/sparc/sparc.c (TARGET_ASM_OUTPUT_DWARF_DTPREL): Define
only if HAVE_AS_SPARC_UA_PCREL is defined.

From-SVN: r142118

15 years agoira-costs.c (find_allocno_class_costs): Work out the maximum allocno_costs value...
Richard Sandiford [Sat, 22 Nov 2008 09:16:02 +0000 (09:16 +0000)]
ira-costs.c (find_allocno_class_costs): Work out the maximum allocno_costs value of the classees with the lowest...

gcc/
* ira-costs.c (find_allocno_class_costs): Work out the maximum
allocno_costs value of the classees with the lowest total_costs
value.  Use this to set ALLOCNO_COVER_CLASS_COST here...
(setup_allocno_cover_class_and_costs): ...rather than here.
Use the ALLOCNO_COVER_CLASS_COST for all registers in the
preferred class.

From-SVN: r142117

15 years agore PR middle-end/37323 (__builtin_apply failures)
Jakub Jelinek [Sat, 22 Nov 2008 08:28:44 +0000 (09:28 +0100)]
re PR middle-end/37323 (__builtin_apply failures)

PR middle-end/37323
* builtins.c (expand_builtin_apply_args): Emit sequence before
parm_birth_insn instead of after entry_of_function's first insn.

From-SVN: r142116

15 years agore PR middle-end/37316 (Small structs are not passed correctly on hppa64-*-*)
Jakub Jelinek [Sat, 22 Nov 2008 08:27:04 +0000 (09:27 +0100)]
re PR middle-end/37316 (Small structs are not passed correctly on hppa64-*-*)

PR middle-end/37316
* function.c (assign_parm_remove_parallels): Pass
data->passed_type as third argument to emit_group_store.

From-SVN: r142115

15 years agore PR target/37170 (gcc.dg/weak/weak-1.c)
Jakub Jelinek [Sat, 22 Nov 2008 08:26:24 +0000 (09:26 +0100)]
re PR target/37170 (gcc.dg/weak/weak-1.c)

PR target/37170
* final.c (mark_symbol_refs_as_used): New function.
* output.h (mark_symbol_refs_as_used): New prototype.
* config/s390/s390.c (s390_mark_symbol_ref_as_used): Removed.
(s390_output_pool_entry): Use mark_symbol_refs_as_used.
* config/arm/arm.md (consttable_4): Likewise.

From-SVN: r142114

15 years agore PR target/37170 (gcc.dg/weak/weak-1.c)
Jakub Jelinek [Sat, 22 Nov 2008 08:22:52 +0000 (09:22 +0100)]
re PR target/37170 (gcc.dg/weak/weak-1.c)

PR target/37170
* final.c (mark_symbol_refs_as_used): New function.
* output.h (mark_symbol_refs_as_used): New prototype.
* config/s390/s390.c (s390_mark_symbol_ref_as_used): Removed.
(s390_output_pool_entry): Use mark_symbol_refs_as_used.
* config/arm/arm.md (consttable_4): Likewise.

From-SVN: r142113

15 years agore PR target/37880 (Documentation of option -mcmodel=medium is wrong)
Jakub Jelinek [Sat, 22 Nov 2008 08:21:04 +0000 (09:21 +0100)]
re PR target/37880 (Documentation of option -mcmodel=medium is wrong)

PR target/37880
* doc/invoke.texi: Adjust wording of -mcmodel=medium description.

From-SVN: r142112

15 years agore PR libfortran/37839 (st_parameter_dt has unwanted padding, is out of sync with...
Jakub Jelinek [Sat, 22 Nov 2008 08:10:41 +0000 (09:10 +0100)]
re PR libfortran/37839 (st_parameter_dt has unwanted padding, is out of sync with compiler)

PR libfortran/37839
* trans-io.c (gfc_build_io_library_fndecls): Decrease pad size back
to 16 pointers plus 32 integers.  Don't use max integer kind
alignment, only gfc_intio_kind's alignment.
(gfc_trans_inquire): Only set flags2 if mask2 is non-zero.
* ioparm.def: Fix order, bitmasks and types of inquire round, sign
and pending fields.  Move u in dt before id.
* io.c (gfc_free_inquire): Free decimal and size exprs.
(match_inquire_element): Match size instead of matching blank twice.
(gfc_resolve_inquire): Resolve size.

* gfortran.dg/f2003_inquire_1.f03: New test.
* gfortran.dg/f2003_io_1.f03: Remove xfail.
* gfortran.dg/f2003_io_4.f03: Likewise.
* gfortran.dg/f2003_io_5.f03: Likewise.
* gfortran.dg/f2003_io_6.f03: Likewise.
* gfortran.dg/f2003_io_7.f03: Likewise.

* io/io.h (IOPARM_INQUIRE_HAS_ROUND, IOPARM_INQUIRE_HAS_SIGN,
IOPARM_INQUIRE_HAS_PENDING): Adjust values.
(st_parameter_inquire): Reorder and fix types of round, sign and
pending fields.
(st_parameter_43, st_parameter_44): Removed.
(st_parameter_dt): Put back struct definition directly to u.p
declaration.  Change type of u.p.size_used from gfc_offset to
GFC_IO_INT.  Decrease back size of u.pad to 16 pointers and
32 ints.  Put id, pos, asynchronous, blank, decimal, delim,
pad, round and sign fields after the union.
* io/inquire.c (inquire_via_unit, inquire_via_filename): Only read
flags2 if it is defined.
* io/transfer.c (read_sf, read_block_form, write_block): Cast
additions to size_used to GFC_IO_INT instead of gfc_offset.
(data_transfer_init): Clear whole u.p struct.  Adjust
for moving id, pos, asynchronous, blank, decimal, delim, pad,
round and sign fields from u.p directly into st_parameter_dt.
(finalize_transfer): Don't cast size_used to GFC_IO_INT.
* io/file_pos.c (st_endfile): Clear whole u.p struct.

From-SVN: r142111

15 years agoDaily bump.
GCC Administrator [Sat, 22 Nov 2008 00:17:09 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r142108

15 years agoffi.c (ffi_prep_cif_machdep): Add support for signed/unsigned int8/16 return values.
Eric Botcazou [Fri, 21 Nov 2008 22:12:56 +0000 (22:12 +0000)]
ffi.c (ffi_prep_cif_machdep): Add support for signed/unsigned int8/16 return values.

* src/sparc/ffi.c (ffi_prep_cif_machdep): Add support for
signed/unsigned int8/16 return values.
* src/sparc/v8.S (ffi_call_v8): Likewise.
(ffi_closure_v8): Likewise.

From-SVN: r142102

15 years agore PR middle-end/38200 (internal compiler error: in find_func_aliases, at tree-ssa...
Jakub Jelinek [Fri, 21 Nov 2008 21:59:33 +0000 (22:59 +0100)]
re PR middle-end/38200 (internal compiler error: in find_func_aliases, at tree-ssa-structalias.c:3905)

PR middle-end/38200
* tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Only
propagate x = &a into *x = b if conversion from b to a's type is
useless.

* gcc.dg/pr38200.c: New test.

From-SVN: r142100

15 years agocaller-save.c (insert_one_insn): Take into account REG_INC notes for the liveness...
Eric Botcazou [Fri, 21 Nov 2008 21:19:34 +0000 (21:19 +0000)]
caller-save.c (insert_one_insn): Take into account REG_INC notes for the liveness computation of the new insn.

* caller-save.c (insert_one_insn): Take into account REG_INC notes
for the liveness computation of the new insn.

From-SVN: r142099

15 years agostormy16.md (movqi_internal, [...]): Moves to/from below100 space (W) can only use...
DJ Delorie [Fri, 21 Nov 2008 20:39:09 +0000 (15:39 -0500)]
stormy16.md (movqi_internal, [...]): Moves to/from below100 space (W) can only use r0-r7.

* config/stormy16/stormy16.md (movqi_internal, movhi_internal):
Moves to/from below100 space (W) can only use r0-r7.

From-SVN: r142098

15 years agore PR other/38214 (Unrecognized command line option "-fipa-marix-reorg" although...
Paolo Carlini [Fri, 21 Nov 2008 16:21:33 +0000 (16:21 +0000)]
re PR other/38214 (Unrecognized command line option "-fipa-marix-reorg"  although it's documented)

2008-11-21  Paolo Carlini  <paolo.carlini@oracle.com>

PR other/38214
* doc/invoke.texi (Optimization Options): Fix typo.

From-SVN: r142092

15 years agoAdd the new file.
H.J. Lu [Fri, 21 Nov 2008 14:05:42 +0000 (06:05 -0800)]
Add the new file.

From-SVN: r142091

15 years agoconfig.gcc (extra_headers): For x86 and x86-64, remove gmmintrin.h, add immintrin...
H.J. Lu [Fri, 21 Nov 2008 14:05:02 +0000 (14:05 +0000)]
config.gcc (extra_headers): For x86 and x86-64, remove gmmintrin.h, add immintrin.h and avxintrin.h.

gcc/

2008-11-21  H.J. Lu  <hongjiu.lu@intel.com>
    Xuepeng Guo  <xuepeng.guo@intel.com>

* config.gcc (extra_headers): For x86 and x86-64, remove
gmmintrin.h, add immintrin.h and avxintrin.h.

* config/i386/gmmintrin.h: Renamed to ...
* config/i386/avxintrin.h: This.  Don't include intrinsics if
_IMMINTRIN_H_INCLUDED is undedined.

* config/i386/immintrin.h: New.

gcc/testsuite/

2008-11-21  H.J. Lu  <hongjiu.lu@intel.com>

* gcc.target/i386/avx-1.c: Include <immintrin.h> instead of
<gmmintrin.h>.
* gcc.target/i386/avx-2.c: Likewise.
* gcc.target/i386/m256-check.h: Likewise.
* g++.dg/other/i386-5.C: Likewise.
* g++.dg/other/i386-6.C: Likewise.

Co-Authored-By: Xuepeng Guo <xuepeng.guo@intel.com>
From-SVN: r142090

15 years agoMissed to check in changes to /config/mh-mingw.
Kai Tietz [Fri, 21 Nov 2008 13:54:41 +0000 (13:54 +0000)]
Missed to check in changes to /config/mh-mingw.

Missed to check in changes to /config/mh-mingw. It is part of the reviewed
patch 2008/10/13 by Danny Smith.

2008-11-21  Kai Tietz  <kai.tietz@onevision.com>

        Fix PR/25502
        * mh-mingw (BOOT_CFLAGS): Add -Wno-pedantic-ms-format switch.

From-SVN: r142089

15 years agore PR target/38208 (gcc.c-torture/compile/20080806-1.c)
Jakub Jelinek [Fri, 21 Nov 2008 13:47:05 +0000 (14:47 +0100)]
re PR target/38208 (gcc.c-torture/compile/20080806-1.c)

PR target/38208
* reload1.c (eliminate_regs_in_insn): For trunc_int_for_mode use
mode of PLUS, not mode of the eliminated register.

From-SVN: r142088

15 years agoObject.m (errno): Replaced by errno.h include.
Kai Tietz [Fri, 21 Nov 2008 12:07:43 +0000 (12:07 +0000)]
Object.m (errno): Replaced by errno.h include.

2008-11-21  Kai Tietz  <kai.tietz@onevision.com>

        *  Object.m (errno): Replaced by errno.h include.
        (compare): Cast self to id to prevent warning on comparison.
        * objc/objc.h (BOOL): Prevent redeclaration of BOOL, if it is
        already there.
        * sendmsg.c (__objc_print_dtable_stats): Remove type warnings.
        * thr-win32.c (__objc_thread_detach): Remove type warning.
        (__objc_thread_id): Likewise.
        * thr.c (__objc_thread_detach_functiont): Add __builtin_trap ()
        for noreturn.

From-SVN: r142087

15 years ago38210.cc: Tweak.
Paolo Carlini [Fri, 21 Nov 2008 10:14:14 +0000 (10:14 +0000)]
38210.cc: Tweak.

2008-11-21  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/22_locale/num_put/put/char/38210.cc: Tweak.
* testsuite/22_locale/num_put/put/wchar_t/38210.cc: Likewise.

From-SVN: r142086

15 years agore PR libstdc++/38210 (num_put<>::do_put(void*) performs padding incorrectly when...
Paolo Carlini [Fri, 21 Nov 2008 09:59:17 +0000 (09:59 +0000)]
re PR libstdc++/38210 (num_put<>::do_put(void*) performs padding incorrectly when adjustfield==internal)

2008-11-21  Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/38210
* include/bits/locale_facets.tcc (num_put<>::do_put(iter_type,
ios_base&, char_type, const void*)): Fix.
* testsuite/22_locale/num_put/put/char/38210.cc: New.
* testsuite/22_locale/num_put/put/wchar_t/38210.cc: Likewise.

From-SVN: r142085

15 years agommx.md (mmx_nand<mode>3): Rename to mmx_andnot<mode>3.
Uros Bizjak [Fri, 21 Nov 2008 08:54:18 +0000 (09:54 +0100)]
mmx.md (mmx_nand<mode>3): Rename to mmx_andnot<mode>3.

* config/i386/mmx.md (mmx_nand<mode>3): Rename to mmx_andnot<mode>3.
* config/i386/sse.md (avx_nand<mode>3): Rename to avx_andnot<mode>3.
(<sse>_nand<mode>3): Rename to <sse>_andnot<mode>3.
(sse2_nand<mode>3): Rename to sse2_andnot<mode>3.
(*sse_nand<mode>3): Rename to *sse_andnot<mode>3.
(*avx_nand<mode>3): Rename to *avx_andnot<mode>3.
(*nand<mode>3): Rename to *andnot<mode>3.
(*nandtf3): rename to *andnottf3.
* config/i386/i386.c (bdesc_args) [IX86_BUILTIN_PANDN]:
Use CODE_FOR_mmx_andnotv2si3.
[IX86_BUILTIN_ANDNPS]: Use CODE_FOR_sse_andnotv4sf3.
[IX86_BUILTIN_ANDNPD]: Use CODE_FOR_sse2_andnotv2df3.
[IX86_BUILTIN_PANDN128]: Use CODE_FOR_sse2_andnotv2di3.
[IX86_BUILTIN_ANDNPS256]: Use CODE_FOR_avx_andnotv8sf3.
[IX86_BUILTIN_ANDNPD256]: Use CODE_FOR_avx_andnotv4df3.

From-SVN: r142083

15 years agore PR middle-end/37908 (atomic NAND op generate wrong code; __sync_nand_and_fetch...
Uros Bizjak [Fri, 21 Nov 2008 07:28:27 +0000 (08:28 +0100)]
re PR middle-end/37908 (atomic NAND op generate wrong code; __sync_nand_and_fetch, __sync_fetch_and_nand)

PR middle-end/37908
* config/ia64/ia64.c (ia64_expand_atomic_ope): Properly handle NAND
case by calculating ~(new_reg & val) instead of (~new_reg & val).
* config/ia64/sync.md (sync_nand<mode>): Change insn RTX
to (not:IMODE (and:IMODE (...))).
(sync_old_nand<mode>): Ditto.
(sync_new_nand<mode>): Ditto.

From-SVN: r142082

15 years agore PR fortran/37472 (bad output on default-format write of double in common block...
Jerry DeLisle [Fri, 21 Nov 2008 04:35:17 +0000 (04:35 +0000)]
re PR fortran/37472 (bad output on default-format write of double in common block with -m64)

2008-11-20  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/37472
* gfortran.dg/namelist_print_1.f: Update test.

From-SVN: r142080

15 years agore PR fortran/37472 (bad output on default-format write of double in common block...
Jerry DeLisle [Fri, 21 Nov 2008 04:29:54 +0000 (04:29 +0000)]
re PR fortran/37472 (bad output on default-format write of double in common block with -m64)

2008-11-20  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/37472
* io/write_float.def (output_float_FMT_G_): Adjust conversion of
G format specification to F format.

From-SVN: r142079

15 years agoDaily bump.
GCC Administrator [Fri, 21 Nov 2008 00:16:55 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r142075

15 years agothumb2.md (thumb2_casesi_internal, [...]): Use earlyclobber for scratch operand 4.
Joseph Myers [Thu, 20 Nov 2008 23:00:00 +0000 (23:00 +0000)]
thumb2.md (thumb2_casesi_internal, [...]): Use earlyclobber for scratch operand 4.

* config/arm/thumb2.md (thumb2_casesi_internal,
thumb2_casesi_internal_pic): Use earlyclobber for scratch operand
4.

From-SVN: r142070

15 years agosync-2.c: Add type cast to avoid folding.
Andreas Krebbel [Thu, 20 Nov 2008 22:11:42 +0000 (22:11 +0000)]
sync-2.c: Add type cast to avoid folding.

2008-11-20  Andreas Krebbel  <krebbel1@de.ibm.com>

* gcc.dg/sync-2.c: Add type cast to avoid folding.
* gcc.dg/sync-3.c: Likewise.

From-SVN: r142064

15 years agos390.c (s390_expand_atomic): Adjust QI/HI atomic nand to the changed 4.4 semantic.
Andreas Krebbel [Thu, 20 Nov 2008 22:08:08 +0000 (22:08 +0000)]
s390.c (s390_expand_atomic): Adjust QI/HI atomic nand to the changed 4.4 semantic.

2008-11-20  Andreas Krebbel  <krebbel1@de.ibm.com>

* gcc/config/s390/s390.c (s390_expand_atomic): Adjust QI/HI atomic
nand to the changed 4.4 semantic.

From-SVN: r142063

15 years agore PR middle-end/29215 (extra store for memcpy)
Jakub Jelinek [Thu, 20 Nov 2008 21:35:03 +0000 (22:35 +0100)]
re PR middle-end/29215 (extra store for memcpy)

PR middle-end/29215
* builtins.c (SLOW_UNALIGNED_ACCESS): Define if not defined.
(fold_builtin_memory_op): Handle even the case where just one
of src and dest is an address of a var decl component, using
TYPE_REF_CAN_ALIAS_ALL pointers.  Remove is_gimple_min_invariant
and readonly_data_expr src check.
* tree-ssa-sccvn.c (DFS): Use clear_and_done_ssa_iter to shut
up warnings.

* trans-array.c (trans_array_constructor_value,
gfc_build_constant_array_constructor): Fill in TREE_PURPOSE.

* gfortran.dg/array_memcpy_3.f90: Adjust pattern to match even
memcpy optimized into ref-all store.
* gcc.dg/pr29215.c: New test.

From-SVN: r142061

15 years agore PR rtl-optimization/36998 (Ada bootstrap broken on i586-*-*)
Jakub Jelinek [Thu, 20 Nov 2008 21:26:52 +0000 (22:26 +0100)]
re PR rtl-optimization/36998 (Ada bootstrap broken on i586-*-*)

PR rtl-optimization/36998
* dwarf2out.c (stack_adjust_offset): Add cur_args_size and cur_offset
arguments.  Handle sp = reg and (set (foo) (mem (pre_inc (reg sp)))).
(compute_barrier_args_size_1, dwarf2out_frame_debug_expr): Adjust
stack_adjust_offset callers.
(dwarf2out_stack_adjust): Likewise.  Handle insns in annulled
branches properly.
(compute_barrier_args_size): Handle insns in annulled branches
properly.

From-SVN: r142060

15 years agore PR middle-end/38151 (structures with _Complex arguments are not passed correctly)
Uros Bizjak [Thu, 20 Nov 2008 21:11:22 +0000 (22:11 +0100)]
re PR middle-end/38151 (structures with _Complex arguments are not passed correctly)

PR target/38151
* config/i386/i386.c (classify_argument) [integer mode size <= 64bit]:
Handle cases when integer argument crosses argument register boundary.

testsuite/ChangeLog:

PR target/38151
* gcc.target/i386/pr38151-1.c: New test.

From-SVN: r142059

15 years ago* gcc-interface/utils.c (init_gigi_decls): Fix type mismatch.
Eric Botcazou [Thu, 20 Nov 2008 20:56:23 +0000 (20:56 +0000)]
* gcc-interface/utils.c (init_gigi_decls): Fix type mismatch.

From-SVN: r142058

15 years agoFollow up fix for GC19-015:
Eric Botcazou [Thu, 20 Nov 2008 20:24:53 +0000 (20:24 +0000)]
Follow up fix for GC19-015:

* utils.c (init_gigi_decls): Fix type mismatch.

From-SVN: r142057

15 years agore PR c++/28513 (QOI: Diagnostic missing since 3.3.x when naming rule is violated)
Jason Merrill [Thu, 20 Nov 2008 20:23:32 +0000 (15:23 -0500)]
re PR c++/28513 (QOI: Diagnostic missing since 3.3.x when naming rule is violated)

        PR c++/28513
        * parser.c (cp_parser_class_name): Call maybe_note_name_used_in_class.

From-SVN: r142056

15 years agore PR c++/37540 (ICE on __decltype of method call in function template)
Jason Merrill [Thu, 20 Nov 2008 18:40:52 +0000 (13:40 -0500)]
re PR c++/37540 (ICE on __decltype of method call in function template)

        PR c++/37540
        * call.c (build_over_call): Take the address of the function even
        in a template.
        (build_new_method_call): Remember the type of the called function
        in a template.

From-SVN: r142054

15 years agore PR bootstrap/33100 (on bootstrap getting section .eh_frame: bad cie version 0...
Rainer Orth [Thu, 20 Nov 2008 17:13:01 +0000 (17:13 +0000)]
re PR bootstrap/33100 (on bootstrap getting section .eh_frame: bad cie version 0: offset 0x0)

gcc:
PR bootstrap/33100
* config.gcc (i[34567]86-*-solaris2*): Don't include
i386/t-crtstuff here.
Move extra_parts, i386/t-sol2 in tmake_file to libgcc/config.host.
* config/i386/t-sol2: Move to libgcc/config/i386.

libgcc:
PR bootstrap/33100
* configure.ac (i?86-*-solaris2.1[0-9]*): Only include
i386/t-crtstuff if linker supports ZERO terminator unwind entries.
* configure: Regenerate.
* config.host (i[34567]86-*-solaris2*): Move i386/t-sol2 in
tmake_file here from gcc/config.gcc.
Move extra_parts here from gcc/config.gcc.
* config/i386/t-sol2: Move here from gcc/config/i386.
Use gcc_srcdir instead of srcdir.

From-SVN: r142050

15 years agore PR libstdc++/38196 (num_put<>::do_put(bool) performs 'internal' padding incorrectl...
Paolo Carlini [Thu, 20 Nov 2008 16:00:17 +0000 (16:00 +0000)]
re PR libstdc++/38196 (num_put<>::do_put(bool) performs 'internal' padding incorrectly when boolalpha==true)

2008-11-20  Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/38196
* include/bits/locale_facets.tcc (num_put<>::do_put(iter_type,
ios_base&, char_type, bool)): Fix.
* testsuite/22_locale/num_put/put/char/38196.cc: New.
* testsuite/22_locale/num_put/put/wchar_t/38196.cc: Likewise.

From-SVN: r142048

15 years agotrans-intrinsic.c (gfc_conv_intrinsic_minmaxloc): Use gfc_index_one_node.
Jakub Jelinek [Thu, 20 Nov 2008 15:21:12 +0000 (16:21 +0100)]
trans-intrinsic.c (gfc_conv_intrinsic_minmaxloc): Use gfc_index_one_node.

* trans-intrinsic.c (gfc_conv_intrinsic_minmaxloc): Use
gfc_index_one_node.
(gfc_conv_intrinsic_size): Use gfc_index_{zero,one}_node.

From-SVN: r142046

15 years agoAdd PR tag forgotten in rev142043.
Thomas Schwinge [Thu, 20 Nov 2008 13:24:18 +0000 (14:24 +0100)]
Add PR tag forgotten in rev142043.

From-SVN: r142044

15 years agotlink.c: Include "libiberty.h".
Samuel Thibault [Thu, 20 Nov 2008 13:21:51 +0000 (13:21 +0000)]
tlink.c: Include "libiberty.h".

2008-11-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>

* tlink.c: Include "libiberty.h".
(initial_cwd): Change type into char *.
(tlink_init): Call getpwd instead of getcwd.

From-SVN: r142043

15 years agore PR tree-optimization/37868 (code that breaks TBAA is misoptimized even with -fno...
Richard Guenther [Thu, 20 Nov 2008 12:25:26 +0000 (12:25 +0000)]
re PR tree-optimization/37868 (code that breaks TBAA is misoptimized even with -fno-strict-aliasing)

2008-11-20  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/37868
* gcc.dg/torture/pr37868.c: New testcase.
* gcc.c-torture/execute/pr38048-1.c: Likewise.
* gcc.c-torture/execute/pr38048-2.c: Likewise.

From-SVN: r142041

15 years agore PR fortran/38181 (calls to SIZE not optimized out of loops)
Jakub Jelinek [Thu, 20 Nov 2008 09:42:35 +0000 (10:42 +0100)]
re PR fortran/38181 (calls to SIZE not optimized out of loops)

PR fortran/38181
* trans-intrinsic.c (gfc_conv_intrinsic_size): Inline 2 argument
size if the second argument is not optional and one argument size
for rank 1 arrays.

* gfortran.dg/array_section_2.f90: Adjust pattern to match
the inlined size0 instead of a size0 call.

From-SVN: r142037

15 years agore PR rtl-optimization/32283 (Missed induction variable optimization)
Zdenek Dvorak [Thu, 20 Nov 2008 08:05:12 +0000 (09:05 +0100)]
re PR rtl-optimization/32283 (Missed induction variable optimization)

PR rtl-optimization/32283
* tree-ssa-loop-niter.c (scev_probably_wraps_p): Use type of the base
of the induction variable to decide whether it may wrap.
* tree-ssa-loop-ivopts.c (rewrite_use_compare): Emit the initialization
of the bound before the loop.
* simplify-rtx.c (simplify_binary_operation_1): Add two simplifications
regarding AND.
(simplify_plus_minus): Only fail if no simplification is possible.
* loop-iv.c (simple_rhs_p): Consider reg + reg and reg << cst simple.

From-SVN: r142035

15 years agore PR c++/36631 (attribute always_inline -> sorry, unimplemented: recursive inlining)
Jakub Jelinek [Thu, 20 Nov 2008 01:47:10 +0000 (02:47 +0100)]
re PR c++/36631 (attribute always_inline  ->  sorry, unimplemented: recursive inlining)

PR c++/36631
* gimplify.c (gimplify_call_expr): Defer most of the cannot inline
checking until GIMPLE lowering.
* gimple-low.c (check_call_args): New function.
(lower_stmt) <case GIMPLE_CALL>: Call it.

* g++.dg/template/call5.C: New test.

From-SVN: r142033

15 years agoDaily bump.
GCC Administrator [Thu, 20 Nov 2008 00:17:02 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r142030

15 years agore PR c++/37142 (ICE: in dependent_type_p, at cp/pt.c:15585)
Dodji Seketeli [Thu, 20 Nov 2008 00:00:39 +0000 (00:00 +0000)]
re PR c++/37142 (ICE: in dependent_type_p, at cp/pt.c:15585)

gcc/testsuite/ChangeLog:
2008-11-19  Dodji Seketeli  <dodji@redhat.com>

PR c++/37142
* g++.dg/template/crash85.C: New test.

gcc/cp/ChangeLog
2008-11-19  Dodji Seketeli  <dodji@redhat.com>

PR c++/37142
* pt.c (coerce_template_template_parm): Use the more robust
uses_template_parms instead of dependent_type_p.

From-SVN: r142025

15 years agomips.c (mips_gimplify_va_arg_expr): Use -rsize with the same type as the first operan...
Adam Nemet [Wed, 19 Nov 2008 23:13:29 +0000 (23:13 +0000)]
mips.c (mips_gimplify_va_arg_expr): Use -rsize with the same type as the first operand of the AND expression.

* config/mips/mips.c (mips_gimplify_va_arg_expr): Use -rsize
with the same type as the first operand of the AND expression.

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

From-SVN: r142024

15 years agore PR c++/35405 (Internal compiler error)
Dodji Seketeli [Wed, 19 Nov 2008 22:26:56 +0000 (22:26 +0000)]
re PR c++/35405 (Internal compiler error)

gcc/cp/ChangeLog:
2008-11-19  Dodji Seketeli  <dodji@redhat.com>

PR c++/35405
* pt.c (lookup_template_class): Check pointers before dereferencing
  Them.
* error.c (dump_template_decl): Likewise.

gcc/testsuite/ChangeLog:
2008-11-19  Dodji Seketeli  <dodji@redhat.com>

PR c++/35405
* g++.dg/template/crash84.C: New test.

From-SVN: r142022

15 years agopr11832.c: XFAIL even on s390*-*-*.
Jakub Jelinek [Wed, 19 Nov 2008 21:52:47 +0000 (22:52 +0100)]
pr11832.c: XFAIL even on s390*-*-*.

* gcc.c-torture/compile/pr11832.c: XFAIL even on s390*-*-*.
* gcc.c-torture/compile/pr33009.c: Likewise.

From-SVN: r142021

15 years agobelow100.S (.chip_info): Use position-independent expressions for the fillers.
DJ Delorie [Wed, 19 Nov 2008 21:43:16 +0000 (16:43 -0500)]
below100.S (.chip_info): Use position-independent expressions for the fillers.

* gcc.target/xstormy16/below100.S (.chip_info): Use
position-independent expressions for the fillers.

From-SVN: r142020

15 years agore PR c++/36410 (ICE with transparent union)
Jason Merrill [Wed, 19 Nov 2008 21:35:27 +0000 (16:35 -0500)]
re PR c++/36410 (ICE with transparent union)

        PR c++/36410
        * decl2.c (grokfield): Pass ATTR_FLAG_TYPE_IN_PLACE for a typedef
        that names a class for linkage purposes.

From-SVN: r142019

15 years agore PR bootstrap/37859 (Bootstrap failure on mips64octeon-unknown-linux-gnu)
Vladimir Makarov [Wed, 19 Nov 2008 21:25:00 +0000 (21:25 +0000)]
re PR bootstrap/37859 (Bootstrap failure on mips64octeon-unknown-linux-gnu)

2008-11-19  Vladimir Makarov  <vmakarov@redhat.com>

PR bootstrap/37859
* ira-int.h (struct ira_loop_tree_node): New member
entered_from_non_parent_p.

* ira-color.c (print_loop_title): Print loop bbs.

* ira-emit.c (entered_from_non_parent_p,
setup_entered_from_non_parent_p): New functions.
(not_modified_p): Rename to store_can_be_removed_p.  Check there
is no side entries.
(generate_edge_moves): Use store_can_be_removed_p instead of
not_modified_p.
(ira_emit): Call setup_entered_from_non_parent_p.

* ira-build.c (copy_info_to_removed_store_destinations):
Accumulate CALL_FREQ, CALL_CROSSED_NUM, and
ALLOCNO_EXCESS_PRESSURE_POINTS_NUM.
(ira_flattening): Don't CHECK MEM_OPTIMIZED_DEST[_P], always
update all accumulated attributes.

From-SVN: r142018

15 years agore PR middle-end/37790 (limits-fnargs.c takes very long time to compile at -O2)
Vladimir Makarov [Wed, 19 Nov 2008 21:20:44 +0000 (21:20 +0000)]
re PR middle-end/37790 (limits-fnargs.c takes very long time to compile at -O2)

2008-11-15  Vladimir Makarov  <vmakarov@redhat.com>

PR bootstrap/37790
* ira-int.h (ira_copy_allocno_live_range_list,
ira_merge_allocno_live_ranges,
ira_allocno_live_ranges_intersect_p,
ira_finish_allocno_live_range_list): New prototypes.
(ira_allocno_live_ranges_intersect_p,
ira_pseudo_live_ranges_intersect_p): Remove.

* ira-conflicts.c (ira_allocno_live_ranges_intersect_p,
ira_pseudo_live_ranges_intersect_p): Rename to
allocnos_have_intersected_live_ranges_p and
pseudos_have_intersected_live_ranges_p.  Move them from here to
...

* ira-color.c: ... here
(coalesced_allocno_conflict_p): Use
allocnos_have_intersected_live_ranges_p.
(coalesced_allocnos_living_at_program_points,
coalesced_allocnos_live_at_points_p,
set_coalesced_allocnos_live_points): Remove.
(slot_coalesced_allocnos_live_ranges,
slot_coalesced_allocno_live_ranges_intersect_p,
setup_slot_coalesced_allocno_live_ranges): New.
(coalesce_spill_slots): Use ranges of coalesced allocnos.
(ira_sort_regnos_for_alter_reg): Use
allocnos_have_intersected_live_ranges_p.
(ira_reuse_stack_slot): Use
pseudos_have_intersected_live_ranges_p.

* global.c (pseudo_for_reload_consideration_p): Check
flag_ira_share_spill_slots too.

* ira-build.c (copy_allocno_live_range_list): Rename to
ira_copy_allocno_live_range_list.  Make it external.
(merge_ranges): Rename to ira_merge_allocno_live_ranges.  Make it
external.
(ira_allocno_live_ranges_intersect_p): New.
(ira_finish_allocno_live_range_list): New.
(finish_allocno): Use it.
(remove_unnecessary_allocnos): Use ira_merge_allocno_live_ranges.
(copy_info_to_removed_store_destinations): Ditto.  Use
ira_copy_allocno_live_range_list.
(ira_flattening): Use ira_merge_allocno_live_ranges.

* ira.c (too_high_register_pressure_p): New function.
(ira): Switch off sharing spill slots if the pressure is too high.

From-SVN: r142017

15 years agore PR c++/37563 (Trouble calling qualified member function)
Jason Merrill [Wed, 19 Nov 2008 19:36:38 +0000 (14:36 -0500)]
re PR c++/37563 (Trouble calling qualified member function)

        PR c++/37563
        * parser.c (cp_parser_pseudo_destructor_name): A pseudo-destructor
        name is not a declaration.

From-SVN: r142015

15 years agore PR c++/37256 (extern template / explicit instantiation broken in 4.4.0-pre)
Jason Merrill [Wed, 19 Nov 2008 19:27:29 +0000 (14:27 -0500)]
re PR c++/37256 (extern template / explicit instantiation broken in 4.4.0-pre)

        PR c++/37256
        * pt.c (instantiate_decl): Don't require a definition of
        a template that is explicitly instantiated 'extern'.

From-SVN: r142014

15 years agoinclude/
Bob Wilson [Wed, 19 Nov 2008 18:26:00 +0000 (18:26 +0000)]
include/
* xtensa-config.h (XCHAL_HAVE_MUL16, XCHAL_HAVE_MUL32, XCHAL_HAVE_DIV32)
(XCHAL_HAVE_MINMAX, XCHAL_HAVE_SEXT, XCHAL_HAVE_THREADPTR)
(XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): Change to 1.
(XCHAL_NUM_AREGS): Change to 32.
(XCHAL_ICACHE_SIZE, XCHAL_DCACHE_SIZE): Change to 16K.
(XCHAL_ICACHE_LINESIZE, XCHAL_DCACHE_LINESIZE): Change to 32.
(XCHAL_ICACHE_LINEWIDTH, XCHAL_DCACHE_LINEWIDTH): Change to 5.
(XCHAL_DCACHE_IS_WRITEBACK): Change to 1.
(XCHAL_DEBUGLEVEL): Change to 6.

From-SVN: r142012

15 years agotree.c (build2_stat): Allow non-POINTER_PLUS_EXPRs with non-sizetype offsets if...
Richard Guenther [Wed, 19 Nov 2008 17:38:15 +0000 (17:38 +0000)]
tree.c (build2_stat): Allow non-POINTER_PLUS_EXPRs with non-sizetype offsets if...

2008-11-19  Richard Guenther  <rguenther@suse.de>

* tree.c (build2_stat): Allow non-POINTER_PLUS_EXPRs with
non-sizetype offsets if their precision matches that of
the pointer.
* expr.c (expand_expr_real_1): Always sign-extend the offset
operand of a POINTER_PLUS_EXPR.

From-SVN: r142009

15 years agoconfig.gcc: Unobsolete mips-sgi-irix[56]*.
Rainer Orth [Wed, 19 Nov 2008 17:03:51 +0000 (17:03 +0000)]
config.gcc: Unobsolete mips-sgi-irix[56]*.

* config.gcc: Unobsolete mips-sgi-irix[56]*.
(mips-sgi-irix[56]*): No need to use fixproto.

From-SVN: r142008

15 years agolb1sf68.asm: Add GNU-stack annotation to avoid executable stack.
Maxim Kuvyrkov [Wed, 19 Nov 2008 16:52:16 +0000 (16:52 +0000)]
lb1sf68.asm: Add GNU-stack annotation to avoid executable stack.

* config/m68k/lb1sf68.asm: Add GNU-stack annotation to avoid
executable stack.

Co-Authored-By: Paul Brook <paul@codesourcery.com>
From-SVN: r142007

15 years agom68k.c (sched_attr_op_type): Handle all CONSTs.
Maxim Kuvyrkov [Wed, 19 Nov 2008 16:24:10 +0000 (16:24 +0000)]
m68k.c (sched_attr_op_type): Handle all CONSTs.

* config/m68k/m68k.c (sched_attr_op_type): Handle all CONSTs.

* gcc.target/m68k/xgot-1.c (dg-options): Add -O2.

From-SVN: r142005

15 years agore PR tree-optimization/38156 (gcc.dg/tree-ssa/update-unswitch-1.c fails when compile...
Razya Ladelsky [Wed, 19 Nov 2008 16:08:01 +0000 (16:08 +0000)]
re PR tree-optimization/38156 (gcc.dg/tree-ssa/update-unswitch-1.c fails when compiled with -ftree-parallelize-loops=4)

2008-11-19  Razya Ladelsky  <razya@il.ibm.com>

        PR target/38156
        * tree-parloops.c (loop_parallel_p): NULL vect_dump.
        (separate_decls_in_region): Create shared struct even when there
        are only reductions.

From-SVN: r142004

15 years ago*config/picochip/picochip.c (headers): Removed an unnecessary header.
Hariharan Sandanagobalane [Wed, 19 Nov 2008 14:12:03 +0000 (14:12 +0000)]
*config/picochip/picochip.c (headers): Removed an unnecessary header.

From-SVN: r142002

15 years agore PR tree-optimization/36038 (miscompiled loop in perlbmk for -Os)
Jakub Jelinek [Wed, 19 Nov 2008 13:03:43 +0000 (14:03 +0100)]
re PR tree-optimization/36038 (miscompiled loop in perlbmk for -Os)

PR tree-optimization/36038
* gcc.c-torture/compile/pr36038.c: Moved to...
* gcc.c-torture/execute/pr36038.c: ... here.

From-SVN: r142000

15 years agore PR target/36133 (GCC creates suboptimal ASM : Code includes unneeded TST instructions)
Andrew Stubbs [Wed, 19 Nov 2008 11:23:28 +0000 (11:23 +0000)]
re PR target/36133 (GCC creates suboptimal ASM : Code includes unneeded TST instructions)

2008-11-19  Andrew Stubbs  <ams@codesourcery.com>

gcc/
PR target/36133
* config/m68k/m68k.h (CC_OVERFLOW_UNUSABLE, CC_NO_CARRY): New defines.
* config/m68k/m68k.c (notice_update_cc): Set cc_status properly for
shift instructions.
* config/m68k/m68k.md: Adjust all conditional branches that use the
carry and overflow flags so they understand CC_OVERFLOW_UNUSABLE.

gcc/testsuite/
PR target/36133
* gcc.target/m68k/pr36133.c: New test.

From-SVN: r141999

15 years agowo_prof_global_var.c: Use uninitialized integer values instead of uninitialized FP...
Maxim Kuvyrkov [Wed, 19 Nov 2008 11:12:07 +0000 (11:12 +0000)]
wo_prof_global_var.c: Use uninitialized integer values instead of uninitialized FP values to avoid NaNs.

  * gcc.gd/struct/wo_prof_global_var.c: Use uninitialized integer
  values instead of uninitialized FP values to avoid NaNs.
  * gcc.dg/struct/wo_prof_local_var.c: Same.

From-SVN: r141998

15 years agof2003_io_1.f03: XFAIL for all SPARC targets.
Eric Botcazou [Wed, 19 Nov 2008 08:37:13 +0000 (08:37 +0000)]
f2003_io_1.f03: XFAIL for all SPARC targets.

* gfortran.dg/f2003_io_1.f03: XFAIL for all SPARC targets.
* gfortran.dg/f2003_io_4.f03: Ditto.
* gfortran.dg/f2003_io_5.f03: Ditto.
* gfortran.dg/f2003_io_6.f03: Ditto.
* gfortran.dg/f2003_io_7.f03: Ditto.

From-SVN: r141996

15 years agore PR fortran/38171 (equivalence and nested modules broken)
Paul Thomas [Wed, 19 Nov 2008 03:41:57 +0000 (03:41 +0000)]
re PR fortran/38171 (equivalence and nested modules broken)

2008-11-19  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/38171
* ChangeLog: Correct PR number.

From-SVN: r141991

15 years agore PR fortran/38119 (character ICE in gfc_trans_create_temp_array)
Paul Thomas [Wed, 19 Nov 2008 03:25:00 +0000 (03:25 +0000)]
re PR fortran/38119 (character ICE in gfc_trans_create_temp_array)

2008-11-19  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/38119
* module.c (load_equiv): Regression fix; check that equivalence
members come from the same module only.

2008-11-19  Paul Thomas  <pault@gcc.gnu.org>

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

From-SVN: r141990

15 years agoDaily bump.
GCC Administrator [Wed, 19 Nov 2008 00:16:44 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r141987

15 years agore PR tree-optimization/38051 (Miscompilation of glibc's memcmp)
Jakub Jelinek [Tue, 18 Nov 2008 23:01:35 +0000 (00:01 +0100)]
re PR tree-optimization/38051 (Miscompilation of glibc's memcmp)

PR tree-optimization/38051
* gcc.c-torture/execute/pr38051.c (buf): Remove aligned attribute.
(buf2): Removed.
(main): Only run on little endian targets with
sizeof (long) == sizeof (void *).  Use just one buffer, align the
pointers at runtime.

From-SVN: r141983

15 years agore PR fortran/38135 (RESHAPE gives wrong result)
Thomas Koenig [Tue, 18 Nov 2008 22:43:05 +0000 (22:43 +0000)]
re PR fortran/38135 (RESHAPE gives wrong result)

2008-11-18  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR libfortran/38135
* m4/reshape.m4:  Correct bounds checking when PAD is present.
Treat PAD as if it were SOURCE when SOURCE is empty.
* intrinsics/reshape_generic.c:  Likewise.
* generated/reshape_c10.c Regenerated.
* generated/reshape_c16.c Regenerated.
* generated/reshape_c4.c Regenerated.
* generated/reshape_c8.c Regenerated.
* generated/reshape_i16.c Regenerated.
* generated/reshape_i4.c Regenerated.
* generated/reshape_i8.c Regenerated.
* generated/reshape_r10.c Regenerated.
* generated/reshape_r16.c Regenerated.
* generated/reshape_r4.c Regenerated.
* generated/reshape_r8.c Regenerated.

2008-11-18  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR libfortran/38135
* gfortran.dg/reshape_pad_1.f90:  New test case.

From-SVN: r141982

15 years agodg-cmp-results.sh: Do not print usage if either .sum file cannot be opened...
Ben Elliston [Tue, 18 Nov 2008 22:00:42 +0000 (22:00 +0000)]
dg-cmp-results.sh: Do not print usage if either .sum file cannot be opened...

* dg-cmp-results.sh: Do not print usage if either .sum file cannot
be opened; print a more meaningful error instead.

From-SVN: r141979

15 years agore PR target/37362 (Bootstrap broken on mipsisa64r2-linux-gcc)
Uros Bizjak [Tue, 18 Nov 2008 22:00:12 +0000 (23:00 +0100)]
re PR target/37362 (Bootstrap broken on mipsisa64r2-linux-gcc)

PR target/37362
* config/mips/mips.md (move_doubleword_fpr<mode>): Check that "high"
is a register or zero operand in the correct mode before generating
mtch1 insn or a register operand in the correct mode before generating
mfch1 insn.
(mtch1<mode>): Correct operand 1 predicate to reg_or_0_operand.

testsuite/ChangeLog:

PR target/37362
* gcc.target/mips/pr37362.c: New test.

From-SVN: r141978

15 years agoconfig.gcc (mips*-sde-elf*): Handle mipsisa64r2*.
Adam Nemet [Tue, 18 Nov 2008 21:00:28 +0000 (21:00 +0000)]
config.gcc (mips*-sde-elf*): Handle mipsisa64r2*.

gcc/
* config.gcc (mips*-sde-elf*): Handle mipsisa64r2*.
(mipsisa64r2-*-elf*, mipsisa64r2el-*-elf*): Add new cases to
mipsisa*-*-elf*.  Handle mipsisa64r2*.
* config/mips/sde.h (LINK_SPEC): Handle -mips64r2.
* config/mips/t-isa3264 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES): Add
mips64r2.
(MULTILIB_EXCLUSIONS): Add mips64r2/mfp64.
* config/mips/t-sde (MULTILIB_OPTIONS, MULTILIB_DIRNAMES): Add
mips64r2.
(MULTILIB_EXCLUSIONS): Add mips64r2/mfp64.  Add mips64r2/mips16.
Fix mips16 if mips64 or mips64r2 are multilib defaults.
* config/mips/t-sdemtk (MULTILIB_OPTIONS, MULTILIB_DIRNAMES): Add
mips64r2.

libgcc/
* config.host (mipsisa64r2-*-elf* | mipsisa64r2el-*-elf*): New
case.

From-SVN: r141976

15 years ago* cpplib.pot: Regenerate.
Joseph Myers [Tue, 18 Nov 2008 20:07:59 +0000 (20:07 +0000)]
* cpplib.pot: Regenerate.

From-SVN: r141974