public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/61156] New: Internal compiler error for Fortran files when specifying a file instead of an include directory with -I
@ 2014-05-12 14:49 bugs at stellardeath dot org
  2014-05-13 14:34 ` [Bug fortran/61156] [4.7/4.8/4.9/4.10 Regression] " dominiq at lps dot ens.fr
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: bugs at stellardeath dot org @ 2014-05-12 14:49 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 61156
           Summary: Internal compiler error for Fortran files when
                    specifying a file instead of an include directory with
                    -I
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: trivial
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: bugs at stellardeath dot org

gfortran produces an internal compiler error when one mistakenly specifies a
file instead of a directory with -I:

#> touch file.h
#> touch src.F90
#> gcc-4.9 -I./file.h src.F90
Warning: "./file.h" is not a directory
f951: internal compiler error: Aborted
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugs.opensuse.org/> for instructions.
#>

Happens both withe shipped gcc-4.8.1 from openSUSE 13.1 and
their gcc-4.9.0 from a development repository:

#> gcc-4.9 --version
gcc-4.9 (SUSE Linux) 4.9.0
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

I could also trigger this with versions 4.8.1, 4.7.3, and 4.6.4, - but not with
4.3.4 :)


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

* [Bug fortran/61156] [4.7/4.8/4.9/4.10 Regression] Internal compiler error for Fortran files when specifying a file instead of an include directory with -I
  2014-05-12 14:49 [Bug fortran/61156] New: Internal compiler error for Fortran files when specifying a file instead of an include directory with -I bugs at stellardeath dot org
@ 2014-05-13 14:34 ` dominiq at lps dot ens.fr
  2014-05-26 14:01 ` rguenth at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: dominiq at lps dot ens.fr @ 2014-05-13 14:34 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-05-13
            Summary|Internal compiler error for |[4.7/4.8/4.9/4.10
                   |Fortran files when          |Regression] Internal
                   |specifying a file instead   |compiler error for Fortran
                   |of an include directory     |files when specifying a
                   |with -I                     |file instead of an include
                   |                            |directory with -I
     Ever confirmed|0                           |1

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Confirmed at r210330 (4.10.0). If I use src.f90 instead of src.F90, the ICE
occurs only with the -cpp option. I don't get any ICE with 4.4.7 or before, but
with all the versions from 4.5.0 r157958 up to trunk (4.10.0 r210336).


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

* [Bug fortran/61156] [4.7/4.8/4.9/4.10 Regression] Internal compiler error for Fortran files when specifying a file instead of an include directory with -I
  2014-05-12 14:49 [Bug fortran/61156] New: Internal compiler error for Fortran files when specifying a file instead of an include directory with -I bugs at stellardeath dot org
  2014-05-13 14:34 ` [Bug fortran/61156] [4.7/4.8/4.9/4.10 Regression] " dominiq at lps dot ens.fr
@ 2014-05-26 14:01 ` rguenth at gcc dot gnu.org
  2014-06-12 13:43 ` rguenth at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-05-26 14:01 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4
   Target Milestone|---                         |4.7.4


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

* [Bug fortran/61156] [4.7/4.8/4.9/4.10 Regression] Internal compiler error for Fortran files when specifying a file instead of an include directory with -I
  2014-05-12 14:49 [Bug fortran/61156] New: Internal compiler error for Fortran files when specifying a file instead of an include directory with -I bugs at stellardeath dot org
  2014-05-13 14:34 ` [Bug fortran/61156] [4.7/4.8/4.9/4.10 Regression] " dominiq at lps dot ens.fr
  2014-05-26 14:01 ` rguenth at gcc dot gnu.org
