public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Laszlo Ersek <lersek@redhat.com>
To: Jordan Justen <jordan.l.justen@intel.com>,
	edk2-devel-01 <edk2-devel@lists.01.org>
Subject: Re: [PATCH v2 1/1] OvmfPkg/build.sh: select the GCC49 toolchain settings for gcc-7.*
Date: Thu, 17 Aug 2017 11:32:55 +0200	[thread overview]
Message-ID: <4899e79c-fe0e-2b58-a71d-8186747fda71@redhat.com> (raw)
In-Reply-To: <150283863081.6037.10631883807038076573@jljusten-skl>

On 08/16/17 01:10, Jordan Justen wrote:
> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>

Thank you, pushed as commit ca56256d5e0b.
Laszlo

> On 2017-08-15 10:09:14, Laszlo Ersek wrote:
>> When UefiCpuPkg/MpInitLib is built for X64 with gcc-7, using the DEBUG
>> build target and the GCC5 toolchain settings, a C-language assignment is
>> miscompiled such that the initial AP startup hangs in CpuMpPei (X64) or
>> CpuDxe (Ia32X64). See <https://bugzilla.tianocore.org/show_bug.cgi?id=671>
>> for a detailed analysis of the symptoms, and for mailing list links.
>>
>> This issue has been reported several times (one example is
>> <https://bugzilla.tianocore.org/show_bug.cgi?id=657>). Until we (or the
>> upstream gcc developers) figure out how to dissuade gcc-7 from the
>> miscompilation, pick the GCC49 toolchain in "build.sh" for gcc-7.*.
>>
>> Cc: Alex Williamson <alex.williamson@redhat.com>
>> Cc: Jordan Justen <jordan.l.justen@intel.com>
>> Contributed-under: TianoCore Contribution Agreement 1.1
>> Signed-off-by: Laszlo Ersek <lersek@redhat.com>
>> ---
>>  OvmfPkg/build.sh | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/OvmfPkg/build.sh b/OvmfPkg/build.sh
>> index 682155202564..5868d3b8c498 100755
>> --- a/OvmfPkg/build.sh
>> +++ b/OvmfPkg/build.sh
>> @@ -102,7 +102,7 @@ case `uname` in
>>        4.8.*)
>>          TARGET_TOOLS=GCC48
>>          ;;
>> -      4.9.*|6.[0-2].*)
>> +      4.9.*|6.[0-2].*|7.*)
>>          TARGET_TOOLS=GCC49
>>          ;;
>>        *)
>> -- 
>> 2.14.1.3.gb7cf6e02401b
>>
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel
> 



      reply	other threads:[~2017-08-17  9:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-15 17:09 [PATCH v2 0/1] OvmfPkg/build.sh: select the GCC49 toolchain settings for gcc-7.* Laszlo Ersek
2017-08-15 17:09 ` [PATCH v2 1/1] " Laszlo Ersek
2017-08-15 23:10   ` Jordan Justen
2017-08-17  9:32     ` Laszlo Ersek [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4899e79c-fe0e-2b58-a71d-8186747fda71@redhat.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox