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++/29913] New: argument width changes from inlined method definition with -O2


using g++ (GCC) 4.2.0 20060530 (experimental) on linux i386, a code snippet
could be found, for which the width of the first enum argument of a class
method changes, depending on whether the method is defined inside or outside
the class definition. example code follows, optimization -O2 is required to
trigger the bug.


-- 
           Summary: argument width changes from inlined method definition
                    with -O2
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: timj at gtk dot org


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


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