public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Build logs of GCC, G++ and GNAT on FreeBSD x86_64 now available
@ 2009-11-18  9:01 gcc
  2009-11-18 10:48 ` Dave Korn
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: gcc @ 2009-11-18  9:01 UTC (permalink / raw)
  To: gcc

Hello.

I'm now doing regular builds/tests from SVN of GCC, G++ and GNAT on
FreeBSD x86_64 and publishing the build logs at:

  http://gcc.coreland.ath.cx

I hope to produce builds weekly. Unfortunately I can't publish the
actual binaries due to space/bandwidth restrictions.

While there aren't *too* many test failures currently, there appears to
be a problem with the test suite in that it returns a 'failure' exit
code when the test ends and I'm not sure if this is expected behaviour
or not.

Highlights of the first build (SVN r154276):

		=== acats Summary ===
# of expected passes		2290
# of unexpected failures	31
*** FAILURES: c52103x c52104x c52104y c761007 c85005c c85006c c910002 c93004b c93004c c93004d c93005a c93005b c94001c c94002b c94002e c94002f c94002g c94007a c94007b c94008c c94008d c94020a c95040c c97203c c97303c c9a007a c9a009c c9a009g cb1010a cb1010c cb1010d 

		=== g++ Summary ===

# of expected passes		20986
# of unexpected failures	4
# of expected failures		150
# of unsupported tests		286
/gnat/obj/gcc/testsuite/g++/../../g++  version 4.5.0 20091118 (experimental) (GCC) 

		=== gcc Summary ===

# of expected passes		57515
# of unexpected failures	42
# of unexpected successes	4
# of expected failures		169
# of unsupported tests		1511
/gnat/obj/gcc/xgcc  version 4.5.0 20091118 (experimental) (GCC) 

		=== gnat Summary ===

# of expected passes		739
# of unexpected failures	4
# of expected failures		5

		=== libgomp Summary ===

# of expected passes		1001
# of unexpected failures	2
# of unsupported tests		2

		=== libmudflap Summary ===

# of expected passes		1884
# of unexpected failures	10

		=== libstdc++ Summary ===

# of expected passes		6337
# of unexpected failures	2
# of expected failures		89
# of unsupported tests		389

Regards,
M

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

* Re: Build logs of GCC, G++ and GNAT on FreeBSD x86_64 now available
  2009-11-18  9:01 Build logs of GCC, G++ and GNAT on FreeBSD x86_64 now available gcc
@ 2009-11-18 10:48 ` Dave Korn
  2009-11-18 11:00   ` gcc
  2009-11-19  3:44 ` gcc
  2009-11-22 16:25 ` Gerald Pfeifer
  2 siblings, 1 reply; 8+ messages in thread
From: Dave Korn @ 2009-11-18 10:48 UTC (permalink / raw)
  To: gcc; +Cc: gcc

gcc@coreland wrote:

> While there aren't *too* many test failures currently, there appears to
> be a problem with the test suite in that it returns a 'failure' exit
> code when the test ends and I'm not sure if this is expected behaviour
> or not.

  Yes, it certainly is expected and by-design.  Generally people give make the
"-k" option when running any of various the check targets.

    cheers,
      DaveK

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

* Re: Build logs of GCC, G++ and GNAT on FreeBSD x86_64 now available
  2009-11-18 10:48 ` Dave Korn
@ 2009-11-18 11:00   ` gcc
  2009-11-18 11:04     ` Eric Botcazou
  0 siblings, 1 reply; 8+ messages in thread
From: gcc @ 2009-11-18 11:00 UTC (permalink / raw)
  To: Dave Korn; +Cc: gcc

On 2009-11-18 11:03:01, Dave Korn wrote:
> gcc@coreland wrote:
> 
> > While there aren't *too* many test failures currently, there appears to
> > be a problem with the test suite in that it returns a 'failure' exit
> > code when the test ends and I'm not sure if this is expected behaviour
> > or not.
> 
>   Yes, it certainly is expected and by-design.  Generally people give make the
> "-k" option when running any of various the check targets.

That's slightly worrying. I'm using 'gmake -k check' (GNU make isn't the default
make on my system) and yet it still fails...

M

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

* Re: Build logs of GCC, G++ and GNAT on FreeBSD x86_64 now available
  2009-11-18 11:00   ` gcc
@ 2009-11-18 11:04     ` Eric Botcazou
  2009-11-18 11:20       ` gcc
  0 siblings, 1 reply; 8+ messages in thread
From: Eric Botcazou @ 2009-11-18 11:04 UTC (permalink / raw)
  To: gcc; +Cc: gcc, Dave Korn

> That's slightly worrying. I'm using 'gmake -k check' (GNU make isn't the
> default make on my system) and yet it still fails...

Sure, it "fails" as long as you have failures in the testsuite.

-- 
Eric Botcazou

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

* Re: Build logs of GCC, G++ and GNAT on FreeBSD x86_64 now available
  2009-11-18 11:04     ` Eric Botcazou
