public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/22379] New: [4.1 Regression] ICE in cgraph_early_inlining, at ipa-inline.c:990
@ 2005-07-08 21:45 pinskia at gcc dot gnu dot org
  2005-07-08 22:42 ` [Bug middle-end/22379] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-08 21:45 UTC (permalink / raw)
  To: gcc-bugs

Forwarded from: <http://gcc.gnu.org/ml/gcc/2005-07/msg00205.html>
void __add_entropy_words(void);
void __wake_up(void);
void SHATransform(void);
static inline __attribute__((always_inline)) void add_entropy_words(void){}
void extract_entropy(void);
static inline __attribute__((always_inline)) void xfer_secondary_pool(void)
{
extract_entropy();
add_entropy_words();
}
void extract_entropy(void)
{
xfer_secondary_pool();
__wake_up();
}
void init_std_data(void)
{
add_entropy_words();
}
void rand_initialize(void)
{
init_std_data();
}

-- 
           Summary: [4.1 Regression] ICE in cgraph_early_inlining, at ipa-
                    inline.c:990
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2005-07-12 23:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-08 21:45 [Bug middle-end/22379] New: [4.1 Regression] ICE in cgraph_early_inlining, at ipa-inline.c:990 pinskia at gcc dot gnu dot org
2005-07-08 22:42 ` [Bug middle-end/22379] " pinskia at gcc dot gnu dot org
2005-07-11  1:43 ` pinskia at gcc dot gnu dot org
2005-07-12 23:16 ` hubicka 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).