public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/37104]  New: [4.4 Regression] ICE: in compare_values_warnv, at tree-vrp.c:1031
@ 2008-08-13  6:49 dominiq at lps dot ens dot fr
  2008-08-16 22:12 ` [Bug middle-end/37104] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: dominiq at lps dot ens dot fr @ 2008-08-13  6:49 UTC (permalink / raw)
  To: gcc-bugs

On powerpc-apple-darwin9, but not on i686-apple-darwin9, since revision at
least 138950 (not in rev. 137615), array_constructor_11.f90 gives the following
ICE when compiled with -m64:

[karma] f90/bug% gfc -m64 -O3
/opt/gcc/_gcc_clean/gcc/testsuite/gfortran.dg/array_constructor_11.f90
/opt/gcc/_gcc_clean/gcc/testsuite/gfortran.dg/array_constructor_11.f90: In
function 'main':
/opt/gcc/_gcc_clean/gcc/testsuite/gfortran.dg/array_constructor_11.f90:4:
internal compiler error: in compare_values_warnv, at tree-vrp.c:1031

This may be a duplicate of PR36817.


-- 
           Summary: [4.4 Regression] ICE: in compare_values_warnv, at tree-
                    vrp.c:1031
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dominiq at lps dot ens dot fr
 GCC build triplet: powerpc-apple-darwin9
  GCC host triplet: powerpc-apple-darwin9
GCC target triplet: powerpc-apple-darwin9


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


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

* [Bug middle-end/37104] [4.4 Regression] ICE: in compare_values_warnv, at tree-vrp.c:1031
  2008-08-13  6:49 [Bug middle-end/37104] New: [4.4 Regression] ICE: in compare_values_warnv, at tree-vrp.c:1031 dominiq at lps dot ens dot fr
@ 2008-08-16 22:12 ` pinskia at gcc dot gnu dot org
  2008-08-22 14:11 ` rguenth at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-08-16 22:12 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
   Target Milestone|---                         |4.4.0


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


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

* [Bug middle-end/37104] [4.4 Regression] ICE: in compare_values_warnv, at tree-vrp.c:1031
  2008-08-13  6:49 [Bug middle-end/37104] New: [4.4 Regression] ICE: in compare_values_warnv, at tree-vrp.c:1031 dominiq at lps dot ens dot fr
  2008-08-16 22:12 ` [Bug middle-end/37104] " pinskia at gcc dot gnu dot org
@ 2008-08-22 14:11 ` rguenth at gcc dot gnu dot org
  2008-08-22 14:22 ` dominiq at lps dot ens dot fr
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-08-22 14:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rguenth at gcc dot gnu dot org  2008-08-22 14:08 -------
Can you check if this still happens?  PR36817 is fixed on the trunk.


-- 

rguenth at gcc dot gnu dot org changed:

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


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


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

* [Bug middle-end/37104] [4.4 Regression] ICE: in compare_values_warnv, at tree-vrp.c:1031
  2008-08-13  6:49 [Bug middle-end/37104] New: [4.4 Regression] ICE: in compare_values_warnv, at tree-vrp.c:1031 dominiq at lps dot ens dot fr
  2008-08-16 22:12 ` [Bug middle-end/37104] " pinskia at gcc dot gnu dot org
  2008-08-22 14:11 ` rguenth at gcc dot gnu dot org
@ 2008-08-22 14:22 ` dominiq at lps dot ens dot fr
  2008-08-22 17:57 ` dominiq at lps dot ens dot fr
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: dominiq at lps dot ens dot fr @ 2008-08-22 14:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from dominiq at lps dot ens dot fr  2008-08-22 14:20 -------
I still see it at revision 139372. I am not yet at revision 139385 on ppc. I'll
start an update ASAP, result by tomorrow (~10 hours).


-- 


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


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

* [Bug middle-end/37104] [4.4 Regression] ICE: in compare_values_warnv, at tree-vrp.c:1031
  2008-08-13  6:49 [Bug middle-end/37104] New: [4.4 Regression] ICE: in compare_values_warnv, at tree-vrp.c:1031 dominiq at lps dot ens dot fr
                   ` (2 preceding siblings ...)
  2008-08-22 14:22 ` dominiq at lps dot ens dot fr
