https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81183

            Bug ID: 81183
           Summary: -gdwarf-5: fatal error: unrecognized DWARF version in
                    .debug_info at 6
           Product: gcc
           Version: 7.1.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: go
          Assignee: ian at airs dot com
          Reporter: jan.kratochvil at redhat dot com
                CC: cmang at google dot com
  Target Milestone: ---

gcc-7.1.1-2.fc27.x86_64

cat >foo.go <<EOH
package main
func main () {}
EOH
gccgo -gdwarf-5 foo.go;./a.out 
fatal error: unrecognized DWARF version in .debug_info at 6

runtime stack:
fatal error: unrecognized DWARF version in .debug_info at 6
panic during panic

runtime stack:
Segmentation fault

Reply via email to