public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/50575] gcc.c-torture/execute/vector-compare-2.c FAILs on Solaris 8/9 x86
  2011-09-30  9:41 [Bug tree-optimization/50575] New: gcc.c-torture/execute/vector-compare-2.c FAILs on Solaris 8/9 x86 ro at gcc dot gnu.org
@ 2011-09-30  9:38 ` ro at gcc dot gnu.org
  2011-09-30 10:27 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ro at gcc dot gnu.org @ 2011-09-30  9:38 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.7.0


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

* [Bug tree-optimization/50575] New: gcc.c-torture/execute/vector-compare-2.c FAILs on Solaris 8/9 x86
@ 2011-09-30  9:41 ro at gcc dot gnu.org
  2011-09-30  9:38 ` [Bug tree-optimization/50575] " ro at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ro at gcc dot gnu.org @ 2011-09-30  9:41 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 50575
           Summary: gcc.c-torture/execute/vector-compare-2.c FAILs on
                    Solaris 8/9 x86
    Classification: Unclassified
           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: artyom.shinkaroff@gmail.com
              Host: i386-pc-solaris2.[89]
            Target: i386-pc-solaris2.[89]
             Build: i386-pc-solaris2.[89]


The new gcc.c-torture/execute/vector-compare-2.c FAILs on Solaris 8 and 9/x86:

output is:
/vol/gcc/src/hg/trunk/local/gcc/testsuite/gcc.c-torture/execute/vector-compare-2
.c: In function 'foo':
/vol/gcc/src/hg/trunk/local/gcc/testsuite/gcc.c-torture/execute/vector-compare-2
.c:7:1: note: The ABI for passing parameters with 16-byte alignment has changed 
in GCC 4.6
In file included from :0:0:
/vol/gcc/src/hg/trunk/local/gcc/testsuite/gcc.c-torture/execute/vector-compare-2
.c: In function 'foo':
/vol/gcc/src/hg/trunk/local/gcc/testsuite/gcc.c-torture/execute/vector-compare-2
.c:7:1: note: The ABI for passing parameters with 16-byte alignment has changed 
in GCC 4.6

FAIL: gcc.c-torture/execute/vector-compare-2.c compilation,  -O2 -flto


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

* [Bug tree-optimization/50575] gcc.c-torture/execute/vector-compare-2.c FAILs on Solaris 8/9 x86
  2011-09-30  9:41 [Bug tree-optimization/50575] New: gcc.c-torture/execute/vector-compare-2.c FAILs on Solaris 8/9 x86 ro at gcc dot gnu.org
  2011-09-30  9:38 ` [Bug tree-optimization/50575] " ro at gcc dot gnu.org
@ 2011-09-30 10:27 ` rguenth at gcc dot gnu.org
  2011-09-30 15:01 ` ro at CeBiTec dot Uni-Bielefeld.DE
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-09-30 10:27 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-09-30 10:06:48 UTC ---
Please add proper options/prune for your target to avoid these ABI messages.


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

* [Bug tree-optimization/50575] gcc.c-torture/execute/vector-compare-2.c FAILs on Solaris 8/9 x86
  2011-09-30  9:41 [Bug tree-optimization/50575] New: gcc.c-torture/execute/vector-compare-2.c FAILs on Solaris 8/9 x86 ro at gcc dot gnu.org
  2011-09-30  9:38 ` [Bug tree-optimization/50575] " ro at gcc dot gnu.org
  2011-09-30 10:27 ` rguenth at gcc dot gnu.org
@ 2011-09-30 15:01 ` ro at CeBiTec dot Uni-Bielefeld.DE
  2011-10-07 11:33 ` ro at gcc dot gnu.org
  2011-10-07 11:55 ` ro at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: ro at CeBiTec dot Uni-Bielefeld.DE @ 2011-09-30 15:01 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2011-09-30 14:39:28 UTC ---
> --- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-09-30 10:06:48 UTC ---
> Please add proper options/prune for your target to avoid these ABI messages.

I just noticed that the ABI warnings occur for every optimization level,
but only cause the two LTO tests to fail.  I'll dig deeper since such an
inconsistency shouldn't happen.

Adding vector-compare-2.x (like pr38151.x) does work, of cause; I'll
resort to that if necessary.

    Rainer


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

* [Bug tree-optimization/50575] gcc.c-torture/execute/vector-compare-2.c FAILs on Solaris 8/9 x86
  2011-09-30  9:41 [Bug tree-optimization/50575] New: gcc.c-torture/execute/vector-compare-2.c FAILs on Solaris 8/9 x86 ro at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2011-09-30 15:01 ` ro at CeBiTec dot Uni-Bielefeld.DE
@ 2011-10-07 11:33 ` ro at gcc dot gnu.org
  2011-10-07 11:55 ` ro at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: ro at gcc dot gnu.org @ 2011-10-07 11:33 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Rainer Orth <ro at gcc dot gnu.org> 2011-10-07 11:33:02 UTC ---
Author: ro
Date: Fri Oct  7 11:32:59 2011
New Revision: 179651

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179651
Log:
Disable ABI warnings for gcc.c-torture/execute/vector-compare-2.c (PR
tree-optimization/50575)

    PR tree-optimization/50575
    * gcc.c-torture/execute/vector-compare-2.x: New file.

Added:
    trunk/gcc/testsuite/gcc.c-torture/execute/vector-compare-2.x
Modified:
    trunk/gcc/testsuite/ChangeLog


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

* [Bug tree-optimization/50575] gcc.c-torture/execute/vector-compare-2.c FAILs on Solaris 8/9 x86
  2011-09-30  9:41 [Bug tree-optimization/50575] New: gcc.c-torture/execute/vector-compare-2.c FAILs on Solaris 8/9 x86 ro at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2011-10-07 11:33 ` ro at gcc dot gnu.org
@ 2011-10-07 11:55 ` ro at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: ro at gcc dot gnu.org @ 2011-10-07 11:55 UTC (permalink / raw)
  To: gcc-bugs

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

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-10/msg00574.htm
                   |                            |l
         Resolution|                            |FIXED
         AssignedTo|unassigned at gcc dot       |ro at gcc dot gnu.org
                   |gnu.org                     |

--- Comment #4 from Rainer Orth <ro at gcc dot gnu.org> 2011-10-07 11:55:01 UTC ---
Fixed for 4.7.0.


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

end of thread, other threads:[~2011-10-07 11:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-30  9:41 [Bug tree-optimization/50575] New: gcc.c-torture/execute/vector-compare-2.c FAILs on Solaris 8/9 x86 ro at gcc dot gnu.org
2011-09-30  9:38 ` [Bug tree-optimization/50575] " ro at gcc dot gnu.org
2011-09-30 10:27 ` rguenth at gcc dot gnu.org
2011-09-30 15:01 ` ro at CeBiTec dot Uni-Bielefeld.DE
2011-10-07 11:33 ` ro at gcc dot gnu.org
2011-10-07 11:55 ` 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).