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 middle-end/57344] [4.8/4.9 Regression] wrong code with pragma pack(1) and -O1 on x86


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-05-21
                 CC|                            |jakub at gcc dot gnu.org
          Component|target                      |middle-end
   Target Milestone|---                         |4.8.1
            Summary|wrong code with pragma      |[4.8/4.9 Regression] wrong
                   |pack(1) and -O1 on x86      |code with pragma pack(1)
                   |                            |and -O1 on x86
     Ever confirmed|0                           |1

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Weird, bisect tells me this regressed with r186825, but that change wasn't a
trunk change at all.  *.optimized dump is the same, *.expand already looks
buggy.


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