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/11848] New: internal compiler error for -mlong-double-128


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11848

           Summary: internal compiler error for -mlong-double-128
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gcc at microbizz dot nl
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: powerpc-apple-darwin
  GCC host triplet: powerpc-apple-darwin
GCC target triplet: powerpc-apple-darwin

[G4:~/gnu/testgpc/adriaan] adriaan% cat longreals.c

#include <stdio.h>

int main( void )
{
  long double l = 1.2345E6;
        printf( "% .4E\n", l);    
        return 0;
}

[G4:~/gnu/testgpc/adriaan] adriaan% gcc longreals.c -mlong-double-128

longreals.c: In function `main':
longreals.c:9: error: insn does not satisfy its constraints:
(insn 74 73 51 0x0 (set (reg:SI 33 f1)
        (mem:SI (plus:SI (reg/f:SI 30 r30)
                (const_int 80 [0x50])) [0 S4 A8])) 306 {*movsi_internal1} (nil)
    (nil))
longreals.c:9: internal compiler error: in extract_constrain_insn_cached, at
recog.c:2090

[G4:~/gnu/testgpc/adriaan] adriaan% gcc -v
Reading specs from
/Developer/Pascal/gpc33d6/lib/gcc-lib/powerpc-apple-darwin/3.3/specs
Configured with: ../gpc-3.3d6/configure --enable-languages=pascal,c
--enable-threads=posix --prefix=/Developer/Pascal/gpc33d6
--target=powerpc-apple-darwin
Thread model: posix
gcc version 3.3

Regards,

Adriaan van Os


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