All of lore.kernel.org
 help / color / mirror / Atom feed
* Internal compiler error
@ 2011-12-22 18:33 Paul Eggleton
  2011-12-22 18:38 ` Saul Wold
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Paul Eggleton @ 2011-12-22 18:33 UTC (permalink / raw)
  To: openembedded-core

Hi Nitin/Khem/all,

We saw a failure on the Yocto Project autobuilder recently which appears to be 
the result of an internal compiler error [1] (note this is with the edison 
branch of Yocto, so it's somewhat older than what we have in master). Some 
searching brought up a Linaro gcc bug that looks remarkably similar [2].

Do you guys know anything about this? Do we need to bring in the fix from the 
bug report above?

Cheers,
Paul

[1] http://autobuilder.yoctoproject.org:8010/builders/nightly-
arm/builds/232/steps/shell_81/logs/stdio
[2] https://bugs.launchpad.net/gcc-linaro/+bug/723185

-- 

Paul Eggleton
Intel Open Source Technology Centre



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Internal compiler error
  2011-12-22 18:33 Internal compiler error Paul Eggleton
@ 2011-12-22 18:38 ` Saul Wold
  2011-12-22 18:54 ` Martin Jansa
  2011-12-23 19:21 ` Kamble, Nitin A
  2 siblings, 0 replies; 4+ messages in thread
From: Saul Wold @ 2011-12-22 18:38 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Paul Eggleton

On 12/22/2011 10:33 AM, Paul Eggleton wrote:
> Hi Nitin/Khem/all,
>
> We saw a failure on the Yocto Project autobuilder recently which appears to be
> the result of an internal compiler error [1] (note this is with the edison
> branch of Yocto, so it's somewhat older than what we have in master). Some
> searching brought up a Linaro gcc bug that looks remarkably similar [2].
>
> Do you guys know anything about this? Do we need to bring in the fix from the
> bug report above?
>
> Cheers,
> Paul
>
> [1] http://autobuilder.yoctoproject.org:8010/builders/nightly-
> arm/builds/232/steps/shell_81/logs/stdio
> [2] https://bugs.launchpad.net/gcc-linaro/+bug/723185
>

There also seems to be a gcc patch for qt4-x11-free in master:

http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=7022a8f8045bdf82b9209b8cd62fb09c4a7a24f8

Does this address it?

Sau!



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Internal compiler error
  2011-12-22 18:33 Internal compiler error Paul Eggleton
  2011-12-22 18:38 ` Saul Wold
@ 2011-12-22 18:54 ` Martin Jansa
  2011-12-23 19:21 ` Kamble, Nitin A
  2 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2011-12-22 18:54 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 952 bytes --]

On Thu, Dec 22, 2011 at 06:33:05PM +0000, Paul Eggleton wrote:
> Hi Nitin/Khem/all,
> 
> We saw a failure on the Yocto Project autobuilder recently which appears to be 
> the result of an internal compiler error [1] (note this is with the edison 
> branch of Yocto, so it's somewhat older than what we have in master). Some 
> searching brought up a Linaro gcc bug that looks remarkably similar [2].
> 
> Do you guys know anything about this? Do we need to bring in the fix from the 
> bug report above?

I've seen few ICEs with libav, libvpx and mplayer2 in meta-oe, disabling
tree-vectorize worked as work around
http://git.openembedded.org/meta-openembedded/commit/?id=11fbc9fb4efaa59aca85ba352f6ebc3412eaedd0
http://git.openembedded.org/meta-openembedded/commit/?id=c59fda28b29afcdcb245651cabbe08a76856d8ca

But I'm using more gcc-4.6 patches from meta-oe.

Cheers,

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Internal compiler error
  2011-12-22 18:33 Internal compiler error Paul Eggleton
  2011-12-22 18:38 ` Saul Wold
  2011-12-22 18:54 ` Martin Jansa
@ 2011-12-23 19:21 ` Kamble, Nitin A
  2 siblings, 0 replies; 4+ messages in thread
From: Kamble, Nitin A @ 2011-12-23 19:21 UTC (permalink / raw)
  To: Paul Eggleton, openembedded-core@lists.openembedded.org

Khem had fixed this in the oecore, I just sent a pull request for that commit for edison branch.

Thanks
Nitin


> -----Original Message-----
> From: Paul Eggleton [mailto:paul.eggleton@linux.intel.com]
> Sent: Thursday, December 22, 2011 10:33 AM
> To: openembedded-core@lists.openembedded.org
> Cc: Kamble, Nitin A; Khem Raj
> Subject: Internal compiler error
> 
> Hi Nitin/Khem/all,
> 
> We saw a failure on the Yocto Project autobuilder recently which
> appears to be
> the result of an internal compiler error [1] (note this is with the
> edison
> branch of Yocto, so it's somewhat older than what we have in master).
> Some
> searching brought up a Linaro gcc bug that looks remarkably similar
> [2].
> 
> Do you guys know anything about this? Do we need to bring in the fix
> from the
> bug report above?
> 
> Cheers,
> Paul
> 
> [1] http://autobuilder.yoctoproject.org:8010/builders/nightly-
> arm/builds/232/steps/shell_81/logs/stdio
> [2] https://bugs.launchpad.net/gcc-linaro/+bug/723185
> 
> --
> 
> Paul Eggleton
> Intel Open Source Technology Centre



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-12-23 19:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-22 18:33 Internal compiler error Paul Eggleton
2011-12-22 18:38 ` Saul Wold
2011-12-22 18:54 ` Martin Jansa
2011-12-23 19:21 ` Kamble, Nitin A

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.