[Bug target/25308] [4.2 Regression] 22_locale/locale/cons/12658_thread-1.cc, etc fail

2006-01-01 Thread pcarlini at suse dot de
--- Comment #3 from pcarlini at suse dot de 2006-01-01 11:33 --- Similarly to middle-end/25315, these failures too go away (on x86-linux, at least) if the library is built less optimized, e.g., passing -O1 or -O0 in CXXFLAGS. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25308

[Bug tree-optimization/25620] New: Missed optimisation with power

2006-01-01 Thread jv244 at cam dot ac dot uk
The following is not optimised (I tested current 4.2) with -ffast-math -O2 (or any of the other options I tried): SUBROUTINE S41(a,b,c,N) IMPLICIT NONE integer :: N real*8 :: a(N),b(N),c(N) integer :: i c=0.0D0 DO i=1,N b(i)=b(i)+a(i)**(4.0D0/3.0D0) c(i)=c(i)+a(i)**(2.0D0/3.0D0) ENDD

[Bug tree-optimization/25621] New: Missed optimisation

2006-01-01 Thread jv244 at cam dot ac dot uk
The following doesn't run as fast as the 'hand-optimised' routine provided as well (using current 4.2 on an opteron) using -ffast-math -O2 (makes a factor of 2 difference here). I've tried a number of further switches, but didn't manage to find a case where the simply loop was as fast as the other.

[Bug libfortran/25622] New: undefined reference to `_gfortran_st_set_nml_var_dim'

2006-01-01 Thread danglin at gcc dot gnu dot org
A number of new fails have arisen on this target: WARNING: gfortran.dg/namelist_11.f -O0 compilation failed to produce executabl e WARNING: gfortran.dg/namelist_11.f -O1 compilation failed to produce executabl e WARNING: gfortran.dg/namelist_11.f -O2 compilation failed to produce executabl e

[Bug testsuite/25617] gcc.dg/tree-ssa/loadpre6.c fails because of warning

2006-01-01 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-01 17:00 --- Fixed by: http://gcc.gnu.org/ml/gcc-cvs/2006-01/msg00017.html -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug testsuite/25617] gcc.dg/tree-ssa/loadpre6.c fails because of warning

2006-01-01 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25617

[Bug libfortran/25622] undefined reference to `_gfortran_st_set_nml_var_dim'

2006-01-01 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-01 17:08 --- Hmm, there really has not been any change in libgfortran which could have caused this. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25622

[Bug ada/24533] FAIL: a85013b: *** glibc detected *** free(): invalid pointer: 0x00062a00 ***

2006-01-01 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #3 from dave at hiauly1 dot hia dot nrc dot ca 2006-01-01 17:11 --- Subject: Re: FAIL: a85013b: *** glibc detected *** free(): invalid pointer: 0x00062a00 *** I've looked at the failure of a85013b.adb. The problem seems to be that "new" is applying a kind of rounding to

[Bug tree-optimization/25621] Missed optimisation

2006-01-01 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-01 17:31 --- What happens if you use -funroll-loops? It should get about the same improvement. Also your two loops not equal if N is old. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25621

[Bug tree-optimization/25623] New: DOM messes up "incoming frequencies" for some BBs

2006-01-01 Thread pinskia at gcc dot gnu dot org
Testcase: SUBROUTINE S42(a,b,c,N) IMPLICIT NONE integer :: N real*8 :: a(N),b(N),c(N),tmp,tmp2,tmp4 real*8, parameter :: p=1.0D0/3.0D0 integer :: i c=0.0D0 DO i=1,N tmp=a(i)**p ! could even be done with a cube root tmp2=tmp*tmp tmp4=tmp2*tmp2 b(i)=b(i)+tmp4 c(i)=c(i)+tmp2 EN

[Bug rtl-optimization/25130] [4.1/4.2 Regression] miscompilation in GCSE

