public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/31427]  New: When I compile the following program I get the message "GNU MP: Cannot reallocate memory"
@ 2007-04-02 17:47 michael dot a dot richmond at nasa dot gov
  2007-04-02 18:06 ` [Bug fortran/31427] " kargl at gcc dot gnu dot org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: michael dot a dot richmond at nasa dot gov @ 2007-04-02 17:47 UTC (permalink / raw)
  To: gcc-bugs

When I compile the following program I get the message "GNU MP: Cannot
reallocate memory"

PROGRAM test
INTEGER(KIND=1) :: i(1)
i = (/ TRANSFER("a", 0) /)
END PROGRAM test


-- 
           Summary: When I compile the following program I get the message
                    "GNU MP: Cannot reallocate memory"
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: michael dot a dot richmond at nasa dot gov


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


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

* [Bug fortran/31427] When I compile the following program I get the message "GNU MP: Cannot reallocate memory"
  2007-04-02 17:47 [Bug fortran/31427] New: When I compile the following program I get the message "GNU MP: Cannot reallocate memory" michael dot a dot richmond at nasa dot gov
@ 2007-04-02 18:06 ` kargl at gcc dot gnu dot org
  2007-04-02 19:10 ` dfranke at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: kargl at gcc dot gnu dot org @ 2007-04-02 18:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from kargl at gcc dot gnu dot org  2007-04-02 19:06 -------
*** Bug 31428 has been marked as a duplicate of this bug. ***


-- 


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


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

* [Bug fortran/31427] When I compile the following program I get the message "GNU MP: Cannot reallocate memory"
  2007-04-02 17:47 [Bug fortran/31427] New: When I compile the following program I get the message "GNU MP: Cannot reallocate memory" michael dot a dot richmond at nasa dot gov
  2007-04-02 18:06 ` [Bug fortran/31427] " kargl at gcc dot gnu dot org
@ 2007-04-02 19:10 ` dfranke at gcc dot gnu dot org
  2007-04-02 22:10 ` burnus at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dfranke at gcc dot gnu dot org @ 2007-04-02 19:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from dfranke at gcc dot gnu dot org  2007-04-02 20:10 -------
Can confirm a crash in f951. Since there were quite a lot of TRANSFER related
reports lately, I can not tell if this a new one.

Backtrace:
Starting program:
/home/daniel/i686-pc-linux-gnu/gcc/libexec/gcc/i686-pc-linux-gnu/4.3.0/f951 -g
-Wall 31427.f90

Program received signal SIGSEGV, Segmentation fault.
0xb7f36571 in __gmpn_copyi () from /usr/lib/libgmp.so.3
(gdb) bt
#0  0xb7f36571 in __gmpn_copyi () from /usr/lib/libgmp.so.3
#1  0xb7f238b4 in __gmpz_set () from /usr/lib/libgmp.so.3
#2  0x0804d9d6 in gfc_int2int (src=0x8894930, kind=1)
    at ../../../gcc/gcc/fortran/arith.c:2006
#3  0x0809b1dd in gfc_convert_constant (e=0x8894758, type=BT_INTEGER, kind=1)
    at ../../../gcc/gcc/fortran/simplify.c:4035
#4  0x08068134 in do_simplify (specific=0x888a3f8, e=0x8894898)
    at ../../../gcc/gcc/fortran/intrinsic.c:3112
#5  0x08068305 in gfc_convert_type_warn (expr=0x8894898, ts=0x88945ac,
    eflag=1, wflag=1) at ../../../gcc/gcc/fortran/intrinsic.c:3579
#6  0x08068578 in gfc_convert_type (expr=0x8894898, ts=0x88945ac, eflag=1)
    at ../../../gcc/gcc/fortran/intrinsic.c:3491
#7  0x0809633f in resolve_code (code=<value optimized out>, ns=0x885a1e8)
    at ../../../gcc/gcc/fortran/resolve.c:5163
#8  0x08097a24 in gfc_resolve (ns=0x885a1e8)
    at ../../../gcc/gcc/fortran/resolve.c:7343
#9  0x0808c0ca in gfc_parse_file () at ../../../gcc/gcc/fortran/parse.c:3245
#10 0x080ab660 in gfc_be_parse_file (set_yydebug=0)
    at ../../../gcc/gcc/fortran/f95-lang.c:305
#11 0x0830042d in toplev_main (argc=4, argv=0xbfd587f4)
    at ../../../gcc/gcc/toplev.c:1050
#12 0x080ed162 in main (argc=49, argv=0xa0000000) at ../../../gcc/gcc/main.c:35


-- 

dfranke at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |31237
              nThis|                            |


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


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

