Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 267268 - sys-devel/gcc-4.4.0 released
Summary: sys-devel/gcc-4.4.0 released
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-23 21:36 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2009-05-07 23:57 UTC (History)
17 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-04-23 21:36:22 UTC
sys-devel/gcc-4.4.0 was released on 2009-04-23.
Comment 1 Mark Loeser (RETIRED) gentoo-dev 2009-05-01 01:18:03 UTC
I have an ebuild for this locally.  I should have something in a day or so that I'll add to the tree and p.mask.
Comment 2 Ryan Hill (RETIRED) gentoo-dev 2009-05-03 21:03:47 UTC
are we enabling graphite?
Comment 3 Alexey Shvetsov archtester gentoo-dev 2009-05-04 09:02:40 UTC
(In reply to comment #2)
> are we enabling graphite?
> 

this will be at least intresting. I can test it on my systems
Comment 4 Grégoire Favre 2009-05-04 12:26:24 UTC
Like quiete everyone I would also be pleased to try graphite, but I was lost in http://gcc.gnu.org/wiki/Graphite which isn't that clear :
are dev-libs/ppl-0.10.2 and dev-libs/cloog-ppl-0.15.3 enough up to date for gcc-4.4.0 with graphite ?
Comment 5 Alexey Shvetsov archtester gentoo-dev 2009-05-06 09:28:34 UTC
(In reply to comment #1)
> I have an ebuild for this locally.  I should have something in a day or so that
> I'll add to the tree and p.mask.
> 

and where is gcc-4.4.0?
what is the current status?
Comment 6 Mark Loeser (RETIRED) gentoo-dev 2009-05-06 14:45:46 UTC
(In reply to comment #5)
> and where is gcc-4.4.0?
> what is the current status?
> 

Sorry, got sidetracked.  I was trying to get a new version of ecj on the upstream mirrors.

The first ebuild isn't going to have the graphite stuff in it yet.  I'm not sure if we should add that unconditionally or via a use flag.  Any opinions on that?

I'll add the initial ebuild I have to the tree later tonight when I get home.
Comment 7 Alexey Shvetsov archtester gentoo-dev 2009-05-06 15:08:43 UTC
(In reply to comment #6)
> Sorry, got sidetracked.  I was trying to get a new version of ecj on the
> upstream mirrors.
> 
> The first ebuild isn't going to have the graphite stuff in it yet.  I'm not
> sure if we should add that unconditionally or via a use flag.  Any opinions on
> that?
> 
> I'll add the initial ebuild I have to the tree later tonight when I get home.
> 

I think better to have graphite via use flag since its realy very experimental stuff like openmp
Comment 8 Eric Thibodeau 2009-05-06 18:15:46 UTC
1 vote for graphite via USE flag. I use bleeding edge GCC for HPC so I really am interested in having all the new features accessible to gage the actual availability of the said features.
Comment 9 Ryan Hill (RETIRED) gentoo-dev 2009-05-07 05:19:44 UTC
i think it needs to be a USE flag.  we shouldn't force people to install a bunch of speciality math libraries just to use the compiler.

the gcc-4.4.1_pre9999 ebuild in the gcc-porting overlay has had graphite support for a few months now.  i don't use it myself but i have a few users that have tested it extensively (and found a few upstream bugs in the process ;)).

in short we'll need to get >=dev-libs/ppl-0.10 and >=dev-libs/cloog-ppl-0.15 keyworded on all archs, which i can take care of, and then just

$(use_with graphite ppl)
$(use_with graphite cloog)

Comment 10 Auke Booij (tulcod) 2009-05-07 07:35:07 UTC
(In reply to comment #9)
> in short we'll need to get >=dev-libs/ppl-0.10 and >=dev-libs/cloog-ppl-0.15
> keyworded on all archs, which i can take care of, and then just
> $(use_with graphite ppl)
> $(use_with graphite cloog)

I agree, graphite support should definitely be a USE flag. however, may I ask, as a non-developer, why we wouldn't use EAPI 2's USE dependencies?
Comment 11 Alexey Shvetsov archtester gentoo-dev 2009-05-07 11:14:59 UTC
he he =)
gcc-4.4.0 added
 one issue
man gcc shows nothing
Comment 12 Dennis Schridde 2009-05-07 19:12:32 UTC
(In reply to comment #11)
>  one issue
> man gcc shows nothing
The issue is known, a patch exists: bug #256608
Comment 13 Mark Loeser (RETIRED) gentoo-dev 2009-05-07 23:57:11 UTC
Added graphite support as well (graphite use flag).  Open a new bug if things blow up for you.  Have fun testing.