public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/44165]  New: 5/15/2010 snapshot build failure on hppa Linux
@ 2010-05-17 13:08 michael dot a dot richmond at nasa dot gov
  2010-05-24 15:36 ` [Bug target/44165] " danglin at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: michael dot a dot richmond at nasa dot gov @ 2010-05-17 13:08 UTC (permalink / raw)
  To: gcc-bugs

When I attempt to compile the snapshot of 5/15/2010 on an HPPA workstation
under Debian Linux 5.0 I get the following messages:

checking whether the C compiler works... configure: error: in
`/home/mrichmon/gcc-4.6-20100515/g95/hppa1.1-unknown-linux-gnu/libgomp':
configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.
make[2]: *** [configure-stage1-target-libgomp] Error 1
make[2]: Leaving directory `/home/mrichmon/gcc-4.6-20100515/g95'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/home/mrichmon/gcc-4.6-20100515/g95'
make: *** [all] Error 2
Error running make


-- 
           Summary: 5/15/2010 snapshot build failure on hppa Linux
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: michael dot a dot richmond at nasa dot gov
 GCC build triplet: hppa1.1-unknown-linux-gnu
  GCC host triplet: hppa1.1-unknown-linux-gnu
GCC target triplet: hppa1.1-unknown-linux-gnu


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


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

* [Bug target/44165] 5/15/2010 snapshot build failure on hppa Linux
  2010-05-17 13:08 [Bug c/44165] New: 5/15/2010 snapshot build failure on hppa Linux michael dot a dot richmond at nasa dot gov
@ 2010-05-24 15:36 ` danglin at gcc dot gnu dot org
  2010-05-29 20:18 ` danglin at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: danglin at gcc dot gnu dot org @ 2010-05-24 15:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from danglin at gcc dot gnu dot org  2010-05-24 15:36 -------
I have also seen this error.

It's a bit of a puzzle.  A segfault occurs in the startup of
the a.out file run by configure.  A null constructor address
is loaded from the constructor table causing the fault. 


-- 

danglin at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-05-24 15:36:21
               date|                            |


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


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

* [Bug target/44165] 5/15/2010 snapshot build failure on hppa Linux
  2010-05-17 13:08 [Bug c/44165] New: 5/15/2010 snapshot build failure on hppa Linux michael dot a dot richmond at nasa dot gov
  2010-05-24 15:36 ` [Bug target/44165] " danglin at gcc dot gnu dot org
@ 2010-05-29 20:18 ` danglin at gcc dot gnu dot org
  2010-05-29 22:25 ` danglin at gcc dot gnu dot org
  2010-05-29 22:29 ` danglin at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: danglin at gcc dot gnu dot org @ 2010-05-29 20:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from danglin at gcc dot gnu dot org  2010-05-29 20:18 -------
This was introduced by the following change:

2010-05-12  Jan Hubicka  <jh@suse.cz>

        * cgraph.h (struct varpool_node): Add aux.
        * varasm.c (find_decl_and_mark_needed): Force output of varpool nodes.
        * varpool.c (varpool_remove_node): Do not remove initializer.
        (varpool_reset_queue): Export.
        (varpool_finalize_decl): Volatile vars are forced to be output.
        * lto-symtab.c (lto_varpool_replace_node): Clear out initializer of
        replaced decl.
        * ipa.c (enqueue_cgraph_node, enqueue_varpool_node,
        process_references, varpool_can_remove_if_no_refs): New functions.
        (cgraph_remove_unreachable_nodes): Handle variables too.


-- 


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


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

* [Bug target/44165] 5/15/2010 snapshot build failure on hppa Linux
  2010-05-17 13:08 [Bug c/44165] New: 5/15/2010 snapshot build failure on hppa Linux michael dot a dot richmond at nasa dot gov
  2010-05-24 15:36 ` [Bug target/44165] " danglin at gcc dot gnu dot org
  2010-05-29 20:18 ` danglin at gcc dot gnu dot org
@ 2010-05-29 22:25 ` danglin at gcc dot gnu dot org
  2010-05-29 22:29 ` danglin at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: danglin at gcc dot gnu dot org @ 2010-05-29 22:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from danglin at gcc dot gnu dot org  2010-05-29 22:25 -------
Subject: Bug 44165

Author: danglin
Date: Sat May 29 22:24:59 2010
New Revision: 160038

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=160038
Log:
        PR target/44165
        * config/pa/pa32-linux.h (CTOR_LIST_BEGIN): Mark __CTOR_LIST__ as used.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/pa/pa32-linux.h


-- 


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


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

* [Bug target/44165] 5/15/2010 snapshot build failure on hppa Linux
  2010-05-17 13:08 [Bug c/44165] New: 5/15/2010 snapshot build failure on hppa Linux michael dot a dot richmond at nasa dot gov
                   ` (2 preceding siblings ...)
  2010-05-29 22:25 ` danglin at gcc dot gnu dot org
@ 2010-05-29 22:29 ` danglin at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: danglin at gcc dot gnu dot org @ 2010-05-29 22:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from danglin at gcc dot gnu dot org  2010-05-29 22:29 -------
Fixed by patch.


-- 

danglin at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2010-05-29 22:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-17 13:08 [Bug c/44165] New: 5/15/2010 snapshot build failure on hppa Linux michael dot a dot richmond at nasa dot gov
2010-05-24 15:36 ` [Bug target/44165] " danglin at gcc dot gnu dot org
2010-05-29 20:18 ` danglin at gcc dot gnu dot org
2010-05-29 22:25 ` danglin at gcc dot gnu dot org
2010-05-29 22:29 ` danglin 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).