summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/gcc-4_6-branch' into hjl/x32/gcc-4_6-branchhjl/x32/gcc-4_6-branchH.J. Lu2012-06-2688-261/+1628
|\
| * Daily bump.gccadmin2012-06-261-1/+1
| | | | | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188969 138bc75d-0d04-0410-961f-82ee72b054a4
| * PR c++/52988jason2012-06-254-1/+28
| | | | | | | | | | | | | | * typeck.c (decay_conversion): Don't discard side-effects from expressions of nullptr_t. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188953 138bc75d-0d04-0410-961f-82ee72b054a4
| * Daily bump.gccadmin2012-06-251-1/+1
| | | | | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188920 138bc75d-0d04-0410-961f-82ee72b054a4
| * Daily bump.gccadmin2012-06-241-1/+1
| | | | | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188911 138bc75d-0d04-0410-961f-82ee72b054a4
| * Daily bump.gccadmin2012-06-231-1/+1
| | | | | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188904 138bc75d-0d04-0410-961f-82ee72b054a4
| * 2012-06-22 Richard Guenther <rguenther@suse.de>rguenth2012-06-222-2/+6
| | | | | | | | | | | | | | * gcov-iov.c: Include bconfig.h and system.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188886 138bc75d-0d04-0410-961f-82ee72b054a4
| * 2012-06-22 Richard Guenther <rguenther@suse.de>rguenth2012-06-222-1/+12
| | | | | | | | | | | | | | | | PR gcov-profile/53744 * gcov-iov.c (main): Treat "" and "prerelease" the same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188878 138bc75d-0d04-0410-961f-82ee72b054a4
| * Daily bump.gccadmin2012-06-221-1/+1
| | | | | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188863 138bc75d-0d04-0410-961f-82ee72b054a4
| * Daily bump.gccadmin2012-06-211-1/+1
| | | | | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188845 138bc75d-0d04-0410-961f-82ee72b054a4
| * 2012-06-20 Jörg Sonnenberger <joerg@britannica.bec.de>redi2012-06-203-4/+37
| | | | | | | | | | | | | | | | | | | | Jonathan Wakely <jwakely.gcc@gmail.com> PR libstdc++/53678 * config/os/bsd/netbsd/ctype_base.h: Check for _CTYPE_U. * testsuite/22_locale/ctype_base/53678.cc: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188819 138bc75d-0d04-0410-961f-82ee72b054a4
| * * gcc.dg/stack-usage-1.c: Remove dg-options line for sh targetskkojima2012-06-202-1/+7
| | | | | | | | | | | | | | | | and add __sh__ case. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188817 138bc75d-0d04-0410-961f-82ee72b054a4
| * Daily bump.gccadmin2012-06-201-1/+1
| | | | | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188800 138bc75d-0d04-0410-961f-82ee72b054a4
| * 2012-06-19 Joey Ye <joey.ye@arm.com>jye22012-06-192-1/+9
| | | | | | | | | | | | | | | | | | | | | | Backported from mainline 2011-10-14 David Alan Gilbert <david.gilbert@linaro.org> * config/arm/arm.h (TARGET_HAVE_DMB_MCR): MCR Not available in Thumb1. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188774 138bc75d-0d04-0410-961f-82ee72b054a4
| * 2012-06-18 Joey Ye <joey.ye@arm.com>jye22012-06-192-1/+12
| | | | | | | | | | | | | | | | | | | | | | Backported from mainline 2011-10-14 David Alan Gilbert <david.gilbert@linaro.org> PR target/48126 * config/arm/arm.c (arm_output_sync_loop): Move label before barrier. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188766 138bc75d-0d04-0410-961f-82ee72b054a4
| * Daily bump.gccadmin2012-06-191-1/+1
| | | | | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188762 138bc75d-0d04-0410-961f-82ee72b054a4
| * Daily bump.gccadmin2012-06-181-1/+1
| | | | | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188719 138bc75d-0d04-0410-961f-82ee72b054a4
| * 2012-06-17 Uros Bizjak <ubizjak@gmail.com>uros2012-06-172-4/+10
| | | | | | | | | | | | | | | | | | | | | | Backport from mainline: 2012-06-17 Uros Bizjak <ubizjak@gmail.com> * config/i386/sse.md (vcvtph2ps): Fix vec_select selector. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188707 138bc75d-0d04-0410-961f-82ee72b054a4
| * Backport from mainline:danglin2012-06-173-3/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2012-06-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> * config/pa/pa.h (MAX_PCREL17F_OFFSET): Define. * config/pa/pa.c (pa_attr_length_millicode_call): Use MAX_PCREL17F_OFFSET instead of fixed offset. (pa_attr_length_call): Likewise. (pa_attr_length_indirect_call): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188702 138bc75d-0d04-0410-961f-82ee72b054a4
| * Daily bump.gccadmin2012-06-171-1/+1
| | | | | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188699 138bc75d-0d04-0410-961f-82ee72b054a4
| * Daily bump.gccadmin2012-06-161-1/+1
| | | | | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188687 138bc75d-0d04-0410-961f-82ee72b054a4
| * Daily bump.gccadmin2012-06-151-1/+1
| | | | | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188643 138bc75d-0d04-0410-961f-82ee72b054a4
| * 2012-06-14 Tobias Burnus <burnus@net-b.de>burnus2012-06-144-2/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR fortran/53597 * decl.c (match_attr_spec): Only mark module variables as SAVE_IMPLICIT for Fortran 2008 and later. 2012-06-14 Tobias Burnus <burnus@net-b.de> PR fortran/53597 * gfortran.dg/save_4.f90: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188618 138bc75d-0d04-0410-961f-82ee72b054a4
| * PR target/53621chrbr2012-06-145-10/+16
| | | | | | | | | | | | | | | | | | | | | | | | * config/sh/sh.c (sh_option_override): Don't force flag_omit_frame_pointer and maccumulate_outgoing_args. * config/sh/sh.opt (maccumulate-outgoing-args): Init as Var. * gcc.dg/stack-usage-1.c: Force -fomit-frame-pointer on SH. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188601 138bc75d-0d04-0410-961f-82ee72b054a4
| * Daily bump.gccadmin2012-06-141-1/+1
| | | | | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188542 138bc75d-0d04-0410-961f-82ee72b054a4
| * Daily bump.gccadmin2012-06-131-1/+1
| | | | | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188490 138bc75d-0d04-0410-961f-82ee72b054a4
| * Daily bump.gccadmin2012-06-121-1/+1
| | | | | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188407 138bc75d-0d04-0410-961f-82ee72b054a4
| * Daily bump.gccadmin2012-06-111-1/+1
| | | | | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188373 138bc75d-0d04-0410-961f-82ee72b054a4
| * Daily bump.gccadmin2012-06-101-1/+1
| | | | | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188368 138bc75d-0d04-0410-961f-82ee72b054a4
| * Daily bump.gccadmin2012-06-091-1/+1
| | | | | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188352 138bc75d-0d04-0410-961f-82ee72b054a4
| * Daily bump.gccadmin2012-06-081-1/+1
| | | | | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188320 138bc75d-0d04-0410-961f-82ee72b054a4
| * Daily bump.gccadmin2012-06-071-1/+1
| | | | | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188287 138bc75d-0d04-0410-961f-82ee72b054a4
| * Daily bump.gccadmin2012-06-061-1/+1
| | | | | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188255 138bc75d-0d04-0410-961f-82ee72b054a4
| * Backport from mainlinebergner2012-06-052-5/+12
| | | | | | | | | | | | | | | | | | | | 2011-08-29 Jakub Jelinek <jakub@redhat.com> * gthr-posix.h (__gthread_active_p): Do not use preprocessor conditionals and comments inside macro arguments. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188250 138bc75d-0d04-0410-961f-82ee72b054a4
| * 2012-06-05 Tobias Burnus <burnus@net-b.de>burnus2012-06-054-1/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR fortran/50619 * resolve.c (build_default_init_expr): Don't initialize ASSOCIATE names. 2012-06-05 Tobias Burnus <burnus@net-b.de> PR fortran/50619 * gfortran.dg/init_flag_10.f90: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188237 138bc75d-0d04-0410-961f-82ee72b054a4
| * Daily bump.gccadmin2012-06-051-1/+1
| | | | | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188214 138bc75d-0d04-0410-961f-82ee72b054a4
| * 2012-06-04 Edmar Wienskoski <edmar@freescale.com>edmarwjr2012-06-0411-8/+413
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR target/53559 * config/rs6000/altivec.md (altivec_stvlx): Change machine mode of operands. (altivec_stvlxl): Ditto. (altivec_stvrx): Ditto. (altivec_stvrxl): Ditto. gcc/testsuite 2012-06-04 Edmar Wienskoski <edmar@freescale.com> PR target/53559 * gcc.target/powerpc/cell_builtin_1.c: New test case. * gcc.target/powerpc/cell_builtin_2.c: Ditto. * gcc.target/powerpc/cell_builtin_3.c: Ditto. * gcc.target/powerpc/cell_builtin_4.c: Ditto. * gcc.target/powerpc/cell_builtin_5.c: Ditto. * gcc.target/powerpc/cell_builtin_6.c: Ditto. * gcc.target/powerpc/cell_builtin_7.c: Ditto. * gcc.target/powerpc/cell_builtin_8.c: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188194 138bc75d-0d04-0410-961f-82ee72b054a4
| * Backport from 2012-06-04 mainline r188172gjl2012-06-043-1/+76
| | | | | | | | | | | | | | | | | | | | | | PR target/46261 * config/avr/avr-stdint.h: New file. * config.gcc (avr-*-*,tm_file): Use avr/avr-stdint.h instead of newlib-stdint.h git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188174 138bc75d-0d04-0410-961f-82ee72b054a4
| * Daily bump.gccadmin2012-06-041-1/+1
| | | | | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188158 138bc75d-0d04-0410-961f-82ee72b054a4
| * PR target/52999danglin2012-06-033-1/+32
| | | | | | | | | | | | | | | | | | | | * config/pa/pa.c (TARGET_SECTION_TYPE_FLAGS): Define. (pa_section_type_flags): New. * config/pa/pa.h (LEGITIMATE_CONSTANT_P): Revert previous change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188150 138bc75d-0d04-0410-961f-82ee72b054a4
| * Daily bump.gccadmin2012-06-031-1/+1
| | | | | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188144 138bc75d-0d04-0410-961f-82ee72b054a4
| * Daily bump.gccadmin2012-06-021-1/+1
| | | | | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188131 138bc75d-0d04-0410-961f-82ee72b054a4
| * 2012-06-01 Tobias Burnus <burnus@net-b.de>burnus2012-06-012-13/+7
| | | | | | | | | | | | | | | | | | | | PR fortran/53521 * trans.c (gfc_deallocate_scalar_with_status): Properly handle the case size == 0. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188124 138bc75d-0d04-0410-961f-82ee72b054a4
| * Daily bump.gccadmin2012-06-011-1/+1
| | | | | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188092 138bc75d-0d04-0410-961f-82ee72b054a4
| * 2012-05-31 Richard Guenther <rguenther@suse.de>rguenth2012-05-312-0/+10
| | | | | | | | | | | | | | | | | | PR middle-end/53541 * tree-pretty-print.c (dump_generic_node): Guard against NULL_TREE TREE_TYPE when dumping MEM_REF offset type. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188066 138bc75d-0d04-0410-961f-82ee72b054a4
| * Daily bump.gccadmin2012-05-311-1/+1
| | | | | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188037 138bc75d-0d04-0410-961f-82ee72b054a4
| * Daily bump.gccadmin2012-05-301-1/+1
| | | | | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@187996 138bc75d-0d04-0410-961f-82ee72b054a4
| * Daily bump.gccadmin2012-05-291-1/+1
| | | | | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@187939 138bc75d-0d04-0410-961f-82ee72b054a4
| * Daily bump.gccadmin2012-05-281-1/+1
| | | | | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@187925 138bc75d-0d04-0410-961f-82ee72b054a4
| * Daily bump.gccadmin2012-05-271-1/+1
| | | | | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@187919 138bc75d-0d04-0410-961f-82ee72b054a4