public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/63478] New: internal compiler error: in sparc_emit_set_const64, at config/sparc/sparc.c:2061
@ 2014-10-08  3:00 dev at cor0 dot com
  2014-10-08  3:08 ` [Bug c/63478] " dev at cor0 dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: dev at cor0 dot com @ 2014-10-08  3:00 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63478

            Bug ID: 63478
           Summary: internal compiler error: in sparc_emit_set_const64, at
                    config/sparc/sparc.c:2061
           Product: gcc
           Version: 4.7.4
            Status: UNCONFIRMED
          Severity: critical
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dev at cor0 dot com

Given the simplest possible test code :

$ cat -n hello.c
     1  #include <stdio.h>
     2  
     3  int
     4  main(int argc, char *argv[])
     5  {
     6      printf ( "Hello World!\n" );
     7      return (0);
     8  }



We see ICE thus : 

$ /opt/intermediate/gcc4/bin/gcc -v -save-temps -mcpu=v8 -mno-app-regs -m32
-mptr64 -g -D_POSIX_PTHREAD_SEMANTICS -D_LARGEFILE64_SOURCE -D_TS_ERRNO -S -o
hello_sparcv8_gcc-4.7.4.s hello.c
Using built-in specs.
COLLECT_GCC=/opt/intermediate/gcc4/bin/gcc
Target: sparc64-sun-solaris2.10
Configured with: ../gcc-4.7.4/configure --build=sparc64-sun-solaris2.10
--prefix=/opt/intermediate/gcc4 --libdir=/opt/intermediate/gcc4/lib
--libexecdir=/opt/intermediate/gcc4/lib --without-gnu-as --without-gnu-ld
--with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/sparcv9/ld
--with-gmp=/usr/local --with-mpfr=/usr/local --with-mpc=/usr/local
--disable-nls --enable-threads=posix --enable-shared --with-cpu=v9
--enable-bootstrap --enable-languages=ada,c,c++ --enable-stage1-languages=c
--with-pkgversion='genunix Tue Oct  7 02:05:39 GMT 2014'
Thread model: posix
gcc version 4.7.4 (genunix Tue Oct  7 02:05:39 GMT 2014) 
COLLECT_GCC_OPTIONS='-v' '-save-temps' '-mcpu=v8' '-mno-app-regs' '-m32'
'-mptr64' '-g' '-D' '_POSIX_PTHREAD_SEMANTICS' '-D' '_LARGEFILE64_SOURCE' '-D'
'_TS_ERRNO' '-S' '-o' 'hello_sparcv8_gcc-4.7.4.s'
 /opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/cc1 -E -quiet -v
-imultilib sparcv8plus -D__sparcv8 -D _POSIX_PTHREAD_SEMANTICS -D
_LARGEFILE64_SOURCE -D _TS_ERRNO hello.c -mptr32 -mno-stack-bias -mcpu=v8
-mno-app-regs -m32 -mptr64 -g -fworking-directory -fpch-preprocess -o hello.i
ignoring nonexistent directory
"/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/../../../../sparc64-sun-solaris2.10/include"
#include "..." search starts here:
#include <...> search starts here:
 /opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/include
 /usr/local/include
 /opt/intermediate/gcc4/include
 /opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/include-fixed
 /usr/include
End of search list.
COLLECT_GCC_OPTIONS='-v' '-save-temps' '-mcpu=v8' '-mno-app-regs' '-m32'
'-mptr64' '-g' '-D' '_POSIX_PTHREAD_SEMANTICS' '-D' '_LARGEFILE64_SOURCE' '-D'
'_TS_ERRNO' '-S' '-o' 'hello_sparcv8_gcc-4.7.4.s'
 /opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/cc1
-fpreprocessed hello.i -mptr32 -mno-stack-bias -quiet -dumpbase hello.c
-mcpu=v8 -mno-app-regs -m32 -mptr64 -auxbase-strip hello_sparcv8_gcc-4.7.4.s -g
-version -o hello_sparcv8_gcc-4.7.4.s
GNU C (genunix Tue Oct  7 02:05:39 GMT 2014) version 4.7.4
(sparc64-sun-solaris2.10)
        compiled by GNU C version 4.7.4, GMP version 6.0.0, MPFR version 3.1.2,
MPC version 1.0.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
GNU C (genunix Tue Oct  7 02:05:39 GMT 2014) version 4.7.4
(sparc64-sun-solaris2.10)
        compiled by GNU C version 4.7.4, GMP version 6.0.0, MPFR version 3.1.2,
MPC version 1.0.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 6c00354b9ef0a393ae7d72f614661fa3
hello.c: In function 'main':
hello.c:6:12: internal compiler error: in sparc_emit_set_const64, at
config/sparc/sparc.c:2061
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
$ 


Full pre-processed source : 

$ cat hello.i
# 1 "hello.c"
# 1 "/export/home/dclarke/pgm/hello//"
# 1 "<command-line>"
# 1 "hello.c"
# 1 "/usr/include/stdio.h" 1 3 4
# 19 "/usr/include/stdio.h" 3 4
#pragma ident "@(#)stdio.h      1.86    13/09/11 SMI"

# 1
"/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/include-fixed/sys/feature_tests.h"
1 3 4
# 17
"/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/include-fixed/sys/feature_tests.h"
3 4
#pragma ident "@(#)feature_tests.h      1.26    11/04/12 SMI"

# 1 "/usr/include/sys/ccompile.h" 1 3 4
# 9 "/usr/include/sys/ccompile.h" 3 4
#pragma ident "@(#)ccompile.h   1.2     04/11/08 SMI"
# 20
"/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/include-fixed/sys/feature_tests.h"
2 3 4
# 1 "/usr/include/sys/isa_defs.h" 1 3 4







#pragma ident "@(#)isa_defs.h   1.30    11/03/31 SMI"
# 21
"/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/include-fixed/sys/feature_tests.h"
2 3 4
# 22 "/usr/include/stdio.h" 2 3 4
# 66 "/usr/include/stdio.h" 3 4
# 1
"/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/include-fixed/iso/stdio_iso.h"
1 3 4
# 41
"/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/include-fixed/iso/stdio_iso.h"
3 4
#pragma ident "@(#)stdio_iso.h  1.8     05/08/16 SMI"


# 1 "/usr/include/sys/va_list.h" 1 3 4
# 16 "/usr/include/sys/va_list.h" 3 4
#pragma ident "@(#)va_list.h    1.15    04/11/19 SMI"
# 99 "/usr/include/sys/va_list.h" 3 4
typedef __builtin_va_list __gnuc_va_list;





typedef __builtin_va_list __va_list;
# 45
"/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/include-fixed/iso/stdio_iso.h"
2 3 4
# 1 "/usr/include/stdio_tag.h" 1 3 4
# 9 "/usr/include/stdio_tag.h" 3 4
#pragma ident "@(#)stdio_tag.h  1.4     04/09/28 SMI"
# 21 "/usr/include/stdio_tag.h" 3 4
typedef struct __FILE __FILE;
# 46
"/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/include-fixed/iso/stdio_iso.h"
2 3 4
# 1 "/usr/include/stdio_impl.h" 1 3 4
# 9 "/usr/include/stdio_impl.h" 3 4
#pragma ident "@(#)stdio_impl.h 1.15    07/03/05 SMI"
# 29 "/usr/include/stdio_impl.h" 3 4
struct __FILE
{




 int _cnt;
 unsigned char *_ptr;

 unsigned char *_base;
 unsigned char _flag;
 unsigned char _file;

 unsigned __orientation:2;
 unsigned __ionolock:1;
 unsigned __seekable:1;
 unsigned __extendedfd:1;
 unsigned __xf_nocheck:1;
 unsigned __filler:10;
};
# 47
"/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/include-fixed/iso/stdio_iso.h"
2 3 4
# 67
"/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/include-fixed/iso/stdio_iso.h"
3 4
typedef long long __longlong_t;
# 83
"/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/include-fixed/iso/stdio_iso.h"
3 4
typedef __FILE FILE;







typedef unsigned int size_t;




typedef long fpos_t;
# 155
"/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/include-fixed/iso/stdio_iso.h"
3 4
extern __FILE __iob[20];
# 198
"/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/include-fixed/iso/stdio_iso.h"
3 4
extern int remove(const char *);
extern int rename(const char *, const char *);
extern FILE *tmpfile(void);
extern char *tmpnam(char *);
extern int fclose(FILE *);
extern int fflush(FILE *);
extern FILE *fopen(const char *, const char *);
extern FILE *freopen(const char *,
   const char *, FILE *);
extern void setbuf(FILE *, char *);
extern int setvbuf(FILE *, char *, int,
   size_t);

extern int fprintf(FILE *, const char *, ...);

extern int fscanf(FILE *, const char *, ...);

extern int printf(const char *, ...);

extern int scanf(const char *, ...);

extern int sprintf(char *, const char *, ...);

extern int sscanf(const char *,
   const char *, ...);
extern int vfprintf(FILE *, const char *,
   __va_list);
extern int vprintf(const char *, __va_list);
extern int vsprintf(char *, const char *,
   __va_list);
extern int fgetc(FILE *);
extern char *fgets(char *, int, FILE *);
extern int fputc(int, FILE *);
extern int fputs(const char *, FILE *);


extern int getc(FILE *);
extern int putc(int, FILE *);



extern int getchar(void);
extern int putchar(int);

extern char *gets(char *);
extern int puts(const char *);
extern int ungetc(int, FILE *);
extern size_t fread(void *, size_t, size_t,
 FILE *);
extern size_t fwrite(const void *, size_t, size_t,
 FILE *);

extern int fgetpos(FILE *, fpos_t *);
extern int fsetpos(FILE *, const fpos_t *);

extern int fseek(FILE *, long, int);
extern long ftell(FILE *);
extern void rewind(FILE *);


extern void clearerr(FILE *);
extern int feof(FILE *);
extern int ferror(FILE *);

extern void perror(const char *);


extern int __filbuf(FILE *);
extern int __flsbuf(int, FILE *);
# 67 "/usr/include/stdio.h" 2 3 4
# 135 "/usr/include/stdio.h" 3 4
# 1 "/usr/include/iso/stdio_c99.h" 1 3 4
# 20 "/usr/include/iso/stdio_c99.h" 3 4
#pragma ident "@(#)stdio_c99.h  1.2     04/03/29 SMI"
# 54 "/usr/include/iso/stdio_c99.h" 3 4
extern int vfscanf(FILE *, const char *, __va_list);
extern int vscanf(const char *, __va_list);
extern int vsscanf(const char *, const char *,
  __va_list);
# 68 "/usr/include/iso/stdio_c99.h" 3 4
extern int snprintf(char *, size_t, const char *,
 ...);
extern int vsnprintf(char *, size_t, const char *,
 __va_list);
# 136 "/usr/include/stdio.h" 2 3 4
# 145 "/usr/include/stdio.h" 3 4
typedef long off_t;







typedef __longlong_t off64_t;
# 163 "/usr/include/stdio.h" 3 4
typedef __longlong_t fpos64_t;
# 197 "/usr/include/stdio.h" 3 4
extern unsigned char _sibuf[], _sobuf[];
# 229 "/usr/include/stdio.h" 3 4
extern unsigned char *_bufendtab[];
extern FILE *_lastbuf;
# 253 "/usr/include/stdio.h" 3 4
extern char *tmpnam_r(char *);




extern void setbuffer(FILE *, char *, size_t);
extern int setlinebuf(FILE *);

extern int asprintf(char **, const char *, ...);

extern int vasprintf(char **, const char *, __va_list);
# 272 "/usr/include/stdio.h" 3 4
extern FILE *fdopen(int, const char *);
extern char *ctermid(char *);
extern int fileno(FILE *);
# 284 "/usr/include/stdio.h" 3 4
extern void flockfile(FILE *);
extern int ftrylockfile(FILE *);
extern void funlockfile(FILE *);
extern int getc_unlocked(FILE *);
extern int getchar_unlocked(void);
extern int putc_unlocked(int, FILE *);
extern int putchar_unlocked(int);
# 299 "/usr/include/stdio.h" 3 4
extern FILE *popen(const char *, const char *);
extern char *tempnam(const char *, const char *);
extern int pclose(FILE *);

extern int getsubopt(char **, char *const *, char **);




extern char *cuserid(char *);
extern int getopt(int, char *const *, const char *);
extern char *optarg;
extern int optind, opterr, optopt;
extern int getw(FILE *);
extern int putw(int, FILE *);
# 322 "/usr/include/stdio.h" 3 4
extern int fseeko(FILE *, off_t, int);
extern off_t ftello(FILE *);
# 332 "/usr/include/stdio.h" 3 4
extern FILE *fopen64(const char *, const char *);
extern FILE *freopen64(const char *, const char *, FILE *);
extern FILE *tmpfile64(void);
extern int fgetpos64(FILE *, fpos64_t *);
extern int fsetpos64(FILE *, const fpos64_t *);
extern int fseeko64(FILE *, off64_t, int);
extern off64_t ftello64(FILE *);
# 2 "hello.c" 2

int
main(int argc, char *argv[])
{
    printf ( "Hello World!\n" );
    return (0);
}
$ 


Therefore we see from gcc -v : 

   - the exact version of GCC;
   - the system type;
   - the options given when GCC was configured/built;
   - the complete command line that triggers the bug;
   - the compiler output (error messages, warnings, etc.); and
   - the preprocessed file (*.i*) that triggers the bug, 
           generated by adding -save-temps to the complete 
           compilation command


$ /opt/intermediate/gcc4/bin/gcc -v

Using built-in specs.

COLLECT_GCC=/opt/intermediate/gcc4/bin/gcc

COLLECT_LTO_WRAPPER=/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/lto-wrapper

Target: sparc64-sun-solaris2.10

Configured with: ../gcc-4.7.4/configure --build=sparc64-sun-solaris2.10
--prefix=/opt/intermediate/gcc4 --libdir=/opt/intermediate/gcc4/lib
--libexecdir=/opt/intermediate/gcc4/lib --without-gnu-as --without-gnu-ld
--with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/sparcv9/ld
--with-gmp=/usr/local --with-mpfr=/usr/local --with-mpc=/usr/local
--disable-nls --enable-threads=posix --enable-shared --with-cpu=v9
--enable-bootstrap --enable-languages=ada,c,c++ --enable-stage1-languages=c
--with-pkgversion='genunix Tue Oct  7 02:05:39 GMT 2014'

Thread model: posix
gcc version 4.7.4 (genunix Tue Oct  7 02:05:39 GMT 2014) 
$ 


Test suite results for this compiler where thus : 

https://gcc.gnu.org/ml/gcc-testresults/2014-10/msg00816.html


Let me know what else you need.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug c/63478] internal compiler error: in sparc_emit_set_const64, at config/sparc/sparc.c:2061
  2014-10-08  3:00 [Bug c/63478] New: internal compiler error: in sparc_emit_set_const64, at config/sparc/sparc.c:2061 dev at cor0 dot com
@ 2014-10-08  3:08 ` dev at cor0 dot com
  2014-10-08  3:11 ` dev at cor0 dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: dev at cor0 dot com @ 2014-10-08  3:08 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63478

--- Comment #1 from Dennis Clarke <dev at cor0 dot com> ---
The option "-mptr64" seems to be the issue here because : 

$ /opt/intermediate/gcc4/bin/gcc -v -save-temps -mcpu=v8 -mno-app-regs -m32
-D_POSIX_PTHREAD_SEMANTICS -D_LARGEFILE64_SOURCE -D_TS_ERRNO -S -o
hello_sparcv8_gcc-4.7.4.s hello.c
Using built-in specs.
COLLECT_GCC=/opt/intermediate/gcc4/bin/gcc
Target: sparc64-sun-solaris2.10
Configured with: ../gcc-4.7.4/configure --build=sparc64-sun-solaris2.10
--prefix=/opt/intermediate/gcc4 --libdir=/opt/intermediate/gcc4/lib
--libexecdir=/opt/intermediate/gcc4/lib --without-gnu-as --without-gnu-ld
--with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/sparcv9/ld
--with-gmp=/usr/local --with-mpfr=/usr/local --with-mpc=/usr/local
--disable-nls --enable-threads=posix --enable-shared --with-cpu=v9
--enable-bootstrap --enable-languages=ada,c,c++ --enable-stage1-languages=c
--with-pkgversion='genunix Tue Oct  7 02:05:39 GMT 2014'
Thread model: posix
gcc version 4.7.4 (genunix Tue Oct  7 02:05:39 GMT 2014) 
COLLECT_GCC_OPTIONS='-v' '-save-temps' '-mcpu=v8' '-mno-app-regs' '-m32' '-D'
'_POSIX_PTHREAD_SEMANTICS' '-D' '_LARGEFILE64_SOURCE' '-D' '_TS_ERRNO' '-S'
'-o' 'hello_sparcv8_gcc-4.7.4.s'
 /opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/cc1 -E -quiet -v
-imultilib sparcv8plus -D__sparcv8 -D _POSIX_PTHREAD_SEMANTICS -D
_LARGEFILE64_SOURCE -D _TS_ERRNO hello.c -mptr32 -mno-stack-bias -mcpu=v8
-mno-app-regs -m32 -fpch-preprocess -o hello.i
ignoring nonexistent directory
"/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/../../../../sparc64-sun-solaris2.10/include"
#include "..." search starts here:
#include <...> search starts here:
 /opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/include
 /usr/local/include
 /opt/intermediate/gcc4/include
 /opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/include-fixed
 /usr/include
End of search list.
COLLECT_GCC_OPTIONS='-v' '-save-temps' '-mcpu=v8' '-mno-app-regs' '-m32' '-D'
'_POSIX_PTHREAD_SEMANTICS' '-D' '_LARGEFILE64_SOURCE' '-D' '_TS_ERRNO' '-S'
'-o' 'hello_sparcv8_gcc-4.7.4.s'
 /opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/cc1
-fpreprocessed hello.i -mptr32 -mno-stack-bias -quiet -dumpbase hello.c
-mcpu=v8 -mno-app-regs -m32 -auxbase-strip hello_sparcv8_gcc-4.7.4.s -version
-o hello_sparcv8_gcc-4.7.4.s
GNU C (genunix Tue Oct  7 02:05:39 GMT 2014) version 4.7.4
(sparc64-sun-solaris2.10)
        compiled by GNU C version 4.7.4, GMP version 6.0.0, MPFR version 3.1.2,
MPC version 1.0.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
GNU C (genunix Tue Oct  7 02:05:39 GMT 2014) version 4.7.4
(sparc64-sun-solaris2.10)
        compiled by GNU C version 4.7.4, GMP version 6.0.0, MPFR version 3.1.2,
MPC version 1.0.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 6c00354b9ef0a393ae7d72f614661fa3
COMPILER_PATH=/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/:/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/:/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/:/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/:/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/:/usr/ccs/bin/
LIBRARY_PATH=/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/sparcv8plus/:/usr/ccs/lib/:/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/../../../:/lib/:/usr/lib/:/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/
COLLECT_GCC_OPTIONS='-v' '-save-temps' '-mcpu=v8' '-mno-app-regs' '-m32' '-D'
'_POSIX_PTHREAD_SEMANTICS' '-D' '_LARGEFILE64_SOURCE' '-D' '_TS_ERRNO' '-S'
'-o' 'hello_sparcv8_gcc-4.7.4.s'
$ 
$ 
$ cat hello_sparcv8_gcc-4.7.4.s
        .file   "hello.c"
        .section        ".rodata"
        .align 8
.LLC0:
        .asciz  "Hello World!"
        .section        ".text"
        .align 4
        .global main
        .type   main, #function
        .proc   04
main:
        save    %sp, -96, %sp
        st      %i0, [%fp+68]
        st      %i1, [%fp+72]
        sethi   %hi(.LLC0), %g1
        or      %g1, %lo(.LLC0), %o0
        call    puts, 0
         nop
        mov     0, %g1
        mov     %g1, %i0
        restore
        jmp     %o7+8
         nop
        .size   main, .-main
        .ident  "GCC: (genunix Tue Oct  7 02:05:39 GMT 2014) 4.7.4"
$ 


$ /usr/ccs/bin/as -V -Qy -s -xarch=v8 -o hello_sparcv8_gcc-4.7.4.o
hello_sparcv8_gcc-4.7.4.s
/usr/ccs/bin/as: SunOS 5.10 118683-13 Patch 08/06/2014
$ 

$ /opt/intermediate/gcc4/bin/gcc -v -save-temps -mcpu=v8 -mno-app-regs -m32
-D_POSIX_PTHREAD_SEMANTICS -D_LARGEFILE64_SOURCE -D_TS_ERRNO -o
hello_sparcv8_gcc-4.7.4 hello_sparcv8_gcc-4.7.4.o
Using built-in specs.
COLLECT_GCC=/opt/intermediate/gcc4/bin/gcc
COLLECT_LTO_WRAPPER=/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/lto-wrapper
Target: sparc64-sun-solaris2.10
Configured with: ../gcc-4.7.4/configure --build=sparc64-sun-solaris2.10
--prefix=/opt/intermediate/gcc4 --libdir=/opt/intermediate/gcc4/lib
--libexecdir=/opt/intermediate/gcc4/lib --without-gnu-as --without-gnu-ld
--with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/sparcv9/ld
--with-gmp=/usr/local --with-mpfr=/usr/local --with-mpc=/usr/local
--disable-nls --enable-threads=posix --enable-shared --with-cpu=v9
--enable-bootstrap --enable-languages=ada,c,c++ --enable-stage1-languages=c
--with-pkgversion='genunix Tue Oct  7 02:05:39 GMT 2014'
Thread model: posix
gcc version 4.7.4 (genunix Tue Oct  7 02:05:39 GMT 2014) 
COMPILER_PATH=/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/:/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/:/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/:/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/:/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/:/usr/ccs/bin/
LIBRARY_PATH=/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/sparcv8plus/:/usr/ccs/lib/:/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/../../../:/lib/:/usr/lib/:/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/
COLLECT_GCC_OPTIONS='-v' '-save-temps' '-mcpu=v8' '-mno-app-regs' '-m32' '-D'
'_POSIX_PTHREAD_SEMANTICS' '-D' '_LARGEFILE64_SOURCE' '-D' '_TS_ERRNO' '-o'
'hello_sparcv8_gcc-4.7.4'
 /opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/collect2 -V -Y
P,/usr/ccs/lib:/lib:/usr/lib -Qy -o hello_sparcv8_gcc-4.7.4
/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/sparcv8plus/crt1.o
/usr/lib/crti.o /usr/ccs/lib/values-Xa.o
/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/sparcv8plus/crtbegin.o
-L/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/sparcv8plus
-L/usr/ccs/lib
-L/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/../../..
-L/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4
hello_sparcv8_gcc-4.7.4.o -lgcc -lgcc_eh -lc -lgcc -lgcc_eh -lc
/opt/intermediate/gcc4/lib/gcc/sparc64-sun-solaris2.10/4.7.4/sparcv8plus/crtend.o
/usr/lib/crtn.o
ld: Software Generation Utilities - Solaris Link Editors: 5.10-1.1520
$ 


$ mcs -p hello_sparcv8_gcc-4.7.4
hello_sparcv8_gcc-4.7.4:

as: SunOS 5.10 118683-13 Patch 08/06/2014

@(#)SunOS 5.10 Generic January 2005
GCC: (genunix Tue Oct  7 02:05:39 GMT 2014) 4.7.4
ld: Software Generation Utilities - Solaris Link Editors: 5.10-1.1520

$ 
$ ./hello_sparcv8_gcc-4.7.4
Hello World!
$ 
$ elfdump -devl hello_sparcv8_gcc-4.7.4

ELF Header
  ei_magic:   { 0x7f, E, L, F }
  ei_class:   ELFCLASS32          ei_data:       ELFDATA2MSB
  ei_osabi:   ELFOSABI_SOLARIS    ei_abiversion: EAV_SUNW_CURRENT
  e_machine:  EM_SPARC32PLUS      e_version:     EV_CURRENT
  e_type:     ET_EXEC
  e_flags:    [ EF_SPARC_32PLUS ]
  e_entry:               0x10740  e_ehsize:     52  e_shstrndx:  27
  e_shoff:                0x162c  e_shentsize:  40  e_shnum:     28
  e_phoff:                  0x34  e_phentsize:  32  e_phnum:     6

Version Needed Section:  .SUNW_version
     index  file                        version
       [2]  libc.so.1                   SYSVABI_1.3          

Dynamic Section:  .dynamic
     index  tag                value
       [0]  NEEDED            0x105               libc.so.1
       [1]  INIT              0x10a74             
       [2]  FINI              0x10a90             
       [3]  HASH              0x10114             
       [4]  STRTAB            0x10344             
       [5]  STRSZ             0x31b               
       [6]  SYMTAB            0x101d4             
       [7]  SYMENT            0x10                
       [8]  CHECKSUM          0x9969              
       [9]  VERNEED           0x10660             
      [10]  VERNEEDNUM        0x1                 
      [11]  PLTRELSZ          0x48                
      [12]  PLTREL            0x7                 
      [13]  JMPREL            0x106f8             
      [14]  RELA              0x106b0             
      [15]  RELASZ            0x90                
      [16]  RELAENT           0xc                 
      [17]  DEBUG             0                   
      [18]  FLAGS             0                   0
      [19]  FLAGS_1           0                   0
      [20]  SUNW_STRPAD       0x200               
      [21]  SUNW_LDMACH       0x2b                EM_SPARCV9
      [22]  PLTGOT            0x20ad8             
   [23-33]  NULL              0                   
$ 
$ 


Looks just fine.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug c/63478] internal compiler error: in sparc_emit_set_const64, at config/sparc/sparc.c:2061
  2014-10-08  3:00 [Bug c/63478] New: internal compiler error: in sparc_emit_set_const64, at config/sparc/sparc.c:2061 dev at cor0 dot com
  2014-10-08  3:08 ` [Bug c/63478] " dev at cor0 dot com
