public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/44114]  New: [4.6 Regression] ICE in output_die with array_constructor_11.f90
@ 2010-05-13 14:16 tkoenig at gcc dot gnu dot org
  2010-05-13 14:16 ` [Bug debug/44114] " tkoenig at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tkoenig at gcc dot gnu dot org @ 2010-05-13 14:16 UTC (permalink / raw)
  To: gcc-bugs

This is with rev. 159354 and showed up as a testsuite
failure.

ig25@linux-fd1f:/tmp> gfortran -O3 -g array_constructor_11.f90
array_constructor_11.f90:13.41:

    call test (4, 0, 11, (/ (i, i = 4, 0, 11) /)) ! { dg-warning "will be execu
                                         1
Warning: DO loop at (1) will be executed zero times
array_constructor_11.f90:17.47:

    call test (29, 30, -6,   (/ (i, i = 29, 30, -6) /)) ! { dg-warning "will be
                                               1
Warning: DO loop at (1) will be executed zero times
array_constructor_11.f90:24.45:

    call test (1, 0, 3,      (/ (i, i = 1, 0, 3),      (i, i = order, 0, 1) /))
                                             1
Warning: DO loop at (1) will be executed zero times
array_constructor_11.f90:25.48:

    call test (1, 2000, -5,  (/ (i, i = 1, 2000, -5),  (i, i = order, 0, 1) /))
                                                1
Warning: DO loop at (1) will be executed zero times
array_constructor_11.f90:26.49:

    call test (3000, 99, 4,  (/ (i, i = 3000, 99, 4),  (i, i = order, 0, 1) /))
                                                 1
Warning: DO loop at (1) will be executed zero times
array_constructor_11.f90:6:0: internal compiler error: in output_die, at
dwarf2out.c:10649
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

g25@linux-fd1f:/tmp> gfortran -v
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/home/ig25/libexec/gcc/x86_64-unknown-linux-gnu/4.6.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../trunk/configure --prefix=/home/ig25
--enable-languages=all,ada --with-mpc=/usr/local/
Thread model: posix
gcc version 4.6.0 20100513 (experimental) (GCC)


-- 
           Summary: [4.6 Regression] ICE in output_die with
                    array_constructor_11.f90
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: debug
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tkoenig at gcc dot gnu dot org


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


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

* [Bug debug/44114] [4.6 Regression] ICE in output_die with array_constructor_11.f90
  2010-05-13 14:16 [Bug debug/44114] New: [4.6 Regression] ICE in output_die with array_constructor_11.f90 tkoenig at gcc dot gnu dot org
@ 2010-05-13 14:16 ` tkoenig at gcc dot gnu dot org
  2010-05-13 14:26 ` dominiq at lps dot ens dot fr
  2010-05-13 14:32 ` hjl dot tools at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: tkoenig at gcc dot gnu dot org @ 2010-05-13 14:16 UTC (permalink / raw)
  To: gcc-bugs



-- 

tkoenig at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.6.0


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


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

* [Bug debug/44114] [4.6 Regression] ICE in output_die with array_constructor_11.f90
  2010-05-13 14:16 [Bug debug/44114] New: [4.6 Regression] ICE in output_die with array_constructor_11.f90 tkoenig at gcc dot gnu dot org
  2010-05-13 14:16 ` [Bug debug/44114] " tkoenig at gcc dot gnu dot org
@ 2010-05-13 14:26 ` dominiq at lps dot ens dot fr
  2010-05-13 14:32 ` hjl dot tools at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: dominiq at lps dot ens dot fr @ 2010-05-13 14:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from dominiq at lps dot ens dot fr  2010-05-13 14:25 -------
*** Bug 43924 has been marked as a duplicate of this bug. ***


-- 

dominiq at lps dot ens dot fr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dominiq at lps dot ens dot
                   |                            |fr


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


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

* [Bug debug/44114] [4.6 Regression] ICE in output_die with array_constructor_11.f90
  2010-05-13 14:16 [Bug debug/44114] New: [4.6 Regression] ICE in output_die with array_constructor_11.f90 tkoenig at gcc dot gnu dot org
  2010-05-13 14:16 ` [Bug debug/44114] " tkoenig at gcc dot gnu dot org
  2010-05-13 14:26 ` dominiq at lps dot ens dot fr
@ 2010-05-13 14:32 ` hjl dot tools at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-05-13 14:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hjl dot tools at gmail dot com  2010-05-13 14:31 -------


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


-- 

hjl dot tools at gmail dot com changed:

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


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


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

end of thread, other threads:[~2010-05-13 14:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-13 14:16 [Bug debug/44114] New: [4.6 Regression] ICE in output_die with array_constructor_11.f90 tkoenig at gcc dot gnu dot org
2010-05-13 14:16 ` [Bug debug/44114] " tkoenig at gcc dot gnu dot org
2010-05-13 14:26 ` dominiq at lps dot ens dot fr
2010-05-13 14:32 ` hjl dot tools 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).