This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/41714] [OOP] ALLOCATE SOURCE= does not properly copy the value from SOURCE
- From: "janus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Oct 2009 16:22:39 -0000
- Subject: [Bug fortran/41714] [OOP] ALLOCATE SOURCE= does not properly copy the value from SOURCE
- References: <bug-41714-13404@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from janus at gcc dot gnu dot org 2009-10-16 16:22 -------
(In reply to comment #2)
> Problem: The patch in comment #1 regresses on class_allocate_1.f03:
In addition to this there are two more test cases failing:
Native configuration is x86_64-unknown-linux-gnu
=== gfortran tests ===
Schedule of variations:
unix
Running target unix
Using /usr/share/dejagnu/baseboards/unix.exp as board description file for
target.
Using /usr/share/dejagnu/config/unix.exp as generic interface file for target.
Using /home/jweil/gcc45/trunk/gcc/testsuite/config/default.exp as
tool-and-target-specific interface file.
Running /home/jweil/gcc45/trunk/gcc/testsuite/gfortran.dg/debug/debug.exp ...
Running /home/jweil/gcc45/trunk/gcc/testsuite/gfortran.dg/dg.exp ...
FAIL: gfortran.dg/class_allocate_1.f03 -O1 (internal compiler error)
FAIL: gfortran.dg/class_allocate_1.f03 -O1 (test for excess errors)
FAIL: gfortran.dg/class_allocate_1.f03 -O2 (internal compiler error)
FAIL: gfortran.dg/class_allocate_1.f03 -O2 (test for excess errors)
FAIL: gfortran.dg/class_allocate_1.f03 -O3 -fomit-frame-pointer (internal
compiler error)
FAIL: gfortran.dg/class_allocate_1.f03 -O3 -fomit-frame-pointer (test for
excess errors)
FAIL: gfortran.dg/class_allocate_1.f03 -O3 -fomit-frame-pointer -funroll-loops
(internal compiler error)
FAIL: gfortran.dg/class_allocate_1.f03 -O3 -fomit-frame-pointer -funroll-loops
(test for excess errors)
FAIL: gfortran.dg/class_allocate_1.f03 -O3 -fomit-frame-pointer
-funroll-all-loops -finline-functions (internal compiler error)
FAIL: gfortran.dg/class_allocate_1.f03 -O3 -fomit-frame-pointer
-funroll-all-loops -finline-functions (test for excess errors)
FAIL: gfortran.dg/class_allocate_1.f03 -O3 -g (internal compiler error)
FAIL: gfortran.dg/class_allocate_1.f03 -O3 -g (test for excess errors)
FAIL: gfortran.dg/class_allocate_1.f03 -Os (internal compiler error)
FAIL: gfortran.dg/class_allocate_1.f03 -Os (test for excess errors)
FAIL: gfortran.dg/dynamic_dispatch_4.f03 -O0 (test for excess errors)
FAIL: gfortran.dg/dynamic_dispatch_4.f03 -O1 (test for excess errors)
FAIL: gfortran.dg/dynamic_dispatch_4.f03 -O2 (test for excess errors)
FAIL: gfortran.dg/dynamic_dispatch_4.f03 -O3 -fomit-frame-pointer (test for
excess errors)
FAIL: gfortran.dg/dynamic_dispatch_4.f03 -O3 -fomit-frame-pointer
-funroll-loops (test for excess errors)
FAIL: gfortran.dg/dynamic_dispatch_4.f03 -O3 -fomit-frame-pointer
-funroll-all-loops -finline-functions (test for excess errors)
FAIL: gfortran.dg/dynamic_dispatch_4.f03 -O3 -g (test for excess errors)
FAIL: gfortran.dg/dynamic_dispatch_4.f03 -Os (test for excess errors)
FAIL: gfortran.dg/dynamic_dispatch_5.f03 -O (test for excess errors)
Running /home/jweil/gcc45/trunk/gcc/testsuite/gfortran.dg/gomp/gomp.exp ...
Running /home/jweil/gcc45/trunk/gcc/testsuite/gfortran.dg/graphite/graphite.exp
...
Running /home/jweil/gcc45/trunk/gcc/testsuite/gfortran.dg/guality/guality.exp
...
Running /home/jweil/gcc45/trunk/gcc/testsuite/gfortran.dg/lto/lto.exp ...
Running /home/jweil/gcc45/trunk/gcc/testsuite/gfortran.dg/vect/vect.exp ...
Running
/home/jweil/gcc45/trunk/gcc/testsuite/gfortran.fortran-torture/compile/compile.exp
...
Running
/home/jweil/gcc45/trunk/gcc/testsuite/gfortran.fortran-torture/execute/execute.exp
...
=== gfortran Summary ===
# of expected passes 32786
# of unexpected failures 23
# of expected failures 30
# of unresolved testcases 15
# of unsupported tests 60
/home/jweil/gcc45/build/gcc/testsuite/gfortran/../../gfortran version 4.5.0
20091015 (experimental) [trunk revision 152844] (GCC)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41714