[Bug fortran/55362] [4.6/4.7 Regression] ICE with size() on character pointer

2013-03-11 Thread izamyatin at gmail dot com


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



Igor Zamyatin izamyatin at gmail dot com changed:



   What|Removed |Added



 CC||izamyatin at gmail dot com



--- Comment #11 from Igor Zamyatin izamyatin at gmail dot com 2013-03-11 
06:20:02 UTC ---

r196583 seems to break 4_6 branch bootstrap with



/export/gnu/import/git/gcc-test/bld/./prev-gcc/xgcc

-B/export/gnu/import/git/gcc-test/bld/./prev-gcc/

-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/bin/

-B/usr/local/i686-pc-linux-gnu/lib/ -isystem

/usr/local/i686-pc-linux-gnu/include -isystem

/usr/local/i686-pc-linux-gnu/sys-include-c  -DIN_GCC_FRONTEND -g -O2

-fomit-frame-pointer -gtoggle -DIN_GCC   -W -Wall -Wwrite-strings -Wcast-qual

-Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic

-Wno-long-long -Wno-variadic-macros -Wno-overlength-strings

-Wold-style-definition -Wc++-compat   -DHAVE_CONFIG_H -I. -Ifortran

-I../../src-4.6/gcc -I../../src-4.6/gcc/fortran -I../../src-4.6/gcc/../include

-I../../src-4.6/gcc/../libcpp/include  -I../../src-4.6/gcc/../libdecnumber

-I../../src-4.6/gcc/../libdecnumber/bid -I../libdecnumber   

../../src-4.6/gcc/fortran/check.c -o fortran/check.o

../../src-4.6/gcc/fortran/check.c: In function 'array_check':

../../src-4.6/gcc/fortran/check.c:268:50: error: expected statement before ')'

token

make[6]: *** [fortran/check.o] Error 1


[Bug fortran/55362] [4.6/4.7 Regression] ICE with size() on character pointer

2013-03-11 Thread burnus at gcc dot gnu.org


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



--- Comment #12 from Tobias Burnus burnus at gcc dot gnu.org 2013-03-11 
08:30:42 UTC ---

