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]

internal error as long long in C source



GCC version:
============
gcc-2.95.1


environment:
============
$ uname -a
Linux srapc1021.sra.co.jp 2.2.5-15smp #1 SMP Mon Apr 19 22:43:28 EDT 1999 i686 unknown

$ ./cc1 -version
GNU C version 2.95.1 19990816 (release) (rs6000-ibm-aix4) compiled by GNU C version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release).
options passed: 
options enabled:  -fpeephole -ffunction-cse -fkeep-static-consts
 -fpcc-struct-return -fsched-interblock -fsched-spec -fsjlj-exceptions
 -fcommon -fargument-alias -fident -mpower


input:
======
$ cat /tmp/c2.c
foo ()
{
  long long int i = (int) "";
}

log:
====
$   ./cc1 /tmp/c2.c
 foo
/tmp/c2.c: In function `foo':
/tmp/c2.c:3: Internal compiler error in `emit_no_conflict_block', at optabs.c:2798
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.


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