From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18503 invoked by alias); 18 Sep 2003 06:32:19 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 18489 invoked by uid 48); 18 Sep 2003 06:32:18 -0000 Date: Thu, 18 Sep 2003 07:07:00 -0000 Message-ID: <20030918063218.18487.qmail@sources.redhat.com> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030918053856.12325.matt@3am-software.com> References: <20030918053856.12325.matt@3am-software.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug other/12325] gcc.dg/torture/builtin-attr-1.c assumes all targets support inf X-Bugzilla-Reason: CC X-SW-Source: 2003-09/txt/msg01434.txt.bz2 List-Id: PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12325 pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ghazi at caip dot rutgers | |dot edu Status|UNCONFIRMED |NEW Ever Confirmed| |1 GCC build triplet|powerpc--netbsdelf | GCC host triplet|powerpc--netbsdelf | Last reconfirmed|0000-00-00 00:00:00 |2003-09-18 06:32:17 date| | Summary|gcc.dg/torture/builtin-attr-|gcc.dg/torture/builtin-attr- |1.c improperly assumes IEEE |1.c assumes all targets |math |support inf ------- Additional Comments From pinskia at gcc dot gnu dot org 2003-09-18 06:32 ------- Yes some people when they add testcases forgot about targets that do not support INF or IEEE math. I would recomend that the test for inf be split out into a different testcase.