2006-01-01 Thread steven at gcc dot gnu dot org
--- Comment #17 from steven at gcc dot gnu dot org 2006-01-01 17:37 --- I posted a patch that addresses the gcse.c part of the problem. -- steven at gcc dot gnu dot org changed: What|Removed |Added --

[Bug libfortran/25622] undefined reference to `_gfortran_st_set_nml_var_dim'

2006-01-01 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #2 from dave at hiauly1 dot hia dot nrc dot ca 2006-01-01 17:39 --- Subject: Re: undefined reference to `_gfortran_st_set_nml_var_dim' > Hmm, there really has not been any change in libgfortran which could have > caused this. Agreed. Looking at transfer.o, we seem to som

[Bug libfortran/25622] undefined reference to `_gfortran_st_set_nml_var_dim'

2006-01-01 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #3 from dave at hiauly1 dot hia dot nrc dot ca 2006-01-01 17:44 --- Subject: Re: undefined reference to `_gfortran_st_set_nml_var_dim' > Agreed. Looking at transfer.o, we seem to somehow have lost the > "_gfortran_" prefix: > > 3a48 T st_set_nml_var > 3c0c T st_s

[Bug c++/25624] Fails to compile code when -frepo is specified.

2006-01-01 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-01 17:58 --- Please open a new bug and instead of pasting into the bug, attach the preprocessed source file. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/25625] New: Fails to compile C++ code when -frepo is specified.

2006-01-01 Thread rleigh at debian dot org
Compiling with the attached testcase: $ g++ -frepo -c test.cc /usr/include/boost/mpl/aux_/integral_wrapper.hpp: In instantiation of ‘mpl_::integral_c’: /usr/include/boost/type_traits/integral_constant.hpp:21: instantiated from ‘boost::integral_constant’ /usr/include/boost/type_traits/ali

[Bug c++/25625] Fails to compile C++ code when -frepo is specified.

2006-01-01 Thread rleigh at debian dot org
--- Comment #1 from rleigh at debian dot org 2006-01-01 18:00 --- Created an attachment (id=10573) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10573&action=view) Testcase This requires the Boost format library (Boost.Format). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2

[Bug c++/25625] Fails to compile C++ code when -frepo is specified.

2006-01-01 Thread rleigh at debian dot org
--- Comment #2 from rleigh at debian dot org 2006-01-01 18:03 --- Created an attachment (id=10574) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10574&action=view) Preprocessed source This is the result of running g++ -frepo -save-temps -c test.cc -- http://gcc.gnu.org/bugzi

[Bug c++/25625] [4.0/4.1/4.2 Regression] Fails to compile C++ code when -frepo is specified.

2006-01-01 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug tree-optimization/25621] Missed optimisation

2006-01-01 Thread jv244 at cam dot ac dot uk
--- Comment #2 from jv244 at cam dot ac dot uk 2006-01-01 18:14 --- (In reply to comment #1) > What happens if you use -funroll-loops? It should get about the same > improvement. I have the following timings (for N=1024, calling these subroutines a number of times+some external initial

[Bug c++/25625] [4.0/4.1/4.2 Regression] Fails to compile C++ code when -frepo is specified.

2006-01-01 Thread rleigh at debian dot org
--- Comment #3 from rleigh at debian dot org 2006-01-01 18:16 --- This is the original report, in Debian Bug #345550: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=345550 This contains all the information already filed here, so this is just for the record. -- rleigh at debian dot

[Bug libstdc++/25626] New: Valarray vs non-POD

2006-01-01 Thread pcarlini at suse dot de
Just to make sure we don't forget about this rather serious issue: http://gcc.gnu.org/ml/gcc/2005-12/msg00250.html http://gcc.gnu.org/ml/libstdc++/2005-12/msg00084.html -- Summary: Valarray vs non-POD Product: gcc Version: 4.1.0 Status: UNCONFIRM

[Bug c++/25625] [4.0/4.1/4.2 Regression] Fails to compile C++ code when -frepo is specified.

