re PR c++/50800 (Internal compiler error in finish_member_declarations, possibly related to may_alias attribute)

PR c++/50800
	* g++.dg/ext/alias-canon2.C: Remove clashing fn definitions.

From-SVN: r222426
This commit is contained in:
Jason Merrill 2015-04-24 16:53:28 -04:00
parent c6f044f766
commit 67739d3bd5

View File

@ -31,6 +31,3 @@ out_long (ui64 longVal)
}
}
}
void f(ui32 *) { }
void f(ui32a *) { }