public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/49826] New: [4.7 Regression] Symbols are not decorated with attribute stdcall and -mrtd
@ 2011-07-24  3:20 d.g.gorbachev at gmail dot com
  2011-07-24 21:32 ` [Bug target/49826] " pinskia at gcc dot gnu.org
                   ` (21 more replies)
  0 siblings, 22 replies; 23+ messages in thread
From: d.g.gorbachev at gmail dot com @ 2011-07-24  3:20 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.7 Regression] Symbols are not decorated with
                    attribute stdcall and -mrtd
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: d.g.gorbachev@gmail.com
            Target: i686-pc-mingw32


Code:

    extern void __attribute__((stdcall)) bar(int);

    void foo(void)
    {
      bar(0);
    }

When compiled with gcc-4.6 -mrtd

    call    _bar@4

With gcc-4.7 -mrtd

    call    _bar


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

end of thread, other threads:[~2023-07-07 10:29 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-24  3:20 [Bug target/49826] New: [4.7 Regression] Symbols are not decorated with attribute stdcall and -mrtd d.g.gorbachev at gmail dot com
2011-07-24 21:32 ` [Bug target/49826] " pinskia at gcc dot gnu.org
2011-09-14 20:02 ` d.g.gorbachev at gmail dot com
2011-10-10 12:06 ` rguenth at gcc dot gnu.org
2011-10-11 20:13 ` jsm28 at gcc dot gnu.org
2011-12-30 17:59 ` ktietz at gcc dot gnu.org
2012-01-01 15:34 ` d.g.gorbachev at gmail dot com
2012-03-22  8:41 ` [Bug target/49826] [4.7/4.8 " rguenth at gcc dot gnu.org
2012-06-14  8:10 ` rguenth at gcc dot gnu.org
2012-09-20 10:17 ` jakub at gcc dot gnu.org
2013-01-15 17:54 ` ktietz at gcc dot gnu.org
2013-01-15 23:48 ` d.g.gorbachev at gmail dot com
2013-04-11  7:59 ` [Bug target/49826] [4.7/4.8/4.9 " rguenth at gcc dot gnu.org
2014-06-12 13:45 ` [Bug target/49826] [4.7/4.8/4.9/4.10 " rguenth at gcc dot gnu.org
2014-12-19 13:30 ` [Bug target/49826] [4.8/4.9/5 " jakub at gcc dot gnu.org
2015-06-23  8:22 ` [Bug target/49826] [4.8/4.9/5/6 " rguenth at gcc dot gnu.org
2015-06-26 19:58 ` [Bug target/49826] [4.9/5/6 " jakub at gcc dot gnu.org
2015-06-26 20:29 ` jakub at gcc dot gnu.org
2021-05-14  9:46 ` [Bug target/49826] [9/10/11/12 " jakub at gcc dot gnu.org
2021-06-01  8:05 ` rguenth at gcc dot gnu.org
2022-05-27  9:34 ` [Bug target/49826] [10/11/12/13 " rguenth at gcc dot gnu.org
2022-06-28 10:30 ` jakub at gcc dot gnu.org
2023-07-07 10:29 ` [Bug target/49826] [11/12/13/14 " rguenth at gcc dot gnu.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).