2006-01-01 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-01-01 18:33 --- Reduced testcase: template< typename T, T N > struct integral_c { static const T value = N; typedef integral_c< T, value + 1 > next; }; template< typename T, T N > T const integral_c< T, N >::value; integral_c a;

[Bug rtl-optimization/24376] wrong-code unless -fno-sched-interblock

2006-01-01 Thread seidl at fel dot cvut dot cz
--- Comment #3 from seidl at fel dot cvut dot cz 2006-01-01 18:38 --- Subject: Re: wrong-code unless -fno-sched-interblock The problem was detected with gcc-3.4.3 and gcc-3.4.4. I not tested the older gcc versions. I tested gcc-4.0.1, and the problem on the small sample of code was not

[Bug libfortran/25627] New: undefined reference to `_gfortran_st_set_nml_var_dim'

2006-01-01 Thread danglin at gcc dot gnu dot org
A number of new fails have arisen on this target: WARNING: gfortran.dg/namelist_11.f -O0 compilation failed to produce executabl e WARNING: gfortran.dg/namelist_11.f -O1 compilation failed to produce executabl e WARNING: gfortran.dg/namelist_11.f -O2 compilation failed to produce executabl e

[Bug libfortran/25627] undefined reference to `_gfortran_st_set_nml_var_dim'

2006-01-01 Thread danglin at gcc dot gnu dot org
--- Comment #1 from danglin at gcc dot gnu dot org 2006-01-01 18:44 --- *** This bug has been marked as a duplicate of 25622 *** -- danglin at gcc dot gnu dot org changed: What|Removed |Added --

[Bug libfortran/25622] undefined reference to `_gfortran_st_set_nml_var_dim'

2006-01-01 Thread danglin at gcc dot gnu dot org
--- Comment #4 from danglin at gcc dot gnu dot org 2006-01-01 18:44 --- *** Bug 25627 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25622

[Bug fortran/25628] New: Runtime error on write to string of global variable length

2006-01-01 Thread eedelman at gcc dot gnu dot org
$ cat bug.f90 module foo implicit none integer :: strlength = 20 contains subroutine bar() character(len=strlength) :: str write (str, *) 0 end subroutine bar end module foo program test_foo use foo implicit none strlength = 10 call bar() en

[Bug rtl-optimization/24376] wrong-code unless -fno-sched-interblock

2006-01-01 Thread steven at gcc dot gnu dot org
--- Comment #4 from steven at gcc dot gnu dot org 2006-01-01 18:49 --- Adding Nick to the CC list, because he is the listed v850 port maintainer. -- steven at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/25622] undefined reference to `_gfortran_st_set_nml_var_dim'

2006-01-01 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #5 from dave at hiauly1 dot hia dot nrc dot ca 2006-01-01 18:54 --- Subject: Re: undefined reference to `_gfortran_st_set_nml_var_dim' > > Hmm, there really has not been any change in libgfortran which could have > > caused this. > > Agreed. Looking at transfer.o, we see

[Bug libfortran/25628] Runtime error on write to string of global variable length

2006-01-01 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-01 19:07 --- Is this really a bug, changing the subroutine to: subroutine bar() character(len=10) :: str write (str, *) 0 end subroutine bar Also cause the problem, if I increase the size by a couple, it

[Bug libfortran/25628] Runtime error on write to string of global variable length

2006-01-01 Thread eedelman at gcc dot gnu dot org
--- Comment #2 from eedelman at gcc dot gnu dot org 2006-01-01 19:27 --- (In reply to comment #1) > Is this really a bug, changing the subroutine to: > subroutine bar() > character(len=10) :: str > write (str, *) 0 > end subroutine bar > > Also cause the problem

[Bug rtl-optimization/25629] New: -mcpu=601 doesn't use MQ register

2006-01-01 Thread stef dot simoens at scarlet dot be
(up to) gcc-3.4.3 -mcpu=601 compiled code uses the MQ register (at least) gcc-4.0.1 -mcpu=601 compiled code doesn't use MQ any more tested with: simple function which calculates remainder int mod(int a, int b) { return a % b; } Why is that? -- Summary: -mcpu=601 doesn't use MQ r

