public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/38110]  New: gcc.dg/pr30286.c fails on i686-apple-darwin9
@ 2008-11-14  3:34 howarth at nitro dot med dot uc dot edu
  2008-11-14  3:36 ` [Bug c/38110] " howarth at nitro dot med dot uc dot edu
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2008-11-14  3:34 UTC (permalink / raw)
  To: gcc-bugs

The testcase from PR30286 is still failing on i686-apple-darwin9...

gcc-4 -O2 -ftrapv pr30286.c
./pr30286.exe
Abort

The abort occurs in the first test in pr30286.c...

    if (t.t[i] != ((i > 6 && i <= 14) ? &s : (struct S *) 0))
      abort ();


-- 
           Summary: gcc.dg/pr30286.c fails on i686-apple-darwin9
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: howarth at nitro dot med dot uc dot edu
 GCC build triplet: i686-apple-darwin9
  GCC host triplet: i686-apple-darwin9
GCC target triplet: i686-apple-darwin9


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


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

* [Bug c/38110] gcc.dg/pr30286.c fails on i686-apple-darwin9
  2008-11-14  3:34 [Bug c/38110] New: gcc.dg/pr30286.c fails on i686-apple-darwin9 howarth at nitro dot med dot uc dot edu
@ 2008-11-14  3:36 ` howarth at nitro dot med dot uc dot edu
  2008-11-14  3:37 ` howarth at nitro dot med dot uc dot edu
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2008-11-14  3:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from howarth at nitro dot med dot uc dot edu  2008-11-14 03:34 -------
Created an attachment (id=16675)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16675&action=view)
preprocessed source for pr30286.c


-- 


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


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

* [Bug c/38110] gcc.dg/pr30286.c fails on i686-apple-darwin9
  2008-11-14  3:34 [Bug c/38110] New: gcc.dg/pr30286.c fails on i686-apple-darwin9 howarth at nitro dot med dot uc dot edu
  2008-11-14  3:36 ` [Bug c/38110] " howarth at nitro dot med dot uc dot edu
@ 2008-11-14  3:37 ` howarth at nitro dot med dot uc dot edu
  2008-11-14  3:43 ` howarth at nitro dot med dot uc dot edu
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2008-11-14  3:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from howarth at nitro dot med dot uc dot edu  2008-11-14 03:35 -------
Created an attachment (id=16676)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16676&action=view)
assembly file from pr30286.c


-- 


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


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

* [Bug c/38110] gcc.dg/pr30286.c fails on i686-apple-darwin9
  2008-11-14  3:34 [Bug c/38110] New: gcc.dg/pr30286.c fails on i686-apple-darwin9 howarth at nitro dot med dot uc dot edu
  2008-11-14  3:36 ` [Bug c/38110] " howarth at nitro dot med dot uc dot edu
  2008-11-14  3:37 ` howarth at nitro dot med dot uc dot edu
@ 2008-11-14  3:43 ` howarth at nitro dot med dot uc dot edu
  2008-12-07 21:14 ` [Bug target/38110] " danglin at gcc dot gnu dot org
  2009-03-15 23:05 ` howarth at nitro dot med dot uc dot edu
  4 siblings, 0 replies; 6+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2008-11-14  3:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from howarth at nitro dot med dot uc dot edu  2008-11-14 03:41 -------
This testcase also fails with '-O1 -ftrapv' and with  '-O0 -ftrapv' on
i686-apple-darwin9.


-- 


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


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

* [Bug target/38110] gcc.dg/pr30286.c fails on i686-apple-darwin9
  2008-11-14  3:34 [Bug c/38110] New: gcc.dg/pr30286.c fails on i686-apple-darwin9 howarth at nitro dot med dot uc dot edu
                   ` (2 preceding siblings ...)
  2008-11-14  3:43 ` howarth at nitro dot med dot uc dot edu
@ 2008-12-07 21:14 ` danglin at gcc dot gnu dot org
  2009-03-15 23:05 ` howarth at nitro dot med dot uc dot edu
  4 siblings, 0 replies; 6+ messages in thread
From: danglin at gcc dot gnu dot org @ 2008-12-07 21:14 UTC (permalink / raw)
  To: gcc-bugs



-- 

danglin at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-12-07 21:11:15
               date|                            |


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


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

* [Bug target/38110] gcc.dg/pr30286.c fails on i686-apple-darwin9
  2008-11-14  3:34 [Bug c/38110] New: gcc.dg/pr30286.c fails on i686-apple-darwin9 howarth at nitro dot med dot uc dot edu
                   ` (3 preceding siblings ...)
  2008-12-07 21:14 ` [Bug target/38110] " danglin at gcc dot gnu dot org
@ 2009-03-15 23:05 ` howarth at nitro dot med dot uc dot edu
  4 siblings, 0 replies; 6+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2009-03-15 23:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from howarth at nitro dot med dot uc dot edu  2009-03-15 23:05 -------
Fixed in current gcc trunk on i686-apple-darwin9 and i686-apple-darwin10.


-- 

howarth at nitro dot med dot uc dot edu changed:

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


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


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

end of thread, other threads:[~2009-03-15 23:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-14  3:34 [Bug c/38110] New: gcc.dg/pr30286.c fails on i686-apple-darwin9 howarth at nitro dot med dot uc dot edu
2008-11-14  3:36 ` [Bug c/38110] " howarth at nitro dot med dot uc dot edu
2008-11-14  3:37 ` howarth at nitro dot med dot uc dot edu
2008-11-14  3:43 ` howarth at nitro dot med dot uc dot edu
2008-12-07 21:14 ` [Bug target/38110] " danglin at gcc dot gnu dot org
2009-03-15 23:05 ` howarth at nitro dot med dot uc dot edu

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).