platform/upstream/gcc.git
15 years agore PR c/32041 (offsetof buglet)
Jakub Jelinek [Mon, 12 Jan 2009 19:44:33 +0000 (20:44 +0100)]
re PR c/32041 (offsetof buglet)

PR c/32041
* c-parser.c (c_parser_postfix_expression): Allow `->' in
offsetof member-designator, handle it as `[0].'.

* parser.c (cp_parser_builtin_offsetof): Allow `->' in
offsetof member-designator, handle it as `[0].'.

* gcc.dg/pr32041.c: New test.
* g++.dg/parse/offsetof9.C: New test.

From-SVN: r143305

15 years agosimd1.C: Ignore irrelevant warning.
Daniel Jacobowitz [Mon, 12 Jan 2009 19:28:58 +0000 (19:28 +0000)]
simd1.C: Ignore irrelevant warning.

* g++.dg/conversion/simd1.C: Ignore irrelevant warning.
* g++.dg/ext/attribute-test-1.C: Likewise.
* g++.dg/ext/attribute-test-2.C: Likewise.
* g++.dg/ext/attribute-test-3.C: Likewise.
* g++.dg/ext/attribute-test-4.C: Likewise.

Co-Authored-By: Nathan Froyd <froydnj@codesourcery.com>
From-SVN: r143304

15 years agodecl.c (gnat_to_gnu_entity): Really strip only useless conversions around renamed...
Eric Botcazou [Mon, 12 Jan 2009 19:14:43 +0000 (19:14 +0000)]
decl.c (gnat_to_gnu_entity): Really strip only useless conversions around renamed objects.

* gcc-interface/decl.c (gnat_to_gnu_entity) <object>: Really strip
only useless conversions around renamed objects.

From-SVN: r143303

15 years agonatUnsafe.cc (spinlock contructor): Call sched_yield().
Andrew Haley [Mon, 12 Jan 2009 17:39:10 +0000 (17:39 +0000)]
natUnsafe.cc (spinlock contructor): Call sched_yield().

2009-01-12  Andrew Haley  <aph@redhat.com>

* sun/misc/natUnsafe.cc (spinlock contructor): Call sched_yield().

From-SVN: r143302

15 years agopa.c (pa_asm_output_mi_thunk): Use pc-relative branch to thunk function when...
John David Anglin [Mon, 12 Jan 2009 17:29:25 +0000 (17:29 +0000)]
pa.c (pa_asm_output_mi_thunk): Use pc-relative branch to thunk function when...

* pa.c (pa_asm_output_mi_thunk): Use pc-relative branch to thunk
function when not using named sections on targets with named sections
if branch distance is less than 262132.

From-SVN: r143300

15 years agoRotated ChangeLogs.
Andrew Haley [Mon, 12 Jan 2009 16:45:32 +0000 (16:45 +0000)]
Rotated ChangeLogs.

From-SVN: r143297

15 years agoRotate ChangeLogs.
Andrew Haley [Mon, 12 Jan 2009 16:42:19 +0000 (16:42 +0000)]
Rotate ChangeLogs.

From-SVN: r143296

15 years ago* sv.po: Update.
Joseph Myers [Mon, 12 Jan 2009 16:26:27 +0000 (16:26 +0000)]
* sv.po: Update.

From-SVN: r143295

15 years agocombine.c (combine_instructions): Recompute optimize_this_for_speed_p for each BB...
Richard Earnshaw [Mon, 12 Jan 2009 15:45:22 +0000 (15:45 +0000)]
combine.c (combine_instructions): Recompute optimize_this_for_speed_p for each BB in the main combine loop.

* combine.c (combine_instructions):  Recompute
optimize_this_for_speed_p  for each BB in the main combine loop.

From-SVN: r143293

15 years agore PR c++/38794 (Function body accepted in typedef)
Jakub Jelinek [Mon, 12 Jan 2009 15:43:22 +0000 (16:43 +0100)]
re PR c++/38794 (Function body accepted in typedef)

PR c++/38794
* decl.c (start_function): If grokdeclarator hasn't returned
FUNCTION_DECL nor error_mark_node, issue diagnostics.

* g++.dg/parse/typedef9.C: New test.

From-SVN: r143292

15 years agore PR tree-optimization/38385 (ICE with -O2 -ftree-loop-distribution)
Tomas Bily [Mon, 12 Jan 2009 15:37:09 +0000 (16:37 +0100)]
re PR tree-optimization/38385 (ICE with -O2 -ftree-loop-distribution)

        PR middlend/38385
        * tree-loop-distribution.c (prop_phis): New function.
        (generate_builtin): Call prop_phis.
        * testsuite/gcc.dg/tree-ssa/pr38385.c: New file.

From-SVN: r143291

