public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/33500]  New: ICE in copy_to_mode_reg with logical(kind=1) expression
@ 2007-09-19 17:04 william dot mitchell at nist dot gov
  2007-09-19 17:47 ` [Bug fortran/33500] " fxcoudert at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: william dot mitchell at nist dot gov @ 2007-09-19 17:04 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1106 bytes --]

mitchell@speedy> cat bug070919.f90
subroutine whatever()
logical(kind=1) :: l1, l2, l3
if ((l1 .and. l2) .neqv. l3) then
   l1 = .true.
endif
end

mitchell@speedy> gfortran -c bug070919.f90
bug070919.f90: In function ‘whatever’:
bug070919.f90:1: internal compiler error: in copy_to_mode_reg, at explow.c:644
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

mitchell@speedy> gfortran --version
GNU Fortran (GCC) 4.3.0 20070918 (experimental) [trunk revision 128568]

mitchell@speedy> uname -a
Linux speedy 2.6.18-8.1.8.el5 #1 SMP Tue Jul 10 06:50:22 EDT 2007 i686 i686
i386 GNU/Linux

The Linux distribution is CentOS 5


-- 
           Summary: ICE in copy_to_mode_reg with logical(kind=1) expression
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: william dot mitchell at nist dot gov


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


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

* [Bug fortran/33500] ICE in copy_to_mode_reg with logical(kind=1) expression
  2007-09-19 17:04 [Bug fortran/33500] New: ICE in copy_to_mode_reg with logical(kind=1) expression william dot mitchell at nist dot gov
@ 2007-09-19 17:47 ` fxcoudert at gcc dot gnu dot org
  2007-09-19 19:07 ` william dot mitchell at nist dot gov
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-09-19 17:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from fxcoudert at gcc dot gnu dot org  2007-09-19 17:46 -------
Confirmed on x86_64-linux.


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fxcoudert at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |ice-on-valid-code
      Known to fail|                            |4.3.0
   Last reconfirmed|0000-00-00 00:00:00         |2007-09-19 17:46:52
               date|                            |


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


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

* [Bug fortran/33500] ICE in copy_to_mode_reg with logical(kind=1) expression
  2007-09-19 17:04 [Bug fortran/33500] New: ICE in copy_to_mode_reg with logical(kind=1) expression william dot mitchell at nist dot gov
  2007-09-19 17:47 ` [Bug fortran/33500] " fxcoudert at gcc dot gnu dot org
@ 2007-09-19 19:07 ` william dot mitchell at nist dot gov
  2007-09-26 19:06 ` [Bug middle-end/33500] [4.3 regression] " pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: william dot mitchell at nist dot gov @ 2007-09-19 19:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from william dot mitchell at nist dot gov  2007-09-19 19:07 -------
If it helps, this bug was not in GNU Fortran (GCC) 4.3.0 20070531
(experimental)


-- 


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


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

* [Bug middle-end/33500] [4.3 regression] ICE in copy_to_mode_reg with logical(kind=1) expression
  2007-09-19 17:04 [Bug fortran/33500] New: ICE in copy_to_mode_reg with logical(kind=1) expression william dot mitchell at nist dot gov
  2007-09-19 17:47 ` [Bug fortran/33500] " fxcoudert at gcc dot gnu dot org
  2007-09-19 19:07 ` william dot mitchell at nist dot gov
@ 2007-09-26 19:06 ` pinskia at gcc dot gnu dot org
  2007-10-10 18:01 ` mmitchel at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-09-26 19:06 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.3.0


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


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

* [Bug middle-end/33500] [4.3 regression] ICE in copy_to_mode_reg with logical(kind=1) expression
  2007-09-19 17:04 [Bug fortran/33500] New: ICE in copy_to_mode_reg with logical(kind=1) expression william dot mitchell at nist dot gov
                   ` (2 preceding siblings ...)
  2007-09-26 19:06 ` [Bug middle-end/33500] [4.3 regression] " pinskia at gcc dot gnu dot org
