-
Notifications
You must be signed in to change notification settings - Fork 17.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gccgo: segmentation fault #11526
Comments
CL https://golang.org/cl/13131 mentions this issue. |
When the print builtins are called with no arguments, the compiler issues a warning and crashes when trying to produce the backend representation for the arguments. Fixes golang/go#11526. Reviewed-on: https://go-review.googlesource.com/13131 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227039 138bc75d-0d04-0410-961f-82ee72b054a4
I would like to know did you face this issue for x86 architecture?Because currently I am also facing one issue with glog tries to print with %V and having some null verb values then it causes segmentation fault. When I debugged it, I found it is failing at following location. So I was trying to relate this issue. |
@gajju26 this issue is about compiler crash. |
gccgo crashes on the following program:
gcc version 6.0.0 2015070 (experimental) (GCC)
The text was updated successfully, but these errors were encountered: