public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/26885]  New: [4.1/4.2 regression] -m64 -m32 no longer creates 32-bit object
@ 2006-03-27 14:51 jakub at gcc dot gnu dot org
  2006-03-27 16:37 ` [Bug target/26885] " pinskia at gcc dot gnu dot org
                   ` (23 more replies)
  0 siblings, 24 replies; 25+ messages in thread
From: jakub at gcc dot gnu dot org @ 2006-03-27 14:51 UTC (permalink / raw)
  To: gcc-bugs

Up until
2005-06-13  Mark Mitchell  <mark@codesourcery.com>

        * config/i386/x86-64.h (ASM_SPEC): Explicitly pass --64 to the
        assembler in 64-bit mode.
change -m64 -m32 used to work on x86_64 (I know it is quite fragile and
on many arches doesn't DTRT), but now as the asm spec has:
%{m32:--32} %{-m64:--64} we for both -m64 -m32 and -m32 -m64 end up with
--32 --64 being passed to the assembler (in that order).

Guess best would be to say in *.opt rather than RejectNegative what the
negative
of the option is (for m32 Negative(m64) and for m64 Negative(m32) or something
like that) and handle this in gcc.c/opts.c.


-- 
           Summary: [4.1/4.2 regression] -m64 -m32 no longer creates 32-bit
                    object
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jakub at gcc dot gnu dot org
GCC target triplet: x86_64-linux


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26885


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

end of thread, other threads:[~2008-07-04 15:25 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-27 14:51 [Bug target/26885] New: [4.1/4.2 regression] -m64 -m32 no longer creates 32-bit object jakub at gcc dot gnu dot org
2006-03-27 16:37 ` [Bug target/26885] " pinskia at gcc dot gnu dot org
2006-03-28  8:20 ` jakub at gcc dot gnu dot org
2006-03-31  2:52 ` mmitchel at gcc dot gnu dot org
2006-04-06 13:27 ` jakub at gcc dot gnu dot org
2006-04-16 19:11 ` mmitchel at gcc dot gnu dot org
2006-04-22  0:43 ` pinskia at gcc dot gnu dot org
2006-04-22  1:16 ` pinskia at physics dot uc dot edu
2006-04-22 15:34 ` hjl at lucon dot org
2006-04-23  2:24 ` pinskia at gcc dot gnu dot org
2006-05-16  5:52 ` mmitchel at gcc dot gnu dot org
2006-05-16 14:27 ` hjl at gcc dot gnu dot org
2006-05-16 16:33 ` hjl at lucon dot org
2006-05-16 16:51 ` mark at codesourcery dot com
2006-05-16 17:07 ` hjl at gcc dot gnu dot org
2006-05-16 17:29 ` pinskia at gcc dot gnu dot org
2006-05-16 17:39 ` hjl at lucon dot org
2006-05-16 17:41 ` pinskia at gcc dot gnu dot org
2006-05-16 21:30 ` bernds_cb1 at t-online dot de
2006-05-16 21:46 ` mmitchel at gcc dot gnu dot org
2006-05-17 15:37 ` mmitchel at gcc dot gnu dot org
2006-05-25  2:35 ` mmitchel at gcc dot gnu dot org
2006-07-05  9:05 ` [Bug target/26885] [4.1 " pinskia at gcc dot gnu dot org
2007-02-14  9:01 ` mmitchel at gcc dot gnu dot org
2008-07-04 15:25 ` jsm28 at gcc dot gnu dot org

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).