public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/18417] New: Ada bootstrap failure on IRIX 6.5: tb-gcc.c missing
@ 2004-11-10 13:42 gcc-bugzilla at gcc dot gnu dot org
  2004-11-10 14:14 ` [Bug ada/18417] [4.0 Regression]Ada " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: gcc-bugzilla at gcc dot gnu dot org @ 2004-11-10 13:42 UTC (permalink / raw)
  To: gcc-bugs


I just tried to bootstrap current mainline (C and Ada only) on
mips-sgi-irix6.5, but failed in Stage 1 already:

gcc -c   -g -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes     -fno-common -Wno-error  -DHAVE_CONFIG_H       -I. -Iada -I/vol/gnu/src/gcc/gcc-dist/gcc -I/vol/gnu/src/gcc/gcc-dist/gcc/ada -I/vol/gnu/src/gcc/gcc-dist/gcc/../include -I/vol/gnu/src/gcc/gcc-dist/gcc/../libcpp/include  \
      -fno-omit-frame-pointer /vol/gnu/src/gcc/gcc-dist/gcc/ada/tracebak.c -o ada/tracebak.o
/vol/gnu/src/gcc/gcc-dist/gcc/ada/tracebak.c:352:20: tb-gcc.c: No such file or directory
make[2]: *** [ada/tracebak.o] Error 1

That file is included from tracebak.c, but missing from the CVS repository.

Environment:
System: IRIX sculptor 6.5 10060437 IP32


	
host: mips-sgi-irix6.5
build: mips-sgi-irix6.5
target: mips-sgi-irix6.5
configured with: /vol/gnu/src/gcc/gcc-dist/configure --prefix=/vol/gcc --with-local-prefix=/vol/gcc --disable-nls --enable-libgcj --disable-multilib --enable-languages=c,ada --with-gnu-as --with-as=/vol/gcc/lib/gas-2.15 --disable-libmudflap

How-To-Repeat:
Try bootstrapping as above.

-- 
           Summary: Ada bootstrap failure on IRIX 6.5: tb-gcc.c missing
           Product: gcc
           Version: 0.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ro at techfak dot uni-bielefeld dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: mips-sgi-irix6.5
  GCC host triplet: mips-sgi-irix6.5
GCC target triplet: mips-sgi-irix6.5


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


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

* [Bug ada/18417] [4.0 Regression]Ada bootstrap failure on IRIX 6.5: tb-gcc.c missing
  2004-11-10 13:42 [Bug ada/18417] New: Ada bootstrap failure on IRIX 6.5: tb-gcc.c missing gcc-bugzilla at gcc dot gnu dot org
@ 2004-11-10 14:14 ` pinskia at gcc dot gnu dot org
  2004-11-12  8:36 ` hainque at act-europe dot fr
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-10 14:14 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-10 14:13 -------
#elif defined (__mips) && defined (__sgi)

#define USE_GCC_UNWINDER
#define PC_ADJUST -8

#endif
Caused by:
2004-06-25  Olivier Hainque  <hainque@act-europe.fr>

        * tracebak.c: Introduce support for a GCC infrastructure based
        implementation of __gnat_backtrace.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |charlet at gcc dot gnu dot
                   |                            |org, hainque at act-europe
                   |                            |dot fr
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |build
   Last reconfirmed|0000-00-00 00:00:00         |2004-11-10 14:13:47
               date|                            |
            Summary|Ada bootstrap failure on    |[4.0 Regression]Ada
                   |IRIX 6.5: tb-gcc.c missing  |bootstrap failure on IRIX
                   |                            |6.5: tb-gcc.c missing
   Target Milestone|---                         |4.0.0
            Version|0.0                         |4.0.0


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


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

* [Bug ada/18417] [4.0 Regression]Ada bootstrap failure on IRIX 6.5: tb-gcc.c missing
  2004-11-10 13:42 [Bug ada/18417] New: Ada bootstrap failure on IRIX 6.5: tb-gcc.c missing gcc-bugzilla at gcc dot gnu dot org
  2004-11-10 14:14 ` [Bug ada/18417] [4.0 Regression]Ada " pinskia at gcc dot gnu dot org
@ 2004-11-12  8:36 ` hainque at act-europe dot fr
  2004-11-24 14:34 ` ro at techfak dot uni-bielefeld dot de
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: hainque at act-europe dot fr @ 2004-11-12  8:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hainque at act-europe dot fr  2004-11-12 08:36 -------
Subject: Re:  [4.0 Regression]Ada bootstrap failure on IRIX 6.5: tb-gcc.c missing

