public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/48775] New: gcc.dg/pr48616.c FAILs on Tru64 UNIX
@ 2011-04-26 16:45 ro at gcc dot gnu.org
  2011-04-27 10:52 ` [Bug tree-optimization/48775] " rguenth at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ro at gcc dot gnu.org @ 2011-04-26 16:45 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: gcc.dg/pr48616.c FAILs on Tru64 UNIX
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: ro@gcc.gnu.org
                CC: jakub@gcc.gnu.org
              Host: alpha-dec-osf5.1b
            Target: alpha-dec-osf5.1b
             Build: alpha-dec-osf5.1b


The new gcc.dg/pr48616.c tests fails on Tru64 UNIX:

FAIL: gcc.dg/pr48616.c (test for excess errors)
Excess errors:
/vol/gcc/src/hg/trunk/local/gcc/testsuite/gcc.dg/pr48616.c:10:5: warning:
requested alignment for 'e' is greater than implemented alignment of 16
[enabled by default]
/vol/gcc/src/hg/trunk/local/gcc/testsuite/gcc.dg/pr48616.c:9:5: warning:
requested alignment for 'd' is greater than implemented alignment of 16
[enabled by default]
/vol/gcc/src/hg/trunk/local/gcc/testsuite/gcc.dg/pr48616.c:8:5: warning:
requested alignment for 'c' is greater than implemented alignment of 16
[enabled by default]
/vol/gcc/src/hg/trunk/local/gcc/testsuite/gcc.dg/pr48616.c:7:5: warning:
requested alignment for 'b' is greater than implemented alignment of 16
[enabled by default]
/vol/gcc/src/hg/trunk/local/gcc/testsuite/gcc.dg/pr48616.c:6:5: warning:
requested alignment for 'a' is greater than implemented alignment of 16
[enabled by default]


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

* [Bug tree-optimization/48775] gcc.dg/pr48616.c FAILs on Tru64 UNIX
  2011-04-26 16:45 [Bug tree-optimization/48775] New: gcc.dg/pr48616.c FAILs on Tru64 UNIX ro at gcc dot gnu.org
@ 2011-04-27 10:52 ` rguenth at gcc dot gnu.org
  2011-04-28 18:37 ` ro at gcc dot gnu.org
  2011-04-28 18:40 ` ro at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-04-27 10:52 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-04-27 09:50:08 UTC ---
Possibly Tru64 needs similar handling as hppa*-hpux*?


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

* [Bug tree-optimization/48775] gcc.dg/pr48616.c FAILs on Tru64 UNIX
  2011-04-26 16:45 [Bug tree-optimization/48775] New: gcc.dg/pr48616.c FAILs on Tru64 UNIX ro at gcc dot gnu.org
  2011-04-27 10:52 ` [Bug tree-optimization/48775] " rguenth at gcc dot gnu.org
@ 2011-04-28 18:37 ` ro at gcc dot gnu.org
  2011-04-28 18:40 ` ro at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: ro at gcc dot gnu.org @ 2011-04-28 18:37 UTC (permalink / raw)
  To: gcc-bugs

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

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                URL|                            |http://gcc.gnu.org/ml/gcc-p
                   |                            |atches/2011-04/msg02253.htm
                   |                            |l
         Resolution|                            |FIXED
         AssignedTo|unassigned at gcc dot       |ro at gcc dot gnu.org
                   |gnu.org                     |
   Target Milestone|---                         |4.7.0

--- Comment #3 from Rainer Orth <ro at gcc dot gnu.org> 2011-04-28 18:37:04 UTC ---
Indeed, fixed the obvious way.  Thanks for the hint.

  Rainer


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

* [Bug tree-optimization/48775] gcc.dg/pr48616.c FAILs on Tru64 UNIX
  2011-04-26 16:45 [Bug tree-optimization/48775] New: gcc.dg/pr48616.c FAILs on Tru64 UNIX ro at gcc dot gnu.org
  2011-04-27 10:52 ` [Bug tree-optimization/48775] " rguenth at gcc dot gnu.org
  2011-04-28 18:37 ` ro at gcc dot gnu.org
@ 2011-04-28 18:40 ` ro at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: ro at gcc dot gnu.org @ 2011-04-28 18:40 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Rainer Orth <ro at gcc dot gnu.org> 2011-04-28 18:31:57 UTC ---
Author: ro
Date: Thu Apr 28 18:31:52 2011
New Revision: 173125

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173125
Log:
    PR tree-optimization/48775
    * gcc.dg/pr48616.c: Also add -fno-common on alpha*-dec-osf*.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/pr48616.c


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

end of thread, other threads:[~2011-04-28 18:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-26 16:45 [Bug tree-optimization/48775] New: gcc.dg/pr48616.c FAILs on Tru64 UNIX ro at gcc dot gnu.org
2011-04-27 10:52 ` [Bug tree-optimization/48775] " rguenth at gcc dot gnu.org
2011-04-28 18:37 ` ro at gcc dot gnu.org
2011-04-28 18:40 ` ro 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).