[Bug fortran/41102] openMP include file causes errors when compiling with standards checking

2009-08-19 Thread burnus at gcc dot gnu dot org
--- Comment #8 from burnus at gcc dot gnu dot org 2009-08-19 06:38 --- Subject: Bug 41102 Author: burnus Date: Wed Aug 19 06:38:29 2009 New Revision: 150931 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=150931 Log: 2009-08-19 Tobias Burnus bur...@net-b.de PR

[Bug fortran/41102] openMP include file causes errors when compiling with standards checking

2009-08-19 Thread burnus at gcc dot gnu dot org
--- Comment #9 from burnus at gcc dot gnu dot org 2009-08-19 07:01 --- Subject: Bug 41102 Author: burnus Date: Wed Aug 19 07:01:03 2009 New Revision: 150932 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=150932 Log: 2009-08-19 Tobias Burnus bur...@net-b.de PR

[Bug fortran/41102] openMP include file causes errors when compiling with standards checking

2009-08-19 Thread burnus at gcc dot gnu dot org
--- Comment #10 from burnus at gcc dot gnu dot org 2009-08-19 07:12 --- Subject: Bug 41102 Author: burnus Date: Wed Aug 19 07:11:43 2009 New Revision: 150933 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=150933 Log: 2009-08-19 Tobias Burnus bur...@net-b.de PR

[Bug fortran/41102] openMP include file causes errors when compiling with standards checking

2009-08-18 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2009-08-18 14:59 --- Confirmed. Patch for the include file: --- libgomp/omp_lib.h.in(revision 150873) +++ libgomp/omp_lib.h.in(working copy) @@ -45 +45 @@ - logical*4 omp_get_dynamic, omp_get_nested +

[Bug fortran/41102] openMP include file causes errors when compiling with standards checking

2009-08-18 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2009-08-18 15:00 --- *** Bug 41099 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41102

[Bug fortran/41102] openMP include file causes errors when compiling with standards checking

2009-08-18 Thread joseph at codesourcery dot com
--- Comment #3 from joseph at codesourcery dot com 2009-08-18 15:58 --- Subject: Re: New: openMP include file causes errors when compiling with standards checking On Tue, 18 Aug 2009, ian dot bush at nag dot co dot uk wrote: Due to non-standard code in the supplied openMP header

[Bug fortran/41102] openMP include file causes errors when compiling with standards checking

2009-08-18 Thread burnus at gcc dot gnu dot org
--- Comment #4 from burnus at gcc dot gnu dot org 2009-08-18 16:08 --- (In reply to comment #3) For C and C++, most diagnostics are disabled by default for code in system headers. Shouldn't Fortran do something equivalent? Good question. The problem is that with include

[Bug fortran/41102] openMP include file causes errors when compiling with standards checking

2009-08-18 Thread ian dot bush at nag dot co dot uk
--- Comment #5 from ian dot bush at nag dot co dot uk 2009-08-18 16:46 --- Subject: Re: openMP include file causes errors when compiling with standards checking burnus at gcc dot gnu dot org wrote: --- Comment #4 from burnus at gcc dot gnu dot org 2009-08-18 16:08 ---

[Bug fortran/41102] openMP include file causes errors when compiling with standards checking

2009-08-18 Thread joseph at codesourcery dot com
--- Comment #6 from joseph at codesourcery dot com 2009-08-18 16:52 --- Subject: Re: openMP include file causes errors when compiling with standards checking On Tue, 18 Aug 2009, ian dot bush at nag dot co dot uk wrote: Also Fortran doesn't have the concept of system headers, so

[Bug fortran/41102] openMP include file causes errors when compiling with standards checking

2009-08-18 Thread ian dot bush at nag dot co dot uk
--- Comment #7 from ian dot bush at nag dot co dot uk 2009-08-18 16:58 --- Subject: Re: openMP include file causes errors when compiling with standards checking joseph at codesourcery dot com wrote: --- Comment #6 from joseph at codesourcery dot com 2009-08-18 16:52 ---