[Bug fortran/18737] ICE on invalid use of external keyword

2005-11-01 Thread tobi at gcc dot gnu dot org
--- Comment #8 from tobi at gcc dot gnu dot org 2005-11-01 12:58 --- Fixed by Paul's patch. -- tobi at gcc dot gnu dot org changed: What|Removed |Added CC

[Bug fortran/18737] ICE on invalid use of external keyword

2005-11-01 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2005-11-01 12:15 --- Subject: Bug 18737 Author: pault Date: Tue Nov 1 12:15:07 2005 New Revision: 106326 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106326 Log: 2005-11-01 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/18737] ICE on invalid use of external keyword

2005-10-31 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2005-11-01 05:53 --- Subject: Bug 18737 Author: pault Date: Tue Nov 1 05:53:29 2005 New Revision: 106317 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106317 Log: 2005-11-01 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/18737] ICE on invalid use of external keyword

2005-08-03 Thread paulthomas2 at wanadoo dot fr
--- Additional Comments From paulthomas2 at wanadoo dot fr 2005-08-03 11:42 --- (In reply to comment #4) > The bug is caused by the call to gfc_set_default_type in resolve.c:3961 passing > 0 as second argument, thereby suppressing the error that should be issued there. > Unfortunately

[Bug fortran/18737] ICE on invalid use of external keyword

2005-03-14 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-03-14 20:52 --- The bug is caused by the call to gfc_set_default_type in resolve.c:3961 passing 0 as second argument, thereby suppressing the error that should be issued there. Unfortunately, passing 1 for the argument breaks

[Bug fortran/18737] ICE on invalid use of external keyword

2005-03-14 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-03-14 20:37 --- Excuse, the testcase with "implicit none" commented out passes. -- What|Removed |Added Last r

[Bug fortran/18737] ICE on invalid use of external keyword

2005-03-14 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-03-14 20:34 --- Actually, this slightly modified valid testcase fails with the same error: program test ! implicit none real(8) :: x external bug x = 2 print *, bug(x) end program test -- http://gcc.gnu.org

[Bug fortran/18737] ICE on invalid use of external keyword

2005-01-06 Thread tobi at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO||19292 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18737

[Bug fortran/18737] ICE on invalid use of external keyword

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-30 14:03 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E