public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug sanitizer/56990] ICE: SIGFPE with -fsanitize=thread and empty struct
       [not found] <bug-56990-4@http.gcc.gnu.org/bugzilla/>
@ 2013-04-22  9:04 ` mpolacek at gcc dot gnu.org
  2013-04-22 15:32 ` mpolacek at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2013-04-22  9:04 UTC (permalink / raw)
  To: gcc-bugs


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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-04-22
                 CC|                            |mpolacek at gcc dot gnu.org
     Ever Confirmed|0                           |1

--- Comment #1 from Marek Polacek <mpolacek at gcc dot gnu.org> 2013-04-22 09:04:37 UTC ---
Confirmed.


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

* [Bug sanitizer/56990] ICE: SIGFPE with -fsanitize=thread and empty struct
       [not found] <bug-56990-4@http.gcc.gnu.org/bugzilla/>
  2013-04-22  9:04 ` [Bug sanitizer/56990] ICE: SIGFPE with -fsanitize=thread and empty struct mpolacek at gcc dot gnu.org
@ 2013-04-22 15:32 ` mpolacek at gcc dot gnu.org
  2013-04-22 17:03 ` mpolacek at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2013-04-22 15:32 UTC (permalink / raw)
  To: gcc-bugs


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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|unassigned at gcc dot       |mpolacek at gcc dot gnu.org
                   |gnu.org                     |

--- Comment #2 from Marek Polacek <mpolacek at gcc dot gnu.org> 2013-04-22 15:32:09 UTC ---
I have a patch.


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

* [Bug sanitizer/56990] ICE: SIGFPE with -fsanitize=thread and empty struct
       [not found] <bug-56990-4@http.gcc.gnu.org/bugzilla/>
  2013-04-22  9:04 ` [Bug sanitizer/56990] ICE: SIGFPE with -fsanitize=thread and empty struct mpolacek at gcc dot gnu.org
  2013-04-22 15:32 ` mpolacek at gcc dot gnu.org
@ 2013-04-22 17:03 ` mpolacek at gcc dot gnu.org
  2013-04-22 17:14 ` mpolacek at gcc dot gnu.org
  2013-04-22 17:14 ` mpolacek at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2013-04-22 17:03 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #3 from Marek Polacek <mpolacek at gcc dot gnu.org> 2013-04-22 17:03:20 UTC ---
Author: mpolacek
Date: Mon Apr 22 17:02:49 2013
New Revision: 198147

URL: http://gcc.gnu.org/viewcvs?rev=198147&root=gcc&view=rev
Log:
    PR sanitizer/56990
    * tsan.c (instrument_expr): Don't instrument expression
    in case its size is zero.

    * gcc.dg/pr56990.c: New test.


Added:
    trunk/gcc/testsuite/gcc.dg/pr56990.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tsan.c


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

* [Bug sanitizer/56990] ICE: SIGFPE with -fsanitize=thread and empty struct
       [not found] <bug-56990-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2013-04-22 17:03 ` mpolacek at gcc dot gnu.org
@ 2013-04-22 17:14 ` mpolacek at gcc dot gnu.org
  2013-04-22 17:14 ` mpolacek at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2013-04-22 17:14 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #4 from Marek Polacek <mpolacek at gcc dot gnu.org> 2013-04-22 17:14:14 UTC ---
Author: mpolacek
Date: Mon Apr 22 17:13:56 2013
New Revision: 198149

URL: http://gcc.gnu.org/viewcvs?rev=198149&root=gcc&view=rev
Log:
    PR sanitizer/56990
    * tsan.c (instrument_expr): Don't instrument expression
    in case its size is zero.

    * gcc.dg/pr56990.c: New test.


Added:
    branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/pr56990.c
Modified:
    branches/gcc-4_8-branch/gcc/ChangeLog
    branches/gcc-4_8-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_8-branch/gcc/tsan.c


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

* [Bug sanitizer/56990] ICE: SIGFPE with -fsanitize=thread and empty struct
       [not found] <bug-56990-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2013-04-22 17:14 ` mpolacek at gcc dot gnu.org
@ 2013-04-22 17:14 ` mpolacek at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2013-04-22 17:14 UTC (permalink / raw)
  To: gcc-bugs


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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

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

--- Comment #5 from Marek Polacek <mpolacek at gcc dot gnu.org> 2013-04-22 17:14:40 UTC ---
Fixed.


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

end of thread, other threads:[~2013-04-22 17:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-56990-4@http.gcc.gnu.org/bugzilla/>
2013-04-22  9:04 ` [Bug sanitizer/56990] ICE: SIGFPE with -fsanitize=thread and empty struct mpolacek at gcc dot gnu.org
2013-04-22 15:32 ` mpolacek at gcc dot gnu.org
2013-04-22 17:03 ` mpolacek at gcc dot gnu.org
2013-04-22 17:14 ` mpolacek at gcc dot gnu.org
2013-04-22 17:14 ` mpolacek 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).