pinskia at gcc dot gnu dot org wrote:
> Caused by:
> 2004-06-25  Olivier Hainque  <hainque@act-europe.fr>
> 
>         * tracebak.c: Introduce support for a GCC infrastructure based
>         implementation of __gnat_backtrace.

 I'm out of the office until monday and will only be able to properly
 address that by then. You may just not define USE_GCC_UNWINDER in the
 SGI section to workaround in the meantime.

 Olivier

 



-- 


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


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

* [Bug ada/18417] [4.0 Regression]Ada bootstrap failure on IRIX 6.5: tb-gcc.c missing
  2004-11-10 13:42 [Bug ada/18417] New: Ada bootstrap failure on IRIX 6.5: tb-gcc.c missing gcc-bugzilla at gcc dot gnu dot org
  2004-11-10 14:14 ` [Bug ada/18417] [4.0 Regression]Ada " pinskia at gcc dot gnu dot org
  2004-11-12  8:36 ` hainque at act-europe dot fr
@ 2004-11-24 14:34 ` ro at techfak dot uni-bielefeld dot de
  2004-11-24 14:37 ` charlet at adacore dot com
  2004-11-25 13:33 ` charlet at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: ro at techfak dot uni-bielefeld dot de @ 2004-11-24 14:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ro at techfak dot uni-bielefeld dot de  2004-11-24 14:34 -------
Subject: Re:  [4.0 Regression]Ada bootstrap failure on IRIX 6.5: tb-gcc.c missing

hainque at act-europe dot fr writes:

> pinskia at gcc dot gnu dot org wrote:
> > Caused by:
> > 2004-06-25  Olivier Hainque  <hainque@act-europe.fr>
> > 
> >         * tracebak.c: Introduce support for a GCC infrastructure based
> >         implementation of __gnat_backtrace.
> 
>  I'm out of the office until monday and will only be able to properly
>  address that by then. You may just not define USE_GCC_UNWINDER in the
>  SGI section to workaround in the meantime.

The tb-gcc.c file is still missing from the repository.  Would you please
add it soon?

Thanks.
	Rainer


-- 


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


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

* [Bug ada/18417] [4.0 Regression]Ada bootstrap failure on IRIX 6.5: tb-gcc.c missing
  2004-11-10 13:42 [Bug ada/18417] New: Ada bootstrap failure on IRIX 6.5: tb-gcc.c missing gcc-bugzilla at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-11-24 14:34 ` ro at techfak dot uni-bielefeld dot de
@ 2004-11-24 14:37 ` charlet at adacore dot com
  2004-11-25 13:33 ` charlet at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: charlet at adacore dot com @ 2004-11-24 14:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From charlet at adacore dot com  2004-11-24 14:37 -------
Subject: Re:  [4.0 Regression]Ada bootstrap failure on IRIX 6.5: tb-gcc.c missing

> The tb-gcc.c file is still missing from the repository.  Would you please
> add it soon?

Thanks for the reminder, I indeed forgot about it.

I'll work on it as soon as possible.

Arno


-- 


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


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

* [Bug ada/18417] [4.0 Regression]Ada bootstrap failure on IRIX 6.5: tb-gcc.c missing
  2004-11-10 13:42 [Bug ada/18417] New: Ada bootstrap failure on IRIX 6.5: tb-gcc.c missing gcc-bugzilla at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-11-24 14:37 ` charlet at adacore dot com
@ 2004-11-25 13:33 ` charlet at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: charlet at gcc dot gnu dot org @ 2004-11-25 13:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From charlet at gcc dot gnu dot org  2004-11-25 13:33 -------
I just committed tb-gcc.c on mainline.

Sorry about not mentioning the PR in the revision log, I couldn't find
the PR when I looked for it.

Arno

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


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


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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-10 13:42 [Bug ada/18417] New: Ada bootstrap failure on IRIX 6.5: tb-gcc.c missing gcc-bugzilla at gcc dot gnu dot org
2004-11-10 14:14 ` [Bug ada/18417] [4.0 Regression]Ada " pinskia at gcc dot gnu dot org
2004-11-12  8:36 ` hainque at act-europe dot fr
2004-11-24 14:34 ` ro at techfak dot uni-bielefeld dot de
2004-11-24 14:37 ` charlet at adacore dot com
2004-11-25 13:33 ` charlet 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).