* [Bug fortran/31427] When I compile the following program I get the message "GNU MP: Cannot reallocate memory"
  2007-04-02 17:47 [Bug fortran/31427] New: When I compile the following program I get the message "GNU MP: Cannot reallocate memory" michael dot a dot richmond at nasa dot gov
  2007-04-02 18:06 ` [Bug fortran/31427] " kargl at gcc dot gnu dot org
  2007-04-02 19:10 ` dfranke at gcc dot gnu dot org
@ 2007-04-02 22:10 ` burnus at gcc dot gnu dot org
  2007-04-03  8:34 ` dfranke at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: burnus at gcc dot gnu dot org @ 2007-04-02 22:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from burnus at gcc dot gnu dot org  2007-04-02 23:10 -------
Hmm, I cannot reproduce this on x86_64-unknown-linux-gnu/openSUSE 10.2 with
either gcc 4.2 (vanilla) nor with gcc 4.3 (current SVN, very mildly patched)
and with neither -m32 nor -m64 running under valgrind. (This is with gmp
4.2.1.)


-- 

burnus at gcc dot gnu dot org changed:

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


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


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

* [Bug fortran/31427] When I compile the following program I get the message "GNU MP: Cannot reallocate memory"
  2007-04-02 17:47 [Bug fortran/31427] New: When I compile the following program I get the message "GNU MP: Cannot reallocate memory" michael dot a dot richmond at nasa dot gov
                   ` (2 preceding siblings ...)
  2007-04-02 22:10 ` burnus at gcc dot gnu dot org
@ 2007-04-03  8:34 ` dfranke at gcc dot gnu dot org
  2007-04-03  8:37 ` dfranke at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dfranke at gcc dot gnu dot org @ 2007-04-03  8:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from dfranke at gcc dot gnu dot org  2007-04-03 09:34 -------
Neither can I (gcc-4.2, gcc-svn). x86_64 seems to be immune. Another i686
machine again crashes  (gcc-4.2, gcc-svn), so does an ia64 (gcc-4.2). All boxes
have gmp-4.2.1 installed.


-- 

dfranke at gcc dot gnu dot org changed:

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


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


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

* [Bug fortran/31427] When I compile the following program I get the message "GNU MP: Cannot reallocate memory"
  2007-04-02 17:47 [Bug fortran/31427] New: When I compile the following program I get the message "GNU MP: Cannot reallocate memory" michael dot a dot richmond at nasa dot gov
                   ` (3 preceding siblings ...)
  2007-04-03  8:34 ` dfranke at gcc dot gnu dot org
@ 2007-04-03  8:37 ` dfranke at gcc dot gnu dot org
  2007-04-03 16:54 ` [Bug fortran/31427] TRANSFER with mold kind /= lval kind: ICE on ia64, i686; no warning burnus at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dfranke at gcc dot gnu dot org @ 2007-04-03  8:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from dfranke at gcc dot gnu dot org  2007-04-03 09:37 -------
For i686/SuSE 10.1 valgrind-3.2.2 gives:

==13209== Warning: set address range perms: large range 568154688 (undefined)
==13209== Invalid read of size 4
==13209==    at 0x40849CD: __gmpn_copyi (in
/h/franke/packages/i686-pc-linux-gnu/gmp-4.2.1/lib/libgmp.so.3.4.1)
==13209==  Address 0x42051E4 is 0 bytes after a block of size 67,524 alloc'd
==13209==    at 0x40213D0: malloc (vg_replace_malloc.c:149)
==13209==    by 0x86969F5: xmalloc (xmalloc.c:147)
==13209==    by 0x39662E36: ???


-- 


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


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

* [Bug fortran/31427] TRANSFER with mold kind /= lval kind: ICE on ia64, i686; no warning
  2007-04-02 17:47 [Bug fortran/31427] New: When I compile the following program I get the message "GNU MP: Cannot reallocate memory" michael dot a dot richmond at nasa dot gov
                   ` (4 preceding siblings ...)
  2007-04-03  8:37 ` dfranke at gcc dot gnu dot org
@ 2007-04-03 16:54 ` burnus at gcc dot gnu dot org
  2007-04-03 17:08 ` michael dot a dot richmond at nasa dot gov
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: burnus at gcc dot gnu dot org @ 2007-04-03 16:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from burnus at gcc dot gnu dot org  2007-04-03 17:54 -------
Could you try the following code in ia64 and i686?

PROGRAM test
INTEGER(KIND=1) :: i(1)
i = (/ TRANSFER("a", 0_1) /)
print *, i
END PROGRAM test

I think this will compile and print "97". Is this indeed the case on ia64 adb
i686?

The original program has one problem:

   i = (/ TRANSFER("a", 0_1) /)

