[Bug target/42994] Status of using both -m32 and -m64 on the same command line

2015-02-07 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42994 Eric Botcazou changed: What|Removed |Added Target|sparc64-suse-linux-gnu | Status|UNCONFIRMED

[Bug target/42994] Status of using both -m32 and -m64 on the same command line

2010-02-21 Thread manu at gcc dot gnu dot org
--- Comment #4 from manu at gcc dot gnu dot org 2010-02-21 23:21 --- So this is confirmed, yes? no? Joseph? -- manu at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/42994] Status of using both -m32 and -m64 on the same command line

2010-02-07 Thread joseph at codesourcery dot com
--- Comment #3 from joseph at codesourcery dot com 2010-02-07 22:58 --- Subject: Re: Status of using both -m32 and -m64 on the same command line On Sun, 7 Feb 2010, pinskia at gcc dot gnu dot org wrote: > >I think that this behavior should be unified across gcc's supported arches, >

[Bug target/42994] Status of using both -m32 and -m64 on the same command line

2010-02-07 Thread rguenther at suse dot de
--- Comment #2 from rguenther at suse dot de 2010-02-07 22:09 --- Subject: Re: New: Status of using both -m32 and -m64 on the same command line On Sun, 7 Feb 2010, jengelh at medozas dot de wrote: > I noticed that combining -m32 and -m64 has different effects on different > platform

[Bug target/42994] Status of using both -m32 and -m64 on the same command line

2010-02-07 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2010-02-07 19:21 --- >I think that this behavior should be unified across gcc's supported arches, Why -m* means it is a target specific option? x86_64 and powerpc64 both have the same behavior of having the last one being the used one