public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "krzysiek-gcc dot gnu dot org at lichota dot net" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug inline-asm/24761]  New: Missing register load before inline asm in templated function causes SIGSEGV
Date: Wed, 09 Nov 2005 19:43:00 -0000	[thread overview]
Message-ID: <bug-24761-11690@http.gcc.gnu.org/bugzilla/> (raw)

I have a templated function which uses inline assembler (with MMX
instructions). Inline assembler is passed pointer to array element.
When this function is instantiated for the first time, code before inline
assembler is generated correctly. When it is instantiated for the second time,
one of registers used in inline assembler is not loaded from stack and causes
segfault when it is dereferenced in inline assembler.

I will attach test case.


g++-4.0 -v:
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--program-suffix=-4.0 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt
--enable-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm
--enable-java-awt=gtk --enable-gtk-cairo
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr
--disable-werror --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.0.2 (Debian 4.0.2-2)


-- 
           Summary: Missing register load before inline asm in templated
                    function causes SIGSEGV
           Product: gcc
           Version: 4.0.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: inline-asm
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: krzysiek-gcc dot gnu dot org at lichota dot net
  GCC host triplet: i486-linux-gnu
GCC target triplet: i486-linux-gnu


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


             reply	other threads:[~2005-11-09 19:43 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-09 19:43 krzysiek-gcc dot gnu dot org at lichota dot net [this message]
2005-11-09 19:46 ` [Bug inline-asm/24761] " krzysiek-gcc dot gnu dot org at lichota dot net
2005-11-09 19:50 ` krzysiek-gcc dot gnu dot org at lichota dot net
2005-11-09 20:00 ` krzysiek-gcc dot gnu dot org at lichota dot net
2005-11-09 20:24 ` [Bug c++/24761] [4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
2005-11-09 20:28 ` [Bug c++/24761] [4.0/4.1 Regression] templates and inline-asm and "+" pinskia at gcc dot gnu dot org
2005-11-10  9:03 ` jakub at gcc dot gnu dot org
2005-11-12 20:42 ` jakub at gcc dot gnu dot org
2005-11-12 20:43 ` jakub at gcc dot gnu dot org
2005-11-12 22:13 ` pinskia at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-24761-11690@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).