public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/43836]  New: ice with -fexceptions and -fopenmp
@ 2010-04-21 15:27 jv244 at cam dot ac dot uk
  2010-04-21 15:30 ` [Bug middle-end/43836] [4.4 Regression] " jv244 at cam dot ac dot uk
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: jv244 at cam dot ac dot uk @ 2010-04-21 15:27 UTC (permalink / raw)
  To: gcc-bugs

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

The following causes an ICE:

> cat bug.f90
MODULE dbcsr_work_operations
  TYPE dbcsr_type
  END TYPE dbcsr_type
  TYPE dbcsr_obj
     TYPE(dbcsr_type) :: m
  END TYPE dbcsr_obj
CONTAINS
  SUBROUTINE dbcsr_finalize(matrix)
    TYPE(dbcsr_obj), INTENT(INOUT)           :: matrix
!$omp single
!$omp parallel num_threads(1)
    CALL dbcsr_merge_data (matrix%m, sort_data )
!$omp end parallel
!$omp end single
  END SUBROUTINE dbcsr_finalize
END MODULE dbcsr_work_operations

> gfortran -v -c -O0 -fopenmp -fexceptions bug.f90
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: /data03/vondele/gcc_4_4_branch/gcc/configure
--prefix=/data03/vondele/gcc_4_4_branch/build
--with-ppl=/data03/vondele/gcc_trunk/build/
--with-cloog=/data03/vondele/gcc_trunk/build/ --enable-languages=c,c++,fortran
--disable-multilib
Thread model: posix
gcc version 4.4.4 20100421 (prerelease) [gcc-4_4-branch revision 158605] (GCC)
COLLECT_GCC_OPTIONS='-v' '-c' '-O0' '-fopenmp' '-fexceptions' '-mtune=generic'
'-pthread'

/data03/vondele/gcc_4_4_branch/build/libexec/gcc/x86_64-unknown-linux-gnu/4.4.4/f951
bug.f90 -quiet -dumpbase bug.f90 -mtune=generic -auxbase bug -O0 -version
-fopenmp -fexceptions -fintrinsic-modules-path
/data03/vondele/gcc_4_4_branch/build/lib/gcc/x86_64-unknown-linux-gnu/4.4.4/finclude
-o /tmp/ccff06dK.s
GNU Fortran (GCC) version 4.4.4 20100421 (prerelease) [gcc-4_4-branch revision
158605] (x86_64-unknown-linux-gnu)
        compiled by GNU C version 4.4.4 20100421 (prerelease) [gcc-4_4-branch
revision 158605], GMP version 4.2.2, MPFR version 2.3.1.
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
bug.f90: In function ‘dbcsr_finalize’:
bug.f90:12: internal compiler error: Segmentation fault


-- 
           Summary: ice with -fexceptions and -fopenmp
           Product: gcc
           Version: 4.4.4
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jv244 at cam dot ac dot uk


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


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

* [Bug middle-end/43836] [4.4 Regression] ice with -fexceptions and -fopenmp
  2010-04-21 15:27 [Bug middle-end/43836] New: ice with -fexceptions and -fopenmp jv244 at cam dot ac dot uk
@ 2010-04-21 15:30 ` jv244 at cam dot ac dot uk
  2010-04-21 15:51 ` rguenth at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jv244 at cam dot ac dot uk @ 2010-04-21 15:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from jv244 at cam dot ac dot uk  2010-04-21 15:30 -------
4.3.1 ([gcc-4_3-branch revision 135036]) does not fail, so marking as
regression.
4.5.0 works as well

with 4.4.4 I have this backtrace:

(gdb) bt
#0  bitmap_element_allocate (head=0x10284c0) at
/data03/vondele/gcc_4_4_branch/gcc/gcc/bitmap.c:206
#1  0x00000000004d076c in bitmap_set_bit (head=0x10284c0, bit=<value optimized
out>) at /data03/vondele/gcc_4_4_branch/gcc/gcc/bitmap.c:638
#2  0x00000000009ba0b0 in compute_dominance_frontiers (frontiers=0x1028440) at
/data03/vondele/gcc_4_4_branch/gcc/gcc/cfganal.c:1278
#3  0x00000000006d5849 in rewrite_into_ssa () at
/data03/vondele/gcc_4_4_branch/gcc/gcc/tree-into-ssa.c:2256
#4  0x00000000006171db in execute_one_pass (pass=0xf795c0) at
/data03/vondele/gcc_4_4_branch/gcc/gcc/passes.c:1277
#5  0x0000000000617415 in execute_pass_list (pass=0xf795c0) at
/data03/vondele/gcc_4_4_branch/gcc/gcc/passes.c:1326
#6  0x0000000000617735 in execute_ipa_pass_list (pass=0xf79800) at
/data03/vondele/gcc_4_4_branch/gcc/gcc/passes.c:890
#7  0x0000000000805301 in cgraph_optimize () at
/data03/vondele/gcc_4_4_branch/gcc/gcc/cgraphunit.c:1237
#8  0x0000000000490d6a in gfc_be_parse_file (set_yydebug=<value optimized out>)
at /data03/vondele/gcc_4_4_branch/gcc/gcc/fortran/f95-lang.c:240
#9  0x00000000006a7fb4 in toplev_main (argc=<value optimized out>, argv=<value
optimized out>) at /data03/vondele/gcc_4_4_branch/gcc/gcc/toplev.c:970
#10 0x00007f91de717436 in __libc_start_main () from /lib64/libc.so.6
#11 0x00000000004061a9 in _start ()


-- 

jv244 at cam dot ac dot uk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |4.4.4
      Known to work|                            |4.3.1 4.5.0
            Summary|ice with -fexceptions and - |[4.4 Regression] ice with -
                   |fopenmp                     |fexceptions and -fopenmp


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


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

* [Bug middle-end/43836] [4.4 Regression] ice with -fexceptions and -fopenmp
  2010-04-21 15:27 [Bug middle-end/43836] New: ice with -fexceptions and -fopenmp jv244 at cam dot ac dot uk
  2010-04-21 15:30 ` [Bug middle-end/43836] [4.4 Regression] " jv244 at cam dot ac dot uk