[Bug target/25629] -mcpu=601 doesn't use MQ register

2006-01-01 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-01 20:15 --- This is most likely a cost issue. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25629

[Bug target/25630] New: darwin-ppc, wrong alignment of nested structs

2006-01-01 Thread andreast at gcc dot gnu dot org
darwin-ppc gets the alignment of nested structs wrong if they contain long long or double members. The apple compiler, gcc version 4.0.1 (Apple Computer, Inc. build 5247) does it 'correctly'. Here an example for a wrong alignment: struct A {long long a; unsigned char b;}; struct D {unsigned char

[Bug target/25630] darwin-ppc, wrong alignment of nested structs

2006-01-01 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-01 20:36 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug libmudflap/23084] mudflap crash upon accept() with argement 2 and 3 as NULL

2006-01-01 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23084

[Bug c++/263] Continuation lines for #defines don't like CR/LF line endings

2006-01-01 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |3.0.x http://gcc.gnu.org/bugzilla/show_bug.cgi?id=263

[Bug middle-end/24047] internal compiler error: in instantiate_virtual_regs_lossage, at function.c:1442

2006-01-01 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24047

[Bug libfortran/24957] scan() fails sometimesk

2006-01-01 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24957

[Bug target/24953] [4.1/4.2 Regression] RTL check: access of elt 1 of vector with last elt 0 in vrsave_operation_1, at config/rs6000/predicates.md:1041

2006-01-01 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24953

[Bug testsuite/25177] gcc.target/powerpc/pr18096-1.c fails on PPC

2006-01-01 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-01 21:06 --- Actually the patch was never committed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug rtl-optimization/25609] too agressive printf optimization

2006-01-01 Thread joseph at codesourcery dot com
--- Comment #13 from joseph at codesourcery dot com 2006-01-01 22:18 --- Subject: Re: New: too agressive printf optimization On Fri, 30 Dec 2005, drepper at redhat dot com wrote: > There should at least be a mode in which gcc does not perform the > transformation if it cannot be sur

[Bug target/23504] 22_locale/money_get/get/char/5.cc fails on ppc-darwin7. because libstdc++ believes long double returns works

2006-01-01 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |pinskia at gcc dot gnu dot |dot org

[Bug other/1634] Request for gcc-cvs-patches list

2006-01-01 Thread joseph at codesourcery dot com
--- Comment #8 from joseph at codesourcery dot com 2006-01-01 22:24 --- Subject: Re: Request for gcc-cvs-patches list On Wed, 28 Dec 2005, pinskia at gcc dot gnu dot org wrote: > Do we need this any more after svn as svn automatically does patch sets and > doing a diff for a patch set

[Bug c++/25625] [4.0/4.1/4.2 Regression] Fails to compile C++ code when -frepo is specified.

2006-01-01 Thread rleigh at debian dot org
--- Comment #5 from rleigh at debian dot org 2006-01-02 00:06 --- I've tested on hppa-linux-gnu and ia64-linux-gnu in addition to powerpc-linux-gnu. All show identical behaviour, so this doesn't look arch-specific. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25625

[Bug fortran/24813] ICE with constructer of character

2006-01-01 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-01-02 02:42 --- Actually the reduced testcase is: l = LEN((/'atan '/)) End -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug fortran/25619] tempary array of character type goes wrong

2006-01-01 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-02 03:08 --- If we make a tempary variable to hold the array, it works: subroutine option_stopwatch_s(default_clock) character(len=2), intent(in) :: default_clock character(len=2), dimension(1) :: a a = (/default_clock/) call

[Bug fortran/23634] tempary array of character ICE with non constant size

