public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/12383] New: Bootstrap fails in dwarf2out with `HAVE_GAS_SHF_MERGE' undeclared
@ 2003-09-24  4:01 lucier at math dot purdue dot edu
  2003-09-24  4:02 ` [Bug bootstrap/12383] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: lucier at math dot purdue dot edu @ 2003-09-24  4:01 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: Bootstrap fails in dwarf2out with `HAVE_GAS_SHF_MERGE'
                    undeclared
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: lucier at math dot purdue dot edu
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: sparc-sun-solaris2.8
  GCC host triplet: sparc-sun-solaris2.8
GCC target triplet: sparc-sun-solaris2.8

gcc -c   -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long -fno-common   -DHAVE_CONFIG_H -I.
-I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../intl
../../gcc/dwarf2out.c -o dwarf2out.o
/local/bin/bash: invalid character 45 in exportstr for OBJS-onestep
../../gcc/dwarf2out.c: In function `AT_string_form':
../../gcc/dwarf2out.c:4616: error: `HAVE_GAS_SHF_MERGE' undeclared (first use in
this function)
../../gcc/dwarf2out.c:4616: error: (Each undeclared identifier is reported only
once
../../gcc/dwarf2out.c:4616: error: for each function it appears in.)
../../gcc/dwarf2out.c: In function `output_indirect_string':
../../gcc/dwarf2out.c:12442: error: `HAVE_GAS_SHF_MERGE' undeclared (first use
in this function)
make[2]: *** [dwarf2out.o] Error 1
make[2]: Leaving directory
`/export/mdd0/users/lucier/programs/gcc/gcc-3.4/objdir-sparc/gcc'


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

* [Bug bootstrap/12383] Bootstrap fails in dwarf2out with `HAVE_GAS_SHF_MERGE' undeclared
  2003-09-24  4:01 [Bug bootstrap/12383] New: Bootstrap fails in dwarf2out with `HAVE_GAS_SHF_MERGE' undeclared lucier at math dot purdue dot edu
@ 2003-09-24  4:02 ` pinskia at gcc dot gnu dot org
  2003-09-24  4:24 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-24  4:02 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ro at techfak dot uni-
                   |                            |bielefeld dot de
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-09-24 03:39:54
               date|                            |


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-24 03:39 -------
This is due to:
I'm sure this is due to:

+2003-09-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+	* configure.in (HAVE_GAS_SHF_MERGE): Always define to test result.
+	Update description.
+	* configure: Regenerate.
+	* config.in: Likewise.
+	* dwarf2out.c (DEBUG_STR_SECTION_FLAGS): Test for
+	HAVE_GAS_SHF_MERGE value.
+	* varasm.c (mergeable_string_section): Likewise.
+	(mergeable_constant_section): Likewise.


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

* [Bug bootstrap/12383] Bootstrap fails in dwarf2out with `HAVE_GAS_SHF_MERGE' undeclared
  2003-09-24  4:01 [Bug bootstrap/12383] New: Bootstrap fails in dwarf2out with `HAVE_GAS_SHF_MERGE' undeclared lucier at math dot purdue dot edu
  2003-09-24  4:02 ` [Bug bootstrap/12383] " pinskia at gcc dot gnu dot org
@ 2003-09-24  4:24 ` cvs-commit at gcc dot gnu dot org
  2003-09-24  4:25 ` pinskia at gcc dot gnu dot org
  2003-10-17 18:16 ` [Bug bootstrap/12383] [3.4 Regression] " pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-09-24  4:24 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-09-24 03:56 -------
Subject: Bug 12383

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	pinskia@gcc.gnu.org	2003-09-24 03:56:50

Modified files:
	gcc            : ChangeLog configure 

Log message:
	2003-09-23  Andrew Pinski  <apinski@apple.com>
	
	PR bootstrap/12383
	* configure: Regenerate.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.1145&r2=2.1146
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/configure.diff?cvsroot=gcc&r1=1.750&r2=1.751


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

* [Bug bootstrap/12383] Bootstrap fails in dwarf2out with `HAVE_GAS_SHF_MERGE' undeclared
  2003-09-24  4:01 [Bug bootstrap/12383] New: Bootstrap fails in dwarf2out with `HAVE_GAS_SHF_MERGE' undeclared lucier at math dot purdue dot edu
  2003-09-24  4:02 ` [Bug bootstrap/12383] " pinskia at gcc dot gnu dot org
  2003-09-24  4:24 ` cvs-commit at gcc dot gnu dot org
@ 2003-09-24  4:25 ` pinskia at gcc dot gnu dot org
  2003-10-17 18:16 ` [Bug bootstrap/12383] [3.4 Regression] " pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-24  4:25 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

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


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-24 03:57 -------
Actually it was not caused by that patch but rather someone regenerating configure
without checking out the new version configure.in:
http://gcc.gnu.org/ml/gcc-cvs/2003-09/msg00677.html
Fixed by regenerating it.


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

* [Bug bootstrap/12383] [3.4 Regression] Bootstrap fails in dwarf2out with `HAVE_GAS_SHF_MERGE' undeclared
  2003-09-24  4:01 [Bug bootstrap/12383] New: Bootstrap fails in dwarf2out with `HAVE_GAS_SHF_MERGE' undeclared lucier at math dot purdue dot edu
                   ` (2 preceding siblings ...)
  2003-09-24  4:25 ` pinskia at gcc dot gnu dot org
@ 2003-10-17 18:16 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-17 18:16 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Bootstrap fails in dwarf2out|[3.4 Regression] Bootstrap
                   |with `HAVE_GAS_SHF_MERGE'   |fails in dwarf2out with
                   |undeclared                  |`HAVE_GAS_SHF_MERGE'
                   |                            |undeclared
   Target Milestone|---                         |3.4


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

end of thread, other threads:[~2003-10-17 18:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-24  4:01 [Bug bootstrap/12383] New: Bootstrap fails in dwarf2out with `HAVE_GAS_SHF_MERGE' undeclared lucier at math dot purdue dot edu
2003-09-24  4:02 ` [Bug bootstrap/12383] " pinskia at gcc dot gnu dot org
2003-09-24  4:24 ` cvs-commit at gcc dot gnu dot org
2003-09-24  4:25 ` pinskia at gcc dot gnu dot org
2003-10-17 18:16 ` [Bug bootstrap/12383] [3.4 Regression] " pinskia 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).