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

* [Bug middle-end/22379] [4.1 Regression] ICE in cgraph_early_inlining, at ipa-inline.c:990
  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 ` 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
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-08 22:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-08 21:45 -------
Confirmed, since this was only a foward from the email.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-07-08 21:45:39
               date|                            |
   Target Milestone|---                         |4.1.0


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


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

* [Bug middle-end/22379] [4.1 Regression] ICE in cgraph_early_inlining, at ipa-inline.c:990
  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
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-11  1:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-11 01:12 -------
Patch posted here: <http://gcc.gnu.org/ml/gcc-patches/2005-07/msg00657.html>.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2005-
                   |                            |07/msg00657.html
           Keywords|                            |patch


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


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

* [Bug middle-end/22379] [4.1 Regression] ICE in cgraph_early_inlining, at ipa-inline.c:990
  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
  2 siblings, 0 replies; 4+ messages in thread
From: hubicka at gcc dot gnu dot org @ 2005-07-12 23:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hubicka at gcc dot gnu dot org  2005-07-12 23:15 -------
I've commited the patch cited above

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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).