2006-01-01 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-01-02 03:11 --- Another testcase: subroutine option_stopwatch_s(n) integer :: n character(len=1) :: default_clock call option_stopwatch_a((/default_clock/)) end subroutine option_stopwatch_s -- pinskia at gcc dot gnu dot org

[Bug fortran/23634] tempary array of character ICE with non constant size

2006-01-01 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-01-02 03:12 --- (In reply to comment #3) > Another testcase: Ignore that one. The correct one is: subroutine option_stopwatch_s(n) integer :: n character(len=n) :: default_clock call option_stopwatch_a((/default_clock/)) end subr

[Bug fortran/25619] tempary array of constant size character type goes wrong

2006-01-01 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-02 03:13 --- the variable does not have to be a "dummy" variable either to reproduce this. subroutine option_stopwatch_s() character(len=1) :: default_clock call option_stopwatch_a((/default_clock/)) end subroutine option_stop

[Bug fortran/22146] ICE when calling ELEMENTAL subroutines

2006-01-01 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-01-02 03:31 --- formal->sym->as is null in: 1606 f = (formal != NULL) 1607 && !formal->sym->attr.pointer 1608 && formal->sym->as->type != AS_ASSUMED_SHAPE; 1609

[Bug fortran/25392] ICEs with -ff2c

2006-01-01 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-02 03:42 --- D.784 = __result_foo > 1.8e+2f; D.786 = __result_foo - 3.6e+2f; D.788 = __result_foo <= -1.8e+2f; D.790 = __result_foo + 3.6e+2f; -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug fortran/18769] gfortran: ICE in gfc_conv_array_initializer with array initialization

2006-01-01 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-01-02 03:50 --- Related to PR 17298. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added BugsThisDepen

[Bug fortran/21977] nested function returning array

2006-01-01 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-01-02 03:59 --- Reduced testcase which shows that the outer function does not have to return an array to get the ICE: FUNCTION dawson_v() IMPLICIT NONE REAL :: dawson_v CONTAINS FUNCTION dawsonseries_v() IMPLICIT NO

[Bug fortran/21977] nested function returning array

2006-01-01 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-01-02 04:00 --- Also the following source fails in a slightly different way, an ICE in fold_convert: FUNCTION dawson_v() IMPLICIT NONE REAL :: dawson_v dawson_v = 1.0 CONTAINS FUNCTION dawsonseries_v() IMPLICIT N

[Bug fortran/21977] nested function returning array

2006-01-01 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-01-02 04:40 --- I have a fix which I need to test. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug inline-asm/25613] [4.0 Regression] sh compiler hangs when compiling some inline asm

2006-01-01 Thread kkojima at gcc dot gnu dot org
--- Comment #2 from kkojima at gcc dot gnu dot org 2006-01-02 05:13 --- It looks an SH target specific problem. CONSTRAINT_LEN in config/sh/sh.h of 3.4/4.0 checks the wrong constraints and returns -1 for them. This causes an infinite loop in parse_input_constraint whick has a loop like:

[Bug fortran/25631] New: tl format specifier not working correctly

2006-01-01 Thread jvdelisle at gcc dot gnu dot org
While studying some test cases for pr24268 I discovered this: program tl real x character*13 line x = 12.34 write(line,20) x 20 format(tr2,tl2,g11.4) print *, "123456789012345" print *, ">",line,"<" end The tl2 is not getting processed so the num

[Bug libfortran/25631] tl format specifier not working correctly

2006-01-01 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-02 06:57 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added OtherBugsDependingO|

[Bug fortran/24640] ice with invalid label

2006-01-01 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-02 07:10 --- We now get: In file t.f90:1 10: a=10 1 Error: Too many digits in statement label at (1) Is this okay or should we change it to be a diagnostic problem? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24640

[Bug fortran/19574] specification expression failure

2006-01-01 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-01-02 07:16 --- (In reply to comment #6) > I will close this tonight This never happened so I am closing it right now as fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/25030] Character pointer can associated with not the same length character variable.

2006-01-01 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Ever Confirmed|0 |1 Last re