--- Comment #1 from rwild at gcc dot gnu dot org 2008-12-19 17:02 ---
The code in question is
if test -f $gcc_cv_binutils_srcdir/configure.in \
&& test -f ../binutils/Makefile \
&& test x$build = x$host; then
gcc_cv_nm=../binutils/nm-new$build_exeext
--- Comment #5 from rwild at gcc dot gnu dot org 2008-12-29 14:24 ---
First, please get a pristine source tree again. Then, rebuild in a build tree
that is not a subdirectory of the source tree. Let's see how many errors that
removes. (It is absolutely essential that you start
--- Comment #4 from rwild at gcc dot gnu dot org 2009-01-13 13:05 ---
(In reply to comment #3)
> for ac_var in `(set) 2>&1 |
>sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
>
That happens much earlier than the posted errors.
Thomas,
--- Comment #2 from rwild at gcc dot gnu dot org 2009-01-13 13:10 ---
Relinking in itself is not a bug. You can avoid it on some systems
(but likely not on yours) with --enable-fast-install.
On some systems it is simply necessary.
If there is a specific problem you have with the
--- Comment #7 from rwild at gcc dot gnu dot org 2009-01-14 18:02 ---
Please go into the gcc directory in the build tree and confirm that
./config.status
reproduces the errors (ignore further errors). If yes, then please show
the output of
./config.status -d
wc confstat*/*
If
--- Comment #9 from rwild at gcc dot gnu dot org 2009-01-15 07:16 ---
> I had no knowledge of `config.status -d`, but this helped me a lot. I've been
> able to see the confstat temporary files and figure out the problem. Thanks
> for
> pointing this out, this will
--- Comment #24 from rwild at gcc dot gnu dot org 2009-01-16 15:13 ---
(In reply to comment #23)
> This patch fixes the file magic regex for hppa*64*.
> All dependent files have to be regenerated.
>
> This modified regex allows to detect PA-RISC shared objects with the na
--- Comment #2 from rwild at gcc dot gnu dot org 2009-06-15 16:11 ---
Would it help to work around this issue by collecting the objects in one or
more
convenience archives and linking those (plus at least one plain object)
together
to form libgfortran.la? The intermediate partially
--- Comment #2 from rwild at gcc dot gnu dot org 2009-07-07 19:57 ---
Subject: Bug 40010
Author: rwild
Date: Tue Jul 7 19:57:15 2009
New Revision: 149345
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149345
Log:
gcc/
2009-06-23 Mark Loeser
PR bui
--- Comment #3 from rwild at gcc dot gnu dot org 2009-07-25 17:53 ---
Subject: Bug 40010
Author: rwild
Date: Sat Jul 25 17:53:35 2009
New Revision: 150085
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150085
Log:
gcc/
2009-07-25 Mark Loeser
PR bui
--- Comment #4 from rwild at gcc dot gnu dot org 2009-07-25 17:54 ---
Fixed.
--
rwild at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRMED
--- Comment #7 from rwild at gcc dot gnu dot org 2008-08-05 06:50 ---
Rob, please let's not play ping pong with the severity of this bug.
Also, I haven't confirmed this one yet because while I see a couple
of problems, I don't see yet whether any of them is a regression
--- Comment #4 from rwild at gcc dot gnu dot org 2008-09-14 15:37 ---
FWIW, this happens inside libtool configure tests,
so I guess it is harmless inside gcc/.
Do you see this in other directories' configure outputs, too,
and if yes, can you post a little more context (esp. the 5
--- Comment #10 from rwild at gcc dot gnu dot org 2008-02-13 19:28 ---
Subject: Bug 35148
Author: rwild
Date: Wed Feb 13 19:27:34 2008
New Revision: 132295
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132295
Log:
PR other/35148
* Makefile.in (gcc-vers.texi): Use ab
--- Comment #12 from rwild at gcc dot gnu dot org 2008-02-13 20:27 ---
Fixed.
--
rwild at gcc dot gnu dot org changed:
What|Removed |Added
Status|NEW
--- Comment #11 from rwild at gcc dot gnu dot org 2008-02-13 20:26 ---
Subject: Bug 35148
Author: rwild
Date: Wed Feb 13 20:25:47 2008
New Revision: 132296
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132296
Log:
PR other/35148
* Makefile.in (gcc-vers.texi): Use ab
--- Comment #2 from rwild at gcc dot gnu dot org 2008-02-13 20:34 ---
patch at: <http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00467.html>
--
rwild at gcc dot gnu dot org changed:
What|Removed
--- Comment #3 from rwild at gcc dot gnu dot org 2008-02-15 06:13 ---
Patch posted: <http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00533.html>
--
rwild at gcc dot gnu dot org changed:
What|Removed
--- Comment #4 from rwild at gcc dot gnu dot org 2008-02-16 03:58 ---
Subject: Bug 33085
Author: rwild
Date: Sat Feb 16 03:57:53 2008
New Revision: 132362
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132362
Log:
PR libgcj/33085
* libtool.m4 (_LT_COMPILER_PIC) [ mingw
--- Comment #5 from rwild at gcc dot gnu dot org 2008-02-16 04:00 ---
Fixed.
--
rwild at gcc dot gnu dot org changed:
What|Removed |Added
Status|NEW
--- Comment #7 from rwild at gcc dot gnu dot org 2008-02-17 13:24 ---
patch at <http://gcc.gnu.org/ml/gcc/2008-02/msg00328.html>
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35218
--- Comment #8 from rwild at gcc dot gnu dot org 2008-02-17 14:12 ---
patch at <http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00654.html>
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35218
--- Comment #15 from rwild at gcc dot gnu dot org 2008-02-17 17:40 ---
(In reply to comment #14)
> 1) In the original bug (make pdf doesn't work after building with a relative
> path), the source and build directories were on the same disk, but it was a
> second disk, n
--- Comment #3 from rwild at gcc dot gnu dot org 2008-02-17 21:20 ---
Subject: Bug 15479
Author: rwild
Date: Sun Feb 17 21:20:01 2008
New Revision: 132382
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132382
Log:
gcc/ada/:
PR documentation/15479
* gnat_ugn.texi: In
--- Comment #10 from rwild at gcc dot gnu dot org 2008-02-19 19:39 ---
Subject: Bug 35218
Author: rwild
Date: Tue Feb 19 19:38:52 2008
New Revision: 132444
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132444
Log:
PR bootstrap/35218
* Makefile.in (build_file_transla
--- Comment #11 from rwild at gcc dot gnu dot org 2008-02-19 19:47 ---
Subject: Bug 35218
Author: rwild
Date: Tue Feb 19 19:47:12 2008
New Revision: 132445
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132445
Log:
PR bootstrap/35218
* Makefile.in (build_file_transla
--- Comment #12 from rwild at gcc dot gnu dot org 2008-02-19 19:49 ---
Fixed.
--
rwild at gcc dot gnu dot org changed:
What|Removed |Added
Status|NEW
--- Comment #13 from rwild at gcc dot gnu dot org 2008-02-19 20:16 ---
Subject: Bug 35218
Author: rwild
Date: Tue Feb 19 20:15:25 2008
New Revision: 132448
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132448
Log:
PR bootstrap/35218
* Makefile.in (build_file_transla
--- Comment #4 from rwild at gcc dot gnu dot org 2008-02-20 19:49 ---
Subject: Bug 15479
Author: rwild
Date: Wed Feb 20 19:48:55 2008
New Revision: 132493
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132493
Log:
gcc/ada/:
PR documentation/15479
* gnat_ugn.texi: In
--- Comment #5 from rwild at gcc dot gnu dot org 2008-02-20 19:51 ---
Subject: Bug 15479
Author: rwild
Date: Wed Feb 20 19:50:39 2008
New Revision: 132494
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132494
Log:
gcc/ada/:
PR documentation/15479
* gnat_ugn.texi: In
--- Comment #2 from rwild at gcc dot gnu dot org 2008-02-21 06:29 ---
patch at <http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00897.html>
--
rwild at gcc dot gnu dot org changed:
What|Removed
--- Comment #1 from rwild at gcc dot gnu dot org 2008-02-21 15:32 ---
*** This bug has been marked as a duplicate of 32415 ***
--
rwild at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #6 from rwild at gcc dot gnu dot org 2008-02-21 15:32 ---
*** Bug 35277 has been marked as a duplicate of this bug. ***
--
rwild at gcc dot gnu dot org changed:
What|Removed |Added
--
rwild at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Known to
--- Comment #5 from rwild at gcc dot gnu dot org 2008-02-21 19:57 ---
Subject: Bug 35273
Author: rwild
Date: Thu Feb 21 19:56:23 2008
New Revision: 132529
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132529
Log:
PR bootstrap/35273
* config.build (build_file_translate)
--- Comment #6 from rwild at gcc dot gnu dot org 2008-02-21 20:05 ---
Subject: Bug 35273
Author: rwild
Date: Thu Feb 21 20:05:11 2008
New Revision: 132530
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132530
Log:
PR bootstrap/35273
* config.build (build_file_translate)
--- Comment #7 from rwild at gcc dot gnu dot org 2008-02-21 20:07 ---
(In reply to comment #3)
> > Yes, it was approved by Jakub.
>
> To be precise, approved by Paolo in
> http://gcc.gnu.org/ml/gcc/2008-02/msg00410.html
> and acked for 4.3 by me.
Yes, sorry f
--- Comment #4 from rwild at gcc dot gnu dot org 2008-02-21 19:56 ---
Subject: Bug 35273
Author: rwild
Date: Thu Feb 21 19:55:39 2008
New Revision: 132528
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132528
Log:
PR bootstrap/35273
* config.build (build_file_translate)
--- Comment #3 from rwild at gcc dot gnu dot org 2008-02-22 06:18 ---
Subject: Bug 1
Author: rwild
Date: Fri Feb 22 06:17:46 2008
New Revision: 132540
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132540
Log:
gcc/:
PR c/1
* c-typeck.c (build_binary_op): Wa
--- Comment #4 from rwild at gcc dot gnu dot org 2008-02-22 06:19 ---
Fixed in 4.4.
--
rwild at gcc dot gnu dot org changed:
What|Removed |Added
Status|NEW
--- Comment #3 from rwild at gcc dot gnu dot org 2008-02-23 14:04 ---
Subject: Bug 31569
Author: rwild
Date: Sat Feb 23 14:04:12 2008
New Revision: 132570
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132570
Log:
gcc/:
PR documentation/31569
* doc/install.texi2h
--- Comment #5 from rwild at gcc dot gnu dot org 2008-02-24 08:58 ---
Patch looks ok to me (but I cannot approve it), can you please post it to
gcc-patches for review?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33131
--- Comment #3 from rwild at gcc dot gnu dot org 2008-02-24 09:06 ---
Can you post the patch to the gcc-patches list for review, including ChangeLog
entry and reference to this PR?
Note that, while I think it would be prudent if GMP did AC_MSG_WARN rather
than AC_MSG_ERROR for this
--- Comment #8 from rwild at gcc dot gnu dot org 2008-02-24 22:44 ---
Subject: Bug 15479
Author: rwild
Date: Sun Feb 24 22:44:01 2008
New Revision: 132603
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132603
Log:
PR documentation/15479
* gnat_rm.texi, gnat_ugn.tex
--- Comment #6 from rwild at gcc dot gnu dot org 2008-02-24 22:38 ---
Subject: Bug 15479
Author: rwild
Date: Sun Feb 24 22:37:52 2008
New Revision: 132601
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132601
Log:
PR documentation/15479
* gnat_ugn.texi (Using gnatm
--- Comment #7 from rwild at gcc dot gnu dot org 2008-02-24 22:41 ---
Subject: Bug 15479
Author: rwild
Date: Sun Feb 24 22:40:31 2008
New Revision: 132602
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132602
Log:
PR documentation/15479
* gnat_rm.texi, gnat_ugn.tex
--- Comment #1 from rwild at gcc dot gnu dot org 2008-02-26 14:48 ---
> (the redundant spaces may interfere with make operation, apparently)
Can you show in which way they interfere? If they cause an error, then
post it, please. Which make implementation?
--
rwild at gcc dot
--- Comment #2 from rwild at gcc dot gnu dot org 2008-02-26 22:42 ---
Subject: Bug 28800
Author: rwild
Date: Tue Feb 26 22:41:16 2008
New Revision: 132690
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132690
Log:
gcc/:
PR c/28800
* c-parser.c (c_parser_translation_uni
--- Comment #3 from rwild at gcc dot gnu dot org 2008-02-26 22:47 ---
Fixed.
--
rwild at gcc dot gnu dot org changed:
What|Removed |Added
CC
--- Comment #3 from rwild at gcc dot gnu dot org 2008-02-27 18:32 ---
This isn't a regression: 3.3 has this issue, and 2.95 (which does not have
-MT) has this issue when you use
123456789a123456789b123456789c123456789d123456789e123456789f123456789g123.c
as source file name.
--- Comment #4 from rwild at gcc dot gnu dot org 2008-02-27 18:35 ---
(In reply to comment #3)
> This isn't a regression: 3.3 has this issue, and 2.95 (which does not have
> -MT) has this issue when you use
> 123456789a123456789b123456789c123456789d123456789e123456789f1
--- Comment #5 from rwild at gcc dot gnu dot org 2008-02-27 21:43 ---
Subject: Bug 35379
Author: rwild
Date: Wed Feb 27 21:42:23 2008
New Revision: 132727
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132727
Log:
libcpp:
PR preprocessor/35379
*
--- Comment #6 from rwild at gcc dot gnu dot org 2008-02-27 21:53 ---
Fixed in 4.4.
--
rwild at gcc dot gnu dot org changed:
What|Removed |Added
Status|NEW
--- Comment #2 from rwild at gcc dot gnu dot org 2008-02-29 12:34 ---
Probably the easiest way to fix this is to fool libtool with a hand-written
libgcc_s.la.
I think PR #5291 is related.
--
rwild at gcc dot gnu dot org changed:
What|Removed
--- Comment #9 from rwild at gcc dot gnu dot org 2008-03-02 22:37 ---
Subject: Bug 15479
Author: rwild
Date: Sun Mar 2 22:36:35 2008
New Revision: 132821
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132821
Log:
gcc/ada
PR documentation/15479
* gnat
--- Comment #7 from rwild at gcc dot gnu dot org 2008-03-03 22:35 ---
Subject: Bug 33131
Author: rwild
Date: Mon Mar 3 22:35:13 2008
New Revision: 132844
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132844
Log:
2008-03-03 Peter O'Gorman <[EMAIL PROTECT
--- Comment #2 from rwild at gcc dot gnu dot org 2008-03-04 13:53 ---
Please note that quoting # in makefiles is not portable, but only supported
by some make implementations. For example, with
foo: a\#b
bar: c#d
AIX make will assume 'foo' depends on 'a\
--- Comment #4 from rwild at gcc dot gnu dot org 2008-03-06 17:00 ---
but libjava/classpath/configure was forgotten:
<http://gcc.gnu.org/ml/gcc-patches/2008-02/msg01453.html>
--
rwild at gcc dot gnu dot org changed:
What|Removed
--- Comment #5 from rwild at gcc dot gnu dot org 2008-03-06 17:03 ---
Never mind, sorry about the noise.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35481
--- Comment #20 from rwild at gcc dot gnu dot org 2008-03-07 06:54 ---
Subject: Bug 20366
Author: rwild
Date: Fri Mar 7 06:53:59 2008
New Revision: 133001
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133001
Log:
fixincludes/
2008-03-07 Peter O'Gorman <
--- Comment #4 from rwild at gcc dot gnu dot org 2008-03-14 13:50 ---
(In reply to comment #3)
> Ok, I'll contact autoconf authors with this issue.
That's pretty funny that you encounter this AC_FUNC_MKTIME bug now which
when I encountered it asked about it on the GCC l
--- Comment #10 from rwild at gcc dot gnu dot org 2008-03-23 23:19 ---
Subject: Bug 15479
Author: rwild
Date: Sun Mar 23 23:19:25 2008
New Revision: 133470
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133470
Log:
gcc/ada/
2008-03-24 Ralf Wildenhues <[EMAI
igned at gcc dot gnu dot org
ReportedBy: rwild at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35697
--- Comment #3 from rwild at gcc dot gnu dot org 2008-03-25 21:10 ---
To put the "weird setup" into perspective: The naive user in me expects
make cc1 &
make ada.pdf
to work.
More details regarding this enhancement bug:
<http://gcc.gnu.org/ml/gcc-patches/2008
--- Comment #1 from rwild at gcc dot gnu dot org 2008-03-25 21:15 ---
> See `config.log' for more details.
Have you looked at sparc-sun-solaris2.10/libgcc/config.log for those details?
--
rwild at gcc dot gnu dot org changed:
What|Removed
--
rwild at gcc dot gnu dot org changed:
What|Removed |Added
CC||rwild at gcc dot gnu dot org
AssignedTo|unassigned at gcc dot
--- Comment #3 from rwild at gcc dot gnu dot org 2008-03-31 17:07 ---
Is this the same as bug 35752?
--
rwild at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #5 from rwild at gcc dot gnu dot org 2008-03-31 21:19 ---
patch at <http://gcc.gnu.org/ml/gcc-patches/2008-03/msg02037.html>
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35169
--- Comment #7 from rwild at gcc dot gnu dot org 2008-03-31 22:26 ---
While I still haven't had a chance to look at this, here's what I can gather
from the comments or say about libtool:
First, when to-be-installed programs are created using libtool, and they link
against u
--- Comment #6 from rwild at gcc dot gnu dot org 2009-03-01 12:45 ---
The patch to fix this bug broke documented options:
--help=warnings,^joined,^undocumented
in order to fix an ICE with invalid options. New patch to undo breakage and
fix the ICE in a different way proposed here
--
rwild at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |rwild at gcc dot gnu dot org
|dot org
--- Comment #7 from rwild at gcc dot gnu dot org 2009-03-05 21:36 ---
updated patch here: <http://gcc.gnu.org/ml/gcc-patches/2009-03/msg00318.html>
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37805
--- Comment #9 from rwild at gcc dot gnu dot org 2009-03-17 21:26 ---
Subject: Bug 37805
Author: rwild
Date: Tue Mar 17 21:25:59 2009
New Revision: 144921
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144921
Log:
gcc/
PR middle-end/37805
--- Comment #10 from rwild at gcc dot gnu dot org 2009-03-17 21:29 ---
Fixed.
--
rwild at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #8 from rwild at gcc dot gnu dot org 2009-03-17 21:23 ---
Subject: Bug 37805
Author: rwild
Date: Tue Mar 17 21:23:28 2009
New Revision: 144920
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144920
Log:
gcc/
Revert
2008-10-14 Jakub
--- Comment #8 from rwild at gcc dot gnu dot org 2009-03-24 17:47 ---
Hello David,
(In reply to comment #0)
> I'm trying to compile gcc 4.3.1 on a Laptop running Solaris Express Community
> Edition Build 89.
[...]
> A search on the web for the "configure: error: ca
--- Comment #8 from rwild at gcc dot gnu dot org 2009-03-24 17:49 ---
Why is this a bug? I'm really curious to know; the manual doesn't document
that -MM output is uniquified.
--
rwild at gcc dot gnu dot org changed:
What|Removed
--- Comment #26 from rwild at gcc dot gnu dot org 2009-04-07 20:46 ---
(In reply to comment #25)
> Has any progress been made on this bug?
No, sorry. I hit other places that needed this, too, and don't know how to
work around them easily.
As a workaround, can't you raise
--
rwild at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |rwild at gcc dot gnu dot org
|dot org
--- Comment #1 from rwild at gcc dot gnu dot org 2009-04-10 06:12 ---
patch at <http://gcc.gnu.org/ml/gcc-patches/2009-04/msg00769.html>
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39710
--- Comment #1 from rwild at gcc dot gnu dot org 2009-04-13 09:44 ---
This looks like a genuine bug in the GCC driver or as to me: gcc shouldn't
pass on flags to subprocesses if they don't understand them. The testsuite
addition just exposed them. How can this as be made
--- Comment #5 from rwild at gcc dot gnu dot org 2009-04-13 13:17 ---
HJ, can you please show verbose log output from the failed tests that proves
that this bug and the other one are indeed duplicates? I don't see why on
GNU/Linux, as should fail when passed --help
--
--- Comment #3 from rwild at gcc dot gnu dot org 2009-04-13 13:54 ---
Reopening this bug, it is not a duplicate of 39733:
bug #39733 is about an extra -v added to the argument list of subprocesses,
and is due to gcc.misc-tests/options.exp and lib/options.exp defining the same
functions
--- Comment #2 from rwild at gcc dot gnu dot org 2009-04-26 08:19 ---
Subject: Bug 39710
Author: rwild
Date: Sun Apr 26 08:18:48 2009
New Revision: 146795
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146795
Log:
gcc/
PR testsuite/39710
--- Comment #3 from rwild at gcc dot gnu dot org 2009-04-26 08:20 ---
Fixed.
--
rwild at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #5 from rwild at gcc dot gnu dot org 2009-08-14 12:43 ---
Well in this case it has nothing to do with cpp, if you look at the respective
config.log file you see that earlier some in-tree g++ from an earlier stage,
/home/lucier/programs/gcc/objdirs/mainline/./prev-gcc/g
--- Comment #1 from rwild at gcc dot gnu dot org 2009-08-25 15:57 ---
AFACIS, the bug is in the test_summary script, it tries to "parse" the
internals of a config.status file. To extract values from config.status
portably (across both systems and Autoconf versions), use
--- Comment #3 from rwild at gcc dot gnu dot org 2009-08-25 16:32 ---
(In reply to comment #2)
> > value_of_substed=`echo @substed@ | ./config.status --file=-`
>
> It's a bad idea for the script to depend at all on either config.status or
> a build tree
I d
--- Comment #5 from rwild at gcc dot gnu dot org 2009-08-26 21:39 ---
patch at <http://gcc.gnu.org/ml/gcc-patches/2009-08/msg01371.html>
avoiding the regression but not fixing issues in remark #2
--
rwild at gcc dot gnu dot org changed:
What|R
--- Comment #6 from rwild at gcc dot gnu dot org 2009-08-27 18:59 ---
Subject: Bug 41166
Author: rwild
Date: Thu Aug 27 18:59:32 2009
New Revision: 151145
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151145
Log:
Let test_summary invoke, not parse config.status
--- Comment #7 from rwild at gcc dot gnu dot org 2009-08-27 19:04 ---
Changing bug title to reflect the remaining issues; not a regression any more.
--
rwild at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #1 from rwild at gcc dot gnu dot org 2009-09-02 21:55 ---
patch at <http://gcc.gnu.org/ml/gcc-patches/2009-09/msg00190.html>.
BTW, please don't use "Subject says it all" messages, the subject may be
changed in a bug report, that makes it difficult for l
--- Comment #3 from rwild at gcc dot gnu dot org 2009-09-02 22:03 ---
Subject: Bug 41220
Author: rwild
Date: Wed Sep 2 22:03:32 2009
New Revision: 151351
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151351
Log:
Fix 'make clean' to remove stamp-host fi
--- Comment #4 from rwild at gcc dot gnu dot org 2009-09-02 22:09 ---
Fixed.
--
rwild at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #6 from rwild at gcc dot gnu dot org 2009-09-06 09:28 ---
Thanks for the report, analysis, and patch. I'll look into this later today
(would like to know where I failed when testing my earlier patch, and whether
your patch doesn't do more than desired). For refe
--- Comment #8 from rwild at gcc dot gnu dot org 2009-09-06 16:56 ---
Darn. An intermediate version of the r151352 patch was correct and I failed
to do the installation test properly on the final version of the patch.
Awfully sorry about the breakage.
Updated patch at <h
--- Comment #5 from rwild at gcc dot gnu dot org 2009-09-08 17:31 ---
Subject: Bug 29737
Author: rwild
Date: Tue Sep 8 17:30:31 2009
New Revision: 151518
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151518
Log:
sed portability fixes in fixincludes
fixincludes/:
--- Comment #2 from rwild at gcc dot gnu dot org 2009-09-08 17:31 ---
Subject: Bug 35938
Author: rwild
Date: Tue Sep 8 17:30:31 2009
New Revision: 151518
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151518
Log:
sed portability fixes in fixincludes
fixincludes/:
--- Comment #2 from rwild at gcc dot gnu dot org 2009-09-08 17:31 ---
Subject: Bug 39655
Author: rwild
Date: Tue Sep 8 17:30:31 2009
New Revision: 151518
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151518
Log:
sed portability fixes in fixincludes
fixincludes/:
--- Comment #1 from rwild at gcc dot gnu dot org 2009-09-14 08:49 ---
What would you escape it with, though? GCC cannot know whether you will be
using a make implementation like GNU make that groks backslash escaping of
colons, or a mingw32-make that will try to intelligently interpret
1 - 100 of 287 matches
Mail list logo