public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/66819] New: gcc.target/i386/pr65753.c fails with -fPIC -m32 -O2 -mregparm=3
@ 2015-07-09  2:56 hjl.tools at gmail dot com
  2015-07-10 20:30 ` [Bug target/66819] " hjl at gcc dot gnu.org
  2015-07-11 18:28 ` hjl.tools at gmail dot com
  0 siblings, 2 replies; 3+ messages in thread
From: hjl.tools at gmail dot com @ 2015-07-09  2:56 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 66819
           Summary: gcc.target/i386/pr65753.c fails with -fPIC -m32 -O2
                    -mregparm=3
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hjl.tools at gmail dot com
  Target Milestone: ---

I got

[hjl@gnu-6 gcc]$ ./xgcc -S -B./ -m32 -fPIC -O2
/export/gnu/src/tools-iamcu/tools/gcc/testsuite/gcc.target/i386/pr65753.c
-mregparm=3
[hjl@gnu-6 gcc]$ cat pr65753.s 
        .file   "pr65753.c"
        .section        .text.unlikely,"ax",@progbits
.LCOLDB0:
        .text
.LHOTB0:
        .p2align 4,,15
        .globl  foo
        .type   foo, @function
foo:
.LFB0:
        .cfi_startproc
        subl    $12, %esp
        .cfi_def_cfa_offset 16
        call    *%eax
        addl    $12, %esp
        .cfi_def_cfa_offset 4
        ret
        .cfi_endproc
.LFE0:
        .size   foo, .-foo
        .section        .text.unlikely
.LCOLDE0:
        .text
.LHOTE0:
        .ident  "GCC: (GNU) 6.0.0 20150708 (experimental)"
        .section        .note.GNU-stack,"",@progbits
[hjl@gnu-6 gcc]$


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

end of thread, other threads:[~2015-07-11 18:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-09  2:56 [Bug target/66819] New: gcc.target/i386/pr65753.c fails with -fPIC -m32 -O2 -mregparm=3 hjl.tools at gmail dot com
2015-07-10 20:30 ` [Bug target/66819] " hjl at gcc dot gnu.org
2015-07-11 18:28 ` hjl.tools at gmail 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).