Revision | b650795f5fc5084a0c248a0006147a39f0a995bb (tree) |
---|---|
Zeit | 2015-04-25 05:53:28 |
Autor | jason <jason@138b...> |
Commiter | jason |
PR c++/50800
* g++.dg/ext/alias-canon2.C: Remove clashing fn definitions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@222426 138bc75d-0d04-0410-961f-82ee72b054a4
@@ -31,6 +31,3 @@ out_long (ui64 longVal) | ||
31 | 31 | } |
32 | 32 | } |
33 | 33 | } |
34 | - | |
35 | -void f(ui32 *) { } | |
36 | -void f(ui32a *) { } |