public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/42526]  New: bogus truncation warning for default-initialized character components
@ 2009-12-28 22:22 dfranke at gcc dot gnu dot org
  2010-08-04 21:51 ` [Bug fortran/42526] " dominiq at lps dot ens dot fr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: dfranke at gcc dot gnu dot org @ 2009-12-28 22:22 UTC (permalink / raw)
  To: gcc-bugs

If the testcase gfortran.dg/char_component_initializer_1.f90 is compiled with
-Wall, a bogus truncation warning is given:

$> gfortran-svn -Wall gfortran.dg/char_component_initializer_1.f90
gfortran.dg/char_component_initializer_1.f90:11.52:

     character(len=16) :: tdefi(2) = (/'0z1jan0000','1hr       '/)
                                                    1
Warning: CHARACTER expression at (1) is being truncated (16/10)


$> gfortran-svn
gcc version 4.5.0 20091227 (experimental) (GCC)


-- 
           Summary: bogus truncation warning for default-initialized
                    character components
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Keywords: diagnostic
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dfranke at gcc dot gnu dot org


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


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

* [Bug fortran/42526] bogus truncation warning for default-initialized character components
  2009-12-28 22:22 [Bug fortran/42526] New: bogus truncation warning for default-initialized character components dfranke at gcc dot gnu dot org
@ 2010-08-04 21:51 ` dominiq at lps dot ens dot fr
  2010-08-07 21:11 ` jvdelisle at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: dominiq at lps dot ens dot fr @ 2010-08-04 21:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from dominiq at lps dot ens dot fr  2010-08-04 21:51 -------
This pr seems to have been fixed on trunk between revisions 156618 (present)
and 158215 (gone).


-- 


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


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

* [Bug fortran/42526] bogus truncation warning for default-initialized character components
  2009-12-28 22:22 [Bug fortran/42526] New: bogus truncation warning for default-initialized character components dfranke at gcc dot gnu dot org
  2010-08-04 21:51 ` [Bug fortran/42526] " dominiq at lps dot ens dot fr
@ 2010-08-07 21:11 ` jvdelisle at gcc dot gnu dot org
  2010-08-13  5:14 ` jvdelisle at gcc dot gnu dot org
  2010-08-13  5:24 ` jvdelisle at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: jvdelisle at gcc dot gnu dot org @ 2010-08-07 21:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jvdelisle at gcc dot gnu dot org  2010-08-07 21:10 -------
Yes, fixed. I will make a test case out of this with the -Wall so we do not
regress.


-- 

jvdelisle at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jvdelisle at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-08-07 21:10:59
               date|                            |


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


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

* [Bug fortran/42526] bogus truncation warning for default-initialized character components
  2009-12-28 22:22 [Bug fortran/42526] New: bogus truncation warning for default-initialized character components dfranke at gcc dot gnu dot org
  2010-08-04 21:51 ` [Bug fortran/42526] " dominiq at lps dot ens dot fr
  2010-08-07 21:11 ` jvdelisle at gcc dot gnu dot org
@ 2010-08-13  5:14 ` jvdelisle at gcc dot gnu dot org
  2010-08-13  5:24 ` jvdelisle at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: jvdelisle at gcc dot gnu dot org @ 2010-08-13  5:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jvdelisle at gcc dot gnu dot org  2010-08-13 05:14 -------
Subject: Bug 42526

Author: jvdelisle
Date: Fri Aug 13 05:14:18 2010
New Revision: 163220

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163220
Log:
2010-08-12  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

        PR libfortran/42526
        * gfortran.dg/char_component_initializer_1.f90: New test.

Added:
    trunk/gcc/testsuite/gfortran.dg/char_component_initializer_2.f90
Modified:
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug fortran/42526] bogus truncation warning for default-initialized character components
  2009-12-28 22:22 [Bug fortran/42526] New: bogus truncation warning for default-initialized character components dfranke at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2010-08-13  5:14 ` jvdelisle at gcc dot gnu dot org
@ 2010-08-13  5:24 ` jvdelisle at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: jvdelisle at gcc dot gnu dot org @ 2010-08-13  5:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from jvdelisle at gcc dot gnu dot org  2010-08-13 05:24 -------
Closing.


-- 

jvdelisle at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2010-08-13  5:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-28 22:22 [Bug fortran/42526] New: bogus truncation warning for default-initialized character components dfranke at gcc dot gnu dot org
2010-08-04 21:51 ` [Bug fortran/42526] " dominiq at lps dot ens dot fr
2010-08-07 21:11 ` jvdelisle at gcc dot gnu dot org
2010-08-13  5:14 ` jvdelisle at gcc dot gnu dot org
2010-08-13  5:24 ` jvdelisle 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).