This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/12718] New: reload problem when building winsup


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'


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]