This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/14564] New: bogus warning: 'rettmp.10834' may be used uninitialized in this function


g++ (GCC) 3.5-tree-ssa 20040311 (merged 20040307)

rettmp.10834 is probably some internal SSA name. It shouldn't occur in a
message. Loosely related to bug 14329.

% g++ -Wuninitialized -O2 arrange_profiles.ii -c
arrange_profiles.cpp: In function `profile_sample_files&
<unnamed>::find_profile_sample_files(__gnu_norm::list<profile_sample_files,
std::allocator<profile_sample_files> >&, const parsed_filename&)':
arrange_profiles.cpp:428: warning: 'rettmp.10834' may be used uninitialized in
this function
arrange_profiles.cpp:428: warning: 'rettmp.10794' may be used uninitialized in
this function

Will attach preprocessed source.

-- 
           Summary: bogus warning: 'rettmp.10834' may be used uninitialized
                    in this function
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Keywords: diagnostic
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: falk at debian dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: alphaev68-unknown-linux-gnu
  GCC host triplet: alphaev68-unknown-linux-gnu
GCC target triplet: alphaev68-unknown-linux-gnu


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]