[Bug c/63478] New: internal compiler error: in sparc_emit_set_const64, at config/sparc/sparc.c:2061

2014-10-07 Thread dev at cor0 dot com
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 2 3 int 4 main(int argc, char *argv[]) 5 { 6

[Bug c/63478] internal compiler error: in sparc_emit_set_const64, at config/sparc/sparc.c:2061

2014-10-07 Thread dev at cor0 dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63478 --- Comment #1 from Dennis Clarke --- 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

[Bug c/63478] internal compiler error: in sparc_emit_set_const64, at config/sparc/sparc.c:2061

2014-10-07 Thread dev at cor0 dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63478 --- Comment #2 from Dennis Clarke --- 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

[Bug target/63478] internal compiler error: in sparc_emit_set_const64, at config/sparc/sparc.c:2061

2014-10-08 Thread dev at cor0 dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63478 --- Comment #5 from Dennis Clarke --- (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 *aft

[Bug target/63478] internal compiler error: in sparc_emit_set_const64, at config/sparc/sparc.c:2061

2014-10-08 Thread dev at cor0 dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63478 --- Comment #6 from Dennis Clarke --- > > *** 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