public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/57467] New: [4.9 Regression] FAIL: gfortran.dg/gomp/appendix-a/a.(22.1|22.6|33.1).f90  -O  (internal compiler error)
@ 2013-05-30 10:43 dominiq at lps dot ens.fr
  2013-05-30 17:38 ` [Bug middle-end/57467] " dominiq at lps dot ens.fr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: dominiq at lps dot ens.fr @ 2013-05-30 10:43 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 57467
           Summary: [4.9 Regression] FAIL:
                    gfortran.dg/gomp/appendix-a/a.(22.1|22.6|33.1).f90  -O
                     (internal compiler error)
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dominiq at lps dot ens.fr
                CC: hubicka at gcc dot gnu.org
              Host: x86_64-apple-darwin10
            Target: x86_64-apple-darwin10
             Build: x86_64-apple-darwin10

At revision 199422 (199419 is OK) the following tests give an ICE:

FAIL: gfortran.dg/gomp/appendix-a/a.22.1.f90  -O  (internal compiler error)
FAIL: gfortran.dg/gomp/appendix-a/a.22.1.f90  -O  (test for excess errors)
FAIL: gfortran.dg/gomp/appendix-a/a.22.6.f90  -O  (internal compiler error)
FAIL: gfortran.dg/gomp/appendix-a/a.22.6.f90  -O  (test for excess errors)
FAIL: gfortran.dg/gomp/appendix-a/a.33.1.f90  -O  (internal compiler error)
FAIL: gfortran.dg/gomp/appendix-a/a.33.1.f90  -O  (test for excess errors)

GDB gives:

Analyzing compilation unit
Performing interprocedural optimizations
 <*free_lang_data> <visibility> <early_local_cleanups> <*free_inline_summary>
<emutls>
Program received signal SIGSEGV, Segmentation fault.
free_dominance_info (dir=CDI_DOMINATORS) at ../../p_work/gcc/dominance.c:685
685      if (!dom_info_available_p (dir))
(gdb) bt
#0  free_dominance_info (dir=CDI_DOMINATORS) at
../../p_work/gcc/dominance.c:685
#1  0x00000001005d536a in do_per_function (callback=<value optimized out>,
data=<value optimized out>) at ../../p_work/gcc/passes.c:1719
#2  0x00000001005d6f17 in execute_one_pass (pass=<value optimized out>) at
../../p_work/gcc/passes.c:2338
#3  0x00000001005d786f in execute_ipa_pass_list (pass=<value optimized out>) at
../../p_work/gcc/passes.c:2694
#4  0x0000000100358906 in compile () at ../../p_work/gcc/cgraphunit.c:1865
#5  0x00000001003591a5 in finalize_compilation_unit () at
../../p_work/gcc/cgraphunit.c:2116
#6  0x000000010056110d in write_global_declarations () at
../../p_work/gcc/langhooks.c:322
#7  0x00000001006840e1 in compile_file () at ../../p_work/gcc/toplev.c:558
#8  0x0000000100685df9 in toplev_main (argc=3, argv=0x7fff5fbfd720) at
../../p_work/gcc/toplev.c:1872
#9  0x000000010000a5a4 in start (pc=<value optimized out>, bases=0x0) at
../../../p_work/libgcc/config/unwind-dw2-fde-darwin.c:272


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

* [Bug middle-end/57467] [4.9 Regression] FAIL: gfortran.dg/gomp/appendix-a/a.(22.1|22.6|33.1).f90  -O  (internal compiler error)
  2013-05-30 10:43 [Bug middle-end/57467] New: [4.9 Regression] FAIL: gfortran.dg/gomp/appendix-a/a.(22.1|22.6|33.1).f90 -O (internal compiler error) dominiq at lps dot ens.fr
@ 2013-05-30 17:38 ` dominiq at lps dot ens.fr
  2013-05-31  8:44 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: dominiq at lps dot ens.fr @ 2013-05-30 17:38 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
gcc.dg/gomp/pr57412.c fails the same way.


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

* [Bug middle-end/57467] [4.9 Regression] FAIL: gfortran.dg/gomp/appendix-a/a.(22.1|22.6|33.1).f90  -O  (internal compiler error)
  2013-05-30 10:43 [Bug middle-end/57467] New: [4.9 Regression] FAIL: gfortran.dg/gomp/appendix-a/a.(22.1|22.6|33.1).f90 -O (internal compiler error) dominiq at lps dot ens.fr
  2013-05-30 17:38 ` [Bug middle-end/57467] " dominiq at lps dot ens.fr
@ 2013-05-31  8:44 ` rguenth at gcc dot gnu.org
  2013-05-31 10:04 ` hubicka at gcc dot gnu.org
  2013-06-01 17:40 ` dominiq at lps dot ens.fr
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-05-31  8:44 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.9.0


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

* [Bug middle-end/57467] [4.9 Regression] FAIL: gfortran.dg/gomp/appendix-a/a.(22.1|22.6|33.1).f90  -O  (internal compiler error)
  2013-05-30 10:43 [Bug middle-end/57467] New: [4.9 Regression] FAIL: gfortran.dg/gomp/appendix-a/a.(22.1|22.6|33.1).f90 -O (internal compiler error) dominiq at lps dot ens.fr
  2013-05-30 17:38 ` [Bug middle-end/57467] " dominiq at lps dot ens.fr
  2013-05-31  8:44 ` rguenth at gcc dot gnu.org
@ 2013-05-31 10:04 ` hubicka at gcc dot gnu.org
  2013-06-01 17:40 ` dominiq at lps dot ens.fr
  3 siblings, 0 replies; 5+ messages in thread
From: hubicka at gcc dot gnu.org @ 2013-05-31 10:04 UTC (permalink / raw)
  To: gcc-bugs

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

Jan Hubicka <hubicka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2013-05-31
           Assignee|unassigned at gcc dot gnu.org      |hubicka at gcc dot gnu.org
     Ever confirmed|0                           |1


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

* [Bug middle-end/57467] [4.9 Regression] FAIL: gfortran.dg/gomp/appendix-a/a.(22.1|22.6|33.1).f90  -O  (internal compiler error)
  2013-05-30 10:43 [Bug middle-end/57467] New: [4.9 Regression] FAIL: gfortran.dg/gomp/appendix-a/a.(22.1|22.6|33.1).f90 -O (internal compiler error) dominiq at lps dot ens.fr
                   ` (2 preceding siblings ...)
  2013-05-31 10:04 ` hubicka at gcc dot gnu.org
@ 2013-06-01 17:40 ` dominiq at lps dot ens.fr
  3 siblings, 0 replies; 5+ messages in thread
From: dominiq at lps dot ens.fr @ 2013-06-01 17:40 UTC (permalink / raw)
  To: gcc-bugs

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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

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

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Fixed on darwin at revision 199583. Closing.


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

end of thread, other threads:[~2013-06-01 17:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-30 10:43 [Bug middle-end/57467] New: [4.9 Regression] FAIL: gfortran.dg/gomp/appendix-a/a.(22.1|22.6|33.1).f90 -O (internal compiler error) dominiq at lps dot ens.fr
2013-05-30 17:38 ` [Bug middle-end/57467] " dominiq at lps dot ens.fr
2013-05-31  8:44 ` rguenth at gcc dot gnu.org
2013-05-31 10:04 ` hubicka at gcc dot gnu.org
2013-06-01 17:40 ` dominiq at lps dot ens.fr

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