@ 2010-04-21 15:51 ` rguenth at gcc dot gnu dot org
  2010-04-21 16:56 ` [Bug fortran/43836] " jakub at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-04-21 15:51 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.4.4


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


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

* [Bug fortran/43836] [4.4 Regression] ice with -fexceptions and -fopenmp
  2010-04-21 15:27 [Bug middle-end/43836] New: ice with -fexceptions and -fopenmp jv244 at cam dot ac dot uk
  2010-04-21 15:30 ` [Bug middle-end/43836] [4.4 Regression] " jv244 at cam dot ac dot uk
  2010-04-21 15:51 ` rguenth at gcc dot gnu dot org
@ 2010-04-21 16:56 ` jakub at gcc dot gnu dot org
  2010-04-21 17:49 ` burnus at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-04-21 16:56 UTC (permalink / raw)
  To: gcc-bugs



-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jakub at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
          Component|middle-end                  |fortran
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-04-21 16:56:16
               date|                            |


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


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

* [Bug fortran/43836] [4.4 Regression] ice with -fexceptions and -fopenmp
  2010-04-21 15:27 [Bug middle-end/43836] New: ice with -fexceptions and -fopenmp jv244 at cam dot ac dot uk
                   ` (2 preceding siblings ...)
  2010-04-21 16:56 ` [Bug fortran/43836] " jakub at gcc dot gnu dot org
@ 2010-04-21 17:49 ` burnus at gcc dot gnu dot org
  2010-04-21 17:54 ` jv244 at cam dot ac dot uk
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: burnus at gcc dot gnu dot org @ 2010-04-21 17:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from burnus at gcc dot gnu dot org  2010-04-21 17:48 -------
See patch at http://gcc.gnu.org/ml/fortran/2010-04/msg00222.html and follow up
at PR 43837


-- 


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


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

* [Bug fortran/43836] [4.4 Regression] ice with -fexceptions and -fopenmp
  2010-04-21 15:27 [Bug middle-end/43836] New: ice with -fexceptions and -fopenmp jv244 at cam dot ac dot uk
                   ` (3 preceding siblings ...)
  2010-04-21 17:49 ` burnus at gcc dot gnu dot org
@ 2010-04-21 17:54 ` jv244 at cam dot ac dot uk
  2010-04-21 21:25 ` jakub at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jv244 at cam dot ac dot uk @ 2010-04-21 17:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jv244 at cam dot ac dot uk  2010-04-21 17:53 -------
(In reply to comment #2)
> See patch at http://gcc.gnu.org/ml/fortran/2010-04/msg00222.html and follow up
> at PR 43837

beats the speed of light... thanks.

A very practical question. Is Fortran code compiled with -fexceptions
necessarily miscompiled, or will it behave properly. The reason I'm asking (and
found the bug) is that openmpi adds -fexceptions by default via the mpif90
script at compilation time.


-- 

jv244 at cam dot ac dot uk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at gcc dot gnu dot
                   |                            |org


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


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

* [Bug fortran/43836] [4.4 Regression] ice with -fexceptions and -fopenmp
  2010-04-21 15:27 [Bug middle-end/43836] New: ice with -fexceptions and -fopenmp jv244 at cam dot ac dot uk
                   ` (4 preceding siblings ...)
  2010-04-21 17:54 ` jv244 at cam dot ac dot uk
