public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* stale pooma src for testing gcc in 'POOMA build and test guide'?
@ 2004-10-01 17:01 Jon Grimm
  2004-10-03  6:59 ` Richard Guenther
  0 siblings, 1 reply; 7+ messages in thread
From: Jon Grimm @ 2004-10-01 17:01 UTC (permalink / raw)
  To: gcc

Hello,

This question may be a little lite for this list.. but it seems relevant to the docs/testing of gcc.  If there's a better list to ask on, I'll move any discussion there. 

Here goes anyway...

In the testing webpages, "POOMA build and test guide" at:
	http://gcc.gnu.org/testing/testing-pooma.html

,there is a version of pooma provided:
	ftp://gcc.gnu.org/pub/gcc/infrastructure/pooma-gcc.tar.gz

This version of pooma appears to be pooma-2.3.0.

However... is this version still relevant??  I ask, as the compile is (minimally) choking on gcc-3.4 and I see in the pooma code:

 #if (defined(__MWERKS__) && __MWERKS__ >= 0x2301) || __GLIBCPP__ >= 20001129
   typedef std::ios_base::fmtflags FmtFlags_t;
 #else
   typedef long FmtFlags_t;
 #endif

 
BUT... __GLIBCPP__ was renamed __GLIBCXX__ in 3.4.0 timeframe, so that version check won't work as expected. 
The current downloadable pooma source (2.4.0) has similar code too, but ... CVS sources look to have moved to actually do a 'configure' check, so may work. 

Does anyway do any testing of their own with pooma + gcc-3.4 to verify it doesn't compile (may be better to ask on pooma-dev)?

If validated, maybe the docs should stop referencing pooma, or have updated sources, or at least mention that the bundled source may only work for testing older (pre-3.4 gccs)?    


-- 
Jon Grimm <jgrimm2@us.ibm.com>
Lotus Notes: Jon Grimm/Austin/IBM@IBMUS

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

end of thread, other threads:[~2004-10-27 13:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-01 17:01 stale pooma src for testing gcc in 'POOMA build and test guide'? Jon Grimm
2004-10-03  6:59 ` Richard Guenther
2004-10-04 13:50   ` Jon Grimm
2004-10-05 11:52     ` Ben Elliston
2004-10-27 14:03       ` Gerald Pfeifer
2004-10-27 14:06         ` Richard Guenther
2004-10-27 15:22           ` Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).