From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30587 invoked by alias); 12 Dec 2006 07:37:10 -0000 Received: (qmail 30551 invoked by uid 48); 12 Dec 2006 07:36:59 -0000 Date: Tue, 12 Dec 2006 07:37:00 -0000 Subject: [Bug middle-end/30167] New: OpenMP can produce invalid gimple (for indirect references) X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-12/txt/msg01003.txt.bz2 Fortran Testcase: SUBROUTINE A13( X, XOLD, N, TOL ) !$OMP PARALLEL DO WHILE( TOOBIG > 0 ) !$OMP MASTER PRINT *, "Iteration ", C, " TOOBIG=", TOOBIG !$OMP END MASTER ENDDO !$OMP END PARALLEL END SUBROUTINE A12 ---------------- We get: D.1056 = *(.omp_data_i->toobig); Which is obviously not gimple. Again the testcase in PR 30142 is used to test for this. -- Summary: OpenMP can produce invalid gimple (for indirect references) 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=30167