public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug regression/40800]  New: libcpp breaks bootstrap
@ 2009-07-18 17:53 kargl at gcc dot gnu dot org
  2009-07-18 17:53 ` [Bug regression/40800] " kargl at gcc dot gnu dot org
                   ` (22 more replies)
  0 siblings, 23 replies; 24+ messages in thread
From: kargl at gcc dot gnu dot org @ 2009-07-18 17:53 UTC (permalink / raw)
  To: gcc-bugs

gmake[3]: Entering directory `/usr/home/kargl/gcc/obj4x/libcpp'
source='../../gcc4x/libcpp/charset.c' object='charset.o' libtool=no
DEPDIR=.deps  /bin/sh ../../gcc4x/libcpp/../depcomp gcc  -I../../gcc4x/libcpp
-I. -I../../gcc4x/libcpp/../include -I./../intl -I../../gcc4x/libcpp/include 
-g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wmissing-format-attribute
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat
-pedantic -Wno-long-long  -I../../gcc4x/libcpp -I.
-I../../gcc4x/libcpp/../include -I./../intl -I../../gcc4x/libcpp/include  -c
../../gcc4x/libcpp/charset.c
depcomp: Variables source, object and depmode must be set
gmake[3]: *** [charset.o] Error 1
gmake[3]: Leaving directory `/usr/home/kargl/gcc/obj4x/libcpp'
gmake[2]: *** [all-stage1-libcpp] Error 2
gmake[2]: Leaving directory `/usr/home/kargl/gcc/obj4x'
gmake[1]: *** [stage1-bubble] Error 2
gmake[1]: Leaving directory `/usr/home/kargl/gcc/obj4x'
gmake: *** [bootstrap] Error 2


-- 
           Summary: libcpp breaks bootstrap
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: regression
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kargl at gcc dot gnu dot org


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


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

* [Bug regression/40800] libcpp breaks bootstrap
  2009-07-18 17:53 [Bug regression/40800] New: libcpp breaks bootstrap kargl at gcc dot gnu dot org
@ 2009-07-18 17:53 ` kargl at gcc dot gnu dot org
  2009-07-18 18:00 ` kargl at gcc dot gnu dot org
                   ` (21 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: kargl at gcc dot gnu dot org @ 2009-07-18 17:53 UTC (permalink / raw)
  To: gcc-bugs



-- 

kargl at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1


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


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

* [Bug regression/40800] libcpp breaks bootstrap
  2009-07-18 17:53 [Bug regression/40800] New: libcpp breaks bootstrap kargl at gcc dot gnu dot org
  2009-07-18 17:53 ` [Bug regression/40800] " kargl at gcc dot gnu dot org
