public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/20713] New: Don't pad parameter strings.
@ 2005-04-01 12:58 fengwang at gcc dot gnu dot org
  2005-04-01 13:18 ` [Bug fortran/20713] Not " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: fengwang at gcc dot gnu dot org @ 2005-04-01 12:58 UTC (permalink / raw)
  To: gcc-bugs

character(len = 10),parameter:: a = 'hello'
print *, a, "world"
end

the output:
helloworld.

-- 
           Summary: Don't pad parameter strings.
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: fengwang at gcc dot gnu dot org
        ReportedBy: fengwang at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug fortran/20713] Not pad parameter strings.
  2005-04-01 12:58 [Bug fortran/20713] New: Don't pad parameter strings fengwang at gcc dot gnu dot org
@ 2005-04-01 13:18 ` pinskia at gcc dot gnu dot org
  2005-04-05  8:55 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-01 13:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-01 13:17 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |wrong-code
   Last reconfirmed|0000-00-00 00:00:00         |2005-04-01 13:17:55
               date|                            |
            Summary|Don't pad parameter strings.|Not pad parameter strings.


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug fortran/20713] Not pad parameter strings.
  2005-04-01 12:58 [Bug fortran/20713] New: Don't pad parameter strings fengwang at gcc dot gnu dot org
  2005-04-01 13:18 ` [Bug fortran/20713] Not " pinskia at gcc dot gnu dot org
@ 2005-04-05  8:55 ` cvs-commit at gcc dot gnu dot org
  2005-04-05  9:04 ` cvs-commit at gcc dot gnu dot org
  2005-04-05 13:24 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-04-05  8:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-04-05 08:55 -------
Subject: Bug 20713

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	fengwang@gcc.gnu.org	2005-04-05 08:54:50

Modified files:
	gcc/fortran    : array.c decl.c match.h 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/gfortran.dg: pr15959.f90 string_pad_trunc.f90 

Log message:
	2005-04-05  Feng Wang  <fengwang@nudt.edu.cn>
	
	PR fortran/15959
	PR fortran/20713
	
	* array.c (resolve_character_array_constructor): New function. Set
	constant character array's character length.
	(gfc_resolve_array_constructor): Use it.
	* decl.c (add_init_expr_to_sym): Set symbol and initializer character
	length.
	(gfc_set_constant_character_len): New function. Set constant character
	expression according the given length.
	* match.h (gfc_set_constant_character_len): Add prototype.
	
	2005-04-05  Feng Wang  <fengwang@nudt.edu.cn>
	
	* gfortran.dg/pr15959.f90: New test.
	* gfortran.dg/string_pad_trunc.f90: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/array.c.diff?cvsroot=gcc&r1=1.13&r2=1.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/decl.c.diff?cvsroot=gcc&r1=1.33&r2=1.34
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/match.h.diff?cvsroot=gcc&r1=1.10&r2=1.11
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.5282&r2=1.5283
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/pr15959.f90.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/string_pad_trunc.f90.diff?cvsroot=gcc&r1=NONE&r2=1.1



-- 


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug fortran/20713] Not pad parameter strings.
  2005-04-01 12:58 [Bug fortran/20713] New: Don't pad parameter strings fengwang at gcc dot gnu dot org
  2005-04-01 13:18 ` [Bug fortran/20713] Not " pinskia at gcc dot gnu dot org
  2005-04-05  8:55 ` cvs-commit at gcc dot gnu dot org
@ 2005-04-05  9:04 ` cvs-commit at gcc dot gnu dot org
  2005-04-05 13:24 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-04-05  9:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-04-05 09:04 -------
Subject: Bug 20713

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-4_0-branch
Changes by:	fengwang@gcc.gnu.org	2005-04-05 09:03:51

Modified files:
	gcc/fortran    : array.c decl.c match.h 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/gfortran.dg: pr15959.f90 string_pad_trunc.f90 

Log message:
	2005-04-05  Feng Wang  <fengwang@nudt.edu.cn>
	
	PR fortran/15959
	PR fortran/20713
	
	* array.c (resolve_character_array_constructor): New function. Set
	constant character array's character length.
	(gfc_resolve_array_constructor): Use it.
	* decl.c (add_init_expr_to_sym): Set symbol and initializer character
	length.
	(gfc_set_constant_character_len): New function. Set constant character
	expression according the given length.
	* match.h (gfc_set_constant_character_len): Add prototype.
	
	2005-04-05  Feng Wang  <fengwang@nudt.edu.cn>
	
	* gfortran.dg/pr15959.f90: New test.
	* gfortran.dg/string_pad_trunc.f90: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/array.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.13&r2=1.13.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/decl.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.31&r2=1.31.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/match.h.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.10&r2=1.10.36.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.5084.2.100&r2=1.5084.2.101
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/pr15959.f90.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/string_pad_trunc.f90.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1



-- 


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug fortran/20713] Not pad parameter strings.
  2005-04-01 12:58 [Bug fortran/20713] New: Don't pad parameter strings fengwang at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-04-05  9:04 ` cvs-commit at gcc dot gnu dot org
@ 2005-04-05 13:24 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-05 13:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-05 13:24 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.0


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-04-05 13:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-01 12:58 [Bug fortran/20713] New: Don't pad parameter strings fengwang at gcc dot gnu dot org
2005-04-01 13:18 ` [Bug fortran/20713] Not " pinskia at gcc dot gnu dot org
2005-04-05  8:55 ` cvs-commit at gcc dot gnu dot org
2005-04-05  9:04 ` cvs-commit at gcc dot gnu dot org
2005-04-05 13:24 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).