public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/44335]  New: [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi
@ 2010-05-30 20:18 mikpe at it dot uu dot se
  2010-05-30 20:45 ` [Bug bootstrap/44335] " rguenth at gcc dot gnu dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: mikpe at it dot uu dot se @ 2010-05-30 20:18 UTC (permalink / raw)
  To: gcc-bugs

Attempting to bootstrap gcc-4.6-20100529 on armv5tel-unknown-linux-gnueabi with
java enabled fails:

...
In file included from /home/mikpe/gcc-4.6-20100529/gcc/java/except.c:33:0:
/home/mikpe/gcc-4.6-20100529/gcc/except.h:322:6: error: #error
"EH_RETURN_DATA_REGNO required"
/home/mikpe/gcc-4.6-20100529/gcc/except.h:325:6: error: #error
"{DWARF2,TARGET}_UNWIND_INFO required"
/home/mikpe/gcc-4.6-20100529/gcc/except.h:329:6: error: #error
"EH_RETURN_HANDLER_RTX or eh_return required"
/home/mikpe/gcc-4.6-20100529/gcc/except.h:335:6: error: #error "Must use SJLJ
exceptions but configured not to"
make[3]: *** [java/except.o] Error 1
make[3]: Leaving directory `/home/mikpe/objdir46/gcc'
make[2]: *** [all-stage2-gcc] Error 2
make[2]: Leaving directory `/home/mikpe/objdir46'
make[1]: *** [stage2-bubble] Error 2
make[1]: Leaving directory `/home/mikpe/objdir46'
make: *** [bootstrap] Error 2

Configured with: /home/mikpe/gcc-4.6-20100529/configure --enable-bootstrap
--enable-shared --enable-threads=posix --enable-checking=release
--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions
--enable-languages=c,c++,objc,obj-c++,java,fortran --enable-java-awt=gtk
--disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre
--enable-libgcj-multifile --disable-java-maintainer-mode
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib
--disable-sjlj-exceptions --with-arch=armv5te --with-tune=xscale
--build=armv5tel-brewer-linux-gnueabi
--with-gmp=/home/mikpe/pkgs/linux-armv5l/gmp-4.3.2
--with-mpfr=/home/mikpe/pkgs/linux-armv5l/mpfr-2.4.2
--with-mpc=/home/mikpe/pkgs/linux-armv5l/mpc-0.8.1 --disable-plugin
--disable-lto --disable-libmudflap

The gcc-4.6-20100515 weekly snapshot bootstrapped fine with the same
configuration options.


-- 
           Summary: [4.6 regression] gcc-4.6-20100529 java bootstrap failure
                    on arm-linux-gnueabi
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mikpe at it dot uu dot se
 GCC build triplet: armv5tel-unknown-linux-gnueabi
  GCC host triplet: armv5tel-unknown-linux-gnueabi
GCC target triplet: armv5tel-unknown-linux-gnueabi


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


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

* [Bug bootstrap/44335] [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi
  2010-05-30 20:18 [Bug bootstrap/44335] New: [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi mikpe at it dot uu dot se
@ 2010-05-30 20:45 ` rguenth at gcc dot gnu dot org
  2010-05-31 16:20 ` mikpe at it dot uu dot se
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-05-30 20:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rguenth at gcc dot gnu dot org  2010-05-30 20:45 -------
Should be fixed with

2010-05-30  Steven Bosscher  <steven@gcc.gnu.org>

        * except.c: Include tm.h.


-- 

rguenth at gcc dot gnu dot org changed:

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


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


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

* [Bug bootstrap/44335] [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi
  2010-05-30 20:18 [Bug bootstrap/44335] New: [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi mikpe at it dot uu dot se
  2010-05-30 20:45 ` [Bug bootstrap/44335] " rguenth at gcc dot gnu dot org
@ 2010-05-31 16:20 ` mikpe at it dot uu dot se
  2010-06-06 15:42 ` mikpe at it dot uu dot se
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: mikpe at it dot uu dot se @ 2010-05-31 16:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from mikpe at it dot uu dot se  2010-05-31 16:20 -------
Steven's patch in r160039 did get me a past the error in java/except.c, however
then the bootstrap dies a few files later with:

/home/mikpe/gcc-4.6-20100529/gcc/java/jcf-parse.c: In function
'handle_constant':
/home/mikpe/gcc-4.6-20100529/gcc/java/jcf-parse.c:565:9: error: implicit
declaration of function 'arm_float_words_big_endian'
[-Werror=implicit-function-declaration]
cc1: all warnings being treated as errors

make[3]: *** [java/jcf-parse.o] Error 1
make[3]: Leaving directory `/home/mikpe/objdir46/gcc'
make[2]: *** [all-stage2-gcc] Error 2
make[2]: Leaving directory `/home/mikpe/objdir46'
make[1]: *** [stage2-bubble] Error 2
make[1]: Leaving directory `/home/mikpe/objdir46'
make: *** [bootstrap] Error 2


-- 

mikpe at it dot uu dot se changed:

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


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


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

* [Bug bootstrap/44335] [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi
  2010-05-30 20:18 [Bug bootstrap/44335] New: [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi mikpe at it dot uu dot se
  2010-05-30 20:45 ` [Bug bootstrap/44335] " rguenth at gcc dot gnu dot org
  2010-05-31 16:20 ` mikpe at it dot uu dot se
@ 2010-06-06 15:42 ` mikpe at it dot uu dot se
  2010-06-08 21:51 ` steven at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: mikpe at it dot uu dot se @ 2010-06-06 15:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from mikpe at it dot uu dot se  2010-06-06 15:42 -------
Patch posted:
http://gcc.gnu.org/ml/gcc-patches/2010-06/msg00472.html


-- 


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


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

* [Bug bootstrap/44335] [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi
  2010-05-30 20:18 [Bug bootstrap/44335] New: [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi mikpe at it dot uu dot se
                   ` (2 preceding siblings ...)
  2010-06-06 15:42 ` mikpe at it dot uu dot se
@ 2010-06-08 21:51 ` steven at gcc dot gnu dot org
  2010-06-24 21:34 ` rguenth at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: steven at gcc dot gnu dot org @ 2010-06-08 21:51 UTC (permalink / raw)
  To: gcc-bugs



-- 

steven at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |steven at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-06-08 21:51:43
               date|                            |


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


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

* [Bug bootstrap/44335] [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi
  2010-05-30 20:18 [Bug bootstrap/44335] New: [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi mikpe at it dot uu dot se
                   ` (3 preceding siblings ...)
  2010-06-08 21:51 ` steven at gcc dot gnu dot org
@ 2010-06-24 21:34 ` rguenth at gcc dot gnu dot org
  2010-07-01 19:14 ` amylaar at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-06-24 21:34 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.6.0


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


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

* [Bug bootstrap/44335] [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi
  2010-05-30 20:18 [Bug bootstrap/44335] New: [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi mikpe at it dot uu dot se
                   ` (4 preceding siblings ...)
  2010-06-24 21:34 ` rguenth at gcc dot gnu dot org
@ 2010-07-01 19:14 ` amylaar at gcc dot gnu dot org
  2010-07-02  8:27 ` amylaar at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: amylaar at gcc dot gnu dot org @ 2010-07-01 19:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from amylaar at gcc dot gnu dot org  2010-07-01 19:14 -------
Alternatively, we could hookize FLOAT_WORDS_BIG_ENDIAN, and make jcf-parse.c
include target.h so it gets access to the target vector.  This would also
be better since then the code in jfc-parse.c no longer depends on the target.

If there are concerns about the performance impact an real.c, we could leave
the interface for the targets to define FLOAT_WORDS_BIG_ENDIAN, and let real.c
use the macro directly, while requiring that front ends use the target hook
defined in targhooks.c .


-- 

amylaar at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amylaar at gcc dot gnu dot
                   |                            |org
OtherBugsDependingO|                            |44566, 44756
              nThis|                            |


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


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

* [Bug bootstrap/44335] [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi
  2010-05-30 20:18 [Bug bootstrap/44335] New: [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi mikpe at it dot uu dot se
                   ` (5 preceding siblings ...)
  2010-07-01 19:14 ` amylaar at gcc dot gnu dot org
@ 2010-07-02  8:27 ` amylaar at gcc dot gnu dot org
  2010-07-17 22:57 ` steven at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: amylaar at gcc dot gnu dot org @ 2010-07-02  8:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from amylaar at gcc dot gnu dot org  2010-07-02 08:27 -------
Here is my patch:
http://gcc.gnu.org/ml/gcc-patches/2010-07/msg00085.html
bootstrap & regtest finished successfully on i686-pc-linuc-gnu in trunk
revision 161664.


-- 

amylaar at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch


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


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

* [Bug bootstrap/44335] [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi
  2010-05-30 20:18 [Bug bootstrap/44335] New: [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi mikpe at it dot uu dot se
                   ` (6 preceding siblings ...)
  2010-07-02  8:27 ` amylaar at gcc dot gnu dot org
@ 2010-07-17 22:57 ` steven at gcc dot gnu dot org
  2010-07-20  8:54 ` mikpe at it dot uu dot se
  2010-09-02 10:48 ` rguenth at gcc dot gnu dot org
  9 siblings, 0 replies; 13+ messages in thread
From: steven at gcc dot gnu dot org @ 2010-07-17 22:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from steven at gcc dot gnu dot org  2010-07-17 22:57 -------
Not mine anymore.


-- 

steven at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|steven at gcc dot gnu dot   |unassigned at gcc dot gnu
                   |org                         |dot org
             Status|ASSIGNED                    |NEW


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


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

* [Bug bootstrap/44335] [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi
  2010-05-30 20:18 [Bug bootstrap/44335] New: [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi mikpe at it dot uu dot se
                   ` (7 preceding siblings ...)
  2010-07-17 22:57 ` steven at gcc dot gnu dot org
@ 2010-07-20  8:54 ` mikpe at it dot uu dot se
  2010-09-02 10:48 ` rguenth at gcc dot gnu dot org
  9 siblings, 0 replies; 13+ messages in thread
From: mikpe at it dot uu dot se @ 2010-07-20  8:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from mikpe at it dot uu dot se  2010-07-20 08:53 -------
(In reply to comment #5)
> Here is my patch:
> http://gcc.gnu.org/ml/gcc-patches/2010-07/msg00085.html
> bootstrap & regtest finished successfully on i686-pc-linuc-gnu in trunk
> revision 161664.

I've bootstrapped and regtested current 4.6 w/ java on arm-linux-gnueabi with
this patch applied, and it solved the bootstrap failure with no regressions.
I also included it in bootstraps w/ java on powerpc64 and sparc64, again with
no regressions.


-- 


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


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

* [Bug bootstrap/44335] [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi
  2010-05-30 20:18 [Bug bootstrap/44335] New: [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi mikpe at it dot uu dot se
                   ` (8 preceding siblings ...)
  2010-07-20  8:54 ` mikpe at it dot uu dot se
@ 2010-09-02 10:48 ` rguenth at gcc dot gnu dot org
  9 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-09-02 10:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from rguenth at gcc dot gnu dot org  2010-09-02 10:47 -------
Can somebody ping the patch (or close this bug if it alread was applied)?


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1


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


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

* [Bug bootstrap/44335] [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi
       [not found] <bug-44335-4@http.gcc.gnu.org/bugzilla/>
  2010-11-03 10:46 ` amylaar at gcc dot gnu.org
@ 2010-11-03 10:51 ` amylaar at gcc dot gnu.org
  1 sibling, 0 replies; 13+ messages in thread
From: amylaar at gcc dot gnu.org @ 2010-11-03 10:51 UTC (permalink / raw)
  To: gcc-bugs

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

Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> changed:

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

--- Comment #10 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2010-11-03 10:51:31 UTC ---
Patch has been applied to trunk.


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

* [Bug bootstrap/44335] [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi
       [not found] <bug-44335-4@http.gcc.gnu.org/bugzilla/>
@ 2010-11-03 10:46 ` amylaar at gcc dot gnu.org
  2010-11-03 10:51 ` amylaar at gcc dot gnu.org
  1 sibling, 0 replies; 13+ messages in thread
From: amylaar at gcc dot gnu.org @ 2010-11-03 10:46 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #9 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2010-11-03 10:45:46 UTC ---
Author: amylaar
Date: Wed Nov  3 10:45:40 2010
New Revision: 166238

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166238
Log:
    PR bootstrap/44335
gcc:
    * targhooks.c (targhook_words_big_endian): New function.
    (targhook_float_words_big_endian): Likewise.
    * targhooks.h (targhook_words_big_endian): Declare.
    (targhook_float_words_big_endian): Likewise.
    * target.def (words_big_endian, float_words_big_endian): New hooks.
gcc/java:
    * jfc-parse.c (target.h): Include.
    (handle_constant): Use targetm.words_big_endian and
    targetm.float_words_big_endian.
    (get_constant): Use targetm.float_words_big_endian.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/java/ChangeLog
    trunk/gcc/java/jcf-parse.c
    trunk/gcc/target.def
    trunk/gcc/targhooks.c
    trunk/gcc/targhooks.h


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

end of thread, other threads:[~2010-11-03 10:51 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-30 20:18 [Bug bootstrap/44335] New: [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi mikpe at it dot uu dot se
2010-05-30 20:45 ` [Bug bootstrap/44335] " rguenth at gcc dot gnu dot org
2010-05-31 16:20 ` mikpe at it dot uu dot se
2010-06-06 15:42 ` mikpe at it dot uu dot se
2010-06-08 21:51 ` steven at gcc dot gnu dot org
2010-06-24 21:34 ` rguenth at gcc dot gnu dot org
2010-07-01 19:14 ` amylaar at gcc dot gnu dot org
2010-07-02  8:27 ` amylaar at gcc dot gnu dot org
2010-07-17 22:57 ` steven at gcc dot gnu dot org
2010-07-20  8:54 ` mikpe at it dot uu dot se
2010-09-02 10:48 ` rguenth at gcc dot gnu dot org
     [not found] <bug-44335-4@http.gcc.gnu.org/bugzilla/>
2010-11-03 10:46 ` amylaar at gcc dot gnu.org
2010-11-03 10:51 ` amylaar 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).