summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gcc/ChangeLog:aoliva2010-12-134-1/+40
| | | | | | | | | | PR debug/46576 * jump.c (mark_all_labels): Skip debug insns. gcc/testsuite/ChangeLog: PR debug/46576 * gfortran.dg/debug/pr46576.f: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167738 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/ChangeLog:aoliva2010-12-134-2/+29
| | | | | | | | | | PR debug/46782 * cfgcleanup.c (try_forward_edges): Skip debug insns. gcc/testsuite/ChangeLog: PR debug/46782 * gcc.dg/debug/pr46782.c: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167737 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2010-12-131-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167736 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-12-12 Thomas Koenig <tkoenig@gcc.gnu.org>tkoenig2010-12-122-1/+5
| | | | | | | | * dump-parse-tree.c (show_expr): Add space for parens. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167732 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-12-12 Janus Weil <janus@gcc.gnu.org>janus2010-12-124-0/+33
| | | | | | | | | | | | | | PR fortran/46809 * resolve.c (resolve_select_type): Set the location of the first argument when generating the EXTENDS_TYPE_OF call. 2010-12-12 Janus Weil <janus@gcc.gnu.org> PR fortran/46809 * gfortran.dg/pointer_check_8.f90: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167731 138bc75d-0d04-0410-961f-82ee72b054a4
* * varasm.c (default_function_section): Check flag_reorder_functionshubicka2010-12-123-0/+13
| | | | | | | | | and targetm.have_named_sections. * config/darwin.c (darwin_function_section): Check flag_reorder_functions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167727 138bc75d-0d04-0410-961f-82ee72b054a4
* Author: Finn Thain <fthain@telegraphics.com.au>schwab2010-12-122-1/+10
| | | | | | | | | PR target/46179 * gcc/config/m68k/m68k.c (handle_move_double): Insert calls to m68k_final_prescan_insn to clean up @TLS operand syntax. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167724 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-12-12 Paolo Carlini <paolo.carlini@oracle.com>paolo2010-12-122-5/+10
| | | | | | | | PR c++/46901 * typeck.c (convert_for_assignment): Fix typo in warning message. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167723 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-12-12 Paolo Carlini <paolo.carlini@oracle.com>paolo2010-12-122-1/+5
| | | | | | | | * testsuite/util/testsuite_abi.cc (check_version): Don't push back GLIBCXX_3.4.16, unused. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167722 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2010-12-121-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167721 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-12-11 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2010-12-112-0/+13
| | | | | | | | PR fortran/46705 * gfortran.dg/continuation_12.f90: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167717 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-12-11 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2010-12-117-31/+54
| | | | | | | | | | | | | | | | | | | PR fortran/46705 * gfortran.h: New enum gfc_instring. (gfc_next_char_literal): Update prototype. * scanner.c (gfc_next_char_literal): Use new enum. Only give missing '&' warning for INSTRING_WARN. (gfc_next_char): Use new enum. (gfc_gobble_whitespace): Likewise. * io.c (next_char): Use new enum. (next_char_not_space): Likewise. (format_lex): Likewise. * match.c (gfc_match_parens): Likewise. (gfc_match_special_char): Likewise. (gfc_match_name_C): Likewise. * parse.c (next_fixed): Likewise. * primary.c (match_hollerith_constant): Likewise. (next_string_char): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167716 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-12-11 Tobias Burnus <burnus@net-b.de>burnus2010-12-115-8/+80
| | | | | | | | | | | | | | | | | PR fortran/46370 * primary.c (gfc_match_varspec): Pass information about * codimension to gfc_match_array_ref also for BT_CLASS. * resolve.c (resolve_procedure): Correct check for C612. 2010-12-11 Tobias Burnus <burnus@net-b.de> PR fortran/46370 * gfortran.dg/coarray_14.f90: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167715 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-12-11 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2010-12-112-0/+22
| | | | | | | | PR fortran/46842 * gfortran.dg/array_function_6.f90: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167714 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-12-11 Mikael Morin <mikael@gcc.gnu.org>jvdelisle2010-12-112-10/+20
| | | | | | | | | | | | Jerry DeLisle <jvdelisle@gcc.gnu.org> PR fortran/46842 * trans-array.c (dim_ok): New helper function. (gfc_conv_expr_descriptor): Use new helper function to check function array is full. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167713 138bc75d-0d04-0410-961f-82ee72b054a4
* In libobjc/:nicola2010-12-116-17/+1331
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2010-12-11 Nicola Pero <nicola.pero@meta-innovation.com> * sendmsg.c (selector_resolveClassMethod): New. (selector_resolveInstanceMethod): New. (__objc_resolve_class_method): New. (__objc_resolve_instance_method): New. (get_imp): Call __objc_resolve_class_method or __objc_resolve_instance_method at the appropriate time. (objc_msg_lookup): Same. (class_getClassMethod): Same. (class_getInstanceMethod): Same. (__objc_init_dispatch_tables): Initialize selector_resolveClassMethod and selector_resolveInstanceMethod. * objc/runtime.h: Updated documentation of class_getClassMethod, class_getInstanceMethod and class_getMethodImplementation. In gcc/testsuite/: 2010-12-11 Nicola Pero <nicola.pero@meta-innovation.com> * objc.dg/gnu-api-2-resolve-method.m: New. * obj-c++.dg/gnu-api-2-resolve-method.mm: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167712 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-12-11 Nicola Pero <nicola.pero@meta-innovation.com>nicola2010-12-113-4/+16
| | | | | | | | | * objc-private/module-abi-8.h (struct objc_symtab): Updated description of sel_ref_cnt and refs. * objc/deprecated/struct_objc_symtab.h (objc_symtab): Same change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167710 138bc75d-0d04-0410-961f-82ee72b054a4
* Added testcase that fails when stack alignment is incorrectly capped.asharif2010-12-112-0/+16
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167709 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc.dg/funcorder.c: Remove XFAIL for hppa*64*-*-*.danglin2010-12-112-4/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167708 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2010-12-111-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167707 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-12-10 Nicola Pero <nicola.pero@meta-innovation.com>nicola2010-12-103-0/+24
| | | | | | | | | * objc.dg/fobjc-std-1.m: Updated to test that class extensions produce an error with -fobjc-std=objc1. * obj-c++.dg/fobjc-std-1.mm: Same change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167700 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/46001jakub2010-12-104-1/+30
| | | | | | | | | | * decl.c (record_builtin_java_type): Call build_distinct_type_copy on build_nonstandard_integer_type result for __java_* types. * g++.dg/diagnostic/bitfld1.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167698 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix PR43023: fuse_partitions_with_similar_memory_accesses.spop2010-12-107-129/+172
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2010-12-10 Sebastian Pop <sebastian.pop@amd.com> PR tree-optimization/43023 * tree-data-ref.c (mem_write_stride_of_same_size_as_unit_type_p): Removed. (stores_zero_from_loop): Call stmt_stores_zero. * tree-data-ref.h (stmt_stores_zero): New. * tree-loop-distribution.c (generate_memset_zero): Do not return a boolean. Call gcc_assert on stride_of_unit_type_p. (generate_builtin): Call stmt_stores_zero. (rdg_flag_all_uses): Removed. (rdg_flag_similar_memory_accesses): Removed. (build_rdg_partition_for_component): Removed parameter other_stores. Removed call to rdg_flag_similar_memory_accesses. (can_generate_builtin): New. (similar_memory_accesses): New. (fuse_partitions_with_similar_memory_accesses): New. (rdg_build_partitions): Call fuse_partitions_with_similar_memory_accesses. * gfortran.dg/ldist-1.f90: Adjust pattern. * gfortran.dg/ldist-pr43023.f90: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167697 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.ac: Use i386/t-crtstuff on i?86-*-solaris2* ifro2010-12-103-2/+8
| | | | | | | | appropriate. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167696 138bc75d-0d04-0410-961f-82ee72b054a4
* PR rtl-optimization/46804jakub2010-12-104-3/+63
| | | | | | | | | | | | * regmove.c (optimize_reg_copy_3): Look for REG_EQUAL note on the setter of src_reg rather than on insn. If it is equal to the setter's original SET_SRC, replace it with its zero or sign extension instead of dropping it. * gfortran.dg/pr46804.f90: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167695 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite/lib/libstdc++.exp (v3-build_support): Deletero2010-12-102-0/+14
| | | | | | | libtestc++.a before creation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167692 138bc75d-0d04-0410-961f-82ee72b054a4
* * decl.c (grokmethod): Test DECL_CLASS_SCOPE_P.froydnj2010-12-103-3/+7
| | | | | | | * error.c (dump_decl): Test DECL_FILE_SCOPE_P. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167691 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-12-10 Richard Guenther <rguenther@suse.de>rguenth2010-12-102-10/+13
| | | | | | | | | | PR lto/46808 * lto-symtab.c (lto_symtab_merge_decls_2): Avoid type warnings after errors. (lto_symtab_merge_decls_1): Adjust. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167690 138bc75d-0d04-0410-961f-82ee72b054a4
* PR bootstrap/46819ian2010-12-103-0/+12
| | | | | | | | * configure.ac: For --disable-libgcj clear libgcj_saved. * configure: Rebuild. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167689 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/ChangeLog:davek2010-12-1018-45/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR middle-end/46674 PR lto/43157 * target.def (mangle_assembler_name): New target asm_out hook. * targhooks.c (default_mangle_assembler_name): Add default hook implementation. * targhooks.h (default_mangle_assembler_name): Add prototype. * lto-symtab.c (lto_symtab_register_decl): Use new hook when processing DECL_ASSEMBLER_NAMEs for lto symtabs. (lto_symtab_get_resolution): Likewise. (lto_cgraph_replace_node): Likewise. (lto_symtab_prevailing_decl): Likewise. * lto-streamer-out.c (write_symbol): Likewise. * doc/tm.texi.in (TARGET_MANGLE_ASSEMBLER_NAME): Add @hook directive. * doc/tm.texi: Regenerate. * config/i386/cygming.h (TARGET_MANGLE_ASSEMBLER_NAME): Define to point at i386_pe_mangle_assembler_name. * config/i386/winnt.c (i386_pe_mangle_assembler_name): New function. * config/i386/i386-protos.h (i386_pe_mangle_assembler_name): Add prototype. lto-plugin/ChangeLog: PR middle-end/46674 PR lto/43157 * configure.ac (SYM_STYLE): Don't AC_DEFINE. * lto-plugin.c (sym_style): Don't use it; default to ss_none. * configure: Regenerate. * config.h.in: Likewise. gcc/testsuite/ChangeLog: PR middle-end/46674 PR lto/43157 * gcc.dg/pr43157.c: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167688 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/froydnj2010-12-1016-172/+151
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * c-typeck.c (readonly_error): Delete. gcc/c-family/ * c-common.h (readonly_error): Declare. * c-common.c (readonly_error): Define. gcc/cp/ * cp-tree.h (readonly_error_kind): Delete. (readonly_error): Rename to... (cxx_readonly_error): ...this. Change second argument to be an enum lvalue_use. * semantics.c (finish_asm_stmt): Call cxx_readonly_error. * typeck.c (cp_build_unary_op): Likewise. (cp_build_modify_expr): Likewise. * typeck2.c (readonly_error): Rename to... (cxx_readonly_error): ...this. Delegate to readonly_error for most cases. gcc/testsuite/ * gcc.dg/dfp/struct-union.c: Adjust. * gcc.dg/lvalue-2.c: Adjust. * gcc.dg/pr21419.c: Adjust. * gcc.dg/qual-component-1.c: Adjust. * g++.dg/other/const1.C: Adjust. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167687 138bc75d-0d04-0410-961f-82ee72b054a4
* PR rtl-optimization/46865jakub2010-12-106-3/+98
| | | | | | | | | | | | | * rtl.c (rtx_equal_p_cb, rtx_equal_p): For last operand of ASM_OPERANDS and ASM_INPUT if integers are different, call locator_eq. * jump.c (rtx_renumbered_equal_p): Likewise. * gcc.target/i386/pr46865-1.c: New test. * gcc.target/i386/pr46865-2.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167686 138bc75d-0d04-0410-961f-82ee72b054a4
* PR tree-optimization/46864jakub2010-12-104-1/+38
| | | | | | | | | | * tree-ssa-loop-im.c (loop_suitable_for_sm): Return false even when there are EDGE_EH exit edges. * g++.dg/opt/pr46864.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167685 138bc75d-0d04-0410-961f-82ee72b054a4
* /burnus2010-12-1014-16/+191
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2010-12-10 Tobias Burnus <burnus@net-b.de> PR fortran/46540 * configure.ac: Add --disable-libquadmath and --disable-libquadmath-support. * configure: Regenerate. gcc/ 2010-12-10 Tobias Burnus <burnus@net-b.de> PR fortran/46540 * configure.ac: Handle --disable-libquadmath-support. * doc/install.texi: Document --disable-libquadmath and --disable-libquadmath-support * configure: Regenerate. * config.in: Regenerate. gcc/fortran/ 2010-12-10 Tobias Burnus <burnus@net-b.de> PR fortran/46540 * trans-types.c (gfc_init_kinds): Handle --disable-libquadmath-support. libgfortran/ 2010-12-10 Tobias Burnus <burnus@net-b.de> PR fortran/46540 * acinclude.m4 (LIBGFOR_CHECK_FLOAT128): Honour --disable-libquadmath-support. * configure.ac: Handle --disable-libquadmath-support. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167684 138bc75d-0d04-0410-961f-82ee72b054a4
* dsymutil enabled for Fortran.iains2010-12-106-2/+27
| | | | | | | | | | | | | | | | | | | | | | 2010-12-10 Jack Howarth <howarth@bromo.med.uc.edu> Iain Sandoe <iains@gcc.gnu.org> PR 43751/target gcc: * config/darwin9.h (DSYMUTIL_SPEC): Add fortran source types. testsuite: * lib/prune.exp: Prune dsymutil warnings. libstadc++-v3: * testsuite/lib/prune.exp: Prune dsymutil warnings. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167683 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc:iains2010-12-102-5/+25
| | | | | | | | | | | | | | * config/rs6000/rs6000.c (rs6000_darwin64_record_arg_advance_recurse): Name register increment explicitly. (rs6000_darwin64_record_arg_recurse): Make sure we split long doubles when we run out of regs. Also flag that this requires stack and therefore cannot be returned by value. (rs6000_darwin64_record_arg): Update comment. (rs6000_function_value): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167682 138bc75d-0d04-0410-961f-82ee72b054a4
* update boehm-gc for powerpc m64 darwin.iains2010-12-104-36/+132
| | | | | | | | | | | | | | boehm-gc: * powerpc_darwin_mach_dep.s: Update for m64. Add eh frames. Do not build or use the picsymbol stub for Darwin >= 9. * tests/test.c (reverse_test): Modify count for ppc64-darwin. * pthread_support.c (GC_get_thread_stack_base): Correct a debug statement. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167681 138bc75d-0d04-0410-961f-82ee72b054a4
* In gcc/:nicola2010-12-1019-75/+811
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2010-12-10 Nicola Pero <nicola.pero@meta-innovation.com> * c-parser.c (c_parser_objc_class_definition): Recognize Objective-C 2.0 class extensions. In gcc/cp/: 2010-12-10 Nicola Pero <nicola.pero@meta-innovation.com> * parser.c (cp_parser_objc_superclass_or_category): Recognize Objective-C 2.0 class extensions. Added iface_p and is_class_extension arguments. (cp_parser_objc_class_interface): Updated call to cp_parser_objc_superclass_or_category. (cp_parser_objc_class_implementation): Same change. In gcc/objc/: 2010-12-10 Nicola Pero <nicola.pero@meta-innovation.com> * objc-act.c (objc_in_class_extension): New. (objc_start_category_interface): If -fobjc-std=objc1 was specified, produce an error if a class extension is used. (objc_finish_interface): Reset objc_in_class_extension to false. (objc_add_property_declaration): Allow a class extension to extend readonly properties in the main @interface to be readwrite. (start_class): Added code to deal with class extensions. In that case, return the existing interface after adding any additional protocols to it and setting objc_in_class_extension to true. (continue_class): If in a class extension, do not generate the instance variable template. In gcc/testsuite/: 2010-12-10 Nicola Pero <nicola.pero@meta-innovation.com> * objc.dg/class-extension-1.m: New. * objc.dg/class-extension-2.m: New. * objc.dg/class-extension-3.m: New. * objc.dg/property/at-property-26.m: New. * objc.dg/property/at-property-27.m: New. * objc.dg/property/at-property-28.m: New. * obj-c++.dg/class-extension-1.mm: New. * obj-c++.dg/class-extension-2.mm: New. * obj-c++.dg/class-extension-3.mm: New. * obj-c++.dg/property/at-property-26.mm: New. * obj-c++.dg/property/at-property-27.mm: New. * obj-c++.dg/property/at-property-28.mm: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167680 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc:iains2010-12-103-3/+6
| | | | | | | | | * config/darwin.c: Remove c-tree.h and c-lang.h * config/t-darwin: Remove dependencies on c-tree.h and c-lang.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167679 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/46881amylaar2010-12-104-6/+15
| | | | | | | | | | | * doc/tm.texi: Regenerate. * target.def: Fix "preferred" spelling. Refer to rclass by its exact name. * config/arm/arm.c (arm_preferred_rename_class): Rename parameter class to rclass. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167678 138bc75d-0d04-0410-961f-82ee72b054a4
* * call.c (print_conversion_rejection): Indent messages two spaces.froydnj2010-12-102-2/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167677 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/pdp11/pdp11-protos.h (output_move_double,pkoning2010-12-104-523/+360
| | | | | | | | | | | | | | | | | output_move_quad): Delete. (output_move_multiple, pdp11_expand_operands): New functions. (pdp11_action, pdp11_partorder): New enums. * config/pdp11/pdp11.md (movdi, movsi, movdf, movsf): Use output_move_multiple. (adddi3, subdi3, negdi2): New patterns. (addsi3, subsi3, negsi2): Use pdp11_expand_operands. (abshi2): Delete. (neghi2, negqi2): Use PDPint iterator. * config/pdp11/pdp11.c (find_addr_reg, output_move_double, output_move_quad): Delete. (pdp11_expand_operands, output_move_multiple): New functions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167676 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/vax/linux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Define.jsm282010-12-103-1/+12
| | | | | | | * config.gcc (vax-*-linux*): Don't use svr4.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167675 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2010-12-101-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167674 138bc75d-0d04-0410-961f-82ee72b054a4
* Avoid some crashes on erroneous programs.ian2010-12-092-1/+10
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167670 138bc75d-0d04-0410-961f-82ee72b054a4
* PR bootstrap/46812ian2010-12-092-2/+2
| | | | | | | Add explicit -I . when building libgo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167668 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/46057danglin2010-12-0923-0/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gcc.dg/torture/stackalign/nested-1.c: Skip on hppa*-*-hpux*. * gcc.dg/torture/stackalign/vararg-1.c: Likewise. * gcc.dg/torture/stackalign/nested-2.c: Likewise. * gcc.dg/torture/stackalign/vararg-2.c: Likewise. * gcc.dg/torture/stackalign/nested-3.c: Likewise. * gcc.dg/torture/stackalign/nested-4.c: Likewise. * gcc.dg/torture/stackalign/global-1.c: Likewise. * gcc.dg/torture/stackalign/ret-struct-1.c: Likewise. * gcc.dg/torture/stackalign/inline-1.c: Likewise. * gcc.dg/torture/stackalign/inline-2.c: Likewise. * gcc.dg/torture/stackalign/struct-1.c: Likewise. * gcc.dg/torture/stackalign/pr16660-1.c: Likewise. * gcc.dg/torture/stackalign/alloca-1.c: Likewise. * g++.dg/torture/stackalign/throw-1.C: Likewise. * g++.dg/torture/stackalign/throw-2.C: Likewise. * g++.dg/torture/stackalign/throw-4.C: Likewise. * g++.dg/torture/stackalign/eh-inline-1.C: Likewise. * g++.dg/torture/stackalign/eh-inline-2.C: Likewise. * g++.dg/torture/stackalign/eh-vararg-1.C: Likewise. * g++.dg/torture/stackalign/eh-vararg-2.C: Likewise. * g++.dg/torture/stackalign/eh-alloca-1.C: Likewise. * g++.dg/torture/stackalign/eh-global-1.C: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167667 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/froydnj2010-12-097-37/+55
| | | | | | | | | | | | | | | * c-typeck.c (build_indirect_ref): Call invalid_indirection_error. gcc/c-family/ * c-common.h (invalid_indirection_error): Declare. * c-common.c (invalid_indirection_error): Define. gcc/cp/ * typeck.c (cp_build_indirect_ref): Call invalid_indirection_error. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167666 138bc75d-0d04-0410-961f-82ee72b054a4
* * typeck.c (composite_pointer_error): New function.froydnj2010-12-092-61/+38
| | | | | | | (composite_pointer_type_r, composite_pointer_type): Call it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167665 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/extend.texi (Attribute Syntax): Correct description ofjsm282010-12-092-1/+6
| | | | | | | attributes in pointer declarators. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167664 138bc75d-0d04-0410-961f-82ee72b054a4