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/32455] New: internal compiler error: in convert_move, at expr.c:362


HARDWARE:
---------
System: HP-UX B.11.00
Machine: 9000/785

COMPILATION:
------------
/usr/local/bin/gcc -v -save-temps -c TP.c -o TP_c.o
Using built-in specs.
Target: hppa2.0w-hp-hpux11.11
Configured with: ../gcc/configure 
Thread model: posix
gcc version 4.1.2
 /usr/local/libexec/gcc/hppa2.0w-hp-hpux11.11/4.1.2/cc1 -E -quiet -v TP.c
-fpch-preprocess -o TP.i
ignoring nonexistent directory "NONE/include"
ignoring nonexistent directory "/usr/local/hppa2.0w-hp-hpux11.11/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/local/include
 /usr/local/lib/gcc/hppa2.0w-hp-hpux11.11/4.1.2/include
 /usr/include
End of search list.
 /usr/local/libexec/gcc/hppa2.0w-hp-hpux11.11/4.1.2/cc1 -fpreprocessed TP.i
-quiet -dumpbase TP.c -auxbase-strip TP_c.o -version -o TP.s
GNU C version 4.1.2 (hppa2.0w-hp-hpux11.11)
        compiled by GNU C version 4.1.2.
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
Compiler executable checksum: 74aa6c12f75acdb1c74c59fde58fd82f
In file included from TP.c:130:
atu.inc: In function 'CONCAT_STR_C':
atu.inc:264: warning: second parameter of 'va_start' not last named argument
atu.inc:264: internal compiler error: in convert_move, at expr.c:362

I try to compil a source code comes from a library target chpgnu of
TestRealTime


-- 
           Summary: internal compiler error: in convert_move, at expr.c:362
           Product: gcc
           Version: 4.1.2
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: frederic dot schuh at neuf dot fr


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


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