linux下编程用 编译软件

源代码在线查看: mangle20-2.c

软件大小: 49607 K
上传用户: IsABC
关键词: linux 编程 编译 软件
下载地址: 免注册下载 普通下载 VIP

相关代码

				// { dg-do compile }				// { dg-options "-fabi-version=1 -Wabi" }								// Copyright (C) 2003 Free Software Foundation, Inc.				// Contributed by Nathan Sidwell 15 Dec 2003 								// PR 9043				// mangled array types in templates								template  void f(int (*)[2]) {} // { dg-warning "mangled name" }				template  void g(int (*)[I+2]) {}								template void f(int (*)[2]);  				//  { dg-final { scan-assembler "\n_?_Z1fILi1EEvPALi2E_i\[: \t\n\]" } }				template void g(int (*)[3]);				//  { dg-final { scan-assembler "\n_?_Z1gILi1EEvPAplT_Li2E_i\[: \t\n\]" } }							

相关资源