6f0b523996
meant to be used on archs that have gcc4 in base, this doesn't require a full gcc build from ports, and provides libgfortran as a subpackage. idea from espie some months ago.
13 lines
435 B
Plaintext
13 lines
435 B
Plaintext
$OpenBSD: patch-gcc_tree-nested_c,v 1.1.1.1 2010/10/10 17:39:06 steven Exp $
|
|
--- gcc/tree-nested.c.orig Thu Dec 21 14:18:52 2006
|
|
+++ gcc/tree-nested.c Mon Jun 14 19:23:04 2010
|
|
@@ -222,7 +222,7 @@ get_frame_type (struct nesting_info *info)
|
|
|
|
name = concat ("FRAME.",
|
|
IDENTIFIER_POINTER (DECL_NAME (info->context)),
|
|
- NULL);
|
|
+ (void *)0);
|
|
TYPE_NAME (type) = get_identifier (name);
|
|
free (name);
|
|
|