@ 2014-10-08  3:11 ` dev at cor0 dot com
  2014-10-08  3:17 ` [Bug target/63478] " pinskia at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: dev at cor0 dot com @ 2014-10-08  3:11 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63478

--- Comment #2 from Dennis Clarke <dev at cor0 dot com> ---
Also, this may be a simple RESOLVED WONT FIX because : 

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34191


Sorry, the option -mptr64 looks to be undocumented and therefore a no no.


Dennis


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/63478] internal compiler error: in sparc_emit_set_const64, at config/sparc/sparc.c:2061
  2014-10-08  3:00 [Bug c/63478] New: internal compiler error: in sparc_emit_set_const64, at config/sparc/sparc.c:2061 dev at cor0 dot com
  2014-10-08  3:08 ` [Bug c/63478] " dev at cor0 dot com
  2014-10-08  3:11 ` dev at cor0 dot com
@ 2014-10-08  3:17 ` pinskia at gcc dot gnu.org
  2014-10-08  8:18 ` ebotcazou at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2014-10-08  3:17 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63478

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |Sparc
          Component|c                           |target

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Why are you trying to use -mptr64 anyways? Especially without -m64 ?


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/63478] internal compiler error: in sparc_emit_set_const64, at config/sparc/sparc.c:2061
  2014-10-08  3:00 [Bug c/63478] New: internal compiler error: in sparc_emit_set_const64, at config/sparc/sparc.c:2061 dev at cor0 dot com
                   ` (2 preceding siblings ...)
  2014-10-08  3:17 ` [Bug target/63478] " pinskia at gcc dot gnu.org
