public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/56509] New: [4.8 regression] gnattols build failure
@ 2013-03-02 15:30 schwab@linux-m68k.org
  2013-03-02 16:10 ` [Bug bootstrap/56509] " schwab@linux-m68k.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: schwab@linux-m68k.org @ 2013-03-02 15:30 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 56509
           Summary: [4.8 regression] gnattols build failure
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: schwab@linux-m68k.org
            Target: powerpc-*-*


../../xgcc -B../../ -static-libgcc -I- -I../rts -I.
-I/daten/gcc/gcc-20130302/gcc/ada -DIN_GCC  -O2 -g -W -Wall -static-libstdc++
-static-libgcc  -o ../../gnatmake b_gnatm.o a-except.o ali.o ali-util.o
aspects.o s-casuti.o alloc.o atree.o binderr.o butil.o casing.o csets.o debug.o
elists.o einfo.o errout.o erroutc.o errutil.o err_vars.o fmap.o fname.o
fname-uf.o fname-sf.o gnatmake.o gnatvsn.o hostparm.o interfac.o i-c.o
i-cstrin.o krunch.o lib.o make.o makeusg.o makeutl.o mlib.o mlib-fil.o
mlib-prj.o mlib-tgt.o mlib-tgt-specific.o mlib-utl.o namet.o nlists.o opt.o
osint.o osint-m.o output.o prj.o prj-attr.o prj-attr-pm.o prj-com.o prj-dect.o
prj-env.o prj-conf.o prj-pp.o prj-err.o prj-ext.o prj-nmsc.o prj-pars.o
prj-part.o prj-proc.o prj-strt.o prj-tree.o prj-util.o restrict.o rident.o
s-exctab.o s-secsta.o s-stalib.o s-stoele.o scans.o scng.o sdefault.o
sfn_scan.o s-purexc.o s-htable.o scil_ll.o sem_aux.o sinfo.o sinput.o
sinput-c.o sinput-p.o snames.o stand.o stringt.o styleg.o stylesw.o system.o
validsw.o switch.o switch-m.o table.o targparm.o tempdir.o tree_io.o types.o
uintp.o uname.o urealp.o usage.o widechar.o  \
        targext.o link.o ../../ggc-none.o ../../libcommon-target.a
../../libcommon.a ../../../libcpp/libcpp.a ../rts/libgnat.a  
../../../libbacktrace/.libs/libbacktrace.a ../../../libiberty/libiberty.a  
../../libcommon-target.a(opts.o): In function `vec_alloc<char*>':
/daten/gcc/gcc-20130302/Build/gcc/../../gcc/vec.h:1303: undefined reference to
`operator new(unsigned int)'
collect2: error: ld returned 1 exit status
make[3]: *** [../../gnatmake] Error 1
make[3]: Leaving directory `/daten/gcc/gcc-20130302/Build/gcc/ada/tools'
make[2]: *** [gnattools-native] Error 2
make[2]: Leaving directory `/daten/gcc/gcc-20130302/Build/gnattools'
make[1]: *** [all-gnattools] Error 2


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

* [Bug bootstrap/56509] [4.8 regression] gnattols build failure
  2013-03-02 15:30 [Bug bootstrap/56509] New: [4.8 regression] gnattols build failure schwab@linux-m68k.org
@ 2013-03-02 16:10 ` schwab@linux-m68k.org
  2013-03-04  8:50 ` [Bug bootstrap/56509] [4.8 regression] gnattools " ebotcazou at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: schwab@linux-m68k.org @ 2013-03-02 16:10 UTC (permalink / raw)
  To: gcc-bugs


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

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #1 from Andreas Schwab <schwab@linux-m68k.org> 2013-03-02 16:10:15 UTC ---
Caused by r196305 which added a dependency of opts-common.o on opts.o (for
opts_concat).

../../libcommon-target.a(prefix.o)
                              osint.o (update_path)
../../libcommon-target.a(rs6000-common.o)
                              ../../libcommon-target.a(prefix.o)
(targetm_common)
../../libcommon-target.a(params.o)
                              ../../libcommon-target.a(rs6000-common.o)
(set_default_param_value(compiler_param, int))
../../libcommon-target.a(options.o)
                              ../../libcommon-target.a(rs6000-common.o)
(global_options)
../../libcommon-target.a(hooks.o)
                              ../../libcommon-target.a(rs6000-common.o)
(hook_bool_bool_gcc_optionsp_false(bool, gcc_options*))
../../libcommon-target.a(common-targhooks.o)
                              ../../libcommon-target.a(rs6000-common.o)
(default_except_unwind_info(gcc_options*))
../../libcommon-target.a(opts-common.o)
                              ../../libcommon-target.a(options.o)
(handle_generated_option(gcc_options*, gcc_options*, unsigned int, char const*,
int, unsigned int, int, unsigned int, cl_option_handlers const*,
diagnostic_context*))
../../libcommon-target.a(vec.o)
                              ../../libcommon-target.a(opts-common.o)
(vec_prefix::calculate_allocation(vec_prefix*, unsigned int, bool))
../../libcommon-target.a(opts.o)
                              ../../libcommon-target.a(opts-common.o)
(opts_concat(char const*, ...))


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

* [Bug bootstrap/56509] [4.8 regression] gnattools build failure
  2013-03-02 15:30 [Bug bootstrap/56509] New: [4.8 regression] gnattols build failure schwab@linux-m68k.org
  2013-03-02 16:10 ` [Bug bootstrap/56509] " schwab@linux-m68k.org
