[Bug fortran/19754] Shape conformance not checked

2005-08-02 Thread uttamp at us dot ibm dot com
--- Additional Comments From uttamp at us dot ibm dot com 2005-08-02 17:20 --- (In reply to comment #7) > Fixed. Shouldn't the following test fail too with the shape conformance error message? program test integer ::a(2,2) real :: b(4,4) a=1 b=2.0 b = b + a end program test -- htt

[Bug fortran/19754] Shape conformance not checked

2005-03-05 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19754

[Bug fortran/19754] Shape conformance not checked

2005-03-05 Thread kargl at gcc dot gnu dot org
--- Additional Comments From kargl at gcc dot gnu dot org 2005-03-05 22:31 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug fortran/19754] Shape conformance not checked

2005-03-05 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-05 22:18 --- Subject: Bug 19754 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-05 22:18:28 Modified files: gcc/fortran: Change

[Bug fortran/19754] Shape conformance not checked

2005-03-05 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-05 22:13 --- Subject: Bug 19754 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-05 22:13:22 Modified files: gcc/fortran: ChangeLog resolve.c Log message:

[Bug fortran/19754] Shape conformance not checked

2005-02-06 Thread sgk at troutmask dot apl dot washington dot edu
--- Additional Comments From sgk at troutmask dot apl dot washington dot edu 2005-02-06 18:12 --- An updated patch that does not have the regression is here http://gcc.gnu.org/ml/fortran/2005-02/msg00039.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19754

[Bug fortran/19754] Shape conformance not checked

2005-02-02 Thread sgk at troutmask dot apl dot washington dot edu
--- Additional Comments From sgk at troutmask dot apl dot washington dot edu 2005-02-03 05:01 --- I've submitted a patch at http://gcc.gnu.org/ml/gcc-patches/2005-02/msg00202.html which addresses this problem. It however introduces 16 regressions in the test suite, which I think are

[Bug fortran/19754] Shape conformance not checked

2005-02-02 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-03 00:07 --- Confirmed. -- What|Removed |Added CC||pinskia at

[Bug fortran/19754] Shape conformance not checked

2005-02-02 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Attachment #8127|application/octet-stream|text/plain mime type|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19754

[Bug fortran/19754] Shape conformance not checked

2005-02-02 Thread sfilippone at uniroma2 dot it
--- Additional Comments From sfilippone at uniroma2 dot it 2005-02-02 13:24 --- Created an attachment (id=8127) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8127&action=view) test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19754