public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/35305]  New: Speculative PRE support missing
@ 2008-02-23  5:15 xinliangli at gmail dot com
  2008-05-03  0:35 ` [Bug middle-end/35305] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: xinliangli at gmail dot com @ 2008-02-23  5:15 UTC (permalink / raw)
  To: gcc-bugs

// File this bug to track the problem

int g1, g2;
void foo(int a, int b, int k,int m)
{

   if (k)
   {
#pragma execution_frequency(very_high)
       g1 = a + b;
   }

   if (m)
   {
#pragma execution_frequency(very_high)
       g2 = a + b;
   }
}


-- 
           Summary: Speculative PRE support missing
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: xinliangli at gmail dot com


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


^ permalink raw reply	[flat|nested] 6+ messages in thread
[parent not found: <bug-35305-4@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2012-10-30 18:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-23  5:15 [Bug middle-end/35305] New: Speculative PRE support missing xinliangli at gmail dot com
2008-05-03  0:35 ` [Bug middle-end/35305] " pinskia at gcc dot gnu dot org
2009-02-06 21:53 ` steven at gcc dot gnu dot org
2009-03-21  0:54 ` steven at gcc dot gnu dot org
2009-03-21 10:53 ` rguenth at gcc dot gnu dot org
     [not found] <bug-35305-4@http.gcc.gnu.org/bugzilla/>
2012-10-30 18:58 ` xinliangli at gmail dot com

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