@ 2013-03-04  8:50 ` ebotcazou at gcc dot gnu.org
  2013-03-04  9:10 ` jakub at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2013-03-04  8:50 UTC (permalink / raw)
  To: gcc-bugs


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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-03-04
                 CC|                            |ebotcazou at gcc dot
                   |                            |gnu.org
   Target Milestone|---                         |4.8.0
            Summary|[4.8 regression] gnattols   |[4.8 regression] gnattools
                   |build failure               |build failure
     Ever Confirmed|0                           |1

--- Comment #2 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2013-03-04 08:48:59 UTC ---
If the dependency cannot be removed, we'll probably need to link the gnattools
with the C++ compiler.


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

* [Bug bootstrap/56509] [4.8 regression] gnattools build failure
  2013-03-02 15:30 [Bug bootstrap/56509] New: [4.8 regression] gnattols build failure schwab@linux-m68k.org
  2013-03-02 16:10 ` [Bug bootstrap/56509] " schwab@linux-m68k.org
  2013-03-04  8:50 ` [Bug bootstrap/56509] [4.8 regression] gnattools " ebotcazou at gcc dot gnu.org
@ 2013-03-04  9:10 ` jakub at gcc dot gnu.org
  2013-03-04 19:50 ` schwab@linux-m68k.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-03-04  9:10 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-03-04 09:08:31 UTC ---
Created attachment 29577
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29577
gcc48-pr56509.patch

Would it help to just move opts_obstack and opts_concat from opts.c to
opts-common.c ?


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

* [Bug bootstrap/56509] [4.8 regression] gnattools build failure
  2013-03-02 15:30 [Bug bootstrap/56509] New: [4.8 regression] gnattols build failure schwab@linux-m68k.org
                   ` (2 preceding siblings ...)
  2013-03-04  9:10 ` jakub at gcc dot gnu.org
@ 2013-03-04 19:50 ` schwab@linux-m68k.org
  2013-03-05  6:02 ` jakub at gcc dot gnu.org
  2013-03-05  6:20 ` jakub at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: schwab@linux-m68k.org @ 2013-03-04 19:50 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #4 from Andreas Schwab <schwab@linux-m68k.org> 2013-03-04 19:50:07 UTC ---
This is working.


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

* [Bug bootstrap/56509] [4.8 regression] gnattools build failure
  2013-03-02 15:30 [Bug bootstrap/56509] New: [4.8 regression] gnattols build failure schwab@linux-m68k.org
                   ` (3 preceding siblings ...)
  2013-03-04 19:50 ` schwab@linux-m68k.org
@ 2013-03-05  6:02 ` jakub at gcc dot gnu.org
  2013-03-05  6:20 ` jakub at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-03-05  6:02 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-03-05 06:01:24 UTC ---
Author: jakub
Date: Tue Mar  5 06:01:13 2013
New Revision: 196449

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196449
Log:
    PR bootstrap/56509
    * opts.c (opts_obstack, opts_concat): Moved to...
    * opts-common.c (opts_obstack, opts_concat): ... here.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/opts-common.c
    trunk/gcc/opts.c


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

* [Bug bootstrap/56509] [4.8 regression] gnattools build failure
  2013-03-02 15:30 [Bug bootstrap/56509] New: [4.8 regression] gnattols build failure schwab@linux-m68k.org
                   ` (4 preceding siblings ...)
  2013-03-05  6:02 ` jakub at gcc dot gnu.org
@ 2013-03-05  6:20 ` jakub at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-03-05  6:20 UTC (permalink / raw)
  To: gcc-bugs


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
         AssignedTo|unassigned at gcc dot       |jakub at gcc dot gnu.org
                   |gnu.org                     |

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-03-05 06:20:25 UTC ---
Fixed.


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

end of thread, other threads:[~2013-03-05  6:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-02 15:30 [Bug bootstrap/56509] New: [4.8 regression] gnattols build failure schwab@linux-m68k.org
2013-03-02 16:10 ` [Bug bootstrap/56509] " schwab@linux-m68k.org
2013-03-04  8:50 ` [Bug bootstrap/56509] [4.8 regression] gnattools " ebotcazou at gcc dot gnu.org
2013-03-04  9:10 ` jakub at gcc dot gnu.org
2013-03-04 19:50 ` schwab@linux-m68k.org
2013-03-05  6:02 ` jakub at gcc dot gnu.org
2013-03-05  6:20 ` jakub 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).