when compiling : /Develop/mainline_parallel/gcc/gcc/testsuite/gcc.c-torture/execute/comp-goto-1.c -w -O1 -ftree-parallelize-loops=4 We get compiler error during verify_flow_info comp-goto-1.c:57: error: label sim_base_addr has incorrect context in bb 8
The context for sim_base_addr is the new outlined function, simulator_kernel._loopfn.0 and not simulator_kernel as expected. while -- Summary: failure in testcase when compiled with -ftree- paralleilze-loops Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: razya at il dot ibm dot com GCC build triplet: powerpc64-suse-linux GCC host triplet: powerpc64-suse-linux GCC target triplet: powerpc64-suse-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38153