https://sourceware.org/bugzilla/show_bug.cgi?id=27195
Bug ID: 27195
Summary: Error: file number less than one
Product: binutils
Version: 2.36
Status: NEW
Severity: normal
Priority: P2
Component: gas
Assignee: unassigned at sourceware dot org
Reporter: hjl.tools at gmail dot com
CC: mark at klomp dot org, nickc at redhat dot com
Target Milestone: ---
From
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98708
GCC 11 may generate:
[hjl@gnu-clx-1 tmp]$ cat foo.s
.file "cxx11-ios_failure.cc"
.file 1
"../../../../../src-master/libstdc++-v3/src/c++11/cxx11-ios_failure.cc"
.file 0
"/export/gnu/import/git/gcc-test-master-intel64-native/bld/x86_64-pc-linux-gnu/libstdc++-v3/src/c++11"
"../../../../../src-master/libstdc++-v3/src/c++11/cxx11-ios_failure.cc"
.text
nop
[hjl@gnu-clx-1 tmp]$ gcc -c foo.s
foo.s: Assembler messages:
foo.s:3: Error: file number less than one
[hjl@gnu-clx-1 tmp]$
--
You are receiving this mail because:
You are on the CC list for the bug.