public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/45672]  New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: 'rs6000_units_per_simd_word' defined but not used
@ 2010-09-14 22:17 dominiq at lps dot ens dot fr
  2010-09-14 22:41 ` [Bug bootstrap/45672] " hjl at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dominiq at lps dot ens dot fr @ 2010-09-14 22:17 UTC (permalink / raw)
  To: gcc-bugs

Bootstrapping revision 164287 on powerpc-apple-darwin9 fails with:

...

/opt/gcc/darwin_buildw/./prev-gcc/xgcc -B/opt/gcc/darwin_buildw/./prev-gcc/
-B/opt/gcc/gcc4.6w/powerpc-apple-darwin9/bin/
-B/opt/gcc/gcc4.6w/powerpc-apple-darwin9/bin/
-B/opt/gcc/gcc4.6w/powerpc-apple-darwin9/lib/ -isystem
/opt/gcc/gcc4.6w/powerpc-apple-darwin9/include -isystem
/opt/gcc/gcc4.6w/powerpc-apple-darwin9/sys-include    -c   -g -O2
-mdynamic-no-pic -gtoggle -DIN_GCC   -W -Wall -Wwrite-strings -Wcast-qual
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic
-Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Werror
-Wold-style-definition -Wc++-compat -fno-common  -DHAVE_CONFIG_H -I. -I.
-I../../gcc-4.6-work/gcc -I../../gcc-4.6-work/gcc/.
-I../../gcc-4.6-work/gcc/../include -I../../gcc-4.6-work/gcc/../libcpp/include
-I/sw/include  -I../../gcc-4.6-work/gcc/../libdecnumber
-I../../gcc-4.6-work/gcc/../libdecnumber/dpd -I../libdecnumber  -I/sw/include
-DCLOOG_PPL_BACKEND    \
                ../../gcc-4.6-work/gcc/config/rs6000/rs6000.c -o rs6000.o
../../gcc-4.6-work/gcc/config/rs6000/rs6000.c:3576:1: error:
'rs6000_units_per_simd_word' defined but not used [-Werror=unused-function]
cc1: all warnings being treated as errors


-- 
           Summary: [4.6 Regression] Bootstrap failure for powerpc-apple-
                    darwin9: 'rs6000_units_per_simd_word' defined but not
                    used
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dominiq at lps dot ens dot fr
 GCC build triplet: powerpc-apple-darwin9
  GCC host triplet: powerpc-apple-darwin9
GCC target triplet: powerpc-apple-darwin9


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


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

* [Bug bootstrap/45672] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: 'rs6000_units_per_simd_word' defined but not used
  2010-09-14 22:17 [Bug bootstrap/45672] New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: 'rs6000_units_per_simd_word' defined but not used dominiq at lps dot ens dot fr
@ 2010-09-14 22:41 ` hjl at gcc dot gnu dot org
  2010-09-15  5:37 ` hjl at gcc dot gnu dot org
  2010-09-15  9:50 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: hjl at gcc dot gnu dot org @ 2010-09-14 22:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from hjl at gcc dot gnu dot org  2010-09-14 22:41 -------
Subject: Bug 45672

Author: hjl
Date: Tue Sep 14 22:41:03 2010
New Revision: 164289

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=164289
Log:
Define TARGET_VECTORIZE_UNITS_PER_SIMD_WORD for rs6000.

2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>

        PR bootstrap/45672
        * config/rs6000/rs6000.c (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): New.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/rs6000/rs6000.c


-- 


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


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

* [Bug bootstrap/45672] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: 'rs6000_units_per_simd_word' defined but not used
  2010-09-14 22:17 [Bug bootstrap/45672] New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: 'rs6000_units_per_simd_word' defined but not used dominiq at lps dot ens dot fr
  2010-09-14 22:41 ` [Bug bootstrap/45672] " hjl at gcc dot gnu dot org
@ 2010-09-15  5:37 ` hjl at gcc dot gnu dot org
  2010-09-15  9:50 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: hjl at gcc dot gnu dot org @ 2010-09-15  5:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hjl at gcc dot gnu dot org  2010-09-15 05:37 -------
Subject: Bug 45672

Author: hjl
Date: Wed Sep 15 05:36:47 2010
New Revision: 164296

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=164296
Log:
Correct XXX_units_per_simd_word return type.

2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>

        PR bootstrap/45672
        * config/mips/mips.c (mips_units_per_simd_word): Correct return
        type.
        * config/rs6000/rs6000.c (rs6000_units_per_simd_word): Likewise.
        * config/sparc/sparc.c (sparc_units_per_simd_word): Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/mips/mips.c
    trunk/gcc/config/rs6000/rs6000.c
    trunk/gcc/config/sparc/sparc.c


-- 


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


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

* [Bug bootstrap/45672] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: 'rs6000_units_per_simd_word' defined but not used
  2010-09-14 22:17 [Bug bootstrap/45672] New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: 'rs6000_units_per_simd_word' defined but not used dominiq at lps dot ens dot fr
  2010-09-14 22:41 ` [Bug bootstrap/45672] " hjl at gcc dot gnu dot org
  2010-09-15  5:37 ` hjl at gcc dot gnu dot org
@ 2010-09-15  9:50 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-09-15  9:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenth at gcc dot gnu dot org  2010-09-15 09:49 -------
Fixed.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.6.0


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


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

end of thread, other threads:[~2010-09-15  9:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-14 22:17 [Bug bootstrap/45672] New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: 'rs6000_units_per_simd_word' defined but not used dominiq at lps dot ens dot fr
2010-09-14 22:41 ` [Bug bootstrap/45672] " hjl at gcc dot gnu dot org
2010-09-15  5:37 ` hjl at gcc dot gnu dot org
2010-09-15  9:50 ` rguenth 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).