public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgomp/43569] libgomp: Conditional jump or move depends on uninitialised value
       [not found] <bug-43569-13404@http.gcc.gnu.org/bugzilla/>
@ 2010-04-20  9:55 ` jakub at gcc dot gnu dot org
  2010-04-20 15:37 ` jakub at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-04-20  9:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jakub at gcc dot gnu dot org  2010-04-20 09:54 -------
Created an attachment (id=20440)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20440&action=view)
gcc46-pr43569.patch

Fix.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jakub at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED


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


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

* [Bug libgomp/43569] libgomp: Conditional jump or move depends on uninitialised value
       [not found] <bug-43569-13404@http.gcc.gnu.org/bugzilla/>
  2010-04-20  9:55 ` [Bug libgomp/43569] libgomp: Conditional jump or move depends on uninitialised value jakub at gcc dot gnu dot org
@ 2010-04-20 15:37 ` jakub at gcc dot gnu dot org
  2010-04-21 13:59 ` jakub at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-04-20 15:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jakub at gcc dot gnu dot org  2010-04-20 15:37 -------
Subject: Bug 43569

Author: jakub
Date: Tue Apr 20 15:36:45 2010
New Revision: 158564

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158564
Log:
        PR libgomp/43569
        * sections.c (gomp_sections_init): Initialize ws->mode.

Modified:
    trunk/libgomp/ChangeLog
    trunk/libgomp/sections.c


-- 


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


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

* [Bug libgomp/43569] libgomp: Conditional jump or move depends on uninitialised value
       [not found] <bug-43569-13404@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2010-04-21 13:59 ` jakub at gcc dot gnu dot org
@ 2010-04-21 13:59 ` jakub at gcc dot gnu dot org
  2010-04-21 14:05 ` jakub at gcc dot gnu dot org
  2010-04-21 14:07 ` jakub at gcc dot gnu dot org
  5 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-04-21 13:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from jakub at gcc dot gnu dot org  2010-04-21 13:59 -------
Subject: Bug 43569

Author: jakub
Date: Wed Apr 21 13:58:59 2010
New Revision: 158599

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158599
Log:
        PR libgomp/43569
        * sections.c (gomp_sections_init): Initialize ws->mode.

Modified:
    branches/gcc-4_4-branch/libgomp/ChangeLog
    branches/gcc-4_4-branch/libgomp/sections.c


-- 


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


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

* [Bug libgomp/43569] libgomp: Conditional jump or move depends on uninitialised value
       [not found] <bug-43569-13404@http.gcc.gnu.org/bugzilla/>
  2010-04-20  9:55 ` [Bug libgomp/43569] libgomp: Conditional jump or move depends on uninitialised value jakub at gcc dot gnu dot org
  2010-04-20 15:37 ` jakub at gcc dot gnu dot org
@ 2010-04-21 13:59 ` jakub at gcc dot gnu dot org
  2010-04-21 13:59 ` jakub at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-04-21 13:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from jakub at gcc dot gnu dot org  2010-04-21 13:59 -------
Subject: Bug 43569

Author: jakub
Date: Wed Apr 21 13:58:49 2010
New Revision: 158598

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158598
Log:
        PR libgomp/43569
        * sections.c (gomp_sections_init): Initialize ws->mode.

Modified:
    branches/gcc-4_5-branch/libgomp/ChangeLog
    branches/gcc-4_5-branch/libgomp/sections.c


-- 


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


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

* [Bug libgomp/43569] libgomp: Conditional jump or move depends on uninitialised value
       [not found] <bug-43569-13404@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2010-04-21 13:59 ` jakub at gcc dot gnu dot org
@ 2010-04-21 14:05 ` jakub at gcc dot gnu dot org
  2010-04-21 14:07 ` jakub at gcc dot gnu dot org
  5 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-04-21 14:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from jakub at gcc dot gnu dot org  2010-04-21 14:05 -------
Fixed for 4.4.4/4.5.1/4.6.


-- 

jakub at gcc dot gnu dot org changed:

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


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


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

* [Bug libgomp/43569] libgomp: Conditional jump or move depends on uninitialised value
       [not found] <bug-43569-13404@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2010-04-21 14:05 ` jakub at gcc dot gnu dot org
@ 2010-04-21 14:07 ` jakub at gcc dot gnu dot org
  5 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-04-21 14:07 UTC (permalink / raw)
  To: gcc-bugs



-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.4.4


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


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

end of thread, other threads:[~2010-04-21 14:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-43569-13404@http.gcc.gnu.org/bugzilla/>
2010-04-20  9:55 ` [Bug libgomp/43569] libgomp: Conditional jump or move depends on uninitialised value jakub at gcc dot gnu dot org
2010-04-20 15:37 ` jakub at gcc dot gnu dot org
2010-04-21 13:59 ` jakub at gcc dot gnu dot org
2010-04-21 13:59 ` jakub at gcc dot gnu dot org
2010-04-21 14:05 ` jakub at gcc dot gnu dot org
2010-04-21 14:07 ` jakub at gcc dot gnu dot 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).