public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/38578]  New: fatal warning during bootstrap on arm.c for output_move_double and arm_expand_prologue
@ 2008-12-19 10:21 laurent at guerby dot net
  2008-12-19 10:24 ` [Bug bootstrap/38578] " rearnsha at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: laurent at guerby dot net @ 2008-12-19 10:21 UTC (permalink / raw)
  To: gcc-bugs

At rev 142808 on trunk:

../trunk/configure --prefix=/n/50/guerby/install-trunk-142808
--enable-languages=c,c++ --enable-__cxa_atexit --disable-nls
--enable-threads=posix --with-mpfr=/opt/cfarm/mpfr-2.3.2
--build=arm-linux-gnueabi --host=arm-linux-gnueabi --target=arm-linux-gnueabi
...
make boostrap
...

/home/guerby/build/./prev-gcc/xgcc -B/home/guerby/build/./prev-gcc/
-B/n/50/guerby/install-trunk-142808/arm-linux-gnueabi/bin/ -c  -g -O2 -DIN_GCC 
 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual
-Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic
-Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Werror -fno-common
 -DHAVE_CONFIG_H -I. -I. -I../../trunk/gcc -I../../trunk/gcc/.
-I../../trunk/gcc/../include -I../../trunk/gcc/../libcpp/include
-I/opt/cfarm/mpfr-2.3.2/include -I../../trunk/gcc/../libdecnumber
-I../../trunk/gcc/../libdecnumber/dpd -I../libdecnumber    \
                ../../trunk/gcc/config/arm/arm.c -o arm.o
cc1: warnings being treated as errors
../../trunk/gcc/config/arm/arm.c: In function 'output_move_double':
../../trunk/gcc/config/arm/arm.c:9999: error: comparison between signed and
unsigned integer expressions
../../trunk/gcc/config/arm/arm.c:10149: error: comparison between signed and
unsigned integer expressions
../../trunk/gcc/config/arm/arm.c: In function 'arm_expand_prologue':
../../trunk/gcc/config/arm/arm.c:12659: error: ISO C90 forbids mixed
declarations and code
make[3]: *** [arm.o] Error 1
make[3]: *** Waiting for unfinished jobs....
rm fsf-funding.pod gcov.pod gfdl.pod cpp.pod gcc.pod
make[3]: Leaving directory `/home/guerby/build/gcc'
make[2]: *** [all-stage2-gcc] Error 2
make[2]: Leaving directory `/home/guerby/build'
make[1]: *** [stage2-bubble] Error 2
make[1]: Leaving directory `/home/guerby/build'
make: *** [bootstrap] Error 2

I assume --disable-werror will workaround this.


-- 
           Summary: fatal warning during bootstrap on arm.c for
                    output_move_double and arm_expand_prologue
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: laurent at guerby dot net
 GCC build triplet: arm-linux-gnueabi
  GCC host triplet: arm-linux-gnueabi
GCC target triplet: arm-linux-gnueabi


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


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

* [Bug bootstrap/38578] fatal warning during bootstrap on arm.c for output_move_double and arm_expand_prologue
  2008-12-19 10:21 [Bug bootstrap/38578] New: fatal warning during bootstrap on arm.c for output_move_double and arm_expand_prologue laurent at guerby dot net
@ 2008-12-19 10:24 ` rearnsha at gcc dot gnu dot org
  2008-12-19 12:03 ` laurent at guerby dot net
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: rearnsha at gcc dot gnu dot org @ 2008-12-19 10:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rearnsha at gcc dot gnu dot org  2008-12-19 10:22 -------
I'm already testing fixes for this, but my native arm board is very
sloooowwwwwwww....


-- 

rearnsha at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rearnsha at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-12-19 10:22:59
               date|                            |


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


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

* [Bug bootstrap/38578] fatal warning during bootstrap on arm.c for output_move_double and arm_expand_prologue
  2008-12-19 10:21 [Bug bootstrap/38578] New: fatal warning during bootstrap on arm.c for output_move_double and arm_expand_prologue laurent at guerby dot net
  2008-12-19 10:24 ` [Bug bootstrap/38578] " rearnsha at gcc dot gnu dot org
@ 2008-12-19 12:03 ` laurent at guerby dot net
  2008-12-19 17:25 ` rearnsha at gcc dot gnu dot org
  2008-12-19 17:27 ` rearnsha at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: laurent at guerby dot net @ 2008-12-19 12:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from laurent at guerby dot net  2008-12-19 12:02 -------
Thanks!

The cfarm machine gcc50 has a 600 Mhz XScale-80219 with 512 MB of RAM,
gcc-4.3.2 release C only bootstrap took 17 hours (and about the same for make
check) - feel free to ask for an account if it's faster than what you have.

If you know a way to purchase qualcomm snapdragon dual core 1.5 GHz arm (or a
contact that might lead to it) I'm interested :).

http://www.umpcportal.com/2008/12/analysis-dual-core-snapdragon-and-netbooks-from-qualcomm


-- 


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


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

* [Bug bootstrap/38578] fatal warning during bootstrap on arm.c for output_move_double and arm_expand_prologue
  2008-12-19 10:21 [Bug bootstrap/38578] New: fatal warning during bootstrap on arm.c for output_move_double and arm_expand_prologue laurent at guerby dot net
  2008-12-19 10:24 ` [Bug bootstrap/38578] " rearnsha at gcc dot gnu dot org
  2008-12-19 12:03 ` laurent at guerby dot net
@ 2008-12-19 17:25 ` rearnsha at gcc dot gnu dot org
  2008-12-19 17:27 ` rearnsha at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rearnsha at gcc dot gnu dot org @ 2008-12-19 17:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rearnsha at gcc dot gnu dot org  2008-12-19 17:24 -------
Subject: Bug 38578

Author: rearnsha
Date: Fri Dec 19 17:22:58 2008
New Revision: 142837

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142837
Log:
        PR bootstrap/38578
        * arm.c (load_multiple_sequence): Initialize ORDER array.
        (store_multiple_sequence): Likewise.
        (output_move_double): Make reg0 unsigned.
        (arm_output_epilogue): Make amount unsigned.
        (arm_expand_prologue): Move declaration of dwarf before block
        statements.

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


-- 


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


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

* [Bug bootstrap/38578] fatal warning during bootstrap on arm.c for output_move_double and arm_expand_prologue
  2008-12-19 10:21 [Bug bootstrap/38578] New: fatal warning during bootstrap on arm.c for output_move_double and arm_expand_prologue laurent at guerby dot net
                   ` (2 preceding siblings ...)
  2008-12-19 17:25 ` rearnsha at gcc dot gnu dot org
@ 2008-12-19 17:27 ` rearnsha at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rearnsha at gcc dot gnu dot org @ 2008-12-19 17:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rearnsha at gcc dot gnu dot org  2008-12-19 17:25 -------
Fixed


-- 

rearnsha at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.4.0


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


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

end of thread, other threads:[~2008-12-19 17:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-19 10:21 [Bug bootstrap/38578] New: fatal warning during bootstrap on arm.c for output_move_double and arm_expand_prologue laurent at guerby dot net
2008-12-19 10:24 ` [Bug bootstrap/38578] " rearnsha at gcc dot gnu dot org
2008-12-19 12:03 ` laurent at guerby dot net
2008-12-19 17:25 ` rearnsha at gcc dot gnu dot org
2008-12-19 17:27 ` rearnsha 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).