public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/16120] New: bootstrap failure on arm-linux
@ 2004-06-21 19:23 debian-gcc at lists dot debian dot org
  2004-06-21 19:29 ` [Bug target/16120] [3.5 Regression] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2004-06-21 19:23 UTC (permalink / raw)
  To: gcc-bugs

HEAD 20040620, configured for arm-linux

although 

./xgcc -B./ -B/usr/lib/gcc-snapshot/arm-linux-gnu/bin/ -isystem
/usr/lib/gcc-snapshot/arm-linux-gnu/include -isystem
/usr/lib/gcc-snapshot/arm-linux-gnu/sys-include
-L/build/buildd/gcc-snapshot-20040620/build/gcc/../ld -O2 -DIN_GCC    -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
 -isystem ./include  -I. -I. -I../../src/gcc -I../../src/gcc/.
-I../../src/gcc/../include -I../../src/gcc/../libcpp/include
-I../../src/gcc/../libbanshee/libcompat -I../../src/gcc/../libbanshee
-I../../src/gcc/../libbanshee/points-to   -g0 -finhibit-size-directive
-fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss
-fno-unit-at-a-time  \
   -c ../../src/gcc/crtstuff.c -DCRT_BEGIN \
  -o crtbegin.o
./xgcc -B./ -B/usr/lib/gcc-snapshot/arm-linux-gnu/bin/ -isystem
/usr/lib/gcc-snapshot/arm-linux-gnu/include -isystem
/usr/lib/gcc-snapshot/arm-linux-gnu/sys-include
-L/build/buildd/gcc-snapshot-20040620/build/gcc/../ld -O2 -DIN_GCC    -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
 -isystem ./include  -I. -I. -I../../src/gcc -I../../src/gcc/.
-I../../src/gcc/../include -I../../src/gcc/../libcpp/include
-I../../src/gcc/../libbanshee/libcompat -I../../src/gcc/../libbanshee
-I../../src/gcc/../libbanshee/points-to   -g0 -finhibit-size-directive
-fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss
-fno-unit-at-a-time  -fPIC \
   -c ../../src/gcc/crtstuff.c -DCRT_BEGIN -DCRTSTUFFS_O \
  -o crtbeginS.o
../../src/gcc/crtstuff.c: In function `__do_global_dtors_aux':
../../src/gcc/crtstuff.c:288: error: insn outside basic block
(insn 82 2 83 (set (reg:SI 10 sl)
        (unspec:SI [
                (const:SI (minus:SI (const (symbol_ref:SI
("_GLOBAL_OFFSET_TABLE_")))
                        (const:SI (plus:SI (label_ref:SI 0)
                                (const_int 8 [0x8])))))
            ] 3)) -1 (nil)
    (nil))
../../src/gcc/crtstuff.c:288: internal compiler error: in rtl_verify_flow_info,
at cfgrtl.c:2230
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[4]: *** [crtbeginS.o] Error 1
make[4]: Leaving directory `/build/buildd/gcc-snapshot-20040620/build/gcc'
make[3]: *** [stage1_build] Error 2
make[3]: Leaving directory `/build/buildd/gcc-snapshot-20040620/build/gcc'
make[2]: *** [bootstrap-lean] Error 2

20040520 this failed at the same place, the bootstraps between these two dates
got until errors building the runtime libraries, the last sucessful bootstrap
was 20040404.

all build logs at http://buildd.debian.org/build.php?arch=arm&pkg=gcc-snapshot

-- 
           Summary: bootstrap failure on arm-linux
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: arm-linux
  GCC host triplet: arm-linux
GCC target triplet: arm-linux


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


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

* [Bug target/16120] [3.5 Regression] bootstrap failure on arm-linux
  2004-06-21 19:23 [Bug bootstrap/16120] New: bootstrap failure on arm-linux debian-gcc at lists dot debian dot org