@ 2014-06-12 13:43 ` rguenth at gcc dot gnu.org
  2014-12-19 13:35 ` [Bug fortran/61156] [4.8/4.9/5 " jakub at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-06-12 13:43 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.7.4                       |4.8.4

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
The 4.7 branch is being closed, moving target milestone to 4.8.4.


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

* [Bug fortran/61156] [4.8/4.9/5 Regression] Internal compiler error for Fortran files when specifying a file instead of an include directory with -I
  2014-05-12 14:49 [Bug fortran/61156] New: Internal compiler error for Fortran files when specifying a file instead of an include directory with -I bugs at stellardeath dot org
                   ` (2 preceding siblings ...)
  2014-06-12 13:43 ` rguenth at gcc dot gnu.org
@ 2014-12-19 13:35 ` jakub at gcc dot gnu.org
  2015-06-23  8:17 ` [Bug fortran/61156] [4.8/4.9/5/6 " rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-12-19 13:35 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.8.4                       |4.8.5

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 4.8.4 has been released.


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

* [Bug fortran/61156] [4.8/4.9/5/6 Regression] Internal compiler error for Fortran files when specifying a file instead of an include directory with -I
  2014-05-12 14:49 [Bug fortran/61156] New: Internal compiler error for Fortran files when specifying a file instead of an include directory with -I bugs at stellardeath dot org
                   ` (3 preceding siblings ...)
  2014-12-19 13:35 ` [Bug fortran/61156] [4.8/4.9/5 " jakub at gcc dot gnu.org
@ 2015-06-23  8:17 ` rguenth at gcc dot gnu.org
  2015-06-26 20:05 ` [Bug fortran/61156] [4.9/5/6 " jakub at gcc dot gnu.org
  2015-06-26 20:34 ` jakub at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-06-23  8:17 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.8.5                       |4.9.3

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
The gcc-4_8-branch is being closed, re-targeting regressions to 4.9.3.


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

* [Bug fortran/61156] [4.9/5/6 Regression] Internal compiler error for Fortran files when specifying a file instead of an include directory with -I
  2014-05-12 14:49 [Bug fortran/61156] New: Internal compiler error for Fortran files when specifying a file instead of an include directory with -I bugs at stellardeath dot org
                   ` (4 preceding siblings ...)
  2015-06-23  8:17 ` [Bug fortran/61156] [4.8/4.9/5/6 " rguenth at gcc dot gnu.org
@ 2015-06-26 20:05 ` jakub at gcc dot gnu.org
  2015-06-26 20:34 ` jakub at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2015-06-26 20:05 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 4.9.3 has been released.


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

* [Bug fortran/61156] [4.9/5/6 Regression] Internal compiler error for Fortran files when specifying a file instead of an include directory with -I
  2014-05-12 14:49 [Bug fortran/61156] New: Internal compiler error for Fortran files when specifying a file instead of an include directory with -I bugs at stellardeath dot org
                   ` (5 preceding siblings ...)
  2015-06-26 20:05 ` [Bug fortran/61156] [4.9/5/6 " jakub at gcc dot gnu.org
@ 2015-06-26 20:34 ` jakub at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2015-06-26 20:34 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.9.3                       |4.9.4


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

end of thread, other threads:[~2015-06-26 20:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-12 14:49 [Bug fortran/61156] New: Internal compiler error for Fortran files when specifying a file instead of an include directory with -I bugs at stellardeath dot org
2014-05-13 14:34 ` [Bug fortran/61156] [4.7/4.8/4.9/4.10 Regression] " dominiq at lps dot ens.fr
2014-05-26 14:01 ` rguenth at gcc dot gnu.org
2014-06-12 13:43 ` rguenth at gcc dot gnu.org
2014-12-19 13:35 ` [Bug fortran/61156] [4.8/4.9/5 " jakub at gcc dot gnu.org
2015-06-23  8:17 ` [Bug fortran/61156] [4.8/4.9/5/6 " rguenth at gcc dot gnu.org
2015-06-26 20:05 ` [Bug fortran/61156] [4.9/5/6 " jakub at gcc dot gnu.org
2015-06-26 20:34 ` jakub at gcc dot gnu.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).