From owner-freebsd-hackers@FreeBSD.ORG Fri Nov 25 10:06:47 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25E43106566B for ; Fri, 25 Nov 2011 10:06:47 +0000 (UTC) (envelope-from tplou@lbl.gov) Received: from ironport3.lbl.gov (ironport3.lbl.gov [128.3.41.25]) by mx1.freebsd.org (Postfix) with ESMTP id 0AD698FC1B for ; Fri, 25 Nov 2011 10:06:46 +0000 (UTC) X-Ironport-SBRS: 5.2 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvYAANdhz07RVdK0mGdsb2JhbABEFqpWCCIBAQEBAQYLDQcUJYILAiaBVAEFAVeHa5YsglwKnDaDX4NugjJjBIghmgE9hBc X-IronPort-AV: E=Sophos;i="4.69,570,1315206000"; d="scan'208";a="58355478" Received: from mail-iy0-f180.google.com ([209.85.210.180]) by ironport3.lbl.gov with ESMTP; 25 Nov 2011 01:38:09 -0800 Received: by iagz35 with SMTP id z35so6671206iag.39 for ; Fri, 25 Nov 2011 01:38:09 -0800 (PST) Received: by 10.42.137.69 with SMTP id x5mr11565488ict.19.1322213889627; Fri, 25 Nov 2011 01:38:09 -0800 (PST) Received: from kalliste.redcotton.org (kalliste.redcotton.org. [208.106.25.235]) by mx.google.com with ESMTPS id ai7sm55610632igc.0.2011.11.25.01.38.08 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 25 Nov 2011 01:38:08 -0800 (PST) From: Tak Pui Lou Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Fri, 25 Nov 2011 01:38:05 -0800 Message-Id: <08E5746B-621E-47D6-AE0E-8D359608284F@LBL.gov> To: freebsd-hackers@freebsd.org Mime-Version: 1.0 (Apple Message framework v1084) X-Mailer: Apple Mail (2.1084) X-Mailman-Approved-At: Fri, 25 Nov 2011 14:44:31 +0000 Subject: Porting PathScale's EKOPath Compiler Suite X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Nov 2011 10:06:47 -0000 Hello, I have tested the port from = http://people.freebsd.org/~jkim/path64-devel-20111117.tar.bz2 and = http://people.freebsd.org/~jkim/path64-20111115.tar.xz but the compiler = failed in the following tests: 3/6 Test #3: regression_tests .................***Failed 0.81 sec Start 4: hello_c 4/6 Test #4: hello_c .......................... Passed 0.14 sec Start 5: hello_cpp 5/6 Test #5: hello_cpp ........................ Passed 0.67 sec Start 6: path64_bootstrap_test 6/6 Test #6: path64_bootstrap_test ............***Failed 42.28 sec 67% tests passed, 2 tests failed out of 6 Total Test time (real) =3D 44.74 sec The following tests FAILED: 3 - regression_tests (Failed) 6 - path64_bootstrap_test (Failed) Errors while running CTest Are these known errors for that build? I also tested it on a fortran code. Here is the runtime result: 0.923u /usr/local/path64/bin/pathf95 -O3 -LANG:copyinout=3DON:recursive=3D= ON -OPT:goto=3DON 1.283u gfortran46 -O3 I actually compiled gfortran with CLooG-PPL but the optimization flags = from GRAPHITE does not change the run time of this code.