The following issue has been SUBMITTED.
======================================================================
https://www.opencsw.org/mantis/view.php?id=4967
======================================================================
Reported By: tjyang
Assigned To:
======================================================================
Project: gcc4core
Issue ID: 4967
Category: regular use
Reproducibility: always
Severity: major
Priority: normal
Status: new
======================================================================
Date Submitted: 2012-06-26 16:23 CEST
Last Modified: 2012-06-26 16:23 CEST
======================================================================
Summary: Can't use gdb to list out source code from gccgo
compiled binary with -g option
Description:
The test helloworld.go was compiled and ran ok by gccgo 4.7.1as shown
below.
But when doing a debugging session to list out source code, it failed.
$ cat helloworld.go
package main
import "fmt"
func main() {
fmt.Println("Hello, World")
}
$ ./hellow
Hello, World
$
======================================================================
_______________________________________________
bug-notifications mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/bug-notifications