[Bug c/12718] New: reload problem when building winsup
green at redhat dot com
gcc-bugzilla@gcc.gnu.org
Wed Oct 22 01:28:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12718
Summary: reload problem when building winsup
Product: gcc
Version: tree-ssa
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: green at redhat dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-cygwin32
Discovered while building tree-ssa cygwin cross with tree-ssa Linux native
compiler. However, it is also reproducable with the native tree-ssa Linux
compiler directly.
I'll upload the .i file causing the problem.
$ gcc --version
gcc (GCC) 3.5-tree-ssa 20031019 (merged 20031017)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ gcc -O1 clog.i -c
In file included from
../../../../../src/HEAD-2003-10-21/winsup/mingw/mingwex/complex/clog.c:9:
../../../../../src/HEAD-2003-10-21/winsup/mingw/mingwex/../include/math.h:129:
warning: `dllimport' attribute directive ignored
../../../../../src/HEAD-2003-10-21/winsup/mingw/mingwex/../include/math.h:233:
warning: conflicting types for built-in function 'scalb'
../../../../../src/HEAD-2003-10-21/winsup/mingw/mingwex/complex/clog.c: In
function `clog':
../../../../../src/HEAD-2003-10-21/winsup/mingw/mingwex/../include/complex.h:93:
error: can't find a register in class `FP_TOP_REG' while reloading `asm'
More information about the Gcc-bugs
mailing list