public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug sanitizer/63647] New: libsanitizer has broken code in it
@ 2014-10-26  4:37 pinskia at gcc dot gnu.org
  2014-10-26  7:23 ` [Bug sanitizer/63647] " schwab@linux-m68k.org
  2014-10-26 10:25 ` pinskia at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: pinskia at gcc dot gnu.org @ 2014-10-26  4:37 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 63647
           Summary: libsanitizer has broken code in it
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P3
         Component: sanitizer
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pinskia at gcc dot gnu.org
                CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org,
                    jakub at gcc dot gnu.org, kcc at gcc dot gnu.org
            Target: aarch64-linux-gnu

#elif defined(__sparc__)
# if defined(__arch64__)


__aarch64__ and __sparc__ are never defined together.  THis is
sanitizer_platform_limits_posix.h line 185.


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

* [Bug sanitizer/63647] libsanitizer has broken code in it
  2014-10-26  4:37 [Bug sanitizer/63647] New: libsanitizer has broken code in it pinskia at gcc dot gnu.org
@ 2014-10-26  7:23 ` schwab@linux-m68k.org
  2014-10-26 10:25 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: schwab@linux-m68k.org @ 2014-10-26  7:23 UTC (permalink / raw)
  To: gcc-bugs

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

Andreas Schwab <schwab@linux-m68k.org> changed:

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

--- Comment #1 from Andreas Schwab <schwab@linux-m68k.org> ---
$ grep -n aarch64 sanitizer_platform_limits_posix.h 
59:#elif defined(__aarch64__)


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

* [Bug sanitizer/63647] libsanitizer has broken code in it
  2014-10-26  4:37 [Bug sanitizer/63647] New: libsanitizer has broken code in it pinskia at gcc dot gnu.org
  2014-10-26  7:23 ` [Bug sanitizer/63647] " schwab@linux-m68k.org
@ 2014-10-26 10:25 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu.org @ 2014-10-26 10:25 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Oh wait that is arch64 and not aarch64.  my eyes are playing tricks on me.  I
guess arm64 would have been a better macro for aarch64 (If ARM would have
listened).


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

end of thread, other threads:[~2014-10-26  7:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-26  4:37 [Bug sanitizer/63647] New: libsanitizer has broken code in it pinskia at gcc dot gnu.org
2014-10-26  7:23 ` [Bug sanitizer/63647] " schwab@linux-m68k.org
2014-10-26 10:25 ` pinskia 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).