(In reply to comment #11)

 r196583 seems to break 4_6 branch bootstrap with [...]



I believe that this has been fixed by Rev. 196584 (comment 10), which happened

45 minutes after Rev. 196583.


[Bug fortran/55362] [4.6/4.7 Regression] ICE with size() on character pointer

2013-03-11 Thread dominiq at lps dot ens.fr


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



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



   What|Removed |Added



 Status|NEW |RESOLVED

 Resolution||FIXED



--- Comment #13 from Dominique d'Humieres dominiq at lps dot ens.fr 
2013-03-11 17:42:56 UTC ---

I have regstrapped 4.6.4 at revision 196596 configured with



--prefix=/opt/gcc/gcc4.6p --enable-languages=c,c++,lto,fortran

--with-gmp=/opt/mp --with-system-zlib --enable-lto



without unexpected failure for gfortran. Closing as fixed. Paul, thanks for the

fix.


[Bug fortran/55362] [4.6/4.7 Regression] ICE with size() on character pointer

2013-03-10 Thread pault at gcc dot gnu.org


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



--- Comment #8 from Paul Thomas pault at gcc dot gnu.org 2013-03-10 18:34:35 
UTC ---

Author: pault

Date: Sun Mar 10 18:34:24 2013

New Revision: 196582



URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=196582

Log:

2013-03-10  Paul Thomas  pa...@gcc.gnu.org



PR fortran/55362

* check.c (array_check): It is an error if a procedure is

passed.



2013-03-10  Paul Thomas  pa...@gcc.gnu.org



PR fortran/55362

* gfortran.dg/intrinsic_size_4.f90 : New test.





Added:

branches/gcc-4_7-branch/gcc/testsuite/gfortran.dg/intrinsic_size_4.f90

Modified:

branches/gcc-4_7-branch/gcc/fortran/ChangeLog

branches/gcc-4_7-branch/gcc/fortran/check.c

branches/gcc-4_7-branch/gcc/testsuite/ChangeLog


[Bug fortran/55362] [4.6/4.7 Regression] ICE with size() on character pointer

2013-03-10 Thread pault at gcc dot gnu.org


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



--- Comment #9 from Paul Thomas pault at gcc dot gnu.org 2013-03-10 20:14:57 
UTC ---

Author: pault

Date: Sun Mar 10 20:14:48 2013

New Revision: 196583



URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=196583

Log:

2013-03-10  Paul Thomas  pa...@gcc.gnu.org



PR fortran/55362

* check.c (array_check): It is an error if a procedure is

passed.



2013-03-10  Paul Thomas  pa...@gcc.gnu.org



PR fortran/55362

* gfortran.dg/intrinsic_size_4.f90 : New test.





Added:

branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/intrinsic_size_4.f90

Modified:

branches/gcc-4_6-branch/gcc/fortran/ChangeLog

branches/gcc-4_6-branch/gcc/fortran/check.c

branches/gcc-4_6-branch/gcc/testsuite/ChangeLog


[Bug fortran/55362] [4.6/4.7 Regression] ICE with size() on character pointer

2013-03-10 Thread pault at gcc dot gnu.org


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



--- Comment #10 from Paul Thomas pault at gcc dot gnu.org 2013-03-10 21:02:52 
UTC ---

Author: pault

Date: Sun Mar 10 21:02:44 2013

New Revision: 196584



URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=196584

Log:

2013-03-10  Paul Thomas  pa...@gcc.gnu.org



PR fortran/55362

* check.c (array_check): It is an error if a procedure is

passed.



2013-03-10  Paul Thomas  pa...@gcc.gnu.org



PR fortran/55362

* gfortran.dg/intrinsic_size_4.f90 : New test.





Modified:

branches/gcc-4_6-branch/gcc/fortran/check.c


[Bug fortran/55362] [4.6/4.7 Regression] ICE with size() on character pointer

2013-03-03 Thread paul.richard.thomas at gmail dot com


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



--- Comment #7 from paul.richard.thomas at gmail dot com paul.richard.thomas 
at gmail dot com 2013-03-03 18:09:08 UTC ---

Thanks Mikael,



I have been in the middle of one of my no gfortran periods.  I am

back in France next week and will get to this on Tuesday or Wednesday.



Cheers



Paul



On 2 March 2013 18:25, mikael at gcc dot gnu.org

gcc-bugzi...@gcc.gnu.org wrote:



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



 Mikael Morin mikael at gcc dot gnu.org changed:



What|Removed |Added

 

  CC||mikael at gcc dot gnu.org



 --- Comment #6 from Mikael Morin mikael at gcc dot gnu.org 2013-03-02 
 17:25:25 UTC ---

 (In reply to comment #5)

 I'll deal with 4.6 and 4.7 tomorrow



 Friendly reminder... :-)



 --

 Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email

 --- You are receiving this mail because: ---

 You are on the CC list for the bug.

 You are the assignee for the bug.







--

The knack of flying is learning how to throw yourself at the ground and miss.

   --Hitchhikers Guide to the Galaxy


[Bug fortran/55362] [4.6/4.7 Regression] ICE with size() on character pointer

2013-03-02 Thread mikael at gcc dot gnu.org


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



Mikael Morin mikael at gcc dot gnu.org changed:



   What|Removed |Added



 CC||mikael at gcc dot gnu.org



--- Comment #6 from Mikael Morin mikael at gcc dot gnu.org 2013-03-02 
17:25:25 UTC ---

(In reply to comment #5)

 I'll deal with 4.6 and 4.7 tomorrow

 

Friendly reminder... :-)


[Bug fortran/55362] [4.6/4.7 Regression] ICE with size() on character pointer

2013-02-09 Thread pault at gcc dot gnu.org


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



Paul Thomas pault at gcc dot gnu.org changed:



   What|Removed |Added



Summary|[4.6/4.7/4.8 Regression]|[4.6/4.7 Regression] ICE

   |ICE with size() on  |with size() on character

   |character pointer   |pointer



--- Comment #5 from Paul Thomas pault at gcc dot gnu.org 2013-02-09 09:55:35 
UTC ---

I'll deal with 4.6 and 4.7 tomorrow



Paul