⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 shape_1.f90

📁 用于进行gcc测试
💻 F90
字号:
! { dg-do compile }! PR 13201 we used to not give an error in those casessubroutine foo(n)   integer, parameter :: a(n) = 1           ! { dg-error "cannot be automatic" "automatic shape" }  integer, parameter :: z(:) = (/ 1,2,3 /) ! { dg-error "cannot be automatic" "deferred shape" }end subroutine

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -