This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/26751] [4.2 Regression] Some OpenMP semantics are caught too late (in the gimplifier)



------- Comment #5 from rth at gcc dot gnu dot org  2006-05-01 15:11 -------
We went through three iterations of this on the branch.

The variable identification step cannot be done before gimplification,
because it requires that we also mark some variables that are created
by the gimplification process.

The step is complex enough that writing three different versions of the
pass to generate error messages from the front end proved to be intractable.

I, for one, am not going to change this.


-- 

rth at gcc dot gnu dot org changed:

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]