public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/55410] New: [asan] bit field accesses are not instrumented
@ 2012-11-20  9:32 konstantin.s.serebryany at gmail dot com
  2012-12-12  6:39 ` [Bug sanitizer/55410] " kcc at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: konstantin.s.serebryany at gmail dot com @ 2012-11-20  9:32 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 55410
           Summary: [asan] bit field accesses are not instrumented
    Classification: Unclassified
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: konstantin.s.serebryany@gmail.com
                CC: dseketel@redhat.com, dvyukov@google.com,
                    jakub@gcc.gnu.org, wmi@gcc.gnu.org


[There is no rush with this, I just want this issue to be recorded]

% cat bitf.c 
typedef struct {
  int a:12;
  int b:20;
} foo;

int geta(foo *f) {
  return f->a;
}
% clang -fsanitize=address -O2 -S -o - bitf.c 2>&1 | grep __asan_report 
        callq   __asan_report_load4
% gcc -faddress-sanitizer -O2 -S -o - bitf.c 2>&1 | grep __asan_report 
%


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug sanitizer/55410] [asan] bit field accesses are not instrumented
  2012-11-20  9:32 [Bug other/55410] New: [asan] bit field accesses are not instrumented konstantin.s.serebryany at gmail dot com
@ 2012-12-12  6:39 ` kcc at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: kcc at gcc dot gnu.org @ 2012-12-12  6:39 UTC (permalink / raw)
  To: gcc-bugs


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

Kostya Serebryany <kcc at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Kostya Serebryany <kcc at gcc dot gnu.org> 2012-12-12 06:38:36 UTC ---
This seems to be fixed by recent Jakub's commits


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-12-12  6:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-20  9:32 [Bug other/55410] New: [asan] bit field accesses are not instrumented konstantin.s.serebryany at gmail dot com
2012-12-12  6:39 ` [Bug sanitizer/55410] " kcc at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).