public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/22058] New: RTL checking failure building libgcc
@ 2005-06-14  8:41 ebotcazou at gcc dot gnu dot org
  2005-06-14 12:52 ` [Bug debug/22058] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-06-14  8:41 UTC (permalink / raw)
  To: gcc-bugs

Configured with: /home01/botcazou/cvs/gcc/configure
--prefix=/home01/botcazou/fsf/install_ia64_hp --enable-languages=c,c++,objc
--enable-checking=assert,misc,rtl,rtlflag --enable-threads=posix
--with-as=/gnat.home/gnatmail/gnatmail-5_34/install-cobb/bin/as --disable-nls
Thread model: posix
gcc version 4.1.0 20050614 (experimental)

The assembler is the GNU assembler 2.15.

./xgcc -B./ -B/home01/botcazou/fsf/install_ia64_hp/ia64-hp-hpux11.23/bin/
-isystem /home01/botcazou/fsf/install_ia64_hp/ia64-hp-hpux11.23/include -isystem
/home01/botcazou/fsf/install_ia64_hp/ia64-hp-hpux11.23/sys-include
-L/home01/botcazou/fsf/ia64-hp-hpux11.23_gcc/gcc/../ld -O2  -DIN_GCC   
-DUSE_LIBUNWIND_EXCEPTIONS -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g
-DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I.
-I/home01/botcazou/cvs/gcc/gcc -I/home01/botcazou/cvs/gcc/gcc/.
-I/home01/botcazou/cvs/gcc/gcc/../include
-I/home01/botcazou/cvs/gcc/gcc/../libcpp/include  -DL_moddi3 -fvisibility=hidden
-DHIDE_EXPORTS -fexceptions -fnon-call-exceptions -c
/home01/botcazou/cvs/gcc/gcc/libgcc2.c -o libgcc/./_moddi3.o
/home01/botcazou/cvs/gcc/gcc/libgcc2.c: In function '__modti3':
/home01/botcazou/cvs/gcc/gcc/libgcc2.c:1084: internal compiler error: RTL check:
expected code 'subreg', have 'post_inc' in mem_loc_descriptor, at dwarf2out.c:8639
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
gmake[3]: *** [libgcc/./_moddi3.o] Error 1

-- 
           Summary: RTL checking failure building libgcc
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ebotcazou at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: ia64-hp-hpux11.23
  GCC host triplet: ia64-hp-hpux11.23
GCC target triplet: ia64-hp-hpux11.23


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


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

* [Bug debug/22058] RTL checking failure building libgcc
  2005-06-14  8:41 [Bug bootstrap/22058] New: RTL checking failure building libgcc ebotcazou at gcc dot gnu dot org
@ 2005-06-14 12:52 ` pinskia at gcc dot gnu dot org
  2005-06-15  7:13 ` ebotcazou 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 @ 2005-06-14 12:52 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|bootstrap                   |debug
           Keywords|                            |build, ice-on-valid-code


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


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

* [Bug debug/22058] RTL checking failure building libgcc
  2005-06-14  8:41 [Bug bootstrap/22058] New: RTL checking failure building libgcc ebotcazou at gcc dot gnu dot org
  2005-06-14 12:52 ` [Bug debug/22058] " pinskia at gcc dot gnu dot org
@ 2005-06-15  7:13 ` ebotcazou at gcc dot gnu dot org
  2005-06-15  8:01 ` ebotcazou at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-06-15  7:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2005-06-15 07:13 -------
Probably invalid, as I was trying to bootstrap an ILP32 compiler with a LP64 one.


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


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


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

* [Bug debug/22058] RTL checking failure building libgcc
  2005-06-14  8:41 [Bug bootstrap/22058] New: RTL checking failure building libgcc ebotcazou at gcc dot gnu dot org
  2005-06-14 12:52 ` [Bug debug/22058] " pinskia at gcc dot gnu dot org
  2005-06-15  7:13 ` ebotcazou at gcc dot gnu dot org
@ 2005-06-15  8:01 ` ebotcazou at gcc dot gnu dot org
  2005-08-01 21:17 ` pinskia at gcc dot gnu dot org
  2005-08-03  9:23 ` ebotcazou at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-06-15  8:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2005-06-15 08:01 -------
> Probably invalid, as I was trying to bootstrap an ILP32 compiler with a LP64
> one.

Blah.  Same problem with the HP compiler.


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


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


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

* [Bug debug/22058] RTL checking failure building libgcc
  2005-06-14  8:41 [Bug bootstrap/22058] New: RTL checking failure building libgcc ebotcazou at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-06-15  8:01 ` ebotcazou at gcc dot gnu dot org
@ 2005-08-01 21:17 ` pinskia at gcc dot gnu dot org
  2005-08-03  9:23 ` ebotcazou at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-01 21:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-01 21:17 -------
I think this was fixed by:
http://gcc.gnu.org/ml/gcc-patches/2005-08/msg00080.html

Can you confirm this?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-checking
   Last reconfirmed|0000-00-00 00:00:00         |2005-08-01 21:17:11
               date|                            |


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


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

* [Bug debug/22058] RTL checking failure building libgcc
  2005-06-14  8:41 [Bug bootstrap/22058] New: RTL checking failure building libgcc ebotcazou at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-08-01 21:17 ` pinskia at gcc dot gnu dot org
@ 2005-08-03  9:23 ` ebotcazou at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-08-03  9:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2005-08-03 09:23 -------
> I think this was fixed by:
> http://gcc.gnu.org/ml/gcc-patches/2005-08/msg00080.html
> 
> Can you confirm this?

I can.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.1.0


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


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

end of thread, other threads:[~2005-08-03  9:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-14  8:41 [Bug bootstrap/22058] New: RTL checking failure building libgcc ebotcazou at gcc dot gnu dot org
2005-06-14 12:52 ` [Bug debug/22058] " pinskia at gcc dot gnu dot org
2005-06-15  7:13 ` ebotcazou at gcc dot gnu dot org
2005-06-15  8:01 ` ebotcazou at gcc dot gnu dot org
2005-08-01 21:17 ` pinskia at gcc dot gnu dot org
2005-08-03  9:23 ` ebotcazou 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).