From ca0c62265eb8cdd5fb0d8a8b34ee77baf3de987e Mon Sep 17 00:00:00 2001 From: blazy Date: Fri, 20 Oct 2006 12:37:13 +0000 Subject: Ajout du banc de tests de CCured (Olden benchmark suite, cf. CCured: type-safe retrofitting of legacy code, G.Necula et al.) rapportCompcert_all.txt liste les erreurs produites par ccomp. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@121 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- test/ccured_olden/COPYRIGHT | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 test/ccured_olden/COPYRIGHT (limited to 'test/ccured_olden/COPYRIGHT') diff --git a/test/ccured_olden/COPYRIGHT b/test/ccured_olden/COPYRIGHT new file mode 100644 index 00000000..3a53304a --- /dev/null +++ b/test/ccured_olden/COPYRIGHT @@ -0,0 +1,23 @@ +/* OLDEN parallel C for dynamic structures: compiler, runtime system + and benchmarks + + Copyright (C) 1994-1996 by Anne Rogers (amr@cs.princeton.edu) and + Martin Carlisle (mcc@cs.princeton.edu) + ALL RIGHTS RESERVED. + + OLDEN is distributed under the following conditions: + + You may make copies of OLDEN for your own use and modify those copies. + + All copies of OLDEN must retain our names and copyright notice. + + You may not sell OLDEN or distribute OLDEN in conjunction with a + commercial product or service without the expressed written consent of + Anne Rogers and Martin Carlisle. + + THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR + IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + PURPOSE. +*/ + -- cgit