This is the mail archive of the gcc-patches@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]

Re: Using gen_int_mode instead of GEN_INT minor testsuite fallout on MIPS


On Sep 17, 2013, at 10:24 AM, Mike Stump <mikestump@comcast.net> wrote:
> On Sep 16, 2013, at 8:41 PM, DJ Delorie <dj@redhat.com> wrote:
>> m32c's PSImode is 24-bits, why does it have "32" in the macro?
>> 
>> /* 24-bit pointers, in 32-bit units */
>> -PARTIAL_INT_MODE (SI);
>> +PARTIAL_INT_MODE_NAME (SI, 32, PSI);
> 
> Sorry, fingers copied the wrong number.  Thanks for the catch.
> 
> <partial-1.diffs.txt>

p7 boostrap test complete:

New tests that PASS:

gcc.dg/simulate-thread/atomic-other-short.c  -O3 -g  thread simulation test

it seems someone doesn't flush or wait, I don't think my patch actually fixed this.

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