gentoo-x86 commit in sci-electronics/gtkwave: ChangeLog gtkwave-3.3.28.ebuild
On Sun, 8 Jan 2012 16:22:24 +0000 (UTC)
"Thomas Beierlein (tomjbe)" <tomjbe@gentoo.org> wrote:
> tomjbe 12/01/08 16:22:24
>
> Modified: ChangeLog
> Added: gtkwave-3.3.28.ebuild
> Log:
> Strip flags (bug #377935). Version bump. Drop old unstable versions
Please avoid doing this unless your package fails with basic (supported)
flags, or flags that are common enough that a lot of people are hitting it.
-floop-parallelize-all is neither of these and in this case is causing an ICE
(internal compiler error) that needs to be fixed, not wallpapered over.
Thanks!
--
fonts, gcc-porting, you were never more here, expanse getting broader
toolchain, wxwidgets though bigger boats been done by less water
@ gentoo.org
01-09-2012, 05:08 AM
Thomas Beierlein
gentoo-x86 commit in sci-electronics/gtkwave: ChangeLog gtkwave-3.3.28.ebuild
On Sun, 8 Jan 2012 13:55:17 -0600
Ryan Hill <dirtyepic@gentoo.org> wrote:
> On Sun, 8 Jan 2012 16:22:24 +0000 (UTC)
> "Thomas Beierlein (tomjbe)" <tomjbe@gentoo.org> wrote:
>
> > tomjbe 12/01/08 16:22:24
> >
> > Modified: ChangeLog
> > Added: gtkwave-3.3.28.ebuild
> > Log:
> > Strip flags (bug #377935). Version bump. Drop old unstable
> > versions
>
> Please avoid doing this unless your package fails with basic
> (supported) flags, or flags that are common enough that a lot of
> people are hitting it. -floop-parallelize-all is neither of these and
> in this case is causing an ICE (internal compiler error) that needs
> to be fixed, not wallpapered over.
>
Sorry, my fault! You are right. I was looking for sci-electronics bugs
to fix and did not recognize that it was assigned to toolchain.