@ 2009-11-18 11:20       ` gcc
  2009-11-18 11:39         ` Eric Botcazou
  0 siblings, 1 reply; 8+ messages in thread
From: gcc @ 2009-11-18 11:20 UTC (permalink / raw)
  To: Eric Botcazou; +Cc: gcc, Dave Korn

On 2009-11-18 12:04:47, Eric Botcazou wrote:
> > That's slightly worrying. I'm using 'gmake -k check' (GNU make isn't the
> > default make on my system) and yet it still fails...
> 
> Sure, it "fails" as long as you have failures in the testsuite.

OK, that's fine then.

Is the quoting on "fails" significant?

Regards,
M

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

* Re: Build logs of GCC, G++ and GNAT on FreeBSD x86_64 now available
  2009-11-18 11:20       ` gcc
@ 2009-11-18 11:39         ` Eric Botcazou
  0 siblings, 0 replies; 8+ messages in thread
From: Eric Botcazou @ 2009-11-18 11:39 UTC (permalink / raw)
  To: gcc; +Cc: gcc, Dave Korn

> Is the quoting on "fails" significant?

Maybe. :-)  Returning a failure code when there are failures is as expected.

-- 
Eric Botcazou

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

* Re: Build logs of GCC, G++ and GNAT on FreeBSD x86_64 now available
  2009-11-18  9:01 Build logs of GCC, G++ and GNAT on FreeBSD x86_64 now available gcc
  2009-11-18 10:48 ` Dave Korn
@ 2009-11-19  3:44 ` gcc
  2009-11-22 16:25 ` Gerald Pfeifer
  2 siblings, 0 replies; 8+ messages in thread
From: gcc @ 2009-11-19  3:44 UTC (permalink / raw)
  To: gcc

'Lo.

Is anyone interested in committing the two extremely minor patches to enable
proper support for FreeBSD x86_64?

Support for Debian/kFreeBSD x86_64 already exists in GCC, this Makefile patch
just enables support for "pure" FreeBSD (same kernel, different userland):

http://gcc.coreland.ath.cx/r154285_2009-11-18_103532/patch-gcc-ada-gcc-interface-Makefile.in

This one just allows GCC to build on stricter settings (adds two missing
ATTRIBUTE_UNUSED macros and fixes an 'old style' function definition):

http://gcc.coreland.ath.cx/r154285_2009-11-18_103532/patch-gcc-ada-init.c.diff

The latest build was made with Fortran support enabled as well:

http://gcc.coreland.ath.cx/r154285_2009-11-18_103532/

I've been unable to get the contrib/test_summary script to work, unfortunately.

Regards,
M

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

* Re: Build logs of GCC, G++ and GNAT on FreeBSD x86_64 now  available
  2009-11-18  9:01 Build logs of GCC, G++ and GNAT on FreeBSD x86_64 now available gcc
  2009-11-18 10:48 ` Dave Korn
  2009-11-19  3:44 ` gcc
@ 2009-11-22 16:25 ` Gerald Pfeifer
  2 siblings, 0 replies; 8+ messages in thread
From: Gerald Pfeifer @ 2009-11-22 16:25 UTC (permalink / raw)
  To: gcc; +Cc: gcc

Hi M,

On Wed, 18 Nov 2009, gcc@coreland.ath.cx wrote:
> I'm now doing regular builds/tests from SVN of GCC, G++ and GNAT on
> FreeBSD x86_64 and publishing the build logs at:
> 
>   http://gcc.coreland.ath.cx

would you mind submitting your test results to gcc-testresults@gcc.gnu.org
going forward?  This is the canonical point for gathering all of these,
and developers check that one for results and particular failures or
passes.

(See http://gcc.gnu.org/lists.html for an overview of all lists, see
http://gcc.gnu.org/install/test.html for instructions.)

Thanks,
Gerald

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

end of thread, other threads:[~2009-11-22 16:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-18  9:01 Build logs of GCC, G++ and GNAT on FreeBSD x86_64 now available gcc
2009-11-18 10:48 ` Dave Korn
2009-11-18 11:00   ` gcc
2009-11-18 11:04     ` Eric Botcazou
2009-11-18 11:20       ` gcc
2009-11-18 11:39         ` Eric Botcazou
2009-11-19  3:44 ` gcc
2009-11-22 16:25 ` 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).