@ 2008-08-22 17:57 ` dominiq at lps dot ens dot fr
  2008-09-09 20:20 ` jsm28 at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: dominiq at lps dot ens dot fr @ 2008-08-22 17:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from dominiq at lps dot ens dot fr  2008-08-22 17:55 -------
Quick answer without a full bootstrap, the ICE is still there at rev. 139471.
Answer with a full bootstrap tomorrow morning.


-- 


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


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

* [Bug middle-end/37104] [4.4 Regression] ICE: in compare_values_warnv, at tree-vrp.c:1031
  2008-08-13  6:49 [Bug middle-end/37104] New: [4.4 Regression] ICE: in compare_values_warnv, at tree-vrp.c:1031 dominiq at lps dot ens dot fr
                   ` (3 preceding siblings ...)
  2008-08-22 17:57 ` dominiq at lps dot ens dot fr
@ 2008-09-09 20:20 ` jsm28 at gcc dot gnu dot org
  2008-09-09 20:34 ` dominiq at lps dot ens dot fr
  2008-09-09 20:36 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-09-09 20:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from jsm28 at gcc dot gnu dot org  2008-09-09 20:16 -------
Ping.  Last comment on 22 August said "Answer with a full bootstrap tomorrow
morning.".


-- 


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


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

* [Bug middle-end/37104] [4.4 Regression] ICE: in compare_values_warnv, at tree-vrp.c:1031
  2008-08-13  6:49 [Bug middle-end/37104] New: [4.4 Regression] ICE: in compare_values_warnv, at tree-vrp.c:1031 dominiq at lps dot ens dot fr
                   ` (4 preceding siblings ...)
  2008-09-09 20:20 ` jsm28 at gcc dot gnu dot org
@ 2008-09-09 20:34 ` dominiq at lps dot ens dot fr
  2008-09-09 20:36 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: dominiq at lps dot ens dot fr @ 2008-09-09 20:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from dominiq at lps dot ens dot fr  2008-09-09 20:32 -------
> Ping.  Last comment on 22 August said "Answer with a full bootstrap tomorrow
> morning.".

Sorry, I have forgotten this part of the story. This pr is fixed since at least
r139589, up to r140025 (last regtest).  Note that I have posted:
http://gcc.gnu.org/ml/gcc-testresults/2008-09/msg00376.html in the meantime
(and http://gcc.gnu.org/ml/gcc-testresults/2008-09/msg00370.html for
i686-apple-darwin9).


-- 


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


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

* [Bug middle-end/37104] [4.4 Regression] ICE: in compare_values_warnv, at tree-vrp.c:1031
  2008-08-13  6:49 [Bug middle-end/37104] New: [4.4 Regression] ICE: in compare_values_warnv, at tree-vrp.c:1031 dominiq at lps dot ens dot fr
                   ` (5 preceding siblings ...)
  2008-09-09 20:34 ` dominiq at lps dot ens dot fr
@ 2008-09-09 20:36 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-09-09 20:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from pinskia at gcc dot gnu dot org  2008-09-09 20:34 -------
Fixed so closing.


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2008-09-09 20:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-13  6:49 [Bug middle-end/37104] New: [4.4 Regression] ICE: in compare_values_warnv, at tree-vrp.c:1031 dominiq at lps dot ens dot fr
2008-08-16 22:12 ` [Bug middle-end/37104] " pinskia at gcc dot gnu dot org
2008-08-22 14:11 ` rguenth at gcc dot gnu dot org
2008-08-22 14:22 ` dominiq at lps dot ens dot fr
2008-08-22 17:57 ` dominiq at lps dot ens dot fr
2008-09-09 20:20 ` jsm28 at gcc dot gnu dot org
2008-09-09 20:34 ` dominiq at lps dot ens dot fr
2008-09-09 20:36 ` 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).