Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
3ddd2eae
Commit
3ddd2eae
authored
Dec 12, 2013
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test: disable large type/stack frame tests for gccgo
R=golang-dev, rsc CC=golang-dev
https://golang.org/cl/40370052
parent
d12b08d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
test/fixedbugs/bug385_32.go
test/fixedbugs/bug385_32.go
+1
-1
test/fixedbugs/bug385_64.go
test/fixedbugs/bug385_64.go
+1
-1
No files found.
test/fixedbugs/bug385_32.go
View file @
3ddd2eae
...
...
@@ -9,7 +9,7 @@
package
main
func
main
()
{
var
arr
[
1000200030
]
int
// ERROR "type .* too large"
var
arr
[
1000200030
]
int
//
GC_
ERROR "type .* too large"
arr_bkup
:=
arr
_
=
arr_bkup
}
test/fixedbugs/bug385_64.go
View file @
3ddd2eae
...
...
@@ -12,7 +12,7 @@ package main
var
z
[
10
<<
20
]
byte
func
main
()
{
// ERROR "stack frame too large"
func
main
()
{
//
GC_
ERROR "stack frame too large"
// seq 1 206 | sed 's/.*/ var x& [10<<20]byte; z = x&/'
var
x1
[
10
<<
20
]
byte
;
z
=
x1
var
x2
[
10
<<
20
]
byte
;
z
=
x2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment