From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6850 invoked by alias); 21 Oct 2009 16:56:53 -0000 Received: (qmail 6840 invoked by uid 22791); 21 Oct 2009 16:56:52 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-qy0-f196.google.com (HELO mail-qy0-f196.google.com) (209.85.221.196) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 21 Oct 2009 16:56:47 +0000 Received: by qyk34 with SMTP id 34so4764282qyk.14 for ; Wed, 21 Oct 2009 09:56:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.59.215 with SMTP id m23mr1163573qch.4.1256144205575; Wed, 21 Oct 2009 09:56:45 -0700 (PDT) In-Reply-To: <90baa01f0910051126va2c6f36p47acbe2c18e4b1fa@mail.gmail.com> References: <90baa01f0909300642p6c8f8b15h41300577ce167c9c@mail.gmail.com> <90baa01f0910051126va2c6f36p47acbe2c18e4b1fa@mail.gmail.com> Date: Wed, 21 Oct 2009 17:03:00 -0000 Message-ID: Subject: Re: [patch]: Some patches backported to 4.4 branch From: NightStrike To: Kai Tietz Cc: GCC Patches Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2009-10/txt/msg01367.txt.bz2 Pinging this for Kai On Mon, Oct 5, 2009 at 2:26 PM, Kai Tietz wrote: > Ping > > 2009/9/30 Kai Tietz : >> Hello, >> >> I would like to backport the following changes to 4.4 branch. >> Regression tested for i686-pc-mingw32, x86_64-pc-mingw32, and >> i686-pc-linux. Ok for apply? >> >> ChangeLog >> >> 2009-09-29 =A0Kai Tietz =A0 >> >> =A0 =A0 =A0 =A0Back merge from trunk >> =A0 =A0 =A0 =A02009-05-28 =A0Dave Korn =A0 >> >> =A0 =A0 =A0 =A0PR target/37216 >> =A0 =A0 =A0 =A0* configure.ac (HAVE_GAS_ALIGNED_COMM): =A0Add autoconf t= est and >> =A0 =A0 =A0 =A0macro definition for support of three-operand format alig= ned >> =A0 =A0 =A0 =A0.comm directive in assembler on cygwin/pe/mingw target OS. >> =A0 =A0 =A0 =A0* configure: =A0Regenerate. >> =A0 =A0 =A0 =A0* config.h: =A0Regenerate. >> >> =A0 =A0 =A0 =A0* config/i386/winnt.c (i386_pe_asm_output_aligned_decl_co= mmon): =A0Use >> =A0 =A0 =A0 =A0aligned form of .comm directive if -mpe-aligned-commons i= s in effect. >> =A0 =A0 =A0 =A0* config/i386/cygming.opt (-mpe-aligned-commons): =A0Add = new option. >> =A0 =A0 =A0 =A0* doc/invoke.texi (-mpe-aligned-commons): =A0Document new= target option. >> =A0 =A0 =A0 =A0* doc/tm.texi (ASM_OUTPUT_COMMON): =A0Document zero size = commons. >> >> =A0 =A0 =A0 =A0Backmerge from trunk >> =A0 =A0 =A0 =A02009-05-28 =A0Dave Korn =A0 >> =A0 =A0 =A0 =A0Uros Bizjak =A0 >> =A0 =A0 =A0 =A0Danny Smith =A0 >> >> =A0 =A0 =A0 =A0PR target/37216 >> =A0 =A0 =A0 =A0* lib/target-supports.exp (check_effective_target_pe_alig= ned_commons): >> =A0 =A0 =A0 =A0New function. >> =A0 =A0 =A0 =A0* gcc.target/i386/pr37216.c: =A0New test source file. >> =A0 =A0 =A0 =A0* gcc.dg/compat/struct-layout-1_generate.c (dg_options[])= : =A0No longer >> =A0 =A0 =A0 =A0use -fno-common for testing Cygwin and MinGW targets. >> >> =A0 =A0 =A0 =A0Backmerge from trunk >> =A0 =A0 =A0 =A02009-03-30 =A0H.J. Lu =A0 >> >> =A0 =A0 =A0 =A0PR target/38781 >> =A0 =A0 =A0 =A0* config/i386/i386.c (classify_argument): Check total siz= e of >> =A0 =A0 =A0 =A0structure. >> >> =A0 =A0 =A0 =A0Backmerge from trunk >> =A0 =A0 =A0 =A02009-04-13 =A0Ozkan Sezer =A0 >> >> =A0 =A0 =A0 =A0PR target/39062 >> =A0 =A0 =A0 =A0* ssp.c: Also include malloc.h for alloca(). MinGW needs = it. >> =A0 =A0 =A0 =A0* configure.ac: Also check for malloc.h. >> =A0 =A0 =A0 =A0* configure: Regenerated. >> =A0 =A0 =A0 =A0* config.h.in: Regenerated. >> >> =A0 =A0 =A0 =A0Backmerge from trunk >> =A0 =A0 =A0 =A02009-04-13 =A0Ozkan Sezer =A0 >> >> =A0 =A0 =A0 =A0PR/39066 >> =A0 =A0 =A0 =A0* gbl-ctors.h (DO_GLOBAL_CTORS_BODY): Use __SIZE_TYPE__ >> =A0 =A0 =A0 =A0instead of unsigned long. >> >> =A0 =A0 =A0 =A0Backmerge from trunk >> =A0 =A0 =A0 =A02009-06-10 =A0Kai Tietz =A0 >> >> =A0 =A0 =A0 =A0* g++.dg/torture/pr31579.C: Cast pointer >> =A0 =A0 =A0 =A0via __SIZE_TYPE__ instead of 'unsigned long'. >> >> Cheers, >> Kai >> >> -- >> | =A0(\_/) This is Bunny. Copy and paste >> | (=3D'.'=3D) Bunny into your signature to help >> | (")_(") him gain world domination >> > > > > -- > | =A0(\_/) This is Bunny. Copy and paste > | (=3D'.'=3D) Bunny into your signature to help > | (")_(") him gain world domination >