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 testsuite/45361] gcc.target/i386/volatile-2.c failed



------- Comment #13 from davek at gcc dot gnu dot org  2010-09-12 19:55 -------
(In reply to comment #12)
> (In reply to comment #11)
> > Still FAILing on i686-pc-cygwin (and presumably any other nonpic ix86 targets):
> > 
> 
> This was fixed at...
> 
> r163685 | uros | 2010-08-31 13:32:23 -0400 (Tue, 31 Aug 2010) | 3 lines
> 
>         * gcc.target/i386/volatile-2.c: Require nonpic target.
> 
> on darwin.

The patch in comment #3 broke the (previously passing) test for all ix86
targets.  It seems strange to try and remedy that by disabling the test for
nonpic targets (as the change at r163685 does), rather than by disabling the
test for ix86 targets, and indeed the consequence is that the test is not, in
fact, disabled for all ix86 targets, such as i686-pc-cygwin.  I tested
r.164046.


-- 


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


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