[Bug fortran/50690] [4.7 Regression] ICE with front end optimization and OMP workshare

2011-12-11 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50690 --- Comment #8 from Thomas Koenig tkoenig at gcc dot gnu.org 2011-12-11 17:43:26 UTC --- Author: tkoenig Date: Sun Dec 11 17:43:22 2011 New Revision: 182208 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=182208 Log: 2011-12-11 Thomas

[Bug fortran/50690] [4.7 Regression] ICE with front end optimization and OMP workshare

2011-12-11 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50690 Thomas Koenig tkoenig at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug fortran/50690] [4.7 Regression] ICE with front end optimization and OMP workshare

2011-10-27 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50690 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4

[Bug fortran/50690] [4.7 Regression] ICE with front end optimization and OMP workshare

2011-10-22 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50690 --- Comment #7 from Thomas Koenig tkoenig at gcc dot gnu.org 2011-10-22 08:10:45 UTC --- Updated patch: http://gcc.gnu.org/ml/gcc-patches/2011-10/msg02003.html

[Bug fortran/50690] [4.7 Regression] ICE with front end optimization and OMP workshare

2011-10-20 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50690 Thomas Koenig tkoenig at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug fortran/50690] [4.7 Regression] ICE with front end optimization and OMP workshare

2011-10-16 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50690 Thomas Koenig tkoenig at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|NEW

[Bug fortran/50690] [4.7 Regression] ICE with front end optimization and OMP workshare

2011-10-11 Thread tkoenig at netcologne dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50690 --- Comment #1 from tkoenig at netcologne dot de tkoenig at netcologne dot de 2011-10-11 18:03:56 UTC --- To me, the right strategy appears to be to mark the temporary variable as threadprivate if we are within an OMP block. Does this sound

[Bug fortran/50690] [4.7 Regression] ICE with front end optimization and OMP workshare

2011-10-11 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50690 --- Comment #2 from Tobias Burnus burnus at gcc dot gnu.org 2011-10-11 18:34:01 UTC --- (In reply to comment #1) To me, the right strategy appears to be to mark the temporary variable as threadprivate if we are within an OMP block. To me it

[Bug fortran/50690] [4.7 Regression] ICE with front end optimization and OMP workshare

2011-10-11 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50690 Thomas Koenig tkoenig at gcc dot gnu.org changed: What|Removed |Added AssignedTo|unassigned at gcc dot |tkoenig at gcc

[Bug fortran/50690] [4.7 Regression] ICE with front end optimization and OMP workshare

2011-10-11 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50690 Thomas Koenig tkoenig at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug fortran/50690] [4.7 Regression] ICE with front end optimization and OMP workshare

2011-10-11 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50690 Thomas Koenig tkoenig at gcc dot gnu.org changed: What|Removed |Added Attachment #25468|0 |1 is

[Bug fortran/50690] [4.7 Regression] ICE with front end optimization and OMP workshare

2011-10-10 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50690 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Keywords|