[Bug target/34191] Using gcc with -mptr64 option on Solaris 5.9 produces the following message: the internal compiler error: in sparc_emit_set_const64, at config/sparc/sparc.c:1669

2015-12-31 Thread zsojka at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34191 --- Comment #8 from Zdenek Sojka --- And also when using -mcmodel=32 with a 64bit target: $ sparc64-unknown-linux-gnu-gcc -mcmodel=32 tmp.i -w /repo/gcc-trunk/gcc/testsuite/gcc.c-torture/execute/2403-1.c: In function 'main':

[Bug target/34191] Using gcc with -mptr64 option on Solaris 5.9 produces the following message: the internal compiler error: in sparc_emit_set_const64, at config/sparc/sparc.c:1669

2015-12-31 Thread zsojka at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34191 Zdenek Sojka changed: What|Removed |Added CC||zsojka at seznam dot cz --- Comment #7

[Bug target/34191] Using gcc with -mptr64 option on Solaris 5.9 produces the following message: the internal compiler error: in sparc_emit_set_const64, at config/sparc/sparc.c:1669

2015-12-31 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34191 --- Comment #9 from Eric Botcazou --- > This switch is undocumented as well. Exactly, so please do not try to fiddle with it.

[Bug target/34191] Using gcc with -mptr64 option on Solaris 5.9 produces the following message: the internal compiler error: in sparc_emit_set_const64, at config/sparc/sparc.c:1669

2014-10-08 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34191 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added CC||dev at cor0

[Bug target/34191] Using gcc with -mptr64 option on Solaris 5.9 produces the following message: the internal compiler error: in sparc_emit_set_const64, at config/sparc/sparc.c:1669

2007-11-27 Thread pmendez at orga-systems dot com
--- Comment #4 from pmendez at orga-systems dot com 2007-11-27 16:34 --- Right, -mptr64 should *never* be used. Just use -m64 as documented. 1.-where is this stated in the documentation? 2.-If it is a non supported option it should issue something like this gcc: unrecognized

[Bug target/34191] Using gcc with -mptr64 option on Solaris 5.9 produces the following message: the internal compiler error: in sparc_emit_set_const64, at config/sparc/sparc.c:1669

2007-11-27 Thread ebotcazou at gcc dot gnu dot org
--- Comment #5 from ebotcazou at gcc dot gnu dot org 2007-11-27 16:49 --- 1.-where is this stated in the documentation? -mptr64 is simply not documented. 2.-If it is a non supported option it should issue something like this gcc: unrecognized option '-mptr64' and not a wrong

[Bug target/34191] Using gcc with -mptr64 option on Solaris 5.9 produces the following message: the internal compiler error: in sparc_emit_set_const64, at config/sparc/sparc.c:1669

2007-11-22 Thread ebotcazou at gcc dot gnu dot org
--- Comment #3 from ebotcazou at gcc dot gnu dot org 2007-11-22 19:38 --- Please notice that when using both -m64 -mptr64 this internal error does not occur. Right, -mptr64 should *never* be used. Just use -m64 as documented. -- ebotcazou at gcc dot gnu dot org changed: