public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/30143]  New: OpenMP can produce invalid gimple
@ 2006-12-11  0:19 pinskia at gcc dot gnu dot org
  2006-12-11  0:21 ` [Bug middle-end/30143] " pinskia at gcc dot gnu dot org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-12-11  0:19 UTC (permalink / raw)
  To: gcc-bugs

Testcase:
int f (int n)
{
  int i;
#pragma omp parallel
    for (i = 1; i < n - 1; ++i)
      ;
}

------
We get:
.omp_data_iD.1661->iD.1662 = D.1669 + 1;

Which is obvious invalid gimple.
The patch in PR 30142 was used to find this.


-- 
           Summary: OpenMP can produce invalid gimple
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
OtherBugsDependingO 30142
             nThis:


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


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

end of thread, other threads:[~2007-02-23 23:02 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-11  0:19 [Bug middle-end/30143] New: OpenMP can produce invalid gimple pinskia at gcc dot gnu dot org
2006-12-11  0:21 ` [Bug middle-end/30143] " pinskia at gcc dot gnu dot org
2006-12-11  1:17 ` pinskia at gcc dot gnu dot org
2006-12-11  1:32 ` pinskia at gcc dot gnu dot org
2006-12-15  8:37 ` pinskia at gcc dot gnu dot org
2006-12-15 22:53 ` pinskia at gcc dot gnu dot org
2006-12-16  2:27 ` pinskia at gcc dot gnu dot org
2006-12-16  2:29 ` pinskia at gcc dot gnu dot org
2006-12-20 17:50 ` pinskia at gcc dot gnu dot org
2006-12-20 17:52 ` [Bug middle-end/30143] [4.2 only] " pinskia at gcc dot gnu dot org
2006-12-29  8:43 ` jakub at gcc dot gnu dot org
2007-02-19 20:49 ` mmitchel at gcc dot gnu dot org
2007-02-21  9:12 ` jakub at gcc dot gnu dot org
2007-02-23 23:02 ` 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).