@ 2009-07-18 18:00 ` kargl at gcc dot gnu dot org
  2009-07-18 18:09 ` kargl at gcc dot gnu dot org
                   ` (20 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: kargl at gcc dot gnu dot org @ 2009-07-18 18:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from kargl at gcc dot gnu dot org  2009-07-18 18:00 -------
This is caused by revision 149763

REMOVE:kargl[252] svn merge -r149763:149762 .

allows bootstrap to proceed.


-- 


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


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

* [Bug regression/40800] libcpp breaks bootstrap
  2009-07-18 17:53 [Bug regression/40800] New: libcpp breaks bootstrap kargl at gcc dot gnu dot org
  2009-07-18 17:53 ` [Bug regression/40800] " kargl at gcc dot gnu dot org
  2009-07-18 18:00 ` kargl at gcc dot gnu dot org
@ 2009-07-18 18:09 ` kargl at gcc dot gnu dot org
  2009-07-18 18:53 ` jlquinn at optonline dot net
                   ` (19 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: kargl at gcc dot gnu dot org @ 2009-07-18 18:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from kargl at gcc dot gnu dot org  2009-07-18 18:09 -------
Note, I configure my build with

../gcc4x/configure --prefix=$HOME/work --enable-languages=c,fortran


-- 


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


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

* [Bug regression/40800] libcpp breaks bootstrap
  2009-07-18 17:53 [Bug regression/40800] New: libcpp breaks bootstrap kargl at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2009-07-18 18:09 ` kargl at gcc dot gnu dot org
@ 2009-07-18 18:53 ` jlquinn at optonline dot net
  2009-07-18 19:30 ` kargl at gcc dot gnu dot org
                   ` (18 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: jlquinn at optonline dot net @ 2009-07-18 18:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jlquinn at optonline dot net  2009-07-18 18:52 -------
(In reply to comment #2)
> Note, I configure my build with
> 
> ../gcc4x/configure --prefix=$HOME/work --enable-languages=c,fortran

I can't reproduce the problem on my system.  Can you recreate the bug?  Then
attach libcpp/Makefile, libcpp/config.log, and libcpp/config.cache?

Thanks


-- 


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


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

* [Bug regression/40800] libcpp breaks bootstrap
  2009-07-18 17:53 [Bug regression/40800] New: libcpp breaks bootstrap kargl at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2009-07-18 18:53 ` jlquinn at optonline dot net
@ 2009-07-18 19:30 ` kargl at gcc dot gnu dot org
  2009-07-18 19:31 ` kargl at gcc dot gnu dot org
                   ` (17 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: kargl at gcc dot gnu dot org @ 2009-07-18 19:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from kargl at gcc dot gnu dot org  2009-07-18 19:30 -------
Build fails also on x86_64-unknown-freebsd8.0


-- 


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


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

* [Bug regression/40800] libcpp breaks bootstrap
  2009-07-18 17:53 [Bug regression/40800] New: libcpp breaks bootstrap kargl at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2009-07-18 19:30 ` kargl at gcc dot gnu dot org
@ 2009-07-18 19:31 ` kargl at gcc dot gnu dot org
  2009-07-18 19:32 ` kargl at gcc dot gnu dot org
                   ` (16 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: kargl at gcc dot gnu dot org @ 2009-07-18 19:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from kargl at gcc dot gnu dot org  2009-07-18 19:31 -------
Created an attachment (id=18221)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18221&action=view)
libcpp/Makefile


-- 


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


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

* [Bug regression/40800] libcpp breaks bootstrap
  2009-07-18 17:53 [Bug regression/40800] New: libcpp breaks bootstrap kargl at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2009-07-18 19:32 ` kargl at gcc dot gnu dot org
@ 2009-07-18 19:32 ` kargl at gcc dot gnu dot org
  2009-07-18 20:09 ` danglin at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: kargl at gcc dot gnu dot org @ 2009-07-18 19:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from kargl at gcc dot gnu dot org  2009-07-18 19:31 -------
Created an attachment (id=18222)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18222&action=view)
libcpp/config.cache


-- 


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


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

* [Bug regression/40800] libcpp breaks bootstrap
  2009-07-18 17:53 [Bug regression/40800] New: libcpp breaks bootstrap kargl at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2009-07-18 19:31 ` kargl at gcc dot gnu dot org
@ 2009-07-18 19:32 ` kargl at gcc dot gnu dot org
  2009-07-18 19:32 ` kargl at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: kargl at gcc dot gnu dot org @ 2009-07-18 19:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from kargl at gcc dot gnu dot org  2009-07-18 19:32 -------
Created an attachment (id=18223)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18223&action=view)
libcpp/config.log


-- 


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


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

* [Bug regression/40800] libcpp breaks bootstrap
  2009-07-18 17:53 [Bug regression/40800] New: libcpp breaks bootstrap kargl at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2009-07-18 19:32 ` kargl at gcc dot gnu dot org
@ 2009-07-18 20:09 ` danglin at gcc dot gnu dot org
  2009-07-18 20:11 ` kargl at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: danglin at gcc dot gnu dot org @ 2009-07-18 20:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from danglin at gcc dot gnu dot org  2009-07-18 20:09 -------
Also seen on hppa64-hp-hpux11.11.


-- 

danglin at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |danglin at gcc dot gnu dot
                   |                            |org


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


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

* [Bug regression/40800] libcpp breaks bootstrap
  2009-07-18 17:53 [Bug regression/40800] New: libcpp breaks bootstrap kargl at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2009-07-18 20:09 ` danglin at gcc dot gnu dot org
@ 2009-07-18 20:11 ` kargl at gcc dot gnu dot org
  2009-07-19  5:09 ` jlquinn at optonline dot net
                   ` (12 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: kargl at gcc dot gnu dot org @ 2009-07-18 20:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from kargl at gcc dot gnu dot org  2009-07-18 20:11 -------
Created an attachment (id=18224)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18224&action=view)
Tail end of build log

Note the portion of the log that read

checking whether gcc supports -pedantic -Wno-long-long... yes
test: no: unexpected operator
checking dependency style of g++... gcc3
checking whether time.h and sys/time.h may both be included... yes
checking whether string.h and strings.h may both be included... yes
test: no: unexpected operator
checking how to run the C++ preprocessor... g++ -E

Looks like the configure is broken.


-- 


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


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

* [Bug regression/40800] libcpp breaks bootstrap
  2009-07-18 17:53 [Bug regression/40800] New: libcpp breaks bootstrap kargl at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2009-07-18 20:11 ` kargl at gcc dot gnu dot org
@ 2009-07-19  5:09 ` jlquinn at optonline dot net
  2009-07-19  5:30 ` sgk at troutmask dot apl dot washington dot edu
                   ` (11 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: jlquinn at optonline dot net @ 2009-07-19  5:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from jlquinn at optonline dot net  2009-07-19 05:09 -------
(In reply to comment #9)
> Looks like the configure is broken.

One thing I can see from the log is that configure is acting as if
ENABLE_BUILD_WITH_CXX is enabled.  Can you try the following patch on
libcpp/configure, and see if that fixes the problem?


Index: configure
===================================================================
--- configure   (revision 149777)
+++ configure   (working copy)
@@ -3342,7 +3342,7 @@
           ac_config_commands="$ac_config_commands depdir"


-if test "$ENABLE_BUILD_WITH_CXX" == "no"; then
+if test "$ENABLE_BUILD_WITH_CXX" = "no"; then
 depcc="$CC"   am_compiler_list=

 am_depcomp=$ac_aux_dir/depcomp
@@ -3674,7 +3674,7 @@
 # AC_CHECK_HEADERS is repeated to work around apparent autoconf 2.59 bug.  If
 # AC_CHECK_HEADERS comes after the if clause, the last AC_LANG call gets used,
 # no matter which branch is taken.
-if test "$ENABLE_BUILD_WITH_CXX" == "no"; then
+if test "$ENABLE_BUILD_WITH_CXX" = "no"; then
    ac_ext=c
 ac_cpp='$CPP $CPPFLAGS'
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'


-- 


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


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

* [Bug regression/40800] libcpp breaks bootstrap
  2009-07-18 17:53 [Bug regression/40800] New: libcpp breaks bootstrap kargl at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2009-07-19  5:09 ` jlquinn at optonline dot net
@ 2009-07-19  5:30 ` sgk at troutmask dot apl dot washington dot edu
  2009-07-19 15:56 ` jlquinn at optonline dot net
                   ` (10 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: sgk at troutmask dot apl dot washington dot edu @ 2009-07-19  5:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from sgk at troutmask dot apl dot washington dot edu  2009-07-19 05:30 -------
Subject: Re:  libcpp breaks bootstrap

On Sun, Jul 19, 2009 at 05:09:31AM -0000, jlquinn at optonline dot net wrote:
> 
> 
> ------- Comment #10 from jlquinn at optonline dot net  2009-07-19 05:09 -------
> (In reply to comment #9)
> > Looks like the configure is broken.
> 
> One thing I can see from the log is that configure is acting as if
> ENABLE_BUILD_WITH_CXX is enabled.  Can you try the following patch on
> libcpp/configure, and see if that fixes the problem?
> 
> 
> Index: configure
> ===================================================================
> --- configure   (revision 149777)
> +++ configure   (working copy)
> @@ -3342,7 +3342,7 @@
>            ac_config_commands="$ac_config_commands depdir"
> 
> 
> -if test "$ENABLE_BUILD_WITH_CXX" == "no"; then
> +if test "$ENABLE_BUILD_WITH_CXX" = "no"; then
>  depcc="$CC"   am_compiler_list=
> 
>  am_depcomp=$ac_aux_dir/depcomp
> @@ -3674,7 +3674,7 @@
>  # AC_CHECK_HEADERS is repeated to work around apparent autoconf 2.59 bug.  If
>  # AC_CHECK_HEADERS comes after the if clause, the last AC_LANG call gets used,
>  # no matter which branch is taken.
> -if test "$ENABLE_BUILD_WITH_CXX" == "no"; then
> +if test "$ENABLE_BUILD_WITH_CXX" = "no"; then
>     ac_ext=c
>  ac_cpp='$CPP $CPPFLAGS'
>  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
> 

This patch appears to fix the problem.  At least, bootstrap has made it
past the initial build of libcpp.  I don't know if this is the correct
fix in that I know very little about autoconf.


-- 


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


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

* [Bug regression/40800] libcpp breaks bootstrap
  2009-07-18 17:53 [Bug regression/40800] New: libcpp breaks bootstrap kargl at gcc dot gnu dot org
                   ` (11 preceding siblings ...)
  2009-07-19  5:30 ` sgk at troutmask dot apl dot washington dot edu
@ 2009-07-19 15:56 ` jlquinn at optonline dot net
  2009-07-19 17:24 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (9 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: jlquinn at optonline dot net @ 2009-07-19 15:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from jlquinn at optonline dot net  2009-07-19 15:56 -------
(In reply to comment #8)
> Also seen on hppa64-hp-hpux11.11.
> 

Does the patch also fix the hpux failure?


-- 


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


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

* [Bug regression/40800] libcpp breaks bootstrap
  2009-07-18 17:53 [Bug regression/40800] New: libcpp breaks bootstrap kargl at gcc dot gnu dot org
                   ` (12 preceding siblings ...)
  2009-07-19 15:56 ` jlquinn at optonline dot net
@ 2009-07-19 17:24 ` dave at hiauly1 dot hia dot nrc dot ca
  2009-07-19 21:16 ` jlquinn at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2009-07-19 17:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from dave at hiauly1 dot hia dot nrc dot ca  2009-07-19 17:24 -------
Subject: Re:  libcpp breaks bootstrap

> (In reply to comment #8)
> > Also seen on hppa64-hp-hpux11.11.
> > 
> 
> Does the patch also fix the hpux failure?

Yes.

Dave


-- 


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


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

* [Bug regression/40800] libcpp breaks bootstrap
  2009-07-18 17:53 [Bug regression/40800] New: libcpp breaks bootstrap kargl at gcc dot gnu dot org
                   ` (13 preceding siblings ...)
  2009-07-19 17:24 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2009-07-19 21:16 ` jlquinn at gcc dot gnu dot org
  2009-07-20 16:51 ` kargl at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: jlquinn at gcc dot gnu dot org @ 2009-07-19 21:16 UTC (permalink / raw)
  To: gcc-bugs



-- 

jlquinn at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jlquinn at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-07-19 21:16:26
               date|                            |


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


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

* [Bug regression/40800] libcpp breaks bootstrap
  2009-07-18 17:53 [Bug regression/40800] New: libcpp breaks bootstrap kargl at gcc dot gnu dot org
                   ` (14 preceding siblings ...)
  2009-07-19 21:16 ` jlquinn at gcc dot gnu dot org
@ 2009-07-20 16:51 ` kargl at gcc dot gnu dot org
  2009-07-20 17:18 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (6 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: kargl at gcc dot gnu dot org @ 2009-07-20 16:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from kargl at gcc dot gnu dot org  2009-07-20 16:51 -------
Can you commit your fix 

http://gcc.gnu.org/ml/gcc-patches/2009-07/msg01109.html

or revert your change that is causing the problem?


-- 


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


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

* [Bug regression/40800] libcpp breaks bootstrap
  2009-07-18 17:53 [Bug regression/40800] New: libcpp breaks bootstrap kargl at gcc dot gnu dot org
                   ` (15 preceding siblings ...)
  2009-07-20 16:51 ` kargl at gcc dot gnu dot org
@ 2009-07-20 17:18 ` dave at hiauly1 dot hia dot nrc dot ca
  2009-07-20 17:43 ` jlquinn at optonline dot net
                   ` (5 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2009-07-20 17:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from dave at hiauly1 dot hia dot nrc dot ca  2009-07-20 17:17 -------
Subject: Re:  libcpp breaks bootstrap

> Can you commit your fix 
> 
> http://gcc.gnu.org/ml/gcc-patches/2009-07/msg01109.html
> 
> or revert your change that is causing the problem?

configure.ac needs to be changed and configure rebuilt.

Dave


-- 


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


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

* [Bug regression/40800] libcpp breaks bootstrap
  2009-07-18 17:53 [Bug regression/40800] New: libcpp breaks bootstrap kargl at gcc dot gnu dot org
                   ` (16 preceding siblings ...)
  2009-07-20 17:18 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2009-07-20 17:43 ` jlquinn at optonline dot net
  2009-07-20 17:51 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (4 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: jlquinn at optonline dot net @ 2009-07-20 17:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #16 from jlquinn at optonline dot net  2009-07-20 17:42 -------
(In reply to comment #14)
> Can you commit your fix 
> 
> http://gcc.gnu.org/ml/gcc-patches/2009-07/msg01109.html
> 
> or revert your change that is causing the problem?

I posted the fix yesterday.  I'm write-after-approval, and I thought I needed
to wait for someone to OK the patch.

The actual patch makes the change to configure.ac and regenerates configure
from there.


-- 


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


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

* [Bug regression/40800] libcpp breaks bootstrap
  2009-07-18 17:53 [Bug regression/40800] New: libcpp breaks bootstrap kargl at gcc dot gnu dot org
                   ` (17 preceding siblings ...)
  2009-07-20 17:43 ` jlquinn at optonline dot net
@ 2009-07-20 17:51 ` dave at hiauly1 dot hia dot nrc dot ca
  2009-07-20 17:57 ` sgk at troutmask dot apl dot washington dot edu
                   ` (3 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2009-07-20 17:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #17 from dave at hiauly1 dot hia dot nrc dot ca  2009-07-20 17:51 -------
Subject: Re:  libcpp breaks bootstrap

> I posted the fix yesterday.  I'm write-after-approval, and I thought I needed
> to wait for someone to OK the patch.

Probably could have been applied as obvious.

Dave


-- 


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


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

* [Bug regression/40800] libcpp breaks bootstrap
  2009-07-18 17:53 [Bug regression/40800] New: libcpp breaks bootstrap kargl at gcc dot gnu dot org
                   ` (18 preceding siblings ...)
  2009-07-20 17:51 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2009-07-20 17:57 ` sgk at troutmask dot apl dot washington dot edu
  2009-07-20 18:09 ` jlquinn at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: sgk at troutmask dot apl dot washington dot edu @ 2009-07-20 17:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #18 from sgk at troutmask dot apl dot washington dot edu  2009-07-20 17:56 -------
Subject: Re:  libcpp breaks bootstrap

On Mon, Jul 20, 2009 at 05:42:50PM -0000, jlquinn at optonline dot net wrote:
> 
> 
> ------- Comment #16 from jlquinn at optonline dot net  2009-07-20 17:42 -------
> (In reply to comment #14)
> > Can you commit your fix 
> > 
> > http://gcc.gnu.org/ml/gcc-patches/2009-07/msg01109.html
> > 
> > or revert your change that is causing the problem?
> 
> I posted the fix yesterday.  I'm write-after-approval, and I thought I needed
> to wait for someone to OK the patch.
> 
> The actual patch makes the change to configure.ac and regenerates configure
> from there.
> 

Given that your subject line includes freebsd8.0.  I doubt anyone
will jump up and review your patch unless you specifically ping the
person who approved your original patch.

I also doubt write-after-approval applies in a situation where
your previous commit has completely broken the ability for
more than one OS to bootstrap.


-- 


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


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

* [Bug regression/40800] libcpp breaks bootstrap
  2009-07-18 17:53 [Bug regression/40800] New: libcpp breaks bootstrap kargl at gcc dot gnu dot org
                   ` (19 preceding siblings ...)
  2009-07-20 17:57 ` sgk at troutmask dot apl dot washington dot edu
@ 2009-07-20 18:09 ` jlquinn at gcc dot gnu dot org
  2009-07-20 18:28 ` sgk at troutmask dot apl dot washington dot edu
  2009-07-20 19:00 ` jlquinn at gcc dot gnu dot org
  22 siblings, 0 replies; 24+ messages in thread
From: jlquinn at gcc dot gnu dot org @ 2009-07-20 18:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #19 from jlquinn at gcc dot gnu dot org  2009-07-20 18:09 -------
Subject: Bug 40800

Author: jlquinn
Date: Mon Jul 20 18:09:33 2009
New Revision: 149826

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149826
Log:
2009-07-20  Jerry Quinn  <jlquinn@optonline.net>

            PR regression/40800
            * configure.ac: Use = instead of == for testing
            ENABLE_BUILD_WITH_CXX.
            * configure: Rebuild.


Modified:
    trunk/libcpp/ChangeLog
    trunk/libcpp/configure
    trunk/libcpp/configure.ac


-- 


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


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

* [Bug regression/40800] libcpp breaks bootstrap
  2009-07-18 17:53 [Bug regression/40800] New: libcpp breaks bootstrap kargl at gcc dot gnu dot org
                   ` (20 preceding siblings ...)
  2009-07-20 18:09 ` jlquinn at gcc dot gnu dot org
@ 2009-07-20 18:28 ` sgk at troutmask dot apl dot washington dot edu
  2009-07-20 19:00 ` jlquinn at gcc dot gnu dot org
  22 siblings, 0 replies; 24+ messages in thread
From: sgk at troutmask dot apl dot washington dot edu @ 2009-07-20 18:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #20 from sgk at troutmask dot apl dot washington dot edu  2009-07-20 18:28 -------
Subject: Re:  libcpp breaks bootstrap

On Mon, Jul 20, 2009 at 06:09:46PM -0000, jlquinn at gcc dot gnu dot org wrote:
> 
> Author: jlquinn
> Date: Mon Jul 20 18:09:33 2009
> New Revision: 149826
> 
> URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149826
> Log:
> 2009-07-20  Jerry Quinn  <jlquinn@optonline.net>
> 
>             PR regression/40800
>             * configure.ac: Use = instead of == for testing
>             ENABLE_BUILD_WITH_CXX.
>             * configure: Rebuild.
> 

Thanks!


-- 


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


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

* [Bug regression/40800] libcpp breaks bootstrap
  2009-07-18 17:53 [Bug regression/40800] New: libcpp breaks bootstrap kargl at gcc dot gnu dot org
                   ` (21 preceding siblings ...)
  2009-07-20 18:28 ` sgk at troutmask dot apl dot washington dot edu
@ 2009-07-20 19:00 ` jlquinn at gcc dot gnu dot org
  22 siblings, 0 replies; 24+ messages in thread
From: jlquinn at gcc dot gnu dot org @ 2009-07-20 19:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #21 from jlquinn at gcc dot gnu dot org  2009-07-20 19:00 -------
http://gcc.gnu.org/ml/gcc-patches/2009-07/msg01109.html

Committed as patch is simple and fixes multiple platforms.


-- 

jlquinn at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2009-07-20 19:00 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-18 17:53 [Bug regression/40800] New: libcpp breaks bootstrap kargl at gcc dot gnu dot org
2009-07-18 17:53 ` [Bug regression/40800] " kargl at gcc dot gnu dot org
2009-07-18 18:00 ` kargl at gcc dot gnu dot org
2009-07-18 18:09 ` kargl at gcc dot gnu dot org
2009-07-18 18:53 ` jlquinn at optonline dot net
2009-07-18 19:30 ` kargl at gcc dot gnu dot org
2009-07-18 19:31 ` kargl at gcc dot gnu dot org
2009-07-18 19:32 ` kargl at gcc dot gnu dot org
2009-07-18 19:32 ` kargl at gcc dot gnu dot org
2009-07-18 20:09 ` danglin at gcc dot gnu dot org
2009-07-18 20:11 ` kargl at gcc dot gnu dot org
2009-07-19  5:09 ` jlquinn at optonline dot net
2009-07-19  5:30 ` sgk at troutmask dot apl dot washington dot edu
2009-07-19 15:56 ` jlquinn at optonline dot net
2009-07-19 17:24 ` dave at hiauly1 dot hia dot nrc dot ca
2009-07-19 21:16 ` jlquinn at gcc dot gnu dot org
2009-07-20 16:51 ` kargl at gcc dot gnu dot org
2009-07-20 17:18 ` dave at hiauly1 dot hia dot nrc dot ca
2009-07-20 17:43 ` jlquinn at optonline dot net
2009-07-20 17:51 ` dave at hiauly1 dot hia dot nrc dot ca
2009-07-20 17:57 ` sgk at troutmask dot apl dot washington dot edu
2009-07-20 18:09 ` jlquinn at gcc dot gnu dot org
2009-07-20 18:28 ` sgk at troutmask dot apl dot washington dot edu
2009-07-20 19:00 ` jlquinn 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).