gcc.git
14 years ago* config.sub : Update from upstream sources.
Hariharan Sandanagobalane [Wed, 7 Oct 2009 08:48:50 +0000 (08:48 +0000)]
* config.sub : Update from upstream sources.

From-SVN: r152517

14 years agotpf.h (TARGET_DEFAULT): Remove MASK_HARD_FLOAT and add MASK_HARD_DFP.
Andreas Krebbel [Wed, 7 Oct 2009 08:40:32 +0000 (08:40 +0000)]
tpf.h (TARGET_DEFAULT): Remove MASK_HARD_FLOAT and add MASK_HARD_DFP.

2009-10-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* config/s390/tpf.h (TARGET_DEFAULT): Remove MASK_HARD_FLOAT and
add MASK_HARD_DFP.

From-SVN: r152516

14 years agoconfig.gcc: Don't include the makefile fragments intended for libgcc.
Andreas Krebbel [Wed, 7 Oct 2009 08:26:47 +0000 (08:26 +0000)]
config.gcc: Don't include the makefile fragments intended for libgcc.

2009-10-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* config.gcc: Don't include the makefile fragments intended for
libgcc.
* config/s390/fixdfdi.h: File removed.
* config/s390/libgcc-glibc.ver: File removed.
* config/s390/s390.h: Remove the fixdfdi.h hack.
* config/s390/t-crtstuff: File moved to libgcc dir.
* config/s390/t-linux: Likewise.
* config/s390/t-tpf: libgcc specific parts removed.
* config/s390/t-linux64: Likewise.

2009-10-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* config.host: Include the s390 makefile fragments.
* config/s390/32/_fixdfdi.c: New file.
* config/s390/32/_fixsfdi.c: New file.
* config/s390/32/_fixtfdi.c: New file.
* config/s390/32/_fixunsdfdi.c: New file.
* config/s390/32/_fixunssfdi.c: New file.
* config/s390/32/_fixunstfdi.c: New file.
* config/s390/32/t-floattodi: New file.
* config/s390/libgcc-glibc.ver: New file.
* config/s390/t-crtstuff: New file.
* config/s390/t-linux: New file.
* config/s390/t-tpf: New file.

From-SVN: r152515

14 years agoMakefile.def: check-gold depends upon all-gas.
Ian Lance Taylor [Wed, 7 Oct 2009 05:41:23 +0000 (05:41 +0000)]
Makefile.def: check-gold depends upon all-gas.

* Makefile.def: check-gold depends upon all-gas.
* Makefile.in: Rebuild.

From-SVN: r152514

