public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/17659] New: ICE in gen_subprogram_die
@ 2004-09-24 16:47 jakub at gcc dot gnu dot org
  2004-09-24 17:22 ` [Bug debug/17659] [4.0 Regression] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: jakub at gcc dot gnu dot org @ 2004-09-24 16:47 UTC (permalink / raw)
  To: gcc-bugs

// { dg-do compile }

int
foo (char *x)
{
  return x != 0;
}

extern int bar (void);

int baz (void)
{
  extern int foo (char *);
  return bar ();
}

ICEs in g++ with -g at any optimization level.  C compiler handles this fine,
likewise G++ 3.4.2.

-- 
           Summary: ICE in gen_subprogram_die
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: debug
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jakub at gcc dot gnu dot org
                CC: arjanv at redhat dot com,gcc-bugs at gcc dot gnu dot org
GCC target triplet: x86_64-redhat-linux


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


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

* [Bug debug/17659] [4.0 Regression] ICE in gen_subprogram_die
  2004-09-24 16:47 [Bug debug/17659] New: ICE in gen_subprogram_die jakub at gcc dot gnu dot org
@ 2004-09-24 17:22 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-24 17:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-24 17:22 -------
: Search converges between 2004-06-20-trunk (#469) and 2004-06-22-trunk (#470).
Confirmed.

*** This bug has been marked as a duplicate of 16792 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
           Keywords|                            |ice-on-valid-code
         Resolution|                            |DUPLICATE
            Summary|ICE in gen_subprogram_die   |[4.0 Regression] ICE in
                   |                            |gen_subprogram_die
   Target Milestone|---                         |4.0.0


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


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

end of thread, other threads:[~2004-09-24 17:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-24 16:47 [Bug debug/17659] New: ICE in gen_subprogram_die jakub at gcc dot gnu dot org
2004-09-24 17:22 ` [Bug debug/17659] [4.0 Regression] " pinskia 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).