@ 2004-06-21 19:29 ` pinskia at gcc dot gnu dot org
  2004-06-22 16:03 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-21 19:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-21 19:29 -------
The fix should look like something I did for the hppa-linux fix, if I have time today I will look into this 
see where the bug, it is most likely in target specific code.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|bootstrap                   |target
           Keywords|                            |build, ice-checking, ice-on-
                   |                            |valid-code
            Summary|bootstrap failure on arm-   |[3.5 Regression] bootstrap
                   |linux                       |failure on arm-linux
   Target Milestone|---                         |3.5.0


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


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

* [Bug target/16120] [3.5 Regression] bootstrap failure on arm-linux
  2004-06-21 19:23 [Bug bootstrap/16120] New: bootstrap failure on arm-linux debian-gcc at lists dot debian dot org
  2004-06-21 19:29 ` [Bug target/16120] [3.5 Regression] " pinskia at gcc dot gnu dot org
@ 2004-06-22 16:03 ` pinskia at gcc dot gnu dot org
  2004-06-22 16:19 ` rearnsha at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-22 16:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-22 16:03 -------
Comfirmed, someone will have to go through the whole of arm.c with a comb to figure out which 
get_insns () needs to be changed to entry_of_function.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-06-22 16:03:31
               date|                            |


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


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

* [Bug target/16120] [3.5 Regression] bootstrap failure on arm-linux
  2004-06-21 19:23 [Bug bootstrap/16120] New: bootstrap failure on arm-linux debian-gcc at lists dot debian dot org
  2004-06-21 19:29 ` [Bug target/16120] [3.5 Regression] " pinskia at gcc dot gnu dot org
  2004-06-22 16:03 ` pinskia at gcc dot gnu dot org
@ 2004-06-22 16:19 ` rearnsha at gcc dot gnu dot org
  2004-08-03  6:11 ` pinskia at gcc dot gnu dot org
  2004-08-25 16:13 ` rearnsha at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: rearnsha at gcc dot gnu dot org @ 2004-06-22 16:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rearnsha at gcc dot gnu dot org  2004-06-22 16:19 -------
A quick look at the failing code suggests that it would be the second call to
get_insns in arm_finalize_pic that's the culprit here.

-- 


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


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

* [Bug target/16120] [3.5 Regression] bootstrap failure on arm-linux
  2004-06-21 19:23 [Bug bootstrap/16120] New: bootstrap failure on arm-linux debian-gcc at lists dot debian dot org
                   ` (2 preceding siblings ...)
  2004-06-22 16:19 ` rearnsha at gcc dot gnu dot org
@ 2004-08-03  6:11 ` pinskia at gcc dot gnu dot org
  2004-08-25 16:13 ` rearnsha at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-03  6:11 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-03 06:11 -------
Can someone attach the preprocessed source file?

-- 


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


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

* [Bug target/16120] [3.5 Regression] bootstrap failure on arm-linux
  2004-06-21 19:23 [Bug bootstrap/16120] New: bootstrap failure on arm-linux debian-gcc at lists dot debian dot org
                   ` (3 preceding siblings ...)
  2004-08-03  6:11 ` pinskia at gcc dot gnu dot org
@ 2004-08-25 16:13 ` rearnsha at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: rearnsha at gcc dot gnu dot org @ 2004-08-25 16:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rearnsha at gcc dot gnu dot org  2004-08-25 16:13 -------
This has been fixed at some point -- at least, a recent build on ARM-linux
bootstrapped ok for me.

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


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


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

end of thread, other threads:[~2004-08-25 16:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-21 19:23 [Bug bootstrap/16120] New: bootstrap failure on arm-linux debian-gcc at lists dot debian dot org
2004-06-21 19:29 ` [Bug target/16120] [3.5 Regression] " pinskia at gcc dot gnu dot org
2004-06-22 16:03 ` pinskia at gcc dot gnu dot org
2004-06-22 16:19 ` rearnsha at gcc dot gnu dot org
2004-08-03  6:11 ` pinskia at gcc dot gnu dot org
2004-08-25 16:13 ` 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).