This is the mail archive of the gcc@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] | |
While poking at something on the console today, I noticed that there were a bunch of unaligned traps from gcc test cases. Would folks compile this ditty, put it in their path, and do testing like so: unaligned sh -c 'make bootstrap && make check -k' This should help weed out these kinds of mistakes by forcing SIGBUS instead of emulating the unaligned access. Thanks. r~
Attachment:
unaligned.c
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |