public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c/29241] [4.0/4.1/4.2 Regression] ICE with always inline
Date: Wed, 27 Sep 2006 02:47:00 -0000	[thread overview]
Message-ID: <20060927024749.516.qmail@sourceware.org> (raw)
In-Reply-To: <bug-29241-13311@http.gcc.gnu.org/bugzilla/>



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-09-27 02:47 -------
Confirmed reduced testcase:
static inline __attribute__((always_inline)) void ip_finish_output2(){}
static inline __attribute__((always_inline)) void ip_finish_output()
{
 ip_fragment(ip_finish_output2);
 ip_finish_output2();
}
void ip_mc_output()
{
 ip_finish_output();
}
void ip_output()
{
 ip_finish_output();
}


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |ice-on-valid-code
      Known to fail|                            |4.0.0 4.1.0 4.2.0
      Known to work|                            |3.4.0
   Last reconfirmed|0000-00-00 00:00:00         |2006-09-27 02:47:49
               date|                            |
            Summary|gcc 4.1.2 segmentation fault|[4.0/4.1/4.2 Regression] ICE
                   |                            |with always inline
   Target Milestone|---                         |4.0.4


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


  parent reply	other threads:[~2006-09-27  2:47 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-26 19:37 [Bug c/29241] New: gcc 4.1.2 segmentation fault gcc at tommay dot net
2006-09-26 19:41 ` [Bug c/29241] " gcc at tommay dot net
2006-09-27  2:47 ` pinskia at gcc dot gnu dot org [this message]
2006-09-27  6:37 ` [Bug c/29241] [4.0/4.1/4.2 Regression] ICE with always inline pinskia at gcc dot gnu dot org
2006-09-27  6:41 ` [Bug middle-end/29241] [4.0/4.1/4.2 Regression] [non unit-at-a-time] " pinskia at gcc dot gnu dot org
2006-10-01 23:02 ` mmitchel at gcc dot gnu dot org
2006-10-09 16:06 ` hubicka at gcc dot gnu dot org
2006-10-15 19:46 ` hubicka at gcc dot gnu dot org
2007-01-05 11:35 ` [Bug middle-end/29241] [4.0/4.1 " rguenth at gcc dot gnu dot org
2007-01-05 11:36 ` [Bug middle-end/29241] [4.0 " rguenth at gcc dot gnu dot org
2007-02-03 20:27 ` gdr at gcc dot gnu dot org
2007-03-08 10:54 ` rguenth 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=20060927024749.516.qmail@sourceware.org \
    --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).