public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/36682]  New: [4.4 Regression]: fortran.dg/associated_1.f90 execute at -O1
@ 2008-07-01  0:46 hp at gcc dot gnu dot org
  2008-07-01  1:35 ` [Bug middle-end/36682] " hp at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: hp at gcc dot gnu dot org @ 2008-07-01  0:46 UTC (permalink / raw)
  To: gcc-bugs

With r137251, this test passed.  From r137253 onwards, this test fails as
follows:
Running /tmp/hpautotest-gcc1/gcc/gcc/testsuite/gfortran.dg/dg.exp ...
FAIL: gfortran.dg/associated_1.f90  -O1  execution test

with gfortran.log saying:
PASS: gfortran.dg/associated_1.f90  -O1  (test for excess errors)
program stopped with signal 6.^M
FAIL: gfortran.dg/associated_1.f90  -O1  execution test
(i.e. abort was called)

I'll add info from analyzing simulator runs and diff of generated codes.
Author of only relevant change CC:ed.


-- 
           Summary: [4.4 Regression]: fortran.dg/associated_1.f90 execute at
                    -O1
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Keywords: wrong-code
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hp at gcc dot gnu dot org
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: cris-axis-elf


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


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

* [Bug middle-end/36682] [4.4 Regression]: fortran.dg/associated_1.f90 execute at -O1
  2008-07-01  0:46 [Bug middle-end/36682] New: [4.4 Regression]: fortran.dg/associated_1.f90 execute at -O1 hp at gcc dot gnu dot org
@ 2008-07-01  1:35 ` hp at gcc dot gnu dot org
  2008-07-01  1:36 ` hp at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: hp at gcc dot gnu dot org @ 2008-07-01  1:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from hp at gcc dot gnu dot org  2008-07-01 01:34 -------
Created an attachment (id=15837)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15837&action=view)
somewhat shrunk test-case, the last abort in the program being called, use -O1.

It's the "if (.not.associated(a, x(a))) call abort ()" line that trigs: if I
modify the testcase as per the patch, it still fails; also removing the
mentioned line makes it fail.


-- 


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


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

* [Bug middle-end/36682] [4.4 Regression]: fortran.dg/associated_1.f90 execute at -O1
  2008-07-01  0:46 [Bug middle-end/36682] New: [4.4 Regression]: fortran.dg/associated_1.f90 execute at -O1 hp at gcc dot gnu dot org
  2008-07-01  1:35 ` [Bug middle-end/36682] " hp at gcc dot gnu dot org
@ 2008-07-01  1:36 ` hp at gcc dot gnu dot org
  2008-07-01  1:37 ` hp at gcc dot gnu dot org
  2008-07-01  1:55 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: hp at gcc dot gnu dot org @ 2008-07-01  1:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hp at gcc dot gnu dot org  2008-07-01 01:36 -------
(In reply to comment #1)
> mentioned line makes it fail.

Doh: "makes it pass", of course.


-- 

hp at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-07-01 01:36:09
               date|                            |


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


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

* [Bug middle-end/36682] [4.4 Regression]: fortran.dg/associated_1.f90 execute at -O1
  2008-07-01  0:46 [Bug middle-end/36682] New: [4.4 Regression]: fortran.dg/associated_1.f90 execute at -O1 hp at gcc dot gnu dot org
  2008-07-01  1:35 ` [Bug middle-end/36682] " hp at gcc dot gnu dot org
  2008-07-01  1:36 ` hp at gcc dot gnu dot org
@ 2008-07-01  1:37 ` hp at gcc dot gnu dot org
  2008-07-01  1:55 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: hp at gcc dot gnu dot org @ 2008-07-01  1:37 UTC (permalink / raw)
  To: gcc-bugs



-- 

hp at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.4.0


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


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

* [Bug middle-end/36682] [4.4 Regression]: fortran.dg/associated_1.f90 execute at -O1
  2008-07-01  0:46 [Bug middle-end/36682] New: [4.4 Regression]: fortran.dg/associated_1.f90 execute at -O1 hp at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2008-07-01  1:37 ` hp at gcc dot gnu dot org
@ 2008-07-01  1:55 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-07-01  1:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2008-07-01 01:54 -------


*** This bug has been marked as a duplicate of 36671 ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


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


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

end of thread, other threads:[~2008-07-01  1:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-01  0:46 [Bug middle-end/36682] New: [4.4 Regression]: fortran.dg/associated_1.f90 execute at -O1 hp at gcc dot gnu dot org
2008-07-01  1:35 ` [Bug middle-end/36682] " hp at gcc dot gnu dot org
2008-07-01  1:36 ` hp at gcc dot gnu dot org
2008-07-01  1:37 ` hp at gcc dot gnu dot org
2008-07-01  1:55 ` pinskia 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).