public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/41102] Ease error checking of included files located in the SYSTEM_INCLUDE_DIR/ending in .h
       [not found] <bug-41102-4@http.gcc.gnu.org/bugzilla/>
@ 2011-11-16 17:04 ` fwi at inducks dot org
  2015-10-30 17:27 ` dominiq at lps dot ens.fr
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: fwi at inducks dot org @ 2011-11-16 17:04 UTC (permalink / raw)
  To: gcc-bugs

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

fwi at inducks dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fwi at inducks dot org

--- Comment #13 from fwi at inducks dot org 2011-11-16 16:54:44 UTC ---
For information, the same (however minor) issue appears with MPI (MPICH2), as
expected, with the -pedantic flag:

$ mpif90 -Wall -O3 -march=native -pedantic -cpp test.f90

Warning: Nonstandard type declaration REAL*8 at (1)
mpif.h:491.13:
    Included at test.f90:10:

       REAL*8 PMPI_WTIME, PMPI_WTICK

(lots of other similar harmless warnings not shown)


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug fortran/41102] Ease error checking of included files located in the SYSTEM_INCLUDE_DIR/ending in .h
       [not found] <bug-41102-4@http.gcc.gnu.org/bugzilla/>
  2011-11-16 17:04 ` [Bug fortran/41102] Ease error checking of included files located in the SYSTEM_INCLUDE_DIR/ending in .h fwi at inducks dot org
@ 2015-10-30 17:27 ` dominiq at lps dot ens.fr
  2015-10-30 17:31 ` dr.i.j.bush at googlemail dot com
  2015-10-30 17:41 ` dominiq at lps dot ens.fr
  3 siblings, 0 replies; 6+ messages in thread
From: dominiq at lps dot ens.fr @ 2015-10-30 17:27 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41102

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING

--- Comment #14 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Any point to keep this PR opened? The original issue has been fixed and it's
likely that the include files will be fixed well before any progress will be
made in gfortran.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug fortran/41102] Ease error checking of included files located in the SYSTEM_INCLUDE_DIR/ending in .h
       [not found] <bug-41102-4@http.gcc.gnu.org/bugzilla/>
  2011-11-16 17:04 ` [Bug fortran/41102] Ease error checking of included files located in the SYSTEM_INCLUDE_DIR/ending in .h fwi at inducks dot org
  2015-10-30 17:27 ` dominiq at lps dot ens.fr
@ 2015-10-30 17:31 ` dr.i.j.bush at googlemail dot com
  2015-10-30 17:41 ` dominiq at lps dot ens.fr
  3 siblings, 0 replies; 6+ messages in thread
From: dr.i.j.bush at googlemail dot com @ 2015-10-30 17:31 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41102

--- Comment #15 from dr.i.j.bush at googlemail dot com ---
I'm happy to close,

Ian


On 30/10/2015, dominiq at lps dot ens.fr <gcc-bugzilla@gcc.gnu.org> wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41102
>
> Dominique d'Humieres <dominiq at lps dot ens.fr> changed:
>
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>              Status|NEW                         |WAITING
>
> --- Comment #14 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
> Any point to keep this PR opened? The original issue has been fixed and
> it's
> likely that the include files will be fixed well before any progress will
> be
> made in gfortran.
>
> --
> You are receiving this mail because:
> You reported the bug.
>
> ________________________________________________________________________
> This e-mail has been scanned for all viruses by Star.
> ________________________________________________________________________
>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug fortran/41102] Ease error checking of included files located in the SYSTEM_INCLUDE_DIR/ending in .h
       [not found] <bug-41102-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2015-10-30 17:31 ` dr.i.j.bush at googlemail dot com
@ 2015-10-30 17:41 ` dominiq at lps dot ens.fr
  3 siblings, 0 replies; 6+ messages in thread
From: dominiq at lps dot ens.fr @ 2015-10-30 17:41 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41102

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |FIXED

--- Comment #16 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
> I'm happy to close,
>
> Ian

Doing so!-)


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug fortran/41102] Ease error checking of included files located in the SYSTEM_INCLUDE_DIR/ending in .h
  2009-08-18 10:52 [Bug fortran/41102] New: openMP include file causes errors when compiling with standards checking ian dot bush at nag dot co dot uk
  2009-08-19  7:14 ` [Bug fortran/41102] Ease error checking of included files located in the SYSTEM_INCLUDE_DIR/ending in .h burnus at gcc dot gnu dot org
@ 2010-05-06 21:40 ` dfranke at gcc dot gnu dot org
  1 sibling, 0 replies; 6+ messages in thread
From: dfranke at gcc dot gnu dot org @ 2010-05-06 21:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from dfranke at gcc dot gnu dot org  2010-05-06 21:40 -------
Related discussion: PR35707


-- 

dfranke at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dfranke at gcc dot gnu dot
                   |                            |org


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug fortran/41102] Ease error checking of included files located in the SYSTEM_INCLUDE_DIR/ending in .h
  2009-08-18 10:52 [Bug fortran/41102] New: openMP include file causes errors when compiling with standards checking ian dot bush at nag dot co dot uk
@ 2009-08-19  7:14 ` burnus at gcc dot gnu dot org
  2010-05-06 21:40 ` dfranke at gcc dot gnu dot org
  1 sibling, 0 replies; 6+ messages in thread
From: burnus at gcc dot gnu dot org @ 2009-08-19  7:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from burnus at gcc dot gnu dot org  2009-08-19 07:14 -------
The lib_omp.h problem is FIXED on the trunk (4.5) and in the 4.3 and 4.4
branches.

I changed the title to the remaining "issue": Having (similarity to C/C++) a
less strict checking for files coming from the system directory
(SYSTEM_INCLUDE_DIR). I fear it won't help with MPI as on many systems "mpif90"
will pass the directory for mpi*.h via "-I" as it is not in
/usr/{,local/}include but, e.g., in /usr/lib64/mpi/gcc/openmpi/include, which
is difficult to distinguish from "-I subdir" (or "-I
/full/path/to/cwd/subdir").

One solution would be to treat ".h" differently from other extensions (such as
.f/.f90/.inc).


-- 

burnus at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|openmp                      |
            Summary|openMP include file causes  |Ease error checking of
                   |errors when compiling with  |included files located in
                   |standards checking          |the
                   |                            |SYSTEM_INCLUDE_DIR/ending in
                   |                            |.h


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-10-30 17:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-41102-4@http.gcc.gnu.org/bugzilla/>
2011-11-16 17:04 ` [Bug fortran/41102] Ease error checking of included files located in the SYSTEM_INCLUDE_DIR/ending in .h fwi at inducks dot org
2015-10-30 17:27 ` dominiq at lps dot ens.fr
2015-10-30 17:31 ` dr.i.j.bush at googlemail dot com
2015-10-30 17:41 ` dominiq at lps dot ens.fr
2009-08-18 10:52 [Bug fortran/41102] New: openMP include file causes errors when compiling with standards checking ian dot bush at nag dot co dot uk
2009-08-19  7:14 ` [Bug fortran/41102] Ease error checking of included files located in the SYSTEM_INCLUDE_DIR/ending in .h burnus at gcc dot gnu dot org
2010-05-06 21:40 ` dfranke at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).