15 years agore PR tree-optimization/38807 (ice: gimple check: expected gimple_assign(error_mark...
Jakub Jelinek [Mon, 12 Jan 2009 11:11:40 +0000 (12:11 +0100)]
re PR tree-optimization/38807 (ice: gimple check: expected gimple_assign(error_mark), have gimple_phi())

PR tree-optimization/38807
* tree-ssa-reassoc.c (remove_visited_stmt_chain): Don't look at
gimple_visited_p unless stmt is GIMPLE_ASSIGN.

* gcc.c-torture/compile/pr38807.c: New test.

From-SVN: r143289

15 years agoexpmed.c (store_bit_field_1): Properly truncate the paradoxical subreg of op0 to...
Adam Nemet [Mon, 12 Jan 2009 04:27:31 +0000 (04:27 +0000)]
expmed.c (store_bit_field_1): Properly truncate the paradoxical subreg of op0 to the original op0.

* expmed.c (store_bit_field_1): Properly truncate the paradoxical
subreg of op0 to the original op0.

testsuite/
* gcc.target/mips/ins-2.c: New test.

From-SVN: r143288

15 years agore PR testsuite/38809 (gcc.dg/pr38616.c doesn't work on Linux/ia64)
H.J. Lu [Mon, 12 Jan 2009 03:47:48 +0000 (03:47 +0000)]
re PR testsuite/38809 (gcc.dg/pr38616.c doesn't work on Linux/ia64)

2009-01-11  H.J. Lu  <hongjiu.lu@intel.com>

PR testsuite/38809
* gcc.dg/pr38616.c: Only run for targets with -fstack-protector.

From-SVN: r143287

15 years agoDaily bump.
GCC Administrator [Mon, 12 Jan 2009 00:16:50 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r143285

15 years agore PR c++/36254 (wrong "control reaches end of non-void function" warning with IF_STMT)
Jakub Jelinek [Sun, 11 Jan 2009 21:14:51 +0000 (22:14 +0100)]
re PR c++/36254 (wrong "control reaches end of non-void function" warning with IF_STMT)

PR c++/36254
* cp-gimplify.c (genericize_if_stmt): Renamed from ...
(gimplify_if_stmt): ... this.
(cp_gimplify_expr): Don't handle IF_STMT here.
(cp_genericize_r): Call genericize_if_stmt for IF_STMT.

* g++.dg/warn/Wreturn-type-5.C: New test.

From-SVN: r143281

15 years agotarget-supports.exp: Add method to determine if the effective target is really a...
Joel Sherrill [Sun, 11 Jan 2009 19:51:53 +0000 (19:51 +0000)]
target-supports.exp: Add method to determine if the effective target is really a ppc405 after...

2009-01-09  Joel Sherrill <joel.sherrill@oarcorp.com>

* lib/target-supports.exp: Add method to determine if the effective
target is really a ppc405 after applying all compile options.
* gcc.target/powerpc/405-mulhhwu-2.c: Add dg-skip-if not ppc405.
* gcc.target/powerpc/405-nmachhw-1.c: Likewise.
* gcc.target/powerpc/405-nmaclhw-1.c: Likewise.
* gcc.target/powerpc/405-machhwu-1.c: Likewise.
* gcc.target/powerpc/405-mullhwu-1.c: Likewise.
* gcc.target/powerpc/405-nmacchw-1.c: Likewise.
* gcc.target/powerpc/405-mulchwu-1.c: Likewise.
* gcc.target/powerpc/405-nmachhw-2.c: Likewise.
* gcc.target/powerpc/405-nmaclhw-2.c: Likewise.
* gcc.target/powerpc/405-machhwu-2.c: Likewise.
* gcc.target/powerpc/405-mulhhw-1.c: Likewise.
* gcc.target/powerpc/405-machhw-1.c: Likewise.
* gcc.target/powerpc/405-mullhw-1.c: Likewise.
* gcc.target/powerpc/405-maclhw-1.c: Likewise.
* gcc.target/powerpc/405-dlmzb-strlen-1.c: Likewise.
* gcc.target/powerpc/405-mullhwu-2.c: Likewise.
* gcc.target/powerpc/405-nmacchw-2.c: Likewise.
* gcc.target/powerpc/405-mulchwu-2.c: Likewise.
* gcc.target/powerpc/405-mulchw-1.c: Likewise.
* gcc.target/powerpc/405-maclhwu-1.c: Likewise.
* gcc.target/powerpc/405-macchw-1.c: Likewise.
* gcc.target/powerpc/405-mulhhw-2.c: Likewise.
* gcc.target/powerpc/405-machhw-2.c: Likewise.
* gcc.target/powerpc/405-mullhw-2.c: Likewise.
* gcc.target/powerpc/405-maclhw-2.c: Likewise.
* gcc.target/powerpc/405-macchwu-1.c: Likewise.
* gcc.target/powerpc/405-mulhhwu-1.c: Likewise.
* gcc.target/powerpc/405-mulchw-2.c: Likewise.
* gcc.target/powerpc/405-maclhwu-2.c: Likewise.
* gcc.target/powerpc/405-macchw-2.c: Likewise.
* gcc.target/powerpc/405-macchwu-2.c: Likewise.

From-SVN: r143279

15 years agore PR middle-end/38616 (Wrong code when -O3 or -O2 -fstack-protector used)
Matthias Klose [Sun, 11 Jan 2009 17:38:22 +0000 (17:38 +0000)]
re PR middle-end/38616 (Wrong code when -O3 or -O2 -fstack-protector used)

2009-01-11  Matthias Klose  <doko@ubuntu.com>

        PR middle-end/38616
        * gcc.dg/pr38616.c: New test.

From-SVN: r143277

15 years agoregex (basic_regex::basic_regex): Use range constructor for _M_pattern.
Jonathan Wakely [Sun, 11 Jan 2009 17:25:23 +0000 (17:25 +0000)]
regex (basic_regex::basic_regex): Use range constructor for _M_pattern.

* include/tr1_impl/regex (basic_regex::basic_regex): Use range
constructor for _M_pattern.
* testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/
string.cc: Test construction from different basic_string type.
* testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/
string.cc: Likewise.

From-SVN: r143275

15 years agosourcebuild.texi (Source Tree): Move up intl and fixinc.
Laurent GUERBY [Sun, 11 Jan 2009 16:42:17 +0000 (16:42 +0000)]
sourcebuild.texi (Source Tree): Move up intl and fixinc.

2009-01-11  Laurent GUERBY <laurent@guerby.net>

* doc/sourcebuild.texi (Source Tree): Move up intl and fixinc.

From-SVN: r143274

15 years agoMAINTAINERS: Moved myself to reviewers (Fortran).
Daniel Franke [Sun, 11 Jan 2009 12:28:03 +0000 (07:28 -0500)]
MAINTAINERS: Moved myself to reviewers (Fortran).

2009-01-11  Daniel Franke  <franke.daniel@gmail.com>

        * MAINTAINERS: Moved myself to reviewers (Fortran).

From-SVN: r143269

15 years agodecl.c (gnat_to_gnu_entity): Put the _Tag field before any discriminants in the field...
Eric Botcazou [Sun, 11 Jan 2009 12:24:02 +0000 (12:24 +0000)]
decl.c (gnat_to_gnu_entity): Put the _Tag field before any discriminants in the field list.

* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Record_Subtype>: Put
the _Tag field before any discriminants in the field list.
(components_to_record): Remove obsolete comment.

From-SVN: r143267

15 years agore PR debug/7055 ([alpha osf4] G++ 3.1 Produced bad debugging entries if compiled...
Markus Schoepflin [Sun, 11 Jan 2009 10:56:52 +0000 (10:56 +0000)]
re PR debug/7055 ([alpha osf4] G++ 3.1 Produced bad debugging entries if compiled with -gcoff, also segv.)

PR debug/7055
* gcc/mips-tfile.c (parse_def): Fix parsing of def strings
starting with digits.

From-SVN: r143265

15 years agoMakefile.am (ecjx_LDADD): Add $(extra_ldflags).
Matthias Klose [Sun, 11 Jan 2009 07:36:46 +0000 (07:36 +0000)]
Makefile.am (ecjx_LDADD): Add $(extra_ldflags).

2009-01-11  Matthias Klose  <doko@ubuntu.com>

        * Makefile.am (ecjx_LDADD): Add $(extra_ldflags).
        * Makefile.in: Regenerate.

From-SVN: r143261

15 years agoblock-3.c: Fix compile error on 32bit.
Sebastian Pop [Sun, 11 Jan 2009 00:40:54 +0000 (00:40 +0000)]
block-3.c: Fix compile error on 32bit.

2009-01-10  Sebastian Pop  <sebastian.pop@amd.com>

* gcc.dg/graphite/block-3.c: Fix compile error on 32bit.

From-SVN: r143258

15 years agoDaily bump.
GCC Administrator [Sun, 11 Jan 2009 00:16:48 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r143256

15 years agore PR target/38695 (gcc.c-torture/compile/pr37433.c ICE on trunk arm_function_in_sect...
Jakub Jelinek [Sat, 10 Jan 2009 14:02:12 +0000 (15:02 +0100)]
re PR target/38695 (gcc.c-torture/compile/pr37433.c ICE on trunk arm_function_in_section_p)

PR target/38695
* config/arm/arm.c (arm_is_long_call_p): Don't call
arm_function_in_section_p if decl isn't a FUNCTION_DECL.

From-SVN: r143246

15 years agore PR c++/38648 (ICE with string literal)
Andrew Pinski [Sat, 10 Jan 2009 11:49:04 +0000 (03:49 -0800)]
re PR c++/38648 (ICE with string literal)

PR c++/38648
* typeck.c (cp_build_modify_expr): Check for NULL current_function_decl.

* g++.dg/expr/string-1.C: New test.
* g++.dg/expr/string-2.C: New test.

From-SVN: r143245

15 years agore PR c++/36695 (Value-initialization of reference type is allowed.)
Andrew Pinski [Sat, 10 Jan 2009 11:48:06 +0000 (03:48 -0800)]
re PR c++/36695 (Value-initialization of reference type is allowed.)

PR c++/36695
* typeck2.c (build_functional_cast): Check for reference type and NULL
PARMS.

* g++.dg/ext/complex4.C: New test.
* g++.dg/ext/complex5.C: New test.
* g++.dg/init/reference1.C: New test.
* g++.dg/init/reference2.C: New test.
* g++.dg/init/reference3.C: New test.

From-SVN: r143244

15 years agoDaily bump.
GCC Administrator [Sat, 10 Jan 2009 00:16:43 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r143241

15 years agore PR fortran/38763 (TRANSFER ICE due to missing EXPR_NULL case)
Paul Thomas [Sat, 10 Jan 2009 00:15:37 +0000 (00:15 +0000)]
re PR fortran/38763 (TRANSFER ICE due to missing EXPR_NULL case)

2009-01-10  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/38763
* target-memory.c (encode_derived): Encode NULL.

2009-01-10  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/38763
* gfortran.dg/transfer_null_1.f90: New test.

From-SVN: r143238

15 years agore PR fortran/38765 (ICE in check_host_association)
Paul Thomas [Sat, 10 Jan 2009 00:11:18 +0000 (00:11 +0000)]
re PR fortran/38765 (ICE in check_host_association)

2009-01-10  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/38765
* resolve.c (check_host_association): Use the symtree name to
search for a potential contained procedure, since this is the
name by which it would be referenced.

2009-01-10  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/38765
* gfortran.dg/host_assoc_function_6.f90: New test.

From-SVN: r143237

15 years agocheck.c: Update copyright year.
Paul Thomas [Fri, 9 Jan 2009 23:47:55 +0000 (23:47 +0000)]
check.c: Update copyright year.

2009-01-10  Paul Thomas  <pault@gcc.gnu.org>

* check.c : Update copyright year.
* dependency.c : Update copyright year.
* interface.c : ditto.
* intrinsic.c : ditto.
* intrinsic.h : ditto.
* module.c : ditto.
* simplify.c : ditto.
* symbol.c : ditto.
* trans-stmt.c : ditto.
* trans-types.c : ditto.

From-SVN: r143236

15 years agoregrename.c (regrename_optimize): Fix dumping.
Steven Bosscher [Fri, 9 Jan 2009 21:34:22 +0000 (21:34 +0000)]
regrename.c (regrename_optimize): Fix dumping.

* regrename.c (regrename_optimize): Fix dumping.
(find_oldest_value_reg): Preserve REG_POINTER.
(copy_hardreg_forward_1): Likewise.
process_init_element callers.

From-SVN: r143235

15 years agotarget-supports.exp: Add method to determine if the effective target is really a...
Joel Sherrill [Fri, 9 Jan 2009 21:12:36 +0000 (21:12 +0000)]
target-supports.exp: Add method to determine if the effective target is really a ppc405 after...

2009-01-09  Joel Sherrill <joel.sherrill@oarcorp.com>

* lib/target-supports.exp: Add method to determine if the effective
target is really a ppc405 after applying all compile options.
* gcc.target/powerpc/405-mulhhwu-2.c: Add dg-skip-if not ppc405.
* gcc.target/powerpc/405-nmachhw-1.c: Likewise.
* gcc.target/powerpc/405-nmaclhw-1.c: Likewise.
* gcc.target/powerpc/405-machhwu-1.c: Likewise.
* gcc.target/powerpc/405-mullhwu-1.c: Likewise.
* gcc.target/powerpc/405-nmacchw-1.c: Likewise.
* gcc.target/powerpc/405-mulchwu-1.c: Likewise.
* gcc.target/powerpc/405-nmachhw-2.c: Likewise.
* gcc.target/powerpc/405-nmaclhw-2.c: Likewise.
* gcc.target/powerpc/405-machhwu-2.c: Likewise.
* gcc.target/powerpc/405-mulhhw-1.c: Likewise.
* gcc.target/powerpc/405-machhw-1.c: Likewise.
* gcc.target/powerpc/405-mullhw-1.c: Likewise.
* gcc.target/powerpc/405-maclhw-1.c: Likewise.
* gcc.target/powerpc/405-dlmzb-strlen-1.c: Likewise.
* gcc.target/powerpc/405-mullhwu-2.c: Likewise.
* gcc.target/powerpc/405-nmacchw-2.c: Likewise.
* gcc.target/powerpc/405-mulchwu-2.c: Likewise.
* gcc.target/powerpc/405-mulchw-1.c: Likewise.
* gcc.target/powerpc/405-maclhwu-1.c: Likewise.
* gcc.target/powerpc/405-macchw-1.c: Likewise.
* gcc.target/powerpc/405-mulhhw-2.c: Likewise.
* gcc.target/powerpc/405-machhw-2.c: Likewise.
* gcc.target/powerpc/405-mullhw-2.c: Likewise.
* gcc.target/powerpc/405-maclhw-2.c: Likewise.
* gcc.target/powerpc/405-macchwu-1.c: Likewise.
* gcc.target/powerpc/405-mulhhwu-1.c: Likewise.
* gcc.target/powerpc/405-mulchw-2.c: Likewise.
* gcc.target/powerpc/405-maclhwu-2.c: Likewise.
* gcc.target/powerpc/405-macchw-2.c: Likewise.
* gcc.target/powerpc/405-macchwu-2.c: Likewise.

From-SVN: r143234

15 years agogimple.h (struct gimple_statement_base): Document the restrictions on its use.
Diego Novillo [Fri, 9 Jan 2009 21:11:25 +0000 (16:11 -0500)]
gimple.h (struct gimple_statement_base): Document the restrictions on its use.

* gimple.h (struct gimple_statement_base)<uid>: Document
the restrictions on its use.
(gimple_uid): Tidy.
(gimple_set_uid): Tidy.

From-SVN: r143233

15 years agoi386.c (ix86_expand_movmem, [...]): Add zero guard even if align_bytes != 0 and count...
Jakub Jelinek [Fri, 9 Jan 2009 20:03:37 +0000 (21:03 +0100)]
i386.c (ix86_expand_movmem, [...]): Add zero guard even if align_bytes != 0 and count is smaller than size_needed.

* config/i386/i386.c (ix86_expand_movmem, ix86_expand_setmem): Add
zero guard even if align_bytes != 0 and count is smaller than
size_needed.

From-SVN: r143229

15 years agore PR rtl-optimization/38495 (ACATS tests cxa4004 cxa4005 cxa4026 fail)
Vladimir Makarov [Fri, 9 Jan 2009 17:52:03 +0000 (17:52 +0000)]
re PR rtl-optimization/38495 (ACATS tests cxa4004 cxa4005 cxa4026 fail)

2008-01-09  Vladimir Makarov  <vmakarov@redhat.com>

PR rtl-optimization/38495
* ira-emit.c (print_move_list, ira_debug_move_list): New
functions.
(add_range_and_copies_from_move_list): Print all added ranges.
Add ranges to memory optimized destination.

From-SVN: r143214

15 years ago* typeck.c (cp_build_unary_op): Check for ERROR_MARK.
Steve Ellcey [Fri, 9 Jan 2009 17:29:34 +0000 (17:29 +0000)]
* typeck.c (cp_build_unary_op): Check for ERROR_MARK.

From-SVN: r143212

15 years agore PR target/38686 (Bootstrap fails on i686-pc-linux-gnu with --with-arch=pentium-m)
Jakub Jelinek [Fri, 9 Jan 2009 17:12:40 +0000 (18:12 +0100)]
re PR target/38686 (Bootstrap fails on i686-pc-linux-gnu with --with-arch=pentium-m)

PR target/38686
PR target/38708
* config/i386/i386.c (override_options): Reject
-mstringop-strategy=rep_8byte with -m32.
(ix86_expand_movmem): For size_needed == 1 set epilogue_size_needed
to 1.  Do count comparison against epilogue_size_needed at compile
time even when count_exp was constant forced into register.  For
size_needed don't jump to epilogue, instead just avoid aligning
and invoke the body algorithm.  If need_zero_guard, add zero guard
even if count is non-zero, but smaller than size_needed + number of
bytes that could be stored for alignment.
(ix86_expand_setmem): For size_needed == 1 set epilogue_size_needed
to 1.  If need_zero_guard, add zero guard even if count is non-zero,
but smaller than size_needed + number of bytes that could be stored
for alignment.  Compare size_needed with epilogue_size_needed instead
of desired_align - align, don't adjust size_needed, pass
epilogue_size_needed to the epilogue expanders.

From-SVN: r143211

15 years agore PR c++/35335 (Broken diagnostic: 'expr_stmt' not supported by dump_expr)
Jakub Jelinek [Fri, 9 Jan 2009 16:51:55 +0000 (17:51 +0100)]
re PR c++/35335 (Broken diagnostic: 'expr_stmt' not supported by dump_expr)

PR c++/35335
* error.c (dump_expr): Handle EXPR_STMT like BIND_EXPR.

* g++.dg/other/error31.C: New testcase.

From-SVN: r143210

15 years agore PR c/35742 (Broken diagnostic: 'goto_expr' not supported by pp_c_expression)
Jakub Jelinek [Fri, 9 Jan 2009 16:46:47 +0000 (17:46 +0100)]
re PR c/35742 (Broken diagnostic: 'goto_expr' not supported by pp_c_expression)

PR c/35742
* c-pretty-print.c (pp_c_expression): Handle GOTO_EXPR like
BIND_EXPR.

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

From-SVN: r143209

15 years agopa.c (last_address): Change to unsigned.
John David Anglin [Fri, 9 Jan 2009 15:19:08 +0000 (15:19 +0000)]
pa.c (last_address): Change to unsigned.

* pa.c (last_address): Change to unsigned.
(update_total_code_bytes): Change argument to unsigned.  Don't
check if insn addresses are set.
(pa_output_function_epilogue): Set last_address to UINT_MAX if insn
addresses are not set.
(pa_asm_output_mi_thunk): Handle wrap when updating last_address.

From-SVN: r143207

15 years agore PR c++/37877 (Invalid "invalid use of static" error)
John F. Carr [Fri, 9 Jan 2009 14:45:44 +0000 (14:45 +0000)]
re PR c++/37877 (Invalid "invalid use of static" error)

PR c++/37877
* parser.c (cp_parser_class_specifier): Clear
parser->in_unbraced_linkage_specification_p while parsing class
specifiers.

* g++.dg/parse/linkage3.C: New test.

From-SVN: r143206

15 years agosymbian.c: Replace uses of DECL_INLINE with DECL_DECLARED_INLINE_P.
Nick Clifton [Fri, 9 Jan 2009 14:19:30 +0000 (14:19 +0000)]
symbian.c: Replace uses of DECL_INLINE with DECL_DECLARED_INLINE_P.

        * config/sh/symbian.c: Replace uses of DECL_INLINE with
        DECL_DECLARED_INLINE_P.

From-SVN: r143205

15 years agore PR middle-end/38347 (gfortran.dg/alloc_comp_constructor_1.f90 ICE with -O2 -fdefau...
Jakub Jelinek [Fri, 9 Jan 2009 13:43:14 +0000 (14:43 +0100)]
re PR middle-end/38347 (gfortran.dg/alloc_comp_constructor_1.f90 ICE with -O2 -fdefault-integer-8)

PR middle-end/38347
* dojump.c (do_jump_by_parts_zero_rtx): Use mode instead of
GET_MODE (op0) in operand_subword_force calls.

From-SVN: r143204

15 years agoUpdate Copyright year.
Jakub Jelinek [Fri, 9 Jan 2009 13:41:42 +0000 (14:41 +0100)]
Update Copyright year.

From-SVN: r143203

15 years agore PR middle-end/38771 (error: non-trivial conversion in unary operation)
Jakub Jelinek [Fri, 9 Jan 2009 13:41:08 +0000 (14:41 +0100)]
re PR middle-end/38771 (error: non-trivial conversion in unary operation)

PR middle-end/38771
* fold-const.c (fold_unary): For COMPOUND_EXPR and COND_EXPR,
fold_convert arg0 operands to TREE_TYPE (op0) first.

* gcc.c-torture/compile/pr38771.c: New test.

From-SVN: r143202

15 years agoDaily bump.
GCC Administrator [Fri, 9 Jan 2009 00:16:40 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r143197

15 years agoparams.def (ira-max-conflict-table-size): Decrease default value to 1000.
Vladimir Makarov [Thu, 8 Jan 2009 20:54:29 +0000 (20:54 +0000)]
params.def (ira-max-conflict-table-size): Decrease default value to 1000.

2009-01-08  Vladimir Makarov  <vmakarov@redhat.com>

* params.def (ira-max-conflict-table-size): Decrease default value
to 1000.

From-SVN: r143193

15 years ago* gcc.dg/pr34856.c: Ignore irrelevant warning.
Nathan Froyd [Thu, 8 Jan 2009 18:27:44 +0000 (18:27 +0000)]
* gcc.dg/pr34856.c: Ignore irrelevant warning.

From-SVN: r143191

15 years agosibcall-3.c: XFAIL for Thumb.
Mark Mitchell [Thu, 8 Jan 2009 17:56:52 +0000 (17:56 +0000)]
sibcall-3.c: XFAIL for Thumb.

* gcc.dg/sibcall-3.c: XFAIL for Thumb.
* gcc.dg/sibcall-4.c: Likewise.

From-SVN: r143189

15 years agore PR tree-optimization/37031 (ICE for h264ref in gather_interchange_stats with ...
Jakub Jelinek [Thu, 8 Jan 2009 16:01:42 +0000 (17:01 +0100)]
re PR tree-optimization/37031 (ICE for h264ref in gather_interchange_stats with -ftree-loop-linear)

PR tree-optimization/37031
* lambda-code.c (lambda_collect_parameters): Call pointer_set_destroy
on parameter_set.
(build_access_matrix): Reserve correct size for AM_MATRIX vector,
allocate it using gc instead of heap, use VEC_quick_push instead of
VEC_safe_push.
* graphite.c (build_access_matrix): Allocate AM_MATRIX vector using gc
instead of heap, use VEC_quick_push instead of VEC_safe_push.
* tree-data-ref.h (struct access_matrix): Change matrix to gc
allocated vector from heap allocated.
* lambda.h: Add DEF_VEC_ALLOC_P for gc allocated lambda_vector.
* tree-loop-linear.c (linear_transform_loops): Allocate nest
vector only after perfect_loop_nest_depth call.

From-SVN: r143188

15 years agore PR middle-end/38559 ([graphite] ICE :in build2_stat, at tree.c:3293)
Sebastian Pop [Thu, 8 Jan 2009 14:14:41 +0000 (14:14 +0000)]
re PR middle-end/38559 ([graphite] ICE :in build2_stat, at tree.c:3293)

2009-01-07  Sebastian Pop  <sebastian.pop@amd.com>
    Jan Sjodin  <jan.sjodin@amd.com>

PR tree-optimization/38559
* testsuite/gcc.dg/graphite/pr38559.c: New.

* graphite.c (debug_value, copy_constraint,
swap_constraint_variables, scale_constraint_variable, ): New.
(get_lower_bound, get_upper_bound): Removed.
(graphite_trans_bb_strip_mine): Clean up this code that works
only for constant number of iterations.  Fully copy upper and
lower bound constraints, not only the constant part of them.
* graphite.h (debug_value): Declared.

Co-Authored-By: Jan Sjodin <jan.sjodin@amd.com>
From-SVN: r143187

15 years agore PR tree-optimization/37194 (Autovectorization of small constant iteration loop...
Ira Rosen [Thu, 8 Jan 2009 07:59:40 +0000 (07:59 +0000)]
re PR tree-optimization/37194 (Autovectorization of small constant iteration loop degrades performance)

PR tree-optimization/37194
* tree-vect-transform.c (vect_estimate_min_profitable_iters):
Don't add the cost of cost model guard in prologue to scalar
outside cost in case of known number of iterations.

From-SVN: r143183

15 years agore PR libstdc++/36801 (config/cpu/generic/atomicity_mutex/atomicity.h incorrectly...
Benjamin Kosnik [Thu, 8 Jan 2009 03:14:24 +0000 (03:14 +0000)]
re PR libstdc++/36801 (config/cpu/generic/atomicity_mutex/atomicity.h incorrectly relies on global constructor ordering)

2009-01-07  Benjamin Kosnik  <bkoz@redhat.com>
    Jonathan Larmour  <jifl@eCosCentric.com>

PR libstdc++/36801
* config/cpu/generic/atomicity_mutex/atomicity.h (get_atomic_mutex):
New.
(__gnu_cxx::__exchange_and_add): Use it.
* src/atomic.cc (get_atomic_mutex): New.
* src/debug.cc (get_safe_base_mutex): New.
* src/locale.cc (get_locale_cache_mutex): New.
* src/mt_allocator.cc (get_freelist): New.
(get_freelist_mutex): New.
* src/pool_allocator.cc (get_palloc_mutex): New.
* include/std/mutex (__once_functor_lock): To
(__get_once_functor_lock): ...this.
* src/mutex.cc (__once_mutex): Don't export, use
(get_once_mutex): ...this.
* config/abi/pre/gnu.ver: Adjust exports.

From-SVN: r143182

15 years agore PR c++/38725 (ICE with goto)
Jakub Jelinek [Thu, 8 Jan 2009 00:23:48 +0000 (01:23 +0100)]
re PR c++/38725 (ICE with goto)

PR c++/38725
* semantics.c (finish_goto_stmt): Convert destination to
void *.

* g++.dg/ext/label11.C: New test.

From-SVN: r143177

15 years agoDaily bump.
GCC Administrator [Thu, 8 Jan 2009 00:17:07 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r143175

15 years agotarget-supports.exp (check_weak_override_available): New.
Joseph Myers [Wed, 7 Jan 2009 23:53:03 +0000 (23:53 +0000)]
target-supports.exp (check_weak_override_available): New.

* lib/target-supports.exp (check_weak_override_available): New.
* lib/target-supports-dg.exp (dg-require-weak-override): New.
* gcc.dg/tree-ssa/pr27781.c, g++.dg/eh/weak1.C: Use
dg-require-weak-override.

From-SVN: r143172

15 years agors6000.c (rs6000_legitimize_address): Check for non-word-aligned REG+CONST addressing.
Nathan Froyd [Wed, 7 Jan 2009 23:21:26 +0000 (23:21 +0000)]
rs6000.c (rs6000_legitimize_address): Check for non-word-aligned REG+CONST addressing.

gcc/

* config/rs6000/rs6000.c (rs6000_legitimize_address): Check for
non-word-aligned REG+CONST addressing.

gcc/testsuite/

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

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

15 years agore PR libstdc++/38732 (Openoffice.org segfaults with runtime libs built from GCC...
Jakub Jelinek [Wed, 7 Jan 2009 22:50:42 +0000 (23:50 +0100)]
re PR libstdc++/38732 (Openoffice.org segfaults with runtime libs built from GCC trunk)

PR libstdc++/38732
* libsupc++/unwind-cxx.h (__cxxabiv1::__cxa_exception): Remove
referenceCount field again.
(__cxxabiv1::__cxa_refcounted_exception): New struct.
(__cxxabiv1::__get_refcounted_exception_header_from_obj,
__cxxabiv1::__get_refcounted_exception_header_from_ue): New static
inline functions.
* libsupc++/eh_alloc.cc (__cxxabiv1::__cxa_allocate_exception,
__cxxabiv1::__cxa_free_exception): Use __cxa_refcounted_exception
instead of __cxa_exception.
* libsupc++/eh_throw.cc (__gxx_exception_cleanup,
__cxxabiv1::__cxa_throw): Likewise.
* libsupc++/eh_ptr.cc (std::rethrow_exception,
std::__exception_ptr::exception_ptr::_M_addref,
std::__exception_ptr::exception_ptr::_M_release,
__gxx_dependent_exception_cleanup): Likewise.
* testsuite/18_support/exception/38732.cc: New test.

From-SVN: r143170

15 years agore PR libstdc++/38092 (libstdc++ doesn't build with GNU ld 2.19 and Sun as: no .symve...
Jakub Jelinek [Wed, 7 Jan 2009 22:49:29 +0000 (23:49 +0100)]
re PR libstdc++/38092 (libstdc++ doesn't build with GNU ld 2.19 and Sun as: no .symver support)

PR libstdc++/38092
* acinclude.m4 (HAVE_AS_SYMVER_DIRECTIVE): New test.
* src/compatibility.cc: Don't use .symver directives if
_GLIBCXX_HAVE_AS_SYMVER_DIRECTIVE is not defined.
* config.h.in: Regenerated.
* configure: Likewise.

From-SVN: r143169

15 years agore PR libgomp/38086 (libgomp fails to build if assembler doesn't support .symver)
Jakub Jelinek [Wed, 7 Jan 2009 22:48:03 +0000 (23:48 +0100)]
re PR libgomp/38086 (libgomp fails to build if assembler doesn't support .symver)

PR libgomp/38086
* acinclude.m4 (HAVE_AS_SYMVER_DIRECTIVE): New check.
* libgomp.h (LIBGOMP_GNU_SYMBOL_VERSIONING): Undefine if
HAVE_AS_SYMVER_DIRECTIVE is not defined.
* configure: Regenerated.
* config.h.in: Likewise.

From-SVN: r143168

15 years agore PR target/38706 (../../../../src/libstdc++-v3/src/strstream.cc:419: internal compi...
Uros Bizjak [Wed, 7 Jan 2009 21:56:32 +0000 (22:56 +0100)]
re PR target/38706 (../../../../src/libstdc++-v3/src/strstream.cc:419: internal compiler error: Segmentation fault)

PR target/38706
* config/alpha/alpha.c (alpha_end_function): For TARGET_ABI_OSF, call
free_after_compilation when outputting a thunk.
(alpha_output_mi_thunk_osf): Assert that we are processing a thunk.
Do not call free_after_compilation here.

testsuite/ChangeLog:

PR target/38706
* g++.dg/other/pr38706.C: New test.

From-SVN: r143167

15 years agore PR c++/35297 (Compiling error with variadic template with fixed parameter with...
Jason Merrill [Wed, 7 Jan 2009 20:43:01 +0000 (15:43 -0500)]
re PR c++/35297 (Compiling error with variadic template with fixed parameter with default type.)

        PR c++/35297
        PR c++/35477
        PR c++/35784
        PR c++/36846
        PR c++/38276
        * pt.c (check_default_tmpl_args): Don't complain about
        out-of-order parameter packs in the enclosing class
        or parameter packs after default args.
        (coerce_template_parms): If we have more than one
        parameter pack, don't flatten argument packs.
        (template_args_equal): Handle argument packs.
        (comp_template_args): Don't flatten argument packs.
        (check_instantiated_arg): Split out from...
        (check_instantiated_args): Here.  Handle arg packs.
        (convert_template_argument): Just check that nontype argument
        packs have the right type.

From-SVN: r143166

15 years agotarget-supports-dg.exp (current_compiler_flags): New.
Janis Johnson [Wed, 7 Jan 2009 18:31:27 +0000 (18:31 +0000)]
target-supports-dg.exp (current_compiler_flags): New.

* lib/target-supports-dg.exp (current_compiler_flags): New.
(check-flags): Use it; do not access dg-test local variables.
(dg-skip-if): Do not access dg-test local variables.
(dg-xfail-run-if): Ditto.
(dg-shouldfail): Ditto.
* gcc.test-framework/test-framework.exp
(check_effective_target_def_nocache): New.
* gcc.test-framework/test-framework.awk: Handle scan tests.
* gcc.test-framework/dg-do-run-xrif-nocache-exp-XF.c: New test.
* gcc.test-framework/dg-error-nocache-exp-P.c: New test.
* gcc.test-framework/dg-nocache-scanasm-exp-XF.c: New test.
* gcc.test-framework/dg-warning-nocache-exp-P.c: New test.
* gcc.test-framework/dg-nocache-sif-exp-P.c: New test.
* gcc.test-framework/dg-nocache-sif-exp-U.c: New test.
* gcc.test-framework/dg-nocache-xif-exp-P.c: New test.
* gcc.test-framework/dg-do-run-sft-nocache-exp-P.c: New test.
* gcc.test-framework/dg-nocache-xif-exp-XP.c: New test.

From-SVN: r143165

15 years agoi386.c (ix86_target_string): Use ARRAY_SIZE.
Uros Bizjak [Wed, 7 Jan 2009 18:26:39 +0000 (19:26 +0100)]
i386.c (ix86_target_string): Use ARRAY_SIZE.

* config/i386/i386.c (ix86_target_string): Use ARRAY_SIZE.
(ix86_target_string): Ditto.
(ix86_valid_target_attribute_inner_p): Ditto.

From-SVN: r143164

15 years ago* g++.dg/torture/pr38586.C: Ignore a possible warning.
Janis Johnson [Wed, 7 Jan 2009 17:50:45 +0000 (17:50 +0000)]
* g++.dg/torture/pr38586.C: Ignore a possible warning.

From-SVN: r143163

15 years ago* lib/target-supports-dg.exp (check_test_flags): Delete.
Janis Johnson [Wed, 7 Jan 2009 17:48:28 +0000 (17:48 +0000)]
* lib/target-supports-dg.exp (check_test_flags): Delete.

From-SVN: r143162

15 years ago* cp-demangle.c (d_expression): Remove mangling for zero-op casts.
Jason Merrill [Wed, 7 Jan 2009 17:08:20 +0000 (12:08 -0500)]
* cp-demangle.c (d_expression): Remove mangling for zero-op casts.

From-SVN: r143161

15 years agore PR middle-end/38492 ([graphite] segfaulting code when compiled with -fgraphite...
Jan Sjodin [Wed, 7 Jan 2009 15:53:03 +0000 (15:53 +0000)]
re PR middle-end/38492 ([graphite] segfaulting code when compiled with -fgraphite -fgraphite-identity)

2009-01-07  Jan Sjodin  <jan.sjodin@amd.com>

PR tree-optimization/38492
PR tree-optimization/38498
* tree-check.c (operator_is_linear, scev_is_linear_expression): New.
* tree-chrec.h (scev_is_linear_expression): Declared.
* graphite.c (graphite_cannot_represent_loop_niter): New.
(scopdet_basic_block_info): Call graphite_cannot_represent_loop_niter.
(graphite_loop_normal_form): Use gcc_assert.
(scan_tree_for_params): Use CASE_CONVERT.
(phi_node_is_iv, bb_contains_non_iv_scalar_phi_nodes): New.
(build_scop_conditions_1): Call bb_contains_non_iv_scalar_phi_nodes.
Use gcc_assert.  Discard scops that contain unhandled cases.
(build_scop_conditions): Return a boolean status for unhandled cases.
(strip_mine_profitable_p): Print the loop number, not its depth.
(is_interchange_valid): Pass the depth of the loop nest, don't
recompute it wrongly.
(graphite_trans_bb_block): Same.
(graphite_trans_bb_block): Print tentative of loop blocking.
(graphite_trans_scop_block): Do not print that the loop has been
blocked.
(graphite_transform_loops): Do not handle scops that contain condition
scalar phi nodes.

* testsuite/gcc.dg/graphite/pr38500.c: Fixed warning as committed
in trunk.
* testsuite/gcc.dg/graphite/block-0.c: Update test.
* testsuite/gcc.dg/graphite/block-1.c: Same.
* testsuite/gcc.dg/graphite/block-2.c: Remove xfail and test for blocking.
* testsuite/gcc.dg/graphite/block-4.c: Remove test for strip mine.
* testsuite/gcc.dg/graphite/block-3.c: New.
* testsuite/gcc.dg/graphite/pr38498.c: New.

From-SVN: r143159

15 years agoAVX Programming Reference (December, 2008)
H.J. Lu [Wed, 7 Jan 2009 14:56:14 +0000 (14:56 +0000)]
AVX Programming Reference (December, 2008)

gcc/

2009-01-07  H.J. Lu  <hongjiu.lu@intel.com>

AVX Programming Reference (December, 2008)
* config/i386/avxintrin.h (_mm256_stream_si256): New.
(_mm256_stream_pd): Likewise.
(_mm256_stream_ps): Likewise.

* config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_MOVNTDQ256,
IX86_BUILTIN_MOVNTPD256 and IX86_BUILTIN_MOVNTPS256.
(ix86_special_builtin_type): Add VOID_FTYPE_PV4DI_V4DI.
(bdesc_special_args): Add __builtin_ia32_movntdq256,
__builtin_ia32_movntpd256 and __builtin_ia32_movntps256.
(ix86_init_mmx_sse_builtins): Handle VOID_FTYPE_PV4DI_V4DI.
(ix86_expand_special_args_builtin): Likewise.

* config/i386/sse.md (AVXMODEDI): New.
(avx_movnt<mode>): Likewise.
(avx_movnt<mode>): Likewise.
(<sse>_movnt<mode>): Remove AVX support.
(sse2_movntv2di): Likewise.

gcc/testsuite/

2009-01-07  H.J. Lu  <hongjiu.lu@intel.com>

AVX Programming Reference (December, 2008)
* gcc.target/i386/avx-vmovntdq-256-1.c: New.
* gcc.target/i386/avx-vmovntpd-256-1.c: Likewise.
* gcc.target/i386/avx-vmovntps-256-1.c: Likewise.

* gcc.target/i386/sse2-movntdq-1.c (TEST): Align array to 16byte.
* gcc.target/i386/sse2-movntpd-1.c (TEST): Likewise.

From-SVN: r143157

15 years agore PR libstdc++/38466 (Document std::pair vs. std::swap)
Paolo Carlini [Wed, 7 Jan 2009 13:00:48 +0000 (13:00 +0000)]
re PR libstdc++/38466 (Document std::pair vs. std::swap)

2009-01-07  Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/38466
* include/bits/stl_pair.h: Document C++03 pair vs swap.

From-SVN: r143154

15 years agore PR middle-end/38751 (odd performance regression with -Os)
Richard Guenther [Wed, 7 Jan 2009 10:53:30 +0000 (10:53 +0000)]
re PR middle-end/38751 (odd performance regression with -Os)

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

PR middle-end/38751
* fold-const.c (extract_muldiv): Remove obsolete comment.
(fold_plusminus_mult_expr): Undo MINUS_EXPR
to PLUS_EXPR canonicalization for the canonicalization.

From-SVN: r143152

15 years agolocale_init.cc (locale::_S_initialize_once): Move construction of classic locale...
Benjamin Kosnik [Wed, 7 Jan 2009 01:56:26 +0000 (01:56 +0000)]
locale_init.cc (locale::_S_initialize_once): Move construction of classic locale...

2009-01-06  Benjamin Kosnik  <bkoz@redhat.com>

* src/locale_init.cc (locale::_S_initialize_once): Move construction
of classic locale...
(locale::classic): Here.

From-SVN: r143149

15 years agoinstall.texi (alpha*-dec-osf*): Remove note on 32-bit hosted cross-compilers generati...
Gerald Pfeifer [Wed, 7 Jan 2009 00:50:01 +0000 (00:50 +0000)]
install.texi (alpha*-dec-osf*): Remove note on 32-bit hosted cross-compilers generating less efficient code.

* doc/install.texi (alpha*-dec-osf*): Remove note on 32-bit
hosted cross-compilers generating less efficient code.

From-SVN: r143147

15 years agoDaily bump.
GCC Administrator [Wed, 7 Jan 2009 00:16:50 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r143144

15 years agore PR fortran/38220 (C_LOC intrinsic non-pure and without explicit interface)
Thomas Koenig [Tue, 6 Jan 2009 23:03:18 +0000 (23:03 +0000)]
re PR fortran/38220 (C_LOC intrinsic non-pure and without explicit interface)

2009-01-06  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/38220
* interface.c (gfc_procedure_use):  Don't warn about functions
from ISO_C_BINDING.
* symbol.c (generate_isocbinding_symbol):  Mark c_loc and
c_funloc as pure.

2009-01-06  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/38220
* gfortran.dg/c_loc_pure_1.f90:  New test.

From-SVN: r143140

15 years agoMerge GNU Classpath libgcj-snapshot-20090102.
Andrew John Hughes [Tue, 6 Jan 2009 22:44:05 +0000 (22:44 +0000)]
Merge GNU Classpath libgcj-snapshot-20090102.

2009-01-06  Andrew John Hughes  <gnu_andrew@member.fsf.org>

Import GNU Classpath (libgcj-snapshot-20090102).

* libjava/classpath/lib/java/text/RuleBasedCollator$CollationSorter.class,
* libjava/classpath/lib/java/text/MessageFormat$MessageFormatElement.class,
* libjava/classpath/lib/java/text/MessageFormat.class,
* libjava/classpath/lib/java/text/SimpleDateFormat.class,
* libjava/classpath/lib/java/text/NumberFormat.class,
* libjava/classpath/lib/java/text/RuleBasedCollator$CollationElement.class,
* libjava/classpath/lib/java/text/MessageFormat$Field.class,
* libjava/classpath/lib/java/text/RuleBasedCollator.class,
* libjava/classpath/lib/java/text/NumberFormat$Field.class,
* libjava/classpath/lib/gnu/xml/transform/Bindings.class,
* libjava/classpath/lib/gnu/java/locale/LocaleData.class,
* libjava/classpath/lib/gnu/java/awt/peer/gtk/FreetypeGlyphVector.class,
* libjava/classpath/lib/gnu/javax/crypto/jce/key/SecretKeyGeneratorImpl.class,
* libjava/gnu/java/awt/peer/gtk/FreetypeGlyphVector.h,
* libjava/java/text/MessageFormat.h,
* libjava/java/text/RuleBasedCollator$CollationSorter.h,
* libjava/java/text/RuleBasedCollator.h,
* libjava/java/text/SimpleDateFormat.h:
Regenerated.

2009-01-02  Andrew John Hughes  <gnu_andrew@member.fsf.org>

       * ChangeLog-2008: New file.

2009-01-02  Andrew John Hughes  <gnu_andrew@member.fsf.org>

       * java/text/MessageFormat.java:
       (setLocale(Locale)): Integer format should use
       NumberFormat.getIntegerInstance.

libjava/classpath/ChangeLog-2008

2008-12-31  Andrew John Hughes  <gnu_andrew@member.fsf.org>

       * java/text/MessageFormat.java:
       (parse(String,ParsePosition)): Emulate behaviour
       of Vector's setSize() which was being implicitly relied on.

2008-12-31  Andrew John Hughes  <gnu_andrew@member.fsf.org>

       * java/text/SimpleDateFormat.java:
       Remove superfluous empty line introduced
       in last commit.

2008-12-31  Andrew John Hughes  <gnu_andrew@member.fsf.org>

       * java/text/MessageFormat.java:
       Convert variables to use generic types, use
       CPStringBuilder in place of StringBuilder.
       (Field()): Suppress warning due to only being used by
       deserialization.
       (scanFormat(String,int,CPStringBuilder,List,Locale)):
       Use ArrayList instead of Vector as no synchronisation needed.
       (parse(String,ParsePosition)): Likewise.
       * java/text/NumberFormat.java:
       (Field()): Suppress warning due to only being used by
       deserialization.
       * java/text/RuleBasedCollator.java:
       Convert variables to use generic types.
       (CollationElement): Make fields final.
       (CollationSorter): Likewise.
       (CollationSorter(int,String,int,boolean)): New constructor.
       * java/text/SimpleDateFormat.java,
       Convert variables to use generic types.
       (applyPattern(String)): Clear list rather than creating a new instance.

2008-12-30  Andrew John Hughes  <gnu_andrew@member.fsf.org>

       * java/text/SimpleDateFormat.java:
       (standardChars): Use standard characters from CLDR.
       (RFC822_TIMEZONE_FIELD): Fixed to match new standard
       characters.

2008-12-22  Andrew John Hughes  <gnu_andrew@member.fsf.org>

       * java/lang/String.java:
       (byte[],int,int,String): Call new Charset method.
       (stringToCharset(String)): Private method added to
       handle exception conversion.
       (byte[],int,int,Charset): Implemented.
       (byte[], Charset): Likewise.
       (getBytes(String)): Call new Charset method.
       (getBytes(Charset)): Implemented.

2008-12-18  Andrew John Hughes  <gnu_andrew@member.fsf.org>

       * native/jni/gtk-peer/gnu_java_awt_peer_gtk_FreetypeGlyphVector.c:
       Include '\0' in the string.

2008-12-09  Andrew John Hughes  <gnu_andrew@member.fsf.org>

       PR classpath/38473:
       * native/jni/gtk-peer/gnu_java_awt_peer_gtk_FreetypeGlyphVector.c:
       (Java_gnu_java_awt_peer_gtk_FreetypeGlyphVector_getGlyphOutlineNative):
       Check that the glyph is an outline before calling
       FT_Outline_Decompose.

2008-11-16  Andrew John Hughes  <gnu_andrew@member.fsf.org>

       * gnu/xml/transform/Bindings.java:
       Add generics to collections.

2008-11-16  Andrew John Hughes  <gnu_andrew@member.fsf.org>

       * gnu/javax/crypto/jce/key/SecretKeyGeneratorImpl.java:
       (init(int,SecureRandom)): Improve exception message.

2008-11-06  Mark Wielaard  <mark@klomp.org>

       * native/jni/gtk-peer/gnu_java_awt_peer_gtk_FreetypeGlyphVector.c
       (getKerning): Removed unused cls, method, values.

2008-11-05  Andrew Haley  <aph@redhat.com>

       * gnu/java/awt/peer/gtk/FreetypeGlyphVector.java (getKerning):
       Return result in a float[], not a Point2D.
       (performDefaultLayout): Call getKerning with a float[].
       * native/jni/gtk-peer/gnu_java_awt_peer_gtk_FreetypeGlyphVector.c
       (getKerning): Return result in a float[], not a Point2D.

2008-11-05  Andrew Haley  <aph@redhat.com>

       * tools/Makefile.am (UPDATE_TOOLS_ZIP, CREATE_TOOLS_ZIP): Exclude
       .svn direcories.

2008-10-23  David Edelsohn  <edelsohn@gnu.org>

       * native/fdlibm/fdlibm.h: Undef hz.

2008-10-20  Andrew John Hughes  <gnu_andrew@member.fsf.org>

       * m4/ac_prog_antlr.m4:
       Remove redundant checks.
       * tools/Makefile.am:
       Use gjdoc_gendir when calling antlr.

2008-10-17  Robert Lougher  <rob.lougher@gmail.com>

       * native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoGraphics2D.c
       (Java_gnu_java_awt_peer_gtk_CairoGraphics2D_cairoDrawGlyphVector):
       Release 'fonts'.

2008-10-16  Tom Tromey  <tromey@redhat.com>

       * tools/gnu/classpath/tools/jar/WorkSet.java (initSet): Use
       foreach.  Change argument type.
       (WorkSet): Change argument type.
       * tools/gnu/classpath/tools/jar/Indexer.java (indexJarFile): Use
       foreach.
       * tools/gnu/classpath/tools/jar/Creator.java
       (writeCommandLineEntries): Use foreach.
       (getAllEntries): Likewise.

2008-10-15  Andrew John Hughes  <gnu_andrew@member.fsf.org>

       * configure.ac:
       Remove superfluous AC_PROG_JAVA call.

From-SVN: r143139

15 years agoMAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
Thomas Schwinge [Tue, 6 Jan 2009 22:26:27 +0000 (23:26 +0100)]
MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.

2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>

* MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
(Write After Approval): Remove myself.

From-SVN: r143138

15 years ago* include/tr1_impl/regex: Fix bad return statements and typos.
Jonathan Wakely [Tue, 6 Jan 2009 22:00:25 +0000 (22:00 +0000)]
* include/tr1_impl/regex: Fix bad return statements and typos.

From-SVN: r143137

15 years agofunction.h (rtl_data): Add a dbr_scheduled_p field.
Richard Sandiford [Tue, 6 Jan 2009 22:00:18 +0000 (22:00 +0000)]
function.h (rtl_data): Add a dbr_scheduled_p field.

gcc/
* function.h (rtl_data): Add a dbr_scheduled_p field.
* reorg.c (dbr_schedule): Set it.
(gate_handle_delay_slots): Check it.
* config/mips/mips.c (mips_base_delayed_branch): Delete.
(mips_reorg): Check flag_delayed_branch instead of
mips_base_delayed_branch.
(mips_override_options): Don't set mips_base_delayed_branch
or flag_delayed_branch.

From-SVN: r143136

15 years agore PR rtl-optimization/38426 (Incorrect code produced with -momit-leaf-frame-pointer...
Richard Sandiford [Tue, 6 Jan 2009 21:58:46 +0000 (21:58 +0000)]
re PR rtl-optimization/38426 (Incorrect code produced with -momit-leaf-frame-pointer -fno-unit-at-a-time)

gcc/
PR rtl-optimization/38426.
* ira.c (ira): Set current_function_is_leaf earlier.

From-SVN: r143135

15 years agore PR fortran/38669 (Array bounds violation for arguments of elemental subroutine)
Mikael Morin [Tue, 6 Jan 2009 21:57:19 +0000 (22:57 +0100)]
re PR fortran/38669 (Array bounds violation for arguments of elemental subroutine)

2009-01-06  Mikael Morin  <mikael.morin@tele2.fr>

PR fortran/38669
* gfortran.dg/elemental_dependency_3.f90:
Add the final tree dump cleanup.

From-SVN: r143134

15 years agopr23095.f: Require ilp32 in target selection instead of passing -m32.
Jakub Jelinek [Tue, 6 Jan 2009 20:42:50 +0000 (21:42 +0100)]
pr23095.f: Require ilp32 in target selection instead of passing -m32.

* gfortran.dg/pr23095.f: Require ilp32 in target selection instead of
passing -m32.

From-SVN: r143133

15 years agore PR rtl-optimization/38722 (Revision 143027 causes ICE in find_decomposable_subregs)
Jakub Jelinek [Tue, 6 Jan 2009 20:41:52 +0000 (21:41 +0100)]
re PR rtl-optimization/38722 (Revision 143027 causes ICE in find_decomposable_subregs)

PR rtl-optimization/38722
* combine.c (try_combine): Don't modify PATTERN (i3) and notes
too early, only set a flag and modify after last possible
undo_all point.

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

From-SVN: r143132

15 years agolocale.h: Add new test.
Andreas Tobler [Tue, 6 Jan 2009 19:31:13 +0000 (19:31 +0000)]
locale.h: Add new test.

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

* tests/base/locale.h: Add new test.
* tests/base/stdarg.h: Likewise.

From-SVN: r143129

15 years agore PR c/34252 (DEC32_MIN_EXP, DEC32_MAX_EXP don't match TR 24732)
Janis Johnson [Tue, 6 Jan 2009 19:02:41 +0000 (19:02 +0000)]
re PR c/34252 (DEC32_MIN_EXP, DEC32_MAX_EXP don't match TR 24732)

gcc/
PR c/34252
* ginclude/float.h: Rename DECnn_DEN to DECnn_SUBNORMAL_MIN.
* real.c (decimal_single_format): Correct values of emin and emax.
(decimal_double_format): Ditto.
(decimal_quad_format): Ditto.
* c-cppbuiltin.c (builtin_define_decimal_float_constants): Adjust
computation of DECnn_MIN and DECnn_MAX for corrected values of
emin and emax.  Define __DECnn_SUBNORMAL_MIN__ instead of
__DECnn_MIN__, and adjust its computation for the corrected value
of emin.

gcc/testsuite/
PR c/34252
* gcc.dg/dfp/decfloat-constants.c: Check for DECnn_SUBNORMAL_MIN
instead of DECnn_DEN.  Support -DDBG to list lines that fail.

From-SVN: r143128

15 years agore PR target/38744 (Bootstrap failure on x86)
Jan Hubicka [Tue, 6 Jan 2009 17:54:02 +0000 (18:54 +0100)]
re PR target/38744 (Bootstrap failure on x86)

PR target/38744
* i386.c (ix86_expand_call): Use ARRAY_SIZE

From-SVN: r143127

15 years agoregex: Remove unimplemented function definitions.
Benjamin Kosnik [Tue, 6 Jan 2009 17:41:02 +0000 (17:41 +0000)]
regex: Remove unimplemented function definitions.

2009-01-05  Benjamin Kosnik  <bkoz@redhat.com>

* include/tr1_impl/regex: Remove unimplemented function definitions.
* testsuite/28_regex/init-list.cc: Compile only.
* testsuite/tr1/7_regular_expressions/regex/cons/char/
c_string_extended.cc: Same.
* testsuite/tr1/7_regular_expressions/basic_regex/assign/*: Same.
* testsuite/tr1/7_regular_expressions/basic_regex/ctors/*: Same.

From-SVN: r143125

15 years agoimplicit_12.f90: Add space around dg directive.
Dominique d'Humieres [Tue, 6 Jan 2009 16:42:16 +0000 (16:42 +0000)]
implicit_12.f90: Add space around dg directive.

2009-01-06  Dominique Dhumieres  <dominiq@lps.ens.fr>

* gfortran.dg/implicit_12.f90: Add space around dg directive.
* gfortran.dg/typebound_call_8.f03: Same.
* gfortran.dg/elemental_bind_c.f90: Same.
* gfortran.dg/typebound_call_7.f03: Same.
* gfortran.dg/interface_proc_end.f90: Same
* gfortran.dg/pr37243.f: Fix typo.

From-SVN: r143124

15 years agostruct-ret-3.c (CHUNK_SIZE): New define.
Uros Bizjak [Tue, 6 Jan 2009 16:24:30 +0000 (17:24 +0100)]
struct-ret-3.c (CHUNK_SIZE): New define.

* gcc.dg/struct-ret-3.c (CHUNK_SIZE): New define.  Use CHUNK_SIZE
instead of hardcoded number.  Increase CHUNK_SIZE to 16384 for
large stack sizes.

From-SVN: r143123

15 years agocontrib.texi (Contributors): Slightly adjust the end note.
Gerald Pfeifer [Tue, 6 Jan 2009 16:14:24 +0000 (16:14 +0000)]
contrib.texi (Contributors): Slightly adjust the end note.

* doc/contrib.texi (Contributors): Slightly adjust the end note.
Add Robert Clark to the list of testers.

From-SVN: r143121

15 years agoi386.md (*msabi_syvabi): Add SSE regs clobbers.
Jan Hubicka [Tue, 6 Jan 2009 15:11:04 +0000 (16:11 +0100)]
i386.md (*msabi_syvabi): Add SSE regs clobbers.

* i386.md (*msabi_syvabi): Add SSE regs clobbers.
* i386.c (ix86_expand_call): Add clobbers.

Co-Authored-By: Kai Tietz <kai.tietz@onevision.com>
From-SVN: r143120

15 years agoi386.h (CONDITIONAL_CALL_USAGE): SSE regs are not used for w64 ABI.
Jan Hubicka [Tue, 6 Jan 2009 15:08:44 +0000 (16:08 +0100)]
i386.h (CONDITIONAL_CALL_USAGE): SSE regs are not used for w64 ABI.

* i386.h (CONDITIONAL_CALL_USAGE): SSE regs are not used for w64 ABI.
* i386.c (struct ix86_frame): Add padding0 and nsseregs.
(ix86_nsaved_regs): Count only general purpose regs.
(ix86_nsaved_sseregs): New.
(ix86_compute_frame_layout): Update nsseregs; set preferred alignment
to 16 for w64; compute padding and size of sse reg save area.
(ix86_emit_save_regs, ix86_emit_save_regs_using_mov): Save only general
purpose regs.
(ix86_emit_save_sse_regs_using_mov): New.
(ix86_expand_prologue): Save SSE regs if needed.
(ix86_emit_restore_regs_using_mov): Use only general purpose regs.
(ix86_emit_restore_sse_regs_using_mov): New.
(ix86_expand_epilogue): Save SSE regs if needed.

Co-Authored-By: Kai Tietz <kai.tietz@onevision.com>
From-SVN: r143119

15 years agoi386.h (ACCUMULATE_OUTGOING_ARGS): Enable for MSABI
Jan Hubicka [Tue, 6 Jan 2009 15:04:25 +0000 (16:04 +0100)]
i386.h (ACCUMULATE_OUTGOING_ARGS): Enable for MSABI

* i386.h (ACCUMULATE_OUTGOING_ARGS): Enable for MSABI
* i386.c (init_cumulative_args): Disallow calls of MSABI functions when
accumulate outgoing args is off.

Co-Authored-By: Kai Tietz <kai.tietz@onevision.com>
From-SVN: r143118

15 years agore PR bootstrap/38742 (Gcc failed to boostrap with --enable-checking=assert)
H.J. Lu [Tue, 6 Jan 2009 14:44:02 +0000 (14:44 +0000)]
re PR bootstrap/38742 (Gcc failed to boostrap with --enable-checking=assert)

2009-01-06  H.J. Lu  <hongjiu.lu@intel.com>

PR bootstrap/38742
* ira-color.c (ira_reuse_stack_slot): Check ENABLE_IRA_CHECKING
before using pseudos_have_intersected_live_ranges_p.

* ira-int.h (ira_assert): Always define.

From-SVN: r143117

15 years agoAVX Programming Reference (December, 2008)
H.J. Lu [Tue, 6 Jan 2009 14:21:43 +0000 (06:21 -0800)]
AVX Programming Reference (December, 2008)

gcc/

2009-01-06  H.J. Lu  <hongjiu.lu@intel.com>

AVX Programming Reference (December, 2008)
* config/i386/avxintrin.h (_mm_permute2_pd): Removed.
(_mm256_permute2_pd): Likewise.
(_mm_permute2_ps): Likewise.
(_mm256_permute2_ps): Likewise.
* config/i386/i386.md (UNSPEC_VPERMIL2): Likewise.
* config/i386/sse.md (avx_vpermil2<mode>3): Likewise.

* config/i386/i386.c (ix86_builtins): Remove
IX86_BUILTIN_VPERMIL2PD, IX86_BUILTIN_VPERMIL2PS,
IX86_BUILTIN_VPERMIL2PD256 and IX86_BUILTIN_VPERMIL2PS256.
(ix86_builtin_type): Remove V8SF_FTYPE_V8SF_V8SF_V8SI_INT,
V4DF_FTYPE_V4DF_V4DF_V4DI_INT, V4SF_FTYPE_V4SF_V4SF_V4SI_INT
and V2DF_FTYPE_V2DF_V2DF_V2DI_INT.
(bdesc_args): Remove __builtin_ia32_vpermil2pd,
__builtin_ia32_vpermil2ps, __builtin_ia32_vpermil2pd256 and
__builtin_ia32_vpermil2ps256.
(ix86_init_mmx_sse_builtins): Updated.
(ix86_expand_args_builtin): Likewise.

gcc/testsuite/

2009-01-06  H.J. Lu  <hongjiu.lu@intel.com>

AVX Programming Reference (December, 2008)
* gcc.target/i386/avx-2.c: Remove tests for _mm_permute2_pd,
_mm256_permute2_pd, _mm_permute2_ps and _mm256_permute2_ps.
* gcc.target/i386/sse-14.c: Likewise.

* gcc.target/i386/avx-vpermil2pd-1.c: Removed.
* gcc.target/i386/avx-vpermil2ps-1.c: Likewise.
* gcc.target/i386/avx-vpermil2pd-256-1.c: Likewise.
* gcc.target/i386/avx-vpermil2ps-256-1.c: Likewise.

From-SVN: r143116

15 years agopa.c (output_call): Relocate non-jump insns in the delay slot of long absolute calls...
John David Anglin [Tue, 6 Jan 2009 04:00:28 +0000 (04:00 +0000)]
pa.c (output_call): Relocate non-jump insns in the delay slot of long absolute calls when...

* pa.c (output_call): Relocate non-jump insns in the delay slot of long
absolute calls when generating PA 2.0 code.

From-SVN: r143113

15 years agore PR rtl-optimization/38583 (huge test case makes register allocator run out of...
Vladimir Makarov [Tue, 6 Jan 2009 03:50:07 +0000 (03:50 +0000)]
re PR rtl-optimization/38583 (huge test case makes register allocator run out of memory while constructing the conflict graph)

2009-01-05  Vladimir Makarov  <vmakarov@redhat.com>

PR rtl-optimization/38583
* params.h (IRA_MAX_CONFLICT_TABLE_SIZE): New macro.

* params.def (ira-max-conflict-table-size): New.

* doc/invoke.texi (ira-max-conflict-table-size): Decribe.

* ira.h (ira_conflicts_p): New external definition.

* ira-conflicts.c (build_conflict_bit_table): Do not build too big
table.  Report this.  Return result of building.
(ira_build_conflicts): Use ira_conflicts_p.  Check result of
building conflict table.

* ira-color.c (fast_allocation): Use num instead of
ira_allocnos_num.
(ira_color): Use ira_conflicts_p.

* global.c: Include ira.h.
(pseudo_for_reload_consideration_p, build_insn_chain): Use
ira_conflicts_p.

* Makefile.in (global.o): Add ira.h.

* ira-build.c (mark_all_loops_for_removal,
propagate_some_info_from_allocno): New.
(remove_unnecessary_allocnos): Call
propagate_some_info_from_allocno.
(remove_low_level_allocnos): New.
(remove_unnecessary_regions): Add parameter.  Call
mark_all_loops_for_removal and remove_low_level_allocnos.  Pass
parameter to remove_unnecessary_regions.
(ira_build): Remove all regions but root if the conflict table was
not built.  Update conflict hard regs for allocnos crossing calls.

* ira.c (ira_conflicts_p): New global.
(ira): Define and use ira_conflicts_p.

* reload1.c (compute_use_by_pseudos, reload, count_pseudo,
count_spilled_pseudo, find_reg, alter_reg, finish_spills,
emit_input_reload_insns, delete_output_reload): Use
ira_conflicts_p.

From-SVN: r143112