+2006-06-22 Richard Henderson <rth@redhat.com>
+
+ * gcc.dg/noreturn-1.c (foo5): Update function does return lineno.
+
2004-06-22 Loren James Rittle <ljrittle@acm.org>
* gcc.dg/builtins-config.h: Handle FreeBSD.
foo5(void)
{
return; /* { dg-warning "`noreturn' has a `return' statement" "detect invalid return" } */
-}
-/* { dg-warning "function does return" "detect return from noreturn" { target *-*-* } 37 } */
+} /* { dg-warning "function does return" "detect return from noreturn" } */
extern void foo6(void);
void