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++/40574] New: -O3 couse segfault in loop in hunspell


When compile hunspell with -O3 flag it has segfault in a loop, which initialize
a buffer (no more bound checking or false start value?).

src/hunspell/affixmgr.cxx:649

hunspell source: 1.2.8
gcc: gcc (GCC) 4.4.0 20090526 (prerelease) arch linux


-- 
           Summary: -O3 couse segfault in loop in hunspell
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: andrej dot gelenberg at udo dot edu
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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