@ 2007-10-10 18:01 ` mmitchel at gcc dot gnu dot org
  2007-10-10 20:58 ` ubizjak at gmail dot com
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-10-10 18:01 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P5


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


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

* [Bug middle-end/33500] [4.3 regression] ICE in copy_to_mode_reg with logical(kind=1) expression
  2007-09-19 17:04 [Bug fortran/33500] New: ICE in copy_to_mode_reg with logical(kind=1) expression william dot mitchell at nist dot gov
                   ` (3 preceding siblings ...)
  2007-10-10 18:01 ` mmitchel at gcc dot gnu dot org
@ 2007-10-10 20:58 ` ubizjak at gmail dot com
  2007-10-11  5:14 ` uros at gcc dot gnu dot org
  2007-10-11  5:20 ` [Bug fortran/33500] " ubizjak at gmail dot com
  6 siblings, 0 replies; 8+ messages in thread
From: ubizjak at gmail dot com @ 2007-10-10 20:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from ubizjak at gmail dot com  2007-10-10 20:58 -------
Revision 129215 does not fail anymore. I'll add a testcase to the testsuite.


-- 


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


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

* [Bug middle-end/33500] [4.3 regression] ICE in copy_to_mode_reg with logical(kind=1) expression
  2007-09-19 17:04 [Bug fortran/33500] New: ICE in copy_to_mode_reg with logical(kind=1) expression william dot mitchell at nist dot gov
                   ` (4 preceding siblings ...)
  2007-10-10 20:58 ` ubizjak at gmail dot com
@ 2007-10-11  5:14 ` uros at gcc dot gnu dot org
  2007-10-11  5:20 ` [Bug fortran/33500] " ubizjak at gmail dot com
  6 siblings, 0 replies; 8+ messages in thread
From: uros at gcc dot gnu dot org @ 2007-10-11  5:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from uros at gcc dot gnu dot org  2007-10-11 05:14 -------
Subject: Bug 33500

Author: uros
Date: Thu Oct 11 05:14:08 2007
New Revision: 129225

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129225
Log:
        PR fortran/33500
        * gfortran.fortran-torture/compile/logical-1.f90: New testcase.


Added:
    trunk/gcc/testsuite/gfortran.fortran-torture/compile/logical-1.f90
Modified:
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug fortran/33500] [4.3 regression] ICE in copy_to_mode_reg with logical(kind=1) expression
  2007-09-19 17:04 [Bug fortran/33500] New: ICE in copy_to_mode_reg with logical(kind=1) expression william dot mitchell at nist dot gov
                   ` (5 preceding siblings ...)
  2007-10-11  5:14 ` uros at gcc dot gnu dot org
@ 2007-10-11  5:20 ` ubizjak at gmail dot com
  6 siblings, 0 replies; 8+ messages in thread
From: ubizjak at gmail dot com @ 2007-10-11  5:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from ubizjak at gmail dot com  2007-10-11 05:20 -------
Closed as fixed.


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
          Component|middle-end                  |fortran
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2007-10-11  5:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-19 17:04 [Bug fortran/33500] New: ICE in copy_to_mode_reg with logical(kind=1) expression william dot mitchell at nist dot gov
2007-09-19 17:47 ` [Bug fortran/33500] " fxcoudert at gcc dot gnu dot org
2007-09-19 19:07 ` william dot mitchell at nist dot gov
2007-09-26 19:06 ` [Bug middle-end/33500] [4.3 regression] " pinskia at gcc dot gnu dot org
2007-10-10 18:01 ` mmitchel at gcc dot gnu dot org
2007-10-10 20:58 ` ubizjak at gmail dot com
2007-10-11  5:14 ` uros at gcc dot gnu dot org
2007-10-11  5:20 ` [Bug fortran/33500] " ubizjak at gmail dot com

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).