@ 2014-10-08  8:18 ` ebotcazou at gcc dot gnu.org
  2014-10-08  8:30 ` dev at cor0 dot com
  2014-10-08  8:32 ` dev at cor0 dot com
  5 siblings, 0 replies; 7+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2014-10-08  8:18 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63478

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |ebotcazou at gcc dot gnu.org
         Resolution|---                         |DUPLICATE

--- Comment #4 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
.

*** This bug has been marked as a duplicate of bug 34191 ***


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/63478] internal compiler error: in sparc_emit_set_const64, at config/sparc/sparc.c:2061
  2014-10-08  3:00 [Bug c/63478] New: internal compiler error: in sparc_emit_set_const64, at config/sparc/sparc.c:2061 dev at cor0 dot com
                   ` (3 preceding siblings ...)
  2014-10-08  8:18 ` ebotcazou at gcc dot gnu.org
@ 2014-10-08  8:30 ` dev at cor0 dot com
  2014-10-08  8:32 ` dev at cor0 dot com
  5 siblings, 0 replies; 7+ messages in thread
From: dev at cor0 dot com @ 2014-10-08  8:30 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63478

--- Comment #5 from Dennis Clarke <dev at cor0 dot com> ---
(In reply to Andrew Pinski from comment #3)
> Why are you trying to use -mptr64 anyways? Especially without -m64 ?

Reasonable question. I often bootstrap GCC and then try a whole 
series of simple tests *after* I run the whole testsuite. To be
honest I had not seen an ICE before and was surprised to see it.

As for -mptr64, well yes it was a dumb idea. Given that it isn't
documented anywhere.

At least it does not seem to exist anywhere here : 

    https://gcc.gnu.org/onlinedocs/gcc-4.7.4/gcc/

Some of the little tests I run involved posix thread dispatch 
tests as well as slogging memory around and some are simple 
floating point performance tests. I look at the output assembly
from both GCC and Oracle Studio tools. There really is not
much of a performance gap anymore unless you are in possession
of a Sparc T5 or some server with 256 processor cores. 

Regardless, looks like a red herring : 

    https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34191


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/63478] internal compiler error: in sparc_emit_set_const64, at config/sparc/sparc.c:2061
  2014-10-08  3:00 [Bug c/63478] New: internal compiler error: in sparc_emit_set_const64, at config/sparc/sparc.c:2061 dev at cor0 dot com
                   ` (4 preceding siblings ...)
  2014-10-08  8:30 ` dev at cor0 dot com
@ 2014-10-08  8:32 ` dev at cor0 dot com
  5 siblings, 0 replies; 7+ messages in thread
From: dev at cor0 dot com @ 2014-10-08  8:32 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63478

--- Comment #6 from Dennis Clarke <dev at cor0 dot com> ---
>
> *** This bug has been marked as a duplicate of bug 34191 ***

Not really a duplicate but close enough.  This is Solaris 10
and I bet we see the same thing on Solaris 11. If anyone
actually uses that.

dc


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-10-08  8:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-08  3:00 [Bug c/63478] New: internal compiler error: in sparc_emit_set_const64, at config/sparc/sparc.c:2061 dev at cor0 dot com
2014-10-08  3:08 ` [Bug c/63478] " dev at cor0 dot com
2014-10-08  3:11 ` dev at cor0 dot com
2014-10-08  3:17 ` [Bug target/63478] " pinskia at gcc dot gnu.org
2014-10-08  8:18 ` ebotcazou at gcc dot gnu.org
2014-10-08  8:30 ` dev at cor0 dot com
2014-10-08  8:32 ` dev at cor0 dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).