14 years agore PR fortran/41613 (ICE for gfortran.dg/dynamic_dispatch_*.f03 on powerpc-apple...
Paul Thomas [Wed, 7 Oct 2009 05:17:29 +0000 (05:17 +0000)]
re PR fortran/41613 (ICE for gfortran.dg/dynamic_dispatch_*.f03 on powerpc-apple-darwin)

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

        PR fortran/41613
        * resolve.c (check_class_members): Reset compcall.assign.

From-SVN: r152513

14 years agoMakefile.in (lto-wrapper): Use COMPILER and ALL_COMPILERFLAGS.
Jerry Quinn [Wed, 7 Oct 2009 03:18:42 +0000 (03:18 +0000)]
Makefile.in (lto-wrapper): Use COMPILER and ALL_COMPILERFLAGS.

2009-10-06  Jerry Quinn  <jlquinn@optonline.net>

* Makefile.in (lto-wrapper): Use COMPILER and ALL_COMPILERFLAGS.
(lto-compress.o): Likewise.

From-SVN: r152512

14 years agore PR target/41512 (dllexport broken on cygwin)
Danny Smith [Wed, 7 Oct 2009 02:57:21 +0000 (02:57 +0000)]
re PR target/41512 (dllexport broken on cygwin)

PR target/41512
* config/i386/winnt.c (i386_pe_determine_dllexport_p): Don't propagate
dllexport to class members here.
(i386_pe_determine_dllimport_p): Only check static class data for
definition.
(i386_pe_encode_section_info): Don't recheck DECL_DLLIMPORT_P.
* config/i386/winnt-cxx.c (i386_pe_type_dllimport_p): Only check
functions for vague linkage.
(i386_pe_type_dllexport_p): Fix formatting.
(maybe_add_dllexport) New function.
(i386_pe_adjust_class_at_definition): Use it to propagate dllexport
to class members.

From-SVN: r152511

14 years agore PR testsuite/41612 (FAIL: gfortran.dg/round_2.f03)
Jerry DeLisle [Wed, 7 Oct 2009 01:24:27 +0000 (01:24 +0000)]
re PR testsuite/41612 (FAIL: gfortran.dg/round_2.f03)

2009-10-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/41612
* gfortran.dg/round_2.f03: Fix test to work on platforms that do not
have kind=10 reals.

From-SVN: r152510

14 years agoDaily bump.
GCC Administrator [Wed, 7 Oct 2009 00:16:37 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r152506

14 years agobinary-arith.cc: Fix directive to skip test.
Janis Johnson [Tue, 6 Oct 2009 23:17:07 +0000 (23:17 +0000)]
binary-arith.cc: Fix directive to skip test.

* testsuite/decimal/binary-arith.cc: Fix directive to skip test.
* testsuite/decimal/cast_neg.cc: Ditto.
* testsuite/decimal/comparison.cc: Ditto.
* testsuite/decimal/compound-assignment.cc: Ditto.
* testsuite/decimal/compound-assignment-memfunc.cc: Ditto.
* testsuite/decimal/conversion-from-float.cc: Ditto.
* testsuite/decimal/conversion-from-integral.cc: Ditto.
* testsuite/decimal/conversion-to-generic-float.cc: Ditto.
* testsuite/decimal/conversion-to-integral.cc: Ditto.
* testsuite/decimal/ctor.cc: Ditto.
* testsuite/decimal/incdec.cc: Ditto.
* testsuite/decimal/incdec-memfunc.cc: Ditto.
* testsuite/decimal/make-decimal.cc: Ditto.
* testsuite/decimal/mixed-mode_neg.cc: Ditto.
* testsuite/decimal/operator_neg.cc: Ditto.
* testsuite/decimal/unary-arith.cc: Ditto.

From-SVN: r152502

14 years ago* config/rs6000/a2.md: Remove duplicated lines.
Ben Elliston [Tue, 6 Oct 2009 22:22:30 +0000 (22:22 +0000)]
* config/rs6000/a2.md: Remove duplicated lines.

From-SVN: r152501

14 years agoFix lookup of initialized captures in unevaluated context.
Jason Merrill [Tue, 6 Oct 2009 22:14:01 +0000 (18:14 -0400)]
Fix lookup of initialized captures in unevaluated context.

* cp-tree.h (DECL_NORMAL_CAPTURE_P): New.
* name-lookup.c (qualify_lookup): Check it.
* parser.c (cp_parser_lambda_introducer): Pass explicit_init_p
to add_capture.
* semantics.c (add_capture): Set DECL_NORMAL_CAPTURE_P
on captures without explicit init.
(add_default_capture): Pass explicit_init_p.

Fix capture by copy of types with explicit copy constructor.
* cp-tree.h (TARGET_EXPR_DIRECT_INIT_P): New.
(DIRECT_INIT_EXPR_P): New.
* typeck.c (convert_for_initialization): Just return if
DIRECT_INIT_EXPR_P.
* parser.c (cp_parser_lambda_introducer): Use
TARGET_EXPR_DIRECT_INIT_P for normal captures.

From-SVN: r152500

14 years agoconfig.gcc (powerpc*-*-*): Handle a2.
Ben Elliston [Tue, 6 Oct 2009 19:37:40 +0000 (19:37 +0000)]
config.gcc (powerpc*-*-*): Handle a2.

* config.gcc (powerpc*-*-*): Handle a2.
* config/rs6000/rs6000.md (cpu): Add ppca2.  Include "a2.md".
* config/rs6000/a2.md: New file.
* config/rs6000/rs6000.opt (mno-update): New.
(mupdate): Return to using a mask, not a var.
* config/rs6000/rs6000.h (ASM_CPU_SPEC): Add support for a2.
(enum processor_type): Add PROCESSOR_PPCA2.
* config/rs6000/rs6000.c (ppca2_cost): New costs.
(rs6000_override_options): Add "a2" to processor_target_table.
Update rs6000_always_hint logic.  Correctly set rs6000_cost for
a2.
* doc/invoke.texi (RS/6000 and PowerPC Options): Document
-mcpu=a2.

From-SVN: r152499

14 years agoFix a changelog
Rafael Espindola [Tue, 6 Oct 2009 19:27:01 +0000 (19:27 +0000)]
Fix a changelog

2009-10-05   Rafael Espindola  <espindola@google.com>

* plugin-api.h (ld_plugin_status): Add LDPS_BAD_HANDLE.
(ld_plugin_get_input_file): New.
(ld_plugin_release_input_file): New.
(ld_plugin_add_input_library): New.
(ld_plugin_message): Mark format const.
(ld_plugin_level): Add LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE and
LDPT_ADD_INPUT_LIBRARY.
(ld_plugin_tv): Add tv_get_input_file, tv_release_input_file and
tv_add_input_library.

From-SVN: r152498

14 years agoi386.md (float<SSEMODEI24:mode><X87MODEF:mode>2): Use explicit gen_truncxfsf2 and...
Uros Bizjak [Tue, 6 Oct 2009 18:23:06 +0000 (20:23 +0200)]
i386.md (float<SSEMODEI24:mode><X87MODEF:mode>2): Use explicit gen_truncxfsf2 and gen_truncxfdf2 references to avoid reference to...

* config/i386/i386.md (float<SSEMODEI24:mode><X87MODEF:mode>2):
Use explicit gen_truncxfsf2 and gen_truncxfdf2 references to avoid
reference to nonexistent gen_truncxfxf2 function.

From-SVN: r152497

14 years agoi386.md (SWI48, SDWI, DWI): New mode iterators.
Uros Bizjak [Tue, 6 Oct 2009 13:52:59 +0000 (15:52 +0200)]
i386.md (SWI48, SDWI, DWI): New mode iterators.

* config/i386/i386.md (SWI48, SDWI, DWI): New mode iterators.
(DWIH, g, di, doubleint_general_operand): New mode attributes.
(general_operand): Handle TI mode.
(add<mode>3): Macroize expander from add{qi,hi,si,di,ti}3 patterns
using SDWI mode iterator.
(*add<mode>3_doubleword): New insn_and_split pattern.  Macroize
pattern from *add{di,ti}3_1 patterns and corresponding splitters
using SDWI mode iterator.
(add<mode>3_carry): Macroize insn from add{qi,hi,si,di}3_carry
patterns using SWI mode iterator.
(*add<mode>3_cc): Macroize insn from add{si,di}3_cc patterns
using SWI48 mode iterator.
(*add<mode>_1): Ditto from add{si,di}_1 patterns.
(*add<mode>_2): Ditto from add{si,di}_2 patterns.
(*add<mode>_3): Ditto from add{si,di}_3 patterns.
(*add<mode>_5): Ditto from add{si,di}_5 patterns.
(sub<mode>3): Macroize expander from sub{qi,hi,si,di,ti}3 patterns
using SDWI mode iterator.
(*sub<mode>3_doubleword): New insn_and_split pattern.  Macroize
pattern from *sub{di,ti}3_1 patterns and corresponding splitters
using SDWI mode iterator.
(sub<mode>3_carry): Macroize insn from sub{qi,hi,si,di}3_carry
patterns using SWI mode iterator.
(*sub<mode>_1): Ditto from from sub{qi,hi,si,di}_1 patterns.
(*sub<mode>_2): Ditto from sub{qi,hi,si,di}_2 patterns.
(*sub<mode>_3): Ditto from sub{qi,hi,si,di}_3 patterns.
(<plusminus_insn>xf3): Macroize expander from addxf3 and subxf3
patterns using plusminus code iterator.
(<plusminus_insn><mode>3): Macroize expander from add<mode>3 and
sub<mode>3 patterns using plusminus code iterator.
* config/i386/i386.c (override_options): Update call to
gen_subdi_carry_rex64 for renamed function.
(ix86_expand_int_addcc): Update calls to gen_subdi3_carry_rex64
and gen_adddi3_carry_rex64 for renamed functions.  Use indirect
calls to instruction expanders.

From-SVN: r152495

14 years agore PR bootstrap/41395 (Revision 151800 failed bootstrap)
Martin Jambor [Tue, 6 Oct 2009 13:31:40 +0000 (15:31 +0200)]
re PR bootstrap/41395 (Revision 151800 failed bootstrap)

2009-10-06  Martin Jambor  <mjambor@suse.cz>

PR bootstrap/41395
* opts.c (decode_options): Run IPA-SRA at -O2.

From-SVN: r152492

14 years agolto-symtab.c (lto_symtab_entry_hash): Hash strings, not pointers.
Richard Guenther [Tue, 6 Oct 2009 12:19:20 +0000 (12:19 +0000)]
lto-symtab.c (lto_symtab_entry_hash): Hash strings, not pointers.

2009-10-06  Richard Guenther  <rguenther@suse.de>

* lto-symtab.c (lto_symtab_entry_hash): Hash strings, not pointers.

From-SVN: r152491

14 years agore PR lto/41591 (documentation should document interaction of -flto and -fwhole-program)
Tobias Burnus [Tue, 6 Oct 2009 10:38:12 +0000 (12:38 +0200)]
re PR lto/41591 (documentation should document interaction of -flto and -fwhole-program)

2009-10-06  Tobias Burnus  <burnus@net-b.de>

       PR lto/41591
       * doc/invoke.texi (-flto,-fwhole-program): Make clear that the
       -flto and -fwhole-program flags can be combined.

From-SVN: r152490

14 years agore PR middle-end/41502 (ICE in expand_call_inline)
Richard Guenther [Tue, 6 Oct 2009 10:31:17 +0000 (10:31 +0000)]
re PR middle-end/41502 (ICE in expand_call_inline)

2009-10-06  Richard Guenther  <rguenther@suse.de>

PR lto/41502
* gcc.dg/lto/20091006-1_0.c: New testcase.
* gcc.dg/lto/20091006-1_1.c: Likewise.
* gcc.dg/lto/20091005-2_0.c: Likewise.

From-SVN: r152489

14 years agore PR driver/41217 (Driver crashes if -o specified without filename)
Ryan Mansfield [Tue, 6 Oct 2009 09:33:29 +0000 (09:33 +0000)]
re PR driver/41217 (Driver crashes if -o specified without filename)

2009-10-06  Ryan Mansfield  <rmansfield@qnx.com>

        PR driver/41217
        * gcc.c (process_command): Check that -o argument was specified.

From-SVN: r152488

14 years agore PR ada/41383 (Timing_Events: Event time not cleared after Cancel_Handler)
Samuel Tardieu [Tue, 6 Oct 2009 07:20:53 +0000 (07:20 +0000)]
re PR ada/41383 (Timing_Events: Event time not cleared after Cancel_Handler)

    gcc/ada/
PR ada/41383
* a-rttiev.adb (Time_Of_Event): Return Time_First for unset event.

    gcc/testsuite/
PR ada/41383
* gnat.dg/timer_cancel.adb: New test.

From-SVN: r152487

14 years agore PR ada/38333 (Illegal program not detected, ARM 6.1(20): pragma Import illegal...
Samuel Tardieu [Tue, 6 Oct 2009 07:19:54 +0000 (07:19 +0000)]
re PR ada/38333 (Illegal program not detected, ARM 6.1(20): pragma Import illegal for abstract subprograms)

    gcc/ada/
PR ada/38333
* sem_prag.adb (Process_Import_Or_Interface): Forbid an abstract
subprogram to be completed with a "pragma Import".

    gcc/testsuite/
PR ada/38333
* gnat.dg/specs/import_abstract.ads: New.

From-SVN: r152486

14 years agogimple.c (gimple_type_hash): Use CONST_CAST_TREE to fix compilation.
Jerry Quinn [Tue, 6 Oct 2009 04:08:29 +0000 (04:08 +0000)]
gimple.c (gimple_type_hash): Use CONST_CAST_TREE to fix compilation.

2009-10-06  Jerry Quinn  <jlquinn@optonline.net>

* gimple.c (gimple_type_hash): Use CONST_CAST_TREE to fix
compilation.

From-SVN: r152485

14 years agore PR libfortran/35862 ([F2003] Implement new rounding modes for run time)
Jerry DeLisle [Tue, 6 Oct 2009 03:12:21 +0000 (03:12 +0000)]
re PR libfortran/35862 ([F2003] Implement new rounding modes for run time)

2009-10-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/35862
* gfortran.dg/round_2.f03: New test.

From-SVN: r152484

14 years agore PR libfortran/35862 ([F2003] Implement new rounding modes for run time)
Jerry DeLisle [Tue, 6 Oct 2009 03:08:20 +0000 (03:08 +0000)]
re PR libfortran/35862 ([F2003] Implement new rounding modes for run time)

2009-10-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/35862
* write_float.def (outout_float): Fix handling of special case where no
digits after the decimal point and values less than 1.0. Adjust index
into digits string. (WRITE_FLOAT): Remove special case code from macro.

From-SVN: r152483

14 years agoDaily bump.
GCC Administrator [Tue, 6 Oct 2009 00:17:00 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r152480

14 years ago* parser.c: Mark lambda_scope and lambda_count for PCH.
Jason Merrill [Mon, 5 Oct 2009 21:36:38 +0000 (17:36 -0400)]
* parser.c: Mark lambda_scope and lambda_count for PCH.

From-SVN: r152474

14 years agoMAINTAINERS (Write After Approval): Add myself.
Phil Muldoon [Mon, 5 Oct 2009 21:09:59 +0000 (21:09 +0000)]
MAINTAINERS (Write After Approval): Add myself.

2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>

* MAINTAINERS (Write After Approval): Add myself.

From-SVN: r152473

14 years agoplugin-api.h: Sync with src.
Rafael Avila de Espindola [Mon, 5 Oct 2009 20:53:29 +0000 (20:53 +0000)]
plugin-api.h: Sync with src.

2009-10-05   Rafael Espindola  <espindola@google.com>

* plugin-api.h: Sync with src.

From-SVN: r152472

14 years agoFix check_warning_flags warnings.
Ralf Wildenhues [Mon, 5 Oct 2009 19:54:18 +0000 (19:54 +0000)]
Fix check_warning_flags warnings.

gcc/:
* c.opt (Wjump-misses-init): Fix typo to enable for ObjC.
* doc/invoke.texi (Warning Options): Annotate allowed languages
for -Wunsuffixed-float-constants.

From-SVN: r152469

14 years agodwarf2out.c (modified_type_die): Don't add DW_AT_name to DW_TAG_{const,volatile}_type...
Jakub Jelinek [Mon, 5 Oct 2009 19:52:20 +0000 (21:52 +0200)]
dwarf2out.c (modified_type_die): Don't add DW_AT_name to DW_TAG_{const,volatile}_type if...

* dwarf2out.c (modified_type_die): Don't add DW_AT_name to
DW_TAG_{const,volatile}_type if its DW_AT_type already has the
same name and isn't the main variant.

From-SVN: r152468

14 years agore PR debug/41558 (gfortran -O code excessive DW_OP_deref's)
Jakub Jelinek [Mon, 5 Oct 2009 19:50:57 +0000 (21:50 +0200)]
re PR debug/41558 (gfortran -O code excessive DW_OP_deref's)

PR debug/41558
* dwarf2out.c (loc_by_reference): Removed.
(dw_loc_list_1): New function.
(dw_loc_list): Remove toplev argument, add want_address argument.
Don't look at decl_by_reference_p at all.  Use dw_loc_list_1.
(loc_list_from_tree) <case VAR_DECL>: Pass want_address rather than
want_address == 2 to dw_loc_list.  For successful dw_loc_list
set have_address to 1 only if want_address is not 0.

* gcc.dg/guality/guality.exp: Move gdb-test proc into...
* lib/gcc-gdb-test.exp: ... here.  New file.
* gfortran.dg/guality/guality.exp: New file.
* gfortran.dg/guality/pr41558.f90: New test.
* gfortran.dg/guality/arg1.f90: New test.

From-SVN: r152467

14 years agomips-protos.h (mips_trampoline_code_size): Declare.
Richard Sandiford [Mon, 5 Oct 2009 19:45:54 +0000 (19:45 +0000)]
mips-protos.h (mips_trampoline_code_size): Declare.

gcc/
* config/mips/mips-protos.h (mips_trampoline_code_size): Declare.
* config/mips/mips.h (TRAMPOLINE_SIZE): Redefine as the size of
a code block followed by two pointers.
(TRAMPOLINE_ALIGNMENT): Define to 64 for 32-bit targets too.
* config/mips/mips.c (MIPS_LOAD_PTR): New macro.
(MIPS_MOVE): Likewise.
(MIPS_LUI): Likewise.
(MIPS_JR): Likewise.
(MIPS_BAL): Likewise.
(MIPS_NOP): Likewise.
(mips_asm_trampoline_template): Delete.
(mips_trampoline_code_size): New function.
(mips_trampoline_init): Add shorter sequences for all cases
except Pmode == DImoe && !TARGET_USE_PIC_FN_ADDR_REG.
Calculate the opcodes directly, rather than copying from a template.
Only flush the code part of the trampoline.
(TARGET_ASM_TRAMPOLINE_TEMPLATE): Delete.

From-SVN: r152466

14 years agomips.h (DWARF_FRAME_RETURN_COLUMN): Replace GP_REG_FIRST + 31 with RETURN_ADDR_REGNUM.
Richard Sandiford [Mon, 5 Oct 2009 19:29:36 +0000 (19:29 +0000)]
mips.h (DWARF_FRAME_RETURN_COLUMN): Replace GP_REG_FIRST + 31 with RETURN_ADDR_REGNUM.

gcc/
* config/mips/mips.h (DWARF_FRAME_RETURN_COLUMN): Replace
GP_REG_FIRST + 31 with RETURN_ADDR_REGNUM.
(INCOMING_RETURN_ADDR_RTX): Likewise.
(FUNCTION_PROFILER): Likewise.  Replace GP_REG_FIRST + 1
with AT_REGNUM.
* config/mips/sdemtk.h (FUNCTION_PROFILER): Replace GP_REG_FIRST + 31
with RETURN_ADDR_REGNUM.
(MIPS_SAVE_REG_FOR_PROFILING_P): Likewise.
* config/mips/mips.c (mips16_build_call_stub): Replace
GP_REG_FIRST + 31 with RETURN_ADDR_REGNUM, GP_REG_FIRST + 1
with AT_REGNUM and 31 with RETURN_ADDR_REGNUM.
(mips_print_operand_punctuation): Likewise.
(mips_frame_set): Likewise.
(mips16e_output_save_restore): Likewise.
(mips_cfun_might_clobber_call_saved_reg_p): Likewise.
(mips_save_reg_p): Likewise.
(mips_return_addr): Likewise.
(mips_set_return_address): Likewise.
(mips_direct_save_slot_move_p): Likewise.
(mips_output_function_prologue): Likewise.
(mips_restore_reg): Likewise.
(mips_expand_epilogue): Likewise.
(mips_epilogue_uses): Likewise.
* config/mips/mips.md (RETURN_ADD_REGNUM): Define.
(*mov<mode>_ra): Use it instead of a hard-coded 31.
(clear_hazard_<mode>): Likewise.
(call_internal): Likewise.
(call_internal_direct): Likewise.
(call_direct_split): Likewise.
(call_value_internal): Likewise.
(call_value_split): Likewise.
(call_value_internal_direct): Likewise.
(call_value_direct_split): Likewise.
(call_value_multiple_internal): Likewise.
(call_value_multiple_split): Likewise.

From-SVN: r152465

14 years agotrans-expr.c (select_class_proc): New function.
Paul Thomas [Mon, 5 Oct 2009 18:19:55 +0000 (18:19 +0000)]
trans-expr.c (select_class_proc): New function.

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

* trans-expr.c (select_class_proc): New function.
(conv_function_val): Deal with class methods and call above.
* symbol.c (gfc_type_compatible): Treat case where both ts1 and
ts2 are BT_CLASS.
gfortran.h : Add structure gfc_class_esym_list and include in
the structure gfc_expr.
* module.c (load_derived_extensions): New function.
(read_module): Call above.
(write_dt_extensions): New function.
(write_derived_extensions): New function.
(write_module): Use the above.
* resolve.c (resolve_typebound_call): Add a function expression
for class methods.  This carries the chain of symbols for the
dynamic dispatch in select_class_proc.
(resolve_compcall): Add second, boolean argument to indicate if
a function is being handled.
(check_members): New function.
(check_class_members): New function.
(resolve_class_compcall): New function.
(resolve_class_typebound_call): New function.
(gfc_resolve_expr): Call above for component calls..

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

* gfortran.dg/dynamic_dispatch_1.f90: New test.
* gfortran.dg/dynamic_dispatch_2.f90: New test.
* gfortran.dg/dynamic_dispatch_3.f90: New test.
* gfortran.dg/module_md5_1.f90: Update md5 sum.

From-SVN: r152463

14 years ago*: Regenerate.
Benjamin Kosnik [Mon, 5 Oct 2009 18:04:44 +0000 (18:04 +0000)]
*: Regenerate.

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

* doc/html/*: Regenerate.

From-SVN: r152462

14 years agore PR libstdc++/41530 ([c++0x] Cannot move-construct std::tuple from a different...
John Bytheway [Mon, 5 Oct 2009 17:56:02 +0000 (17:56 +0000)]
re PR libstdc++/41530 ([c++0x] Cannot move-construct std::tuple from a different type of std::tuple)

2009-10-05  John Bytheway  <jbytheway@gmail.com>

PR libstdc++/41530
* include/std/tuple (_Tuple_impl<>::_Tuple_impl(_Tuple_impl<>&&)):
Fix to just move.
* testsuite/20_util/tuple/cons/41530.cc: New.

From-SVN: r152461

14 years agodebug.xml: Add narrative for GDB Python pretty printers.
Phil Muldoon [Mon, 5 Oct 2009 17:51:02 +0000 (17:51 +0000)]
debug.xml: Add narrative for GDB Python pretty printers.

2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>

* doc/xml/manual/debug.xml: Add narrative for GDB Python pretty
printers. Add links to GDB wiki/online manual.

From-SVN: r152460

14 years agore PR rtl-optimization/41511 (combine behaves differently with/without -g)
Eric Botcazou [Mon, 5 Oct 2009 17:48:09 +0000 (17:48 +0000)]
re PR rtl-optimization/41511 (combine behaves differently with/without -g)

PR rtl-optimization/41511
* combine.c (record_value_for_reg): Pass explicit values as argument
to get_last_value_validate.
(get_last_value_validate): Document INSN parameter.
For non-readonly MEMs, assume they might have been modified if INSN
was in another basic block.
(get_last_value): Minor reformatting.

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

14 years agore PR tree-optimization/40992 (cunroll ignoring asm size)
Andrew Pinski [Mon, 5 Oct 2009 17:46:35 +0000 (17:46 +0000)]
re PR tree-optimization/40992 (cunroll ignoring asm size)

2009-10-05  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR tree-opt/40992
        * final.c (asm_str_count): Split out from asm_insn_count.
        * rtl.h (asm_str_count): New prototype.
        * tree-inline (estimate_num_insns) <case GIMPLE_ASM>: Call
        asm_str_count.

From-SVN: r152458

14 years ago[multiple changes]
Benjamin Kosnik [Mon, 5 Oct 2009 17:42:00 +0000 (17:42 +0000)]
[multiple changes]

2009-10-05  Benjamin Kosnik  <bkoz@redhat.com>
    Edward Smith-Rowland  <3dw4rd@verizon.net>

* include/decimal/decimal: Warn if decimal floating point types
are not available.
* acinclude.m4 (GLIBCXX_ENABLE_DECIMAL_FLOAT): New.
* configure.ac: Use it.
* configure: Regenerate.
* config.h.in: Regenerate.

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

* include/Makefile.am: Remove stray line break.

* include/decimal/decimal: Brief class doxygen markup.
* libsupc++/exception: Whitespace cleanup.

* testsuite/libstdc++-dg/conformance.exp: Add testsuite directory
decimal.
* scripts/create_testsuite_files (dlist): Same.

* doc/xml/manual/using.xml: One column in table. Move after TR1.

* testsuite/decimal/bad-cast.cc: Move to...
* testsuite/decimal/cast_neg.cc: ...here.
* testsuite/decimal/bad-mixed-mode.cc: Move to...
* testsuite/decimal/mixed-mode_neg.cc: ...here.
* testsuite/decimal/bad-operator.cc: Move to...
* testsuite/decimal/operator_neg.cc: ...here.

* doc/doxygen/user.cfg.in (INPUT): Add decimal/decimal.

2009-10-05  Janis Johnson  <janis187@us.ibm.com>

* doc/Makefile.am: Process new file.
* doc/xml/manual/intro.xml: Ditto.
* doc/xml/manual/using.xml: Document new header.
* doc/xml/manual/status_cxxdecimal.xml: New file.
* include/Makefile.am: Process new headers.
* include/decimal/decimal: New file.
* include/decimal/decimal.h: New file.

2009-10-05  Janis Johnson  <janis187@us.ibm.com>

* testsuite/decimal: New directory.
* testsuite/decimal/bad-cast.cc: New test.
* testsuite/decimal/bad-mixed-mode.cc: New test.
* testsuite/decimal/bad-operator.cc: New test.
* testsuite/decimal/binary-arith.cc: New test.
* testsuite/decimal/comparison.cc: New test.
* testsuite/decimal/compound-assignment.cc: New test.
* testsuite/decimal/compound-assignment-memfunc.cc: New test.
* testsuite/decimal/conversion-from-float.cc: New test.
* testsuite/decimal/conversion-from-integral.cc: New test.
* testsuite/decimal/conversion-to-generic-float.cc: New test.
* testsuite/decimal/conversion-to-integral.cc: New test.
* testsuite/decimal/ctor.cc: New test.
* testsuite/decimal/incdec.cc: New test.
* testsuite/decimal/incdec-memfunc.cc: New test.
* testsuite/decimal/make-decimal.cc: New test.
* testsuite/decimal/unary-arith.cc: New test.

From-SVN: r152457

14 years agoplugins.texi: Change plugin_pass to register_pass_info.
Sriraman Tallam [Mon, 5 Oct 2009 16:15:54 +0000 (16:15 +0000)]
plugins.texi: Change plugin_pass to register_pass_info.

./: * doc/plugins.texi: Change plugin_pass to register_pass_info.
testsuite/:
* gcc.dg/plugin/selfassign.c (plugin_init): Change plugin_pass to
register_pass_info.
* gcc.dg/plugin/one_time_plugin.c (plugin_init): Change
plugin_pass to register_pass_info.
* g++.dg/plugin/selfassign.c (plugin_init): Change plugin_pass to
register_pass_info.
* g++.dg/plugin/dumb_plugin.c (plugin_init): Change plugin_pass to
register_pass_info.

From-SVN: r152456

14 years agogengtype.c (write_types): Moved call to write_func_for_structure into seperate loops.
Basile Starynkevitch [Mon, 5 Oct 2009 15:59:11 +0000 (15:59 +0000)]
gengtype.c (write_types): Moved call to write_func_for_structure into seperate loops.

2009-10-05  Basile Starynkevitch  <basile@starynkevitch.net>
    Rafael Espindola  <espindola@google.com>

* gengtype.c (write_types): Moved call to write_func_for_structure
into seperate loops.

Co-Authored-By: Rafael Avila de Espindola <espindola@google.com>
From-SVN: r152455

14 years agore PR lto/41281 (toplevel asms do not work)
Richard Guenther [Mon, 5 Oct 2009 14:30:10 +0000 (14:30 +0000)]
re PR lto/41281 (toplevel asms do not work)

2009-10-05  Richard Guenther  <rguenther@suse.de>

PR lto/41281
* lto-cgraph.c (output_cgraph): Output toplevel asms.
(input_cgraph_1): Input toplevel asms.

* gcc.dg/lto/20090914-2_0.c: New testcase.

From-SVN: r152453

14 years agore PR lto/40902 (LTO doesn't merge CV differences properly)
Richard Guenther [Mon, 5 Oct 2009 14:27:39 +0000 (14:27 +0000)]
re PR lto/40902 (LTO doesn't merge CV differences properly)

2009-10-05  Richard Guenther  <rguenther@suse.de>

PR lto/40902
* lto-symtab.c (lto_compatible_attributes_p): Remove.
(external_aggregate_decl_p): Likewise.
(lto_symtab_compatible): Re-structure.  Remove dead code.
For variables ignore toplevel qualifiers when comparing types.
Issue warnings, not errors for mismatched user-alignment.

* gcc.dg/lto/20091005-1_0.c: New testcase.
* gcc.dg/lto/20091005-1_1.c: Likewise.

From-SVN: r152452

14 years ago[multiple changes]
Paolo Carlini [Mon, 5 Oct 2009 14:11:11 +0000 (14:11 +0000)]
[multiple changes]

2009-10-05  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/lib/libstdc++.exp (check_v3_target_rvalref): Remove.
* testsuite/lib/dg-options.exp (dg-require-rvalref): Likewise.

2009-10-05  Chris Jefferson  <chris@bubblescope.net>

* include/bits/stl_algo.h (__stable_partition_adaptive,
__rotate_adaptive, __merge_adaptive, __merge_sort_loop):
Extend to work with rvalue references in C++0x mode.
* testsuite/25_algorithms/inplace_merge/moveable2.cc: New.
* testsuite/25_algorithms/inplace_merge/moveable.cc: Likewise.
* testsuite/25_algorithms/stable_partition/moveable.cc: Likewise.
* testsuite/25_algorithms/stable_sort/moveable2.cc: Likewise.
* testsuite/25_algorithms/stable_sort/moveable.cc: Likewise.

From-SVN: r152451

14 years agore PR lto/41552 (Undefined references with -flto, dependent on object file ordering)
Richard Guenther [Mon, 5 Oct 2009 14:05:54 +0000 (14:05 +0000)]
re PR lto/41552 (Undefined references with -flto, dependent on object file ordering)

2009-10-05  Richard Guenther  <rguenther@suse.de>

PR lto/41552
PR lto/41487
* lto-symtab.c (struct lto_symtab_base_def): Remove.
(struct lto_symtab_identifier_def): Likewise.
(struct lto_symtab_decl_def): Likewise.
(struct lto_symtab_entry_def): New.
(lto_symtab_identifier_t): Rename to ...
(lto_symtab_entry_t): ... this.
(lto_symtab_decls): Remove.
(lto_symtab_base_hash): Rename to ...
(lto_symtab_entry_hash): ... this.
(lto_symtab_base_eq): Rename to ...
(lto_symtab_entry_eq): ... this.
(lto_symtab_base_marked_p): Rename to ...
(lto_symtab_entry_marked_p): ... this.
(lto_symtab_identifier_marked_p): Remove.
(lto_symtab_decl_marked_p): Likewise.
(lto_symtab_maybe_init_hash_tables): Rename to ...
(lto_symtab_maybe_init_hash_table): ... this.
(lto_symtab_set_resolution_and_file_data): Remove.
(lto_symtab_register_decl): New function.
(lto_symtab_get_identifier): Remove.
(lto_symtab_get): New function.
(lto_symtab_get_resolution): Adjust.
(lto_symtab_get_identifier_decl): Remove.
(lto_symtab_set_identifier_decl): Likewise.
(lto_symtab_merge_decl): Rename to ...
(lto_symtab_merge): ... this.  Rewrite.
(lto_symtab_merge_var): Remove.
(lto_symtab_merge_fn): Likewise.
(lto_symtab_prevailing_decl): Adjust.
(lto_cgraph_replace_node): New function.
(lto_symtab_merge_decls_2): Likewise.
(lto_symtab_merge_decls_1): Likewise.
(lto_symtab_fixup_var_decls): Likewise.
(lto_symtab_resolve_symbols): Likewise.
(lto_symtab_merge_decls): Likewise.
(lto_symtab_prevailing_decl): Adjust.
(lto_symtab_get_symtab_def): Remove.
(lto_symtab_get_file_data): Likewise.
(lto_symtab_clear_resolution): Adjust.
(lto_symtab_clear_resolution): Likewise.
* lto-cgraph.c (input_edge): Do not merge cgraph nodes here.
(input_cgraph_1): Likewise.
* lto-streamer-in.c (get_resolution): Do not provide fake
symbol resolutions here.
(deferred_global_decls): Remove.
(lto_register_deferred_decls_in_symtab): Likewise.
(lto_register_var_decl_in_symtab): Change signature, register
variable via lto_symtab_register_decl.
(lto_register_function_decl_in_symtab): Likewise.
(lto_read_tree): Adjust.
* lto-streamer.h (lto_register_deferred_decls_in_symtab): Remove.
(lto_symtab_merge_var): Likewise.
(lto_symtab_merge_fn): Likewise.
(lto_symtab_register_decl): Declare.
(lto_symtab_merge_decls): Likewise.

lto/
* lto.c (lto_read_decls): Do not register deferred decls.
(read_cgraph_and_symbols): Delay symbol and cgraph merging
until after reading the IPA summaries.

* g++.dg/lto/20091002-1_0.C: Adjust flags.
* g++.dg/lto/20091004-1_0.C: New testcase.
* g++.dg/lto/20091004-1_1.C: Likewise.
* g++.dg/lto/20091004-2_0.C: Likewise.
* g++.dg/lto/20091004-2_1.C: Likewise.
* g++.dg/lto/20091004-3_0.C: Likewise.
* g++.dg/lto/20091004-3_1.C: Likewise.

From-SVN: r152450

14 years agore PR tree-optimization/23821 (DOM and VRP creating harder to optimize code)
Richard Guenther [Mon, 5 Oct 2009 13:18:09 +0000 (13:18 +0000)]
re PR tree-optimization/23821 (DOM and VRP creating harder to optimize code)

2009-10-05  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/23821
* tree-vrp.c (vrp_finalize): Do not perform copy propagation.
* tree-ssa-dom.c (cprop_operand): Do not propagate copies into
simple IV increments.

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

From-SVN: r152449

14 years agore PR fortran/41403 (miscompilation of goto/label using code)
Daniel Kraft [Mon, 5 Oct 2009 13:15:35 +0000 (15:15 +0200)]
re PR fortran/41403 (miscompilation of goto/label using code)

2009-10-05  Daniel Kraft  <d@domob.eu>

PR fortran/41403
* trans-stmt.c (gfc_trans_goto): Ignore statement list on assigned goto
if it is present.

2009-10-05  Daniel Kraft  <d@domob.eu>

PR fortran/41403
* gfortran.dg/goto_6.f: New test.
* gfortran.dg/goto_7.f: New test.

From-SVN: r152448

14 years agoarm.c (arm_override_options): Really initialize flag_dwarf2_cfi_asm to 0.
Ramana Radhakrishnan [Mon, 5 Oct 2009 09:25:34 +0000 (09:25 +0000)]
arm.c (arm_override_options): Really initialize flag_dwarf2_cfi_asm to 0.

2009-10-05  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>

        * config/arm/arm.c (arm_override_options): Really initialize
        flag_dwarf2_cfi_asm to 0.

From-SVN: r152446

14 years agore PR rtl-optimization/41574 (Distribute floating point expressions causes bad code...
Doug Kwan [Mon, 5 Oct 2009 09:08:46 +0000 (09:08 +0000)]
re PR rtl-optimization/41574 (Distribute floating point expressions causes bad code [4.4 only])

2009-10-05  Doug Kwan  <dougkwan@google.com>

PR rtl-optimization/41574
Index: combine.c (distribute_and_simplify_rtx): Quit if RTX mode is
floating point and we are not doing unsafe math optimizations.

From-SVN: r152443

14 years agoDaily bump.
GCC Administrator [Mon, 5 Oct 2009 00:16:44 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r152442

14 years agousing.xml: Add profile headers.
Benjamin Kosnik [Mon, 5 Oct 2009 00:13:36 +0000 (00:13 +0000)]
using.xml: Add profile headers.

2009-10-04  Benjamin Kosnik  <bkoz@redhat.com>

* doc/xml/manual/using.xml: Add profile headers.
* testsuite/ext/profile/mh.cc: Restrict to linux.

From-SVN: r152439

14 years agoplugin-api.h: Fix compile.
Jerry Quinn [Sun, 4 Oct 2009 16:53:12 +0000 (16:53 +0000)]
plugin-api.h: Fix compile.

2009-10-04  Jerry Quinn  <jlquinn@optonline.net>

* plugin-api.h: Fix compile.

From-SVN: r152438

14 years agoDaily bump.
GCC Administrator [Sun, 4 Oct 2009 00:17:00 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r152437

14 years agoMerge lto branch into trunk.
Diego Novillo [Sat, 3 Oct 2009 21:10:11 +0000 (17:10 -0400)]
Merge lto branch into trunk.

From-SVN: r152434

14 years agore PR c++/41553 (timeout when compiling g++.old-deja/g++.other/crash28.C)
Jason Merrill [Sat, 3 Oct 2009 18:48:44 +0000 (14:48 -0400)]
re PR c++/41553 (timeout when compiling g++.old-deja/g++.other/crash28.C)

PR c++/41553
* parser.c (cp_parser_lambda_introducer): Avoid infinite loop on
parse error.

From-SVN: r152433

14 years agore PR testsuite/41542 (gcc.dg/tree-ssa/ipa-cp-1.c failed)
Uros Bizjak [Sat, 3 Oct 2009 08:15:55 +0000 (10:15 +0200)]
re PR testsuite/41542 (gcc.dg/tree-ssa/ipa-cp-1.c failed)

PR testsuite/41542
* gcc.dg/tree-ssa/ipa-cp-1.c: Remove mis-merged garbage.

From-SVN: r152432

14 years agomerge branch profile-stdlib
Silvius Rus [Sat, 3 Oct 2009 02:17:41 +0000 (02:17 +0000)]
merge branch profile-stdlib

From-SVN: r152431

14 years agomangle.c (write_unnamed_type_name): Implement.
Jason Merrill [Sat, 3 Oct 2009 00:46:49 +0000 (20:46 -0400)]
mangle.c (write_unnamed_type_name): Implement.

* mangle.c (write_unnamed_type_name): Implement.
(local_class_index): Split out from...
(discriminator_for_local_entity): ...here.
(nested_anon_class_index): New.
* cp-tree.h (TYPE_FUNCTION_SCOPE_P): New.

From-SVN: r152429

14 years agoDaily bump.
GCC Administrator [Sat, 3 Oct 2009 00:17:42 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r152428

14 years agoAdd support for comdat type sections for DWARF v4.
Cary Coutant [Fri, 2 Oct 2009 20:44:09 +0000 (20:44 +0000)]
Add support for comdat type sections for DWARF v4.

Add support for comdat type sections for DWARF v4.  Merge from dwarf4
branch.
* dwarf2out.c (DWARF_TYPE_SIGNATURE_SIZE): New constant.
(dw_die_ref): Define vector type.
(enum dw_val_class): Add dw_val_class_data8.
(struct dw_val_struct): Add v.val_data8.
(comdat_type_node_ref): New type.
(struct die_struct): Move die_symbol into a union; add new field
die_type_node.  Change all uses.
(comdat_type_node): New type.
(skeleton_chain_node): New type.
(DWARF_COMDAT_TYPE_UNIT_HEADER_SIZE): New constant.
(comdat_type_list): New variable.
(dwarf_tag_name): Add DW_TAG_type_unit.
(dwarf_attr_name): Add DW_AT_signature.
(add_AT_data8): New function.
(replace_child): New function.
(move_all_children): New function.
(print_signature): New function.
(print_die): Print signature information; add dw_val_class_data8.
(attr_checksum): Support dw_val_class_data8.
(CHECKSUM_STRING): Redefine for DWARF-4 to include
trailing NULL byte.
(CHECKSUM_SLEB128, CHECKSUM_ULEB128): New macros.
(checksum_sleb128, checksum_uleb128): New functions.
(checksum_die_context): New function.
(loc_checksum_ordered): New function.
(attr_checksum_ordered): New function.
(struct checksum_attributes): New structure.
(collect_checksum_attributes): New function.
(die_checksum_ordered): New function.
(generate_type_signature): New function.
(same_dw_val_p): Add dw_val_class_data8.
(is_symbol_die): Use new is_declaration_die function.
(is_declaration_die): New function.
(should_move_die_to_comdat): New function.
(clone_die): New function.
(clone_tree): New function.
(clone_as_declaration): New function.
(copy_declaration_context): New function.
(generate_skeleton_ancestor_tree): New function.
(generate_skeleton_bottom_up): New function.
(generate_skeleton): New function.
(remove_child_or_replace_with_skeleton): New function.
(break_out_comdat_types): New function.
(struct decl_table_entry): New type.
(htab_decl_hash): New function.
(htab_decl_eq): New function.
(htab_decl_del): New function.
(copy_ancestor_tree): New function.
(copy_decls_walk): New function.
(copy_decls_for_unworthy_types): New function.
(build_abbrev_table): Don't assert on missing die_symbol when doing
comdat type sections.
(size_of_die): Use DW_FORM_sig8 for external references; Add
dw_val_class_data8.
(unmark_dies): Don't assert for unmarked dies when doing comdat
type sections.
(value_format): Support DW_FORM_sig8 and dw_val_class_data8.
(output_signature): New function.
(output_die): Likewise.
(output_compilation_unit_header): Mark output as DWARF version 3
even if generating DWARF 4.
(output_comdat_type_unit): New function.
(output_line_info): Mark output as DWARF version 3 even if generating
DWARF 4.
(dwarf2out_start_source_file): Don't do eliminate_dwarf2_dups with
DWARF-4.
(dwarf2out_end_source_file): Likewise.
(prune_unused_types_walk_attribs): Don't follow references into
comdat type sections.
(prune_unused_types_mark): When generating type units, do not mark
children of non-defining declarations of types; do mark children of
type entries.
(prune_unused_types): Process comdat type sections.
(htab_ct_hash): New function.
(htab_ct_eq): New function.
(dwarf2out_finish): Move types to comdat sections when using DWARF-4.
Add a pointer to the line table from type unit entries so
DW_AT_decl_file has meaning.
* varasm.c (default_elf_asm_named_section): Use identifier name as
comdat key instead of lang hook.

From-SVN: r152421

14 years agodecl.c (gnat_to_gnu_entity): Generate an XVZ variable alongside the XVS type if the...
Eric Botcazou [Fri, 2 Oct 2009 20:30:59 +0000 (20:30 +0000)]
decl.c (gnat_to_gnu_entity): Generate an XVZ variable alongside the XVS type if the size is not constant.

* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Record_Subtype>:
Generate an XVZ variable alongside the XVS type if the size is
not constant.
(maybe_pad_type): Minor tweak.

From-SVN: r152420

14 years agogcov-io.c (gcov_open): Open files read-only when MODE < 0
Neil Vachharajani [Fri, 2 Oct 2009 20:21:43 +0000 (20:21 +0000)]
gcov-io.c (gcov_open): Open files read-only when MODE < 0

2009-10-02  Neil Vachharajani  <nvachhar@google.com>

       * gcov-io.c (gcov_open): Open files read-only when MODE < 0

From-SVN: r152419

14 years agodecl.c (check_ok_for_atomic): Do nothing if the type doesn't come from source.
Eric Botcazou [Fri, 2 Oct 2009 20:16:18 +0000 (20:16 +0000)]
decl.c (check_ok_for_atomic): Do nothing if the type doesn't come from source.

* gcc-interface/decl.c (check_ok_for_atomic): Do nothing if the type
doesn't come from source.

From-SVN: r152418

14 years agodecl.c (gnat_to_gnu_component_type): Force at least unit size for the component size...
Eric Botcazou [Fri, 2 Oct 2009 20:03:16 +0000 (20:03 +0000)]
decl.c (gnat_to_gnu_component_type): Force at least unit size for the component size of an array with aliased components.

* gcc-interface/decl.c (gnat_to_gnu_component_type): Force at least
unit size for the component size of an array with aliased components.
(maybe_pad_type): Do not warn for MAX_EXPR.

From-SVN: r152417

14 years ago* config/i386/i386.md (divmod<mode>4) Macroize expander from
Uros Bizjak [Fri, 2 Oct 2009 19:47:34 +0000 (21:47 +0200)]
* config/i386/i386.md (divmod<mode>4) Macroize expander from
divmoddi4, divmodsi4 and divmodhi4 patterns using SWI248 macro.
(*divmod<mode>4): Macroize insn_and_split pattern from
*divmoddi4_cltd_rex64, *divmodsi4_cltd and divmodhi4 insn patterns
and their corresponding splitters usign SWI248 macro.  Split SImode
insn to generate cltd and DImode insn to generate cqto instead of
move+shift when optimizing for size or TARGET_USE_CLTD is in effect.
(*divmoddi4_nocltd_rex64, *divmodsi4_nocltd): Remove insn patterns.
(*divmod<mode>4_noext): Macroize insn from *divmoddi_noext_rex64 and
*divmodsi_noext patterns using SWI248 macro.
(udivmod<mode>4): Macroize expander from udivmoddi4, udivmodsi4 and
udivmodhi4 patterns using SWI248 macro.
(*udivmod<mode>4): Macroize insn_and_split pattern from
*udivmoddi4, udivmodsi4 and udivmodhi4 patterns and their
corresponding splitters using SWI248 macro.
(*udivmod<mode>4_noext): Macroize insn from *udivmoddi4_noext,
*udivmodsi4_noext and *udivmodhi_noext patterns using SWI248 macro.

From-SVN: r152416

14 years agostor-layout.c (layout_type): Make sure that an array of zero-sized element is zero...
Eric Botcazou [Fri, 2 Oct 2009 19:10:40 +0000 (19:10 +0000)]
stor-layout.c (layout_type): Make sure that an array of zero-sized element is zero-sized regardless of its...

* stor-layout.c (layout_type) <ARRAY_TYPE>: Make sure that an array
of zero-sized element is zero-sized regardless of its extent.

From-SVN: r152415

14 years agore PR debug/40521 (-g causes GCC to generate .eh_frame)
Jakub Jelinek [Fri, 2 Oct 2009 18:52:15 +0000 (20:52 +0200)]
re PR debug/40521 (-g causes GCC to generate .eh_frame)

PR debug/40521
* configure.ac (HAVE_GAS_CFI_SECTIONS_DIRECTIVE): New test.
* configure: Regenerated.
* config.in: Regenerated.
* dwarf2out.c (dwarf2out_do_cfi_asm): Return false if
!HAVE_GAS_CFI_SECTIONS_DIRECTIVE and not emitting .eh_frame.
(dwarf2out_init): If HAVE_GAS_CFI_SECTIONS_DIRECTIVE and
not emitting .eh_frame, emit .cfi_sections .debug_frame
directive.

From-SVN: r152414

14 years agoMove entry from gcc/ChangeLog to gcc/cp/ChangeLog.
Janis Johnson [Fri, 2 Oct 2009 18:34:26 +0000 (18:34 +0000)]
Move entry from gcc/ChangeLog to gcc/cp/ChangeLog.

From-SVN: r152413

14 years agoguality.exp: Disable on darwin.
Jack Howarth [Fri, 2 Oct 2009 18:15:11 +0000 (18:15 +0000)]
guality.exp: Disable on darwin.

2009-10-02  Jack Howarth  <howarth@bromo.med.uc.edu>

        * gcc.dg/guality/guality.exp: Disable on darwin.

From-SVN: r152412

14 years agocall.c (convert_arg_to_ellipsis): Avoid promoting decimal32 to double.
Janis Johnson [Fri, 2 Oct 2009 16:38:57 +0000 (16:38 +0000)]
call.c (convert_arg_to_ellipsis): Avoid promoting decimal32 to double.

* call.c (convert_arg_to_ellipsis): Avoid promoting decimal32
to double.

* c-c++-common/dfp/func-vararg-alternate-d32.c: Remove XFAIL.
* c-c++-common/dfp/func-vararg-dfp.c: Ditto.
* c-c++-common/dfp/func-vararg-mixed.c: Ditto.
* c-c++-common/dfp/func-vararg-mixed-2.c: Ditto.

From-SVN: r152408

14 years agore PR fortran/41479 (intent(out) for types with default initialization)
Tobias Burnus [Fri, 2 Oct 2009 16:25:50 +0000 (18:25 +0200)]
re PR fortran/41479 (intent(out) for types with default initialization)

2009-10-02  Tobias Burnus  <burnus@net-b.de>

        PR fortran/41479
        * trans-decl.c (gfc_init_default_dt): Check for presence of
        the argument only if it is optional or in entry master.
        (init_intent_out_dt): Ditto; call gfc_init_default_dt
        for all derived types with initializers.

2009-10-02  Tobias Burnus  <burnus@net-b.de>

        PR fortran/41479
        * gfortran.dg/intent_out_5.f90: New test.

From-SVN: r152407

14 years agoimprove DECL_ABSTRACT_ORIGIN comment
Jason Merrill [Fri, 2 Oct 2009 15:32:58 +0000 (11:32 -0400)]
improve DECL_ABSTRACT_ORIGIN comment

From-SVN: r152404

14 years agore PR bootstrap/41404 (expr.c undefined reference while linking jc1)
Jakub Jelinek [Fri, 2 Oct 2009 15:01:22 +0000 (17:01 +0200)]
re PR bootstrap/41404 (expr.c undefined reference while linking jc1)

PR debug/41404
PR debug/41353
* cfgexpand.c (expand_debug_expr) <case STRING_CST>: Don't create
CONST_STRING if STRING_CST contains embedded '\0's or doesn't end with
'\0'.
(expand_debug_expr) <case VAR_DECL>: For TREE_STATIC !DECL_EXTERNAL
vars use DECL_RTL with resetting it back to NULL afterwards.
* dwarf2out.c (same_dw_val_p): For dw_val_class_addr compare with
rtx_equal_p instead of asserting it is a SYMBOL_REF.
(value_format): For dw_val_class_addr only use DW_FORM_addr if
the attribute type allows it, otherwise use DW_FORM_dataN.
(mem_loc_descriptor): Handle CONST_STRING.
(add_const_value_attribute): Handle CONST_STRING using add_AT_addr.
Handle MEM with CONST_STRING address using add_AT_string.
(rtl_for_decl_init): Return MEM with CONST_STRING address instead of
CONST_STRING for const arrays initialized with a string literal.
(resolve_one_addr, resolve_addr_in_expr, resolve_addr): New functions.
(dwarf2out_finish): Call resolve_addr.

* gcc.dg/guality/pr41404-1.c: New test.
* gcc.dg/guality/pr41353-2.c: New test.

From-SVN: r152403

14 years agore PR testsuite/41546 (Revision 152389 breaks gcc.target/i386/ifcvt-onecmpl-abs-1.c)
H.J. Lu [Fri, 2 Oct 2009 13:28:17 +0000 (06:28 -0700)]
re PR testsuite/41546 (Revision 152389 breaks gcc.target/i386/ifcvt-onecmpl-abs-1.c)

2009-10-02  H.J. Lu  <hongjiu.lu@intel.com>

PR testsuite/41546
* gcc.target/i386/ifcvt-onecmpl-abs-1.c: Change -mtune=i586
to -mtune=generic.

From-SVN: r152400

14 years agolb1sf68.asm (PICCALL): Use variable sized branch.
Andreas Schwab [Fri, 2 Oct 2009 11:20:51 +0000 (11:20 +0000)]
lb1sf68.asm (PICCALL): Use variable sized branch.

* config/m68k/lb1sf68.asm (PICCALL): Use variable sized branch.

Co-Authored-By: Maxim Kuvyrkov <maxim@codesourcery.com>
From-SVN: r152399

14 years agomn10300.h (USER_LABEL_PREFIX): Define.
Nick Clifton [Fri, 2 Oct 2009 10:54:30 +0000 (10:54 +0000)]
mn10300.h (USER_LABEL_PREFIX): Define.

        * config/mn10300/mn10300.h (USER_LABEL_PREFIX): Define.
        (ASM_OUTPUT_LABELREF): Use asm_fprintf and %U.

From-SVN: r152398

14 years agobase.h: Take integer types from <tr1/cstdint>.
Johannes Singler [Fri, 2 Oct 2009 07:47:48 +0000 (07:47 +0000)]
base.h: Take integer types from <tr1/cstdint>.

2009-10-02  Johannes Singler  <singler@ira.uka.de>

        * include/parallel/base.h: Take integer types from <tr1/cstdint>.
        * include/parallel/compatibility.h: Likewise.
        * include/parallel/multiseq_selection.h: Likewise.
        * include/parallel/random_shuffle.h: Likewise.
        * include/parallel/random_number.h: Likewise;
        use numeric_limits<>::digit instead of sizeof()*8.
        * include/parallel/types.h: Likewise.
        * doc/html/manual/bk01pt12ch31s03.html:
        Document dependency on stdint.h.

From-SVN: r152396

14 years agoparser.c (cp_parser_lambda_expression): Compute visibility.
Jason Merrill [Fri, 2 Oct 2009 04:33:51 +0000 (00:33 -0400)]
parser.c (cp_parser_lambda_expression): Compute visibility.

* parser.c (cp_parser_lambda_expression): Compute visibility.
(no_linkage_lambda_type_p): Remove.
* cp-tree.h: Remove declaration.
* tree.c (no_linkage_check): Don't call it.  Don't check template
args.  Don't check TREE_PUBLIC Types.

From-SVN: r152395

14 years agore PR fortran/33197 (Fortran 2008: math functions)
Kaveh R. Ghazi [Fri, 2 Oct 2009 03:52:05 +0000 (03:52 +0000)]
re PR fortran/33197 (Fortran 2008: math functions)

PR fortran/33197
* gfortran.h (HAVE_mpc_arc): Define.
* simplify.c (gfc_simplify_acos): Handle complex acos.
(gfc_simplify_acosh): Likewise for acosh.
(gfc_simplify_asin): Likewise for asin.
(gfc_simplify_asinh): Likewise for asinh.
(gfc_simplify_atan): Likewise for atan.
(gfc_simplify_atanh): Likewise for atanh.

From-SVN: r152394

14 years agodecl.c (grokdeclarator): Set constexprness before announcing friendship.
Gabriel Dos Reis [Fri, 2 Oct 2009 02:21:01 +0000 (02:21 +0000)]
decl.c (grokdeclarator): Set constexprness before announcing friendship.

* decl.c (grokdeclarator): Set constexprness before announcing
friendship.

Co-Authored-By: Jason Merrill <jason@redhat.com>
From-SVN: r152393

14 years agoDaily bump.
GCC Administrator [Fri, 2 Oct 2009 00:16:48 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r152392

14 years ago* gcc.target/i386/ifcvt-onecmpl-abs-1.c: Specify -mtune=i586.
Loren J. Rittle [Thu, 1 Oct 2009 23:28:54 +0000 (23:28 +0000)]
* gcc.target/i386/ifcvt-onecmpl-abs-1.c: Specify -mtune=i586.

From-SVN: r152389

14 years agocgraph.c (cgraph_clone_node): Add redirect_callers parameter.
Jan Hubicka [Thu, 1 Oct 2009 23:20:15 +0000 (01:20 +0200)]
cgraph.c (cgraph_clone_node): Add redirect_callers parameter.

* cgraph.c (cgraph_clone_node): Add redirect_callers parameter.
(cgraph_create_virtual_clone): Just pass redirect_callers
around.
* cgraph.h (cgraph_clone_node): Update prototype.
* ipa-pure-const.c (self_recursive_p): New function.
(propagate): Use it.
* ipa-inline.c (cgraph_clone_inlined_nodes,
* cgraph_decide_recursive_inlining): Update.
* gcc.dg/tree-ssa/ipa-cp-1.c: New testcase.

From-SVN: r152388

14 years agoMakefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than $(srcdir).
Loren J. Rittle [Thu, 1 Oct 2009 23:14:35 +0000 (23:14 +0000)]
Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than $(srcdir).

2009-10-01  Loren J. Rittle <ljrittle@acm.org>
            Paolo Bonzini  <bonzini@gnu.org>

* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
$(srcdir).
* Makefile.in: Rebuilt.

Co-Authored-By: Paolo Bonzini <bonzini@gnu.org>
From-SVN: r152387

14 years ago* gcc.dg/20021014-1.c (*-*-freebsd*): Use dg-message.
Loren J. Rittle [Thu, 1 Oct 2009 23:08:07 +0000 (23:08 +0000)]
* gcc.dg/20021014-1.c (*-*-freebsd*): Use dg-message.

From-SVN: r152386

14 years agoprinters.py (StdListPrinter): Add -D_GLIBCXX_DEBUG implementation changes.
Phil Muldoon [Thu, 1 Oct 2009 20:43:13 +0000 (20:43 +0000)]
printers.py (StdListPrinter): Add -D_GLIBCXX_DEBUG implementation changes.

2009-10-01  Phil Muldoon <pmuldoon@redhat.com>

* python/libstdcxx/v6/printers.py (StdListPrinter):
Add -D_GLIBCXX_DEBUG implementation changes. Receive typename from
printer registration.
(StdListIteratorPrinter): Likewise.
(StdDebugIteratorPrinter): New printer.
(build_libstdcxx_dictionary): Add -D_GLIBCXX_DEBUG registration
entries.  Always pass a typename where the type can change.
(StdSlistPrinter) Receive typename from printer registration.  Use
in printer output.
(StdBitsetPrinter): Likewise.
(StdDequePrinter): Likewise.

From-SVN: r152385

14 years agoprinters.py (StdListPrinter): Add -D_GLIBCXX_DEBUG implementation changes.
Phil Muldoon [Thu, 1 Oct 2009 20:42:12 +0000 (20:42 +0000)]
printers.py (StdListPrinter): Add -D_GLIBCXX_DEBUG implementation changes.

2009-10-01  Phil Muldoon <pmuldoon@redhat.com>

* python/libstdcxx/v6/printers.py (StdListPrinter):
Add -D_GLIBCXX_DEBUG implementation changes. Receive typename from
printer registration.
(StdListIteratorPrinter): Likewise.
(StdDebugIteratorPrinter): New printer.
(build_libstdcxx_dictionary): Add -D_GLIBCXX_DEBUG registration
entries.  Always pass a typename where the type can change.
(StdSlistPrinter) Receive typename from printer registration.  Use
in printer output.
(StdBitsetPrinter): Likewise.
(StdDequePrinter): Likewise.

From-SVN: r152383

14 years ago2009-10-01 David Daney <ddaney@caviumnetworks.com>
David Daney [Thu, 1 Oct 2009 16:18:33 +0000 (16:18 +0000)]
2009-10-01  David Daney  <ddaney@caviumnetworks.com>

* gcc/config/mips/mips.c (mips_process_sync_loop) Emit syncw
instructions for TARGET_OCTEON.

From-SVN: r152380

14 years agore PR fortran/41515 (PARAMETER statement in module subroutines)
Tobias Burnus [Thu, 1 Oct 2009 16:05:48 +0000 (18:05 +0200)]
re PR fortran/41515 (PARAMETER statement in module subroutines)

2009-10-01  Tobias Burnus  <burnus@net-b.de>

        PR fortran/41515
        * decl.c (do_parm): Call add_init_expr_to_sym.

2009-10-01  Tobias Burnus  <burnus@net-b.de>

        PR fortran/41515
        * gfortran.dg/parameter_array_init_5.f90: New test.

From-SVN: r152377

14 years agodecl.c (record_builtin_java_type): Undo unintended change.
Gabriel Dos Reis [Thu, 1 Oct 2009 15:31:42 +0000 (15:31 +0000)]
decl.c (record_builtin_java_type): Undo unintended change.

* decl.c (record_builtin_java_type): Undo unintended change.
(cxx_init_decl_processing): Likewise.

From-SVN: r152375

14 years agopt.c (register_specialization): Push DECL_SOURCE_LOCATION to the clones.
Jason Merrill [Thu, 1 Oct 2009 14:37:08 +0000 (10:37 -0400)]
pt.c (register_specialization): Push DECL_SOURCE_LOCATION to the clones.

* pt.c (register_specialization): Push DECL_SOURCE_LOCATION to the
clones.

* decl.c (grok_special_member_properties): Only adjust
TYPE_HAS_COMPLEX_* if the function is defaulted in the class body.
(cp_finish_decl): Push DECL_DELETED_FN/DECL_DEFAULTED_FN to the
clones.

From-SVN: r152373

14 years agoarm.c (arm_override_options): Turn off flag_dwarf2_cfi_asm for AAPCS variants.
Ramana Radhakrishnan [Thu, 1 Oct 2009 12:18:34 +0000 (12:18 +0000)]
arm.c (arm_override_options): Turn off flag_dwarf2_cfi_asm for AAPCS variants.

2009-10-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>

* config/arm/arm.c (arm_override_options): Turn off
flag_dwarf2_cfi_asm for AAPCS variants.

From-SVN: r152369

14 years agore PR middle-end/12392 (very long optimized compile)
Martin Jambor [Thu, 1 Oct 2009 11:48:24 +0000 (13:48 +0200)]
re PR middle-end/12392 (very long optimized compile)

2009-10-01  Martin Jambor  <mjambor@suse.cz>

PR middle-end/12392
* tree-sra.c (convert_callers): Do not call
compute_inline_parameters on one caller more than once.

From-SVN: r152368

14 years agonetbsd-elf.h (NETBSD_CC1_AND_CC1PLUS_SPEC): Define as an empty string if not already...
Nick Clifton [Thu, 1 Oct 2009 11:42:33 +0000 (11:42 +0000)]
netbsd-elf.h (NETBSD_CC1_AND_CC1PLUS_SPEC): Define as an empty string if not already defined.

        * config/vax/netbsd-elf.h (NETBSD_CC1_AND_CC1PLUS_SPEC): Define as
        an empty string if not already defined.

From-SVN: r152367

14 years agore PR bootstrap/41395 (Revision 151800 failed bootstrap)
Martin Jambor [Thu, 1 Oct 2009 11:30:12 +0000 (13:30 +0200)]
re PR bootstrap/41395 (Revision 151800 failed bootstrap)

2009-10-01  Martin Jambor  <mjambor@suse.cz>

PR bootstrap/41395
* tree-sra.c (is_va_list_type): New function.
(find_var_candidates): Call is_va_list_type.
(find_param_candidates): Check that the type or the type pointed
to are not va_list types.

From-SVN: r152366

14 years agore PR c++/41503 (function_parameter_expanded_from_pack_p segfaults when passed a...
Martin Jambor [Thu, 1 Oct 2009 09:31:08 +0000 (11:31 +0200)]
re PR c++/41503 (function_parameter_expanded_from_pack_p segfaults when passed a PARM_DECL created by IPA-SRA)

2009-10-01  Martin Jambor  <mjambor@suse.cz>

PR c++/41503
* cp/pt.c (function_parameter_expanded_from_pack_p): Return false if
DECL_ARTIFICIAL (param_decl) is true.

From-SVN: r152365

14 years agotree.h (tree_decl_common::lang_flag_8): New.
Gabriel Dos Reis [Thu, 1 Oct 2009 05:13:56 +0000 (05:13 +0000)]
tree.h (tree_decl_common::lang_flag_8): New.

gcc/
* tree.h (tree_decl_common::lang_flag_8): New.
* c-common.c (c_common_reswords): Include "constexpr" as C++0x
keyword.
* c-common.h (RID_CONSTEXPR): New.

gcc/cp/
* decl.c (check_for_uninitialized_const_var): Check constexpr
variables too.
(build_ptrmemfunc_type): Make the result a literal type.
(build_ptrmem_type): Likewise.
(grokdeclarator): Handle `constexpr'.
(check_tag_decl): Reject `constexpr'.
(check_function_type): Check constexpr functions.
* cp-tree.h (ds_constexpr): New cp_decl_spec enumerator.
(CLASSTYPE_LITERAL_P): New.
(lang_type_class::is_literal): New.
(lang_type_class::dummy): Adjust width.
(literal_type_p): Declare.
* parser.c (cp_parser_check_decl_spec): Print it.
(cp_parser_decl_specifier_seq): Accept "constexpr".
* semantics.c (validate_constexpr_fundecl): Define.
(literal_type_p): Define.

From-SVN: r152358