@ 2010-04-21 21:25 ` jakub at gcc dot gnu dot org
  2010-04-21 21:30 ` jakub at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-04-21 21:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from jakub at gcc dot gnu dot org  2010-04-21 21:23 -------
Subject: Bug 43836

Author: jakub
Date: Wed Apr 21 21:20:07 2010
New Revision: 158619

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158619
Log:
        PR fortran/43836
        * f95-lang.c (gfc_define_builtin): Set TREE_NOTHROW on
        the decl.

        * gfortran.dg/gomp/pr43836.f90: New test.

Added:
    trunk/gcc/testsuite/gfortran.dg/gomp/pr43836.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/f95-lang.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug fortran/43836] [4.4 Regression] ice with -fexceptions and -fopenmp
  2010-04-21 15:27 [Bug middle-end/43836] New: ice with -fexceptions and -fopenmp jv244 at cam dot ac dot uk
                   ` (5 preceding siblings ...)
  2010-04-21 21:25 ` jakub at gcc dot gnu dot org
@ 2010-04-21 21:30 ` jakub at gcc dot gnu dot org
  2010-04-21 21:32 ` jakub at gcc dot gnu dot org
  2010-04-22  9:40 ` jakub at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-04-21 21:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from jakub at gcc dot gnu dot org  2010-04-21 21:26 -------
Subject: Bug 43836

Author: jakub
Date: Wed Apr 21 21:24:04 2010
New Revision: 158620

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158620
Log:
        PR fortran/43836
        * f95-lang.c (gfc_define_builtin): Set TREE_NOTHROW on
        the decl.

        * gfortran.dg/gomp/pr43836.f90: New test.

Added:
    branches/gcc-4_5-branch/gcc/testsuite/gfortran.dg/gomp/pr43836.f90
Modified:
    branches/gcc-4_5-branch/gcc/fortran/ChangeLog
    branches/gcc-4_5-branch/gcc/fortran/f95-lang.c
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug fortran/43836] [4.4 Regression] ice with -fexceptions and -fopenmp
  2010-04-21 15:27 [Bug middle-end/43836] New: ice with -fexceptions and -fopenmp jv244 at cam dot ac dot uk
                   ` (6 preceding siblings ...)
  2010-04-21 21:30 ` jakub at gcc dot gnu dot org
@ 2010-04-21 21:32 ` jakub at gcc dot gnu dot org
  2010-04-22  9:40 ` jakub at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-04-21 21:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from jakub at gcc dot gnu dot org  2010-04-21 21:30 -------
Subject: Bug 43836

Author: jakub
Date: Wed Apr 21 21:26:11 2010
New Revision: 158621

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158621
Log:
        PR fortran/43836
        * f95-lang.c (gfc_define_builtin): Set TREE_NOTHROW on
        the decl.

        * gfortran.dg/gomp/pr43836.f90: New test.

Added:
    branches/gcc-4_4-branch/gcc/testsuite/gfortran.dg/gomp/pr43836.f90
Modified:
    branches/gcc-4_4-branch/gcc/fortran/ChangeLog
    branches/gcc-4_4-branch/gcc/fortran/f95-lang.c
    branches/gcc-4_4-branch/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug fortran/43836] [4.4 Regression] ice with -fexceptions and -fopenmp
  2010-04-21 15:27 [Bug middle-end/43836] New: ice with -fexceptions and -fopenmp jv244 at cam dot ac dot uk
                   ` (7 preceding siblings ...)
  2010-04-21 21:32 ` jakub at gcc dot gnu dot org
@ 2010-04-22  9:40 ` jakub at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-04-22  9:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from jakub at gcc dot gnu dot org  2010-04-22 09:39 -------
Fixed for 4.4.4/4.5.1/4.6.0.


-- 

jakub at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2010-04-22  9:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-21 15:27 [Bug middle-end/43836] New: ice with -fexceptions and -fopenmp jv244 at cam dot ac dot uk
2010-04-21 15:30 ` [Bug middle-end/43836] [4.4 Regression] " jv244 at cam dot ac dot uk
2010-04-21 15:51 ` rguenth at gcc dot gnu dot org
2010-04-21 16:56 ` [Bug fortran/43836] " jakub at gcc dot gnu dot org
2010-04-21 17:49 ` burnus at gcc dot gnu dot org
2010-04-21 17:54 ` jv244 at cam dot ac dot uk
2010-04-21 21:25 ` jakub at gcc dot gnu dot org
2010-04-21 21:30 ` jakub at gcc dot gnu dot org
2010-04-21 21:32 ` jakub at gcc dot gnu dot org
2010-04-22  9:40 ` jakub 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).