is not well defined as "i" is kind=1 whereas "0" is kind=4.


gfortran should follow NAG f95 and print the following warning:
  Warning: x.f90, line 3: Intrinsic TRANSFER has partly undefined result

Additionally, gfortran seems to generate questionable code for "0": "i" is "0"
(under x86-64) and not the expected "97". While the result is not well defined,
 using "97" as do NAG f95, g95 and ifort would be highly desirable.


-- 

burnus at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |diagnostic, ice-on-valid-
                   |                            |code, wrong-code
   Last reconfirmed|0000-00-00 00:00:00         |2007-04-03 17:54:10
               date|                            |
            Summary|When I compile the following|TRANSFER with mold kind /=
                   |program I get the message   |lval kind: ICE on ia64,
                   |"GNU MP: Cannot reallocate  |i686; no warning
                   |memory"                     |


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


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

* [Bug fortran/31427] TRANSFER with mold kind /= lval kind: ICE on ia64, i686; no warning
  2007-04-02 17:47 [Bug fortran/31427] New: When I compile the following program I get the message "GNU MP: Cannot reallocate memory" michael dot a dot richmond at nasa dot gov
                   ` (5 preceding siblings ...)
  2007-04-03 16:54 ` [Bug fortran/31427] TRANSFER with mold kind /= lval kind: ICE on ia64, i686; no warning burnus at gcc dot gnu dot org
@ 2007-04-03 17:08 ` michael dot a dot richmond at nasa dot gov
  2007-04-03 18:01 ` dfranke at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: michael dot a dot richmond at nasa dot gov @ 2007-04-03 17:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from michael dot a dot richmond at nasa dot gov  2007-04-03 18:08 -------
(In reply to comment #6)
> Could you try the following code in ia64 and i686?

It works under i686. I do not have an ia64 machine.


-- 


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


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

* [Bug fortran/31427] TRANSFER with mold kind /= lval kind: ICE on ia64, i686; no warning
  2007-04-02 17:47 [Bug fortran/31427] New: When I compile the following program I get the message "GNU MP: Cannot reallocate memory" michael dot a dot richmond at nasa dot gov
                   ` (6 preceding siblings ...)
  2007-04-03 17:08 ` michael dot a dot richmond at nasa dot gov
@ 2007-04-03 18:01 ` dfranke at gcc dot gnu dot org
  2007-04-05 10:17 ` fxcoudert at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dfranke at gcc dot gnu dot org @ 2007-04-03 18:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from dfranke at gcc dot gnu dot org  2007-04-03 19:01 -------
PROGRAM test
INTEGER(KIND=K) :: i(1)
i = (/ TRANSFER("a", 0_L) /)
print *, i
END PROGRAM test

Above snippet works on i686 and ia64 if K==L, if K/=L, it crashes, no matter
which is the larger kind.


-- 


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


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

* [Bug fortran/31427] TRANSFER with mold kind /= lval kind: ICE on ia64, i686; no warning
  2007-04-02 17:47 [Bug fortran/31427] New: When I compile the following program I get the message "GNU MP: Cannot reallocate memory" michael dot a dot richmond at nasa dot gov
                   ` (7 preceding siblings ...)
  2007-04-03 18:01 ` dfranke at gcc dot gnu dot org
@ 2007-04-05 10:17 ` fxcoudert at gcc dot gnu dot org
  2007-04-06 22:11 ` brooks at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-04-05 10:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from fxcoudert at gcc dot gnu dot org  2007-04-05 11:17 -------
The segfault happens because we come into gfc_int2int to convert the value from
TRANSFER into the integer(kind=1). But TRANSFER isn't simplified at this point,
although it should have been, which leads to referencing memory that is not
defined. This will be fixed when the gfc_simplify_transfer() function is
implemented (Paul T. and Tobias B. are working on it).

Admittedly, we should have an assert() in place to prevent this kind of
segfault (and have a clean ICE instead).


-- 


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


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

* [Bug fortran/31427] TRANSFER with mold kind /= lval kind: ICE on ia64, i686; no warning
  2007-04-02 17:47 [Bug fortran/31427] New: When I compile the following program I get the message "GNU MP: Cannot reallocate memory" michael dot a dot richmond at nasa dot gov
                   ` (8 preceding siblings ...)
  2007-04-05 10:17 ` fxcoudert at gcc dot gnu dot org
@ 2007-04-06 22:11 ` brooks at gcc dot gnu dot org
  2007-05-16  5:41 ` pault at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: brooks at gcc dot gnu dot org @ 2007-04-06 22:11 UTC (permalink / raw)
  To: gcc-bugs



-- 

brooks at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |brooks at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2007-04-03 17:54:10         |2007-04-06 23:11:11
               date|                            |


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


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

* [Bug fortran/31427] TRANSFER with mold kind /= lval kind: ICE on ia64, i686; no warning
  2007-04-02 17:47 [Bug fortran/31427] New: When I compile the following program I get the message "GNU MP: Cannot reallocate memory" michael dot a dot richmond at nasa dot gov
                   ` (9 preceding siblings ...)
  2007-04-06 22:11 ` brooks at gcc dot gnu dot org
@ 2007-05-16  5:41 ` pault at gcc dot gnu dot org
  2007-05-16  8:15 ` pault at gcc dot gnu dot org
  2007-05-26  3:09 ` pinskia at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: pault at gcc dot gnu dot org @ 2007-05-16  5:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from pault at gcc dot gnu dot org  2007-05-16 06:41 -------
Subject: Bug 31427

Author: pault
Date: Wed May 16 05:40:51 2007
New Revision: 124759

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124759
Log:
2007-05-16  Brooks Moses  <brooks.moses@codesourcery.com>

        PR fortran/18769
        PR fortran/30881
        PR fortran/31194
        PR fortran/31216
        PR fortran/31427
        * target-memory.c: New file.
        * target-memory.h: New file.
        * simplify.c: Add #include "target-memory.h".
        (gfc_simplify_transfer): Implement constant-
        folding for TRANSFER intrinsic.
        * Make-lang.in: Add dependencies on new target-memory.* files.

2007-05-16  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/18769
        PR fortran/30881
        PR fortran/31194
        PR fortran/31216
        PR fortran/31427
        * transfer_simplify_1.f90: New test.
        * transfer_simplify_2.f90: New test.

Added:
    trunk/gcc/fortran/target-memory.c
    trunk/gcc/fortran/target-memory.h
    trunk/gcc/testsuite/gfortran.dg/transfer_simplify_1.f90
    trunk/gcc/testsuite/gfortran.dg/transfer_simplify_2.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/Make-lang.in
    trunk/gcc/fortran/simplify.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug fortran/31427] TRANSFER with mold kind /= lval kind: ICE on ia64, i686; no warning
  2007-04-02 17:47 [Bug fortran/31427] New: When I compile the following program I get the message "GNU MP: Cannot reallocate memory" michael dot a dot richmond at nasa dot gov
                   ` (10 preceding siblings ...)
  2007-05-16  5:41 ` pault at gcc dot gnu dot org
@ 2007-05-16  8:15 ` pault at gcc dot gnu dot org
  2007-05-26  3:09 ` pinskia at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: pault at gcc dot gnu dot org @ 2007-05-16  8:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from pault at gcc dot gnu dot org  2007-05-16 09:15 -------
Fixed on trunk

Paul and Brooks


-- 

pault at gcc dot gnu dot org changed:

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


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


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

* [Bug fortran/31427] TRANSFER with mold kind /= lval kind: ICE on ia64, i686; no warning
  2007-04-02 17:47 [Bug fortran/31427] New: When I compile the following program I get the message "GNU MP: Cannot reallocate memory" michael dot a dot richmond at nasa dot gov
                   ` (11 preceding siblings ...)
  2007-05-16  8:15 ` pault at gcc dot gnu dot org
@ 2007-05-26  3:09 ` pinskia at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-05-26  3:09 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.3.0


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


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

end of thread, other threads:[~2007-05-26  3:09 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-02 17:47 [Bug fortran/31427] New: When I compile the following program I get the message "GNU MP: Cannot reallocate memory" michael dot a dot richmond at nasa dot gov
2007-04-02 18:06 ` [Bug fortran/31427] " kargl at gcc dot gnu dot org
2007-04-02 19:10 ` dfranke at gcc dot gnu dot org
2007-04-02 22:10 ` burnus at gcc dot gnu dot org
2007-04-03  8:34 ` dfranke at gcc dot gnu dot org
2007-04-03  8:37 ` dfranke at gcc dot gnu dot org
2007-04-03 16:54 ` [Bug fortran/31427] TRANSFER with mold kind /= lval kind: ICE on ia64, i686; no warning burnus at gcc dot gnu dot org
2007-04-03 17:08 ` michael dot a dot richmond at nasa dot gov
2007-04-03 18:01 ` dfranke at gcc dot gnu dot org
2007-04-05 10:17 ` fxcoudert at gcc dot gnu dot org
2007-04-06 22:11 ` brooks at gcc dot gnu dot org
2007-05-16  5:41 ` pault at gcc dot gnu dot org
2007-05-16  8:15 ` pault at gcc dot gnu dot org
2007-05-26  3:09 ` 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).