public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/31467]  New: internal compiler error when compiling with gfortran
@ 2007-04-04 10:00 valerie dot vallet at univ-lille1 dot fr
  2007-04-04 10:08 ` [Bug fortran/31467] " valerie dot vallet at univ-lille1 dot fr
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: valerie dot vallet at univ-lille1 dot fr @ 2007-04-04 10:00 UTC (permalink / raw)
  To: gcc-bugs

internal compiler error: in gfc_conv_expr, at fortran/trans-expr.c:2827


-- 
           Summary: internal compiler error when compiling with gfortran
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: valerie dot vallet at univ-lille1 dot fr


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


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

* [Bug fortran/31467] internal compiler error when compiling with gfortran
  2007-04-04 10:00 [Bug fortran/31467] New: internal compiler error when compiling with gfortran valerie dot vallet at univ-lille1 dot fr
@ 2007-04-04 10:08 ` valerie dot vallet at univ-lille1 dot fr
  2007-04-04 11:06 ` dfranke at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: valerie dot vallet at univ-lille1 dot fr @ 2007-04-04 10:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from valerie dot vallet at univ-lille1 dot fr  2007-04-04 11:08 -------
Created an attachment (id=13326)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13326&action=view)
source file, preprocessor file, verbose output


-- 


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


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

* [Bug fortran/31467] internal compiler error when compiling with gfortran
  2007-04-04 10:00 [Bug fortran/31467] New: internal compiler error when compiling with gfortran valerie dot vallet at univ-lille1 dot fr
  2007-04-04 10:08 ` [Bug fortran/31467] " valerie dot vallet at univ-lille1 dot fr
@ 2007-04-04 11:06 ` dfranke at gcc dot gnu dot org
  2007-04-04 19:39 ` valerie dot vallet at univ-lille1 dot fr
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: dfranke at gcc dot gnu dot org @ 2007-04-04 11:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from dfranke at gcc dot gnu dot org  2007-04-04 12:06 -------
Your file lacks the USEd modules "kindvar" and "caps".
Which compiler version(s) did you use?


-- 

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=31467


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

* [Bug fortran/31467] internal compiler error when compiling with gfortran
  2007-04-04 10:00 [Bug fortran/31467] New: internal compiler error when compiling with gfortran valerie dot vallet at univ-lille1 dot fr
  2007-04-04 10:08 ` [Bug fortran/31467] " valerie dot vallet at univ-lille1 dot fr
  2007-04-04 11:06 ` dfranke at gcc dot gnu dot org
@ 2007-04-04 19:39 ` valerie dot vallet at univ-lille1 dot fr
  2007-04-04 19:41 ` valerie dot vallet at univ-lille1 dot fr
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: valerie dot vallet at univ-lille1 dot fr @ 2007-04-04 19:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from valerie dot vallet at univ-lille1 dot fr  2007-04-04 20:39 -------
The problem occured with gcc-4.2.0 but it is solved with gcc-4.3.0. The bug can
be closed.


-- 


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


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

* [Bug fortran/31467] internal compiler error when compiling with gfortran
  2007-04-04 10:00 [Bug fortran/31467] New: internal compiler error when compiling with gfortran valerie dot vallet at univ-lille1 dot fr
                   ` (2 preceding siblings ...)
  2007-04-04 19:39 ` valerie dot vallet at univ-lille1 dot fr
@ 2007-04-04 19:41 ` valerie dot vallet at univ-lille1 dot fr
  2007-04-05 10:05 ` fxcoudert at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: valerie dot vallet at univ-lille1 dot fr @ 2007-04-04 19:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from valerie dot vallet at univ-lille1 dot fr  2007-04-04 20:40 -------
The problem occurred with gcc-4.2.0 but it is solved with installation of
gcc-4.3.0. The bug can be closed


-- 


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


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

* [Bug fortran/31467] internal compiler error when compiling with gfortran
  2007-04-04 10:00 [Bug fortran/31467] New: internal compiler error when compiling with gfortran valerie dot vallet at univ-lille1 dot fr
                   ` (3 preceding siblings ...)
  2007-04-04 19:41 ` valerie dot vallet at univ-lille1 dot fr
@ 2007-04-05 10:05 ` fxcoudert at gcc dot gnu dot org
  2007-05-02  3:48 ` jvdelisle at gcc dot gnu dot org
  2007-05-04 15:41 ` fxcoudert at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-04-05 10:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from fxcoudert at gcc dot gnu dot org  2007-04-05 11:05 -------
Could you easily test it with a 4.1 compiler? I would like to be sure it's not
a regression in 4.2 with respect to 4.1, in which case we should try to fix it.
If the bug was also present in 4.1, then we can close this.

Merci !


-- 

fxcoudert at gcc dot gnu dot org changed:

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


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


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

* [Bug fortran/31467] internal compiler error when compiling with gfortran
  2007-04-04 10:00 [Bug fortran/31467] New: internal compiler error when compiling with gfortran valerie dot vallet at univ-lille1 dot fr
                   ` (4 preceding siblings ...)
  2007-04-05 10:05 ` fxcoudert at gcc dot gnu dot org
@ 2007-05-02  3:48 ` jvdelisle at gcc dot gnu dot org
  2007-05-04 15:41 ` fxcoudert at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: jvdelisle at gcc dot gnu dot org @ 2007-05-02  3:48 UTC (permalink / raw)
  To: gcc-bugs



-- 

jvdelisle at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug fortran/31467] internal compiler error when compiling with gfortran
  2007-04-04 10:00 [Bug fortran/31467] New: internal compiler error when compiling with gfortran valerie dot vallet at univ-lille1 dot fr
                   ` (5 preceding siblings ...)
  2007-05-02  3:48 ` jvdelisle at gcc dot gnu dot org
@ 2007-05-04 15:41 ` fxcoudert at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-05-04 15:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from fxcoudert at gcc dot gnu dot org  2007-05-04 16:40 -------
Closing.


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
      Known to fail|                            |4.2.0
      Known to work|                            |4.3.0
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2007-05-04 15:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-04 10:00 [Bug fortran/31467] New: internal compiler error when compiling with gfortran valerie dot vallet at univ-lille1 dot fr
2007-04-04 10:08 ` [Bug fortran/31467] " valerie dot vallet at univ-lille1 dot fr
2007-04-04 11:06 ` dfranke at gcc dot gnu dot org
2007-04-04 19:39 ` valerie dot vallet at univ-lille1 dot fr
2007-04-04 19:41 ` valerie dot vallet at univ-lille1 dot fr
2007-04-05 10:05 ` fxcoudert at gcc dot gnu dot org
2007-05-02  3:48 ` jvdelisle at gcc dot gnu dot org
2007-05-04 15:41 ` fxcoudert 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).