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 target/69307] [6 Regression] wrong code with -O2 -fselective-scheduling @ armv7a


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69307

ktkachov at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2016-01-18
                 CC|                            |ktkachov at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #2 from ktkachov at gcc dot gnu.org ---
Confirmed on trunk.
Btw, your toolchain is not configured to generate armv7-a code by default (you
need to configure it with an appropriate --with-arch or --with-cpu).
This bug doesn't trigger for armv7-a, but it does for -march=armv6j or lower.

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