<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:echristo@gmail.com" title="Eric Christopher <echristo@gmail.com>"> <span class="fn">Eric Christopher</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Implement -fsplit-stack"
   href="http://llvm.org/bugs/show_bug.cgi?id=14332">bug 14332</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>ASSIGNED
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Implement -fsplit-stack"
   href="http://llvm.org/bugs/show_bug.cgi?id=14332#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Implement -fsplit-stack"
   href="http://llvm.org/bugs/show_bug.cgi?id=14332">bug 14332</a>
              from <span class="vcard"><a class="email" href="mailto:echristo@gmail.com" title="Eric Christopher <echristo@gmail.com>"> <span class="fn">Eric Christopher</span></a>
</span></b>
        <pre>It's wired up now and seems to work based on:

(gdb) b main
Breakpoint 1 at 0x400c20: file morestack.c, line 89.
(gdb) run
Starting program: /usr/local/google/home/echristo/tmp/a.out 

Breakpoint 1, main () at morestack.c:89
89    {
(gdb) b marker_hit
Breakpoint 2 at 0x400e10: file morestack.c, line 47.
(gdb) break marker_miss
Breakpoint 3 at 0x400e90: file morestack.c, line 41.
(gdb) c
Continuing.
499: 0x7ffff64218d0 < 0x7ffff78028d0

Breakpoint 2, marker_hit () at morestack.c:47
47    {
(gdb) up 3000
#1004 0x0000000000400ce4 in main () at morestack.c:103
103      down (1000);

the bot appears to be skipping the test so I can't verify it via the testsuite,
but it seems to work for me. Going to mark it as resolved for now.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>