[Bug bootstrap/38546] configure: too many arguments

2008-12-19 Thread rwild at gcc dot gnu dot org
--- 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

[Bug libmudflap/38339] libtool: compile: not configured to build any kind of library

2008-12-29 Thread rwild at gcc dot gnu dot org
--- 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

[Bug other/38805] sed Unterminated `s' command

2009-01-13 Thread rwild at gcc dot gnu dot org
--- 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,

[Bug bootstrap/38728] gcc 4.4.0 20090104 - "make install" is relinking `libgij.la'

2009-01-13 Thread rwild at gcc dot gnu dot org
--- 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

[Bug other/38805] sed Unterminated `s' command

2009-01-14 Thread rwild at gcc dot gnu dot org
--- 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

[Bug other/38805] sed Unterminated `s' command

2009-01-14 Thread rwild at gcc dot gnu dot org
--- 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

[Bug libstdc++/38384] fails to build cross gcc for target hppa64-hp-hpux11.00 in libstdc++/libmath

2009-01-16 Thread rwild at gcc dot gnu dot org
--- 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

[Bug libfortran/40344] O32 libgfortran.so fails to link on IRIX 6.5

2009-06-15 Thread rwild at gcc dot gnu dot org
--- 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

[Bug other/40010] Parallel make issue when building man pages

2009-07-07 Thread rwild at gcc dot gnu dot org
--- 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

[Bug other/40010] Parallel make issue when building man pages

2009-07-25 Thread rwild at gcc dot gnu dot org
--- 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

[Bug other/40010] Parallel make issue when building man pages

2009-07-25 Thread rwild at gcc dot gnu dot org
--- 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

[Bug libgcj/37019] [4.2 Regression] Inconsistent gcc-4.2.3/libjava/configure uses "grep" and "egrep" and "grep -E" and "$EGGREP" but not ggrep -- sed also is trouble

2008-08-04 Thread rwild at gcc dot gnu dot org
--- 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

[Bug bootstrap/37304] [4.4 Regression]: in-tree-binutils gcc configure tests fail because of unexpanded $(objdir)

2008-09-14 Thread rwild at gcc dot gnu dot org
--- 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

[Bug other/35148] make pdf has missing file in 4.3-20080208

2008-02-13 Thread rwild at gcc dot gnu dot org
--- 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

[Bug other/35148] make pdf has missing file in 4.3-20080208

2008-02-13 Thread rwild at gcc dot gnu dot org
--- 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

[Bug other/35148] make pdf has missing file in 4.3-20080208

2008-02-13 Thread rwild at gcc dot gnu dot org
--- 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

[Bug rtl-optimization/31549] Documentation for -frtl-abstract-sequences is in the wrong place

2008-02-13 Thread rwild at gcc dot gnu dot org
--- 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

[Bug libgcj/33085] liblt_prog_compiler_pic_GCJ='-DDLL_EXPORT' is wrong

2008-02-14 Thread rwild at gcc dot gnu dot org
--- 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

[Bug libgcj/33085] liblt_prog_compiler_pic_GCJ='-DDLL_EXPORT' is wrong

2008-02-15 Thread rwild at gcc dot gnu dot org
--- 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

[Bug libgcj/33085] liblt_prog_compiler_pic_GCJ='-DDLL_EXPORT' is wrong

2008-02-15 Thread rwild at gcc dot gnu dot org
--- 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

[Bug bootstrap/35218] [4.3 regression] build fails on mingw host

2008-02-17 Thread rwild at gcc dot gnu dot org
--- 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

[Bug bootstrap/35218] [4.3 regression] build fails on mingw host

2008-02-17 Thread rwild at gcc dot gnu dot org
--- 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

[Bug other/35148] make pdf has missing file in 4.3-20080208

2008-02-17 Thread rwild at gcc dot gnu dot org
--- 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

[Bug ada/15479] Ada manual problems

2008-02-17 Thread rwild at gcc dot gnu dot org
--- 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

[Bug bootstrap/35218] [4.3/4.4 regression] build fails on mingw host

2008-02-19 Thread rwild at gcc dot gnu dot org
--- 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

[Bug bootstrap/35218] [4.3/4.4 regression] build fails on mingw host

2008-02-19 Thread rwild at gcc dot gnu dot org
--- 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

[Bug bootstrap/35218] [4.3/4.4 regression] build fails on mingw host

2008-02-19 Thread rwild at gcc dot gnu dot org
--- 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

[Bug bootstrap/35218] [4.3/4.4 regression] build fails on mingw host

2008-02-19 Thread rwild at gcc dot gnu dot org
--- 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

[Bug ada/15479] Ada manual problems

2008-02-20 Thread rwild at gcc dot gnu dot org
--- 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

[Bug ada/15479] Ada manual problems

2008-02-20 Thread rwild at gcc dot gnu dot org
--- 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

[Bug c/19999] -Wfloat-equal does not warn for complex numbers

2008-02-20 Thread rwild at gcc dot gnu dot org
--- 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

[Bug other/35277] x86_64 configure option combo yields broken compiler

2008-02-21 Thread rwild at gcc dot gnu dot org
--- 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

[Bug c/32415] libgcc_s not found in library search path with --enable-version-specific-runtime-libs

2008-02-21 Thread rwild at gcc dot gnu dot org
--- 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

[Bug c/32415] libgcc_s not found in library search path with --enable-version-specific-runtime-libs

2008-02-21 Thread rwild at gcc dot gnu dot org
-- rwild at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Known to

[Bug bootstrap/35273] [4.3 Regression] Bootstrap of mingw32 using non-MSYS shell broken

2008-02-21 Thread rwild at gcc dot gnu dot org
--- 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)

[Bug bootstrap/35273] [4.3 Regression] Bootstrap of mingw32 using non-MSYS shell broken

2008-02-21 Thread rwild at gcc dot gnu dot org
--- 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)

[Bug bootstrap/35273] [4.3 Regression] Bootstrap of mingw32 using non-MSYS shell broken

2008-02-21 Thread rwild at gcc dot gnu dot org
--- 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

[Bug bootstrap/35273] [4.3 Regression] Bootstrap of mingw32 using non-MSYS shell broken

2008-02-21 Thread rwild at gcc dot gnu dot org
--- 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)

[Bug c/19999] -Wfloat-equal does not warn for complex numbers

2008-02-21 Thread rwild at gcc dot gnu dot org
--- 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

[Bug c/19999] -Wfloat-equal does not warn for complex numbers

2008-02-21 Thread rwild at gcc dot gnu dot org
--- 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

[Bug other/31569] Install's web page has 0.n when it should be either 4.n or 5.n

2008-02-23 Thread rwild at gcc dot gnu dot org
--- 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

[Bug libgomp/33131] [4.2 regression] libgomp/env.c:60: warning: implicit declaration of function 'strncasecmp'

2008-02-24 Thread rwild at gcc dot gnu dot org
--- 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

[Bug other/35250] gmp and mpfr are erroneously configured with --target

2008-02-24 Thread rwild at gcc dot gnu dot org
--- 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

[Bug ada/15479] Ada manual problems

2008-02-24 Thread rwild at gcc dot gnu dot org
--- 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

[Bug ada/15479] Ada manual problems

2008-02-24 Thread rwild at gcc dot gnu dot org
--- 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

[Bug ada/15479] Ada manual problems

2008-02-24 Thread rwild at gcc dot gnu dot org
--- 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

[Bug preprocessor/35379] -MT generates a target string too long over two lines

2008-02-26 Thread rwild at gcc dot gnu dot org
--- 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

[Bug c/28800] warning "ISO C forbids an empty source file" could be improved

2008-02-26 Thread rwild at gcc dot gnu dot org
--- 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

[Bug c/28800] warning "ISO C forbids an empty source file" could be improved

2008-02-26 Thread rwild at gcc dot gnu dot org
--- 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

[Bug preprocessor/35379] -MT generates a target string too long over two lines

2008-02-27 Thread rwild at gcc dot gnu dot org
--- 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.

[Bug preprocessor/35379] -MT generates a target string too long over two lines

2008-02-27 Thread rwild at gcc dot gnu dot org
--- 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

[Bug preprocessor/35379] -MT generates a target string too long over two lines

2008-02-27 Thread rwild at gcc dot gnu dot org
--- 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 *

[Bug preprocessor/35379] -MT generates a target string too long over two lines

2008-02-27 Thread rwild at gcc dot gnu dot org
--- 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

[Bug c++/35401] libstdc++ linked to system /usr/lib/libgcc_s.1.dylib not new gcc4.3 libgcc_s.1.dylib

2008-02-29 Thread rwild at gcc dot gnu dot org
--- 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

[Bug ada/15479] Ada manual problems

2008-03-02 Thread rwild at gcc dot gnu dot org
--- 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

[Bug libgomp/33131] [4.2 regression] libgomp/env.c:60: warning: implicit declaration of function 'strncasecmp'

2008-03-03 Thread rwild at gcc dot gnu dot org
--- 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

[Bug preprocessor/35458] Dependency generation (-M) does not quote '#' in filenames

2008-03-04 Thread rwild at gcc dot gnu dot org
--- 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\&#x

[Bug c/35481] GCC is not ported to AIX 5.3 / AIX 6.1

2008-03-06 Thread rwild at gcc dot gnu dot org
--- 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

[Bug c/35481] GCC is not ported to AIX 5.3 / AIX 6.1

2008-03-06 Thread rwild at gcc dot gnu dot org
--- 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

[Bug target/20366] AIX g++ -D_LARGE_FILES fails to compile #include

2008-03-06 Thread rwild at gcc dot gnu dot org
--- 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 <

[Bug c/35581] Option '-ftree-vrp' looks broken with '-O2'

2008-03-14 Thread rwild at gcc dot gnu dot org
--- 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

[Bug ada/15479] Ada manual problems

2008-03-23 Thread rwild at gcc dot gnu dot org
--- 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

[Bug preprocessor/35697] New: -MF should create dependency file atomically

2008-03-25 Thread rwild at gcc dot gnu dot org
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

[Bug preprocessor/35697] -MF should create dependency file atomically

2008-03-25 Thread rwild at gcc dot gnu dot org
--- 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

[Bug debug/35693] configure: error: cannot compute suffix of object files: cannot compile

2008-03-25 Thread rwild at gcc dot gnu dot org
--- 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

[Bug bootstrap/35169] SIGSEGV for stack growth failure while building 4.2.3

2008-03-31 Thread rwild at gcc dot gnu dot org
-- rwild at gcc dot gnu dot org changed: What|Removed |Added CC||rwild at gcc dot gnu dot org AssignedTo|unassigned at gcc dot

[Bug bootstrap/35451] stage2 bootstrap xgcc infinite loop

2008-03-31 Thread rwild at gcc dot gnu dot org
--- 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

[Bug bootstrap/35169] SIGSEGV for stack growth failure while building 4.2.3

2008-03-31 Thread rwild at gcc dot gnu dot org
--- 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

[Bug bootstrap/35752] [4.3/4.4 Regression]: Combined gcc + binutils source tree doesn't bootstrap

2008-03-31 Thread rwild at gcc dot gnu dot org
--- 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

[Bug middle-end/37805] [4.3/4.4 Regression] gcc --help=separate

2009-03-01 Thread rwild at gcc dot gnu dot org
--- 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

[Bug middle-end/37805] [4.3/4.4 Regression] gcc --help=separate

2009-03-04 Thread rwild at gcc dot gnu dot org
-- 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

[Bug middle-end/37805] [4.3/4.4 Regression] gcc --help=separate

2009-03-05 Thread rwild at gcc dot gnu 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

[Bug middle-end/37805] [4.3/4.4 Regression] gcc --help=separate

2009-03-17 Thread rwild at gcc dot gnu dot org
--- 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

[Bug middle-end/37805] [4.3/4.4 Regression] gcc --help=separate

2009-03-17 Thread rwild at gcc dot gnu dot org
--- 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

[Bug middle-end/37805] [4.3/4.4 Regression] gcc --help=separate

2009-03-17 Thread rwild at gcc dot gnu dot org
--- 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

[Bug bootstrap/36481] gcc fails to build on Solaris x86 - it forgets the locations of libmpfr

2009-03-24 Thread rwild at gcc dot gnu dot org
--- 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

[Bug preprocessor/39533] -MM may list a header file twice

2009-03-24 Thread rwild at gcc dot gnu dot org
--- 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

[Bug bootstrap/33781] [4.3/4.4/4.5 Regression] "Arg list too long" building libgcc.a

2009-04-07 Thread rwild at gcc dot gnu dot org
--- 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

[Bug testsuite/39710] gcc.misc-tests/help.exp doesn't work when configured with --enable-checking=assert

2009-04-09 Thread rwild at gcc dot gnu dot org
-- 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

[Bug testsuite/39710] gcc.misc-tests/help.exp doesn't work when configured with --enable-checking=assert

2009-04-09 Thread rwild at gcc dot gnu 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

[Bug testsuite/39749] FAIL: compiler driver -v --help option(s) (assembler options)

2009-04-13 Thread rwild at gcc dot gnu dot org
--- 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

[Bug testsuite/39733] gcc.misc-tests/help.exp doesn't work with multilib

2009-04-13 Thread rwild at gcc dot gnu dot org
--- 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 --

[Bug testsuite/39749] FAIL: compiler driver -v --help option(s) (assembler options)

2009-04-13 Thread rwild at gcc dot gnu dot org
--- 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

[Bug testsuite/39710] gcc.misc-tests/help.exp doesn't work when configured with --enable-checking=assert

2009-04-26 Thread rwild at gcc dot gnu dot org
--- 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

[Bug testsuite/39710] gcc.misc-tests/help.exp doesn't work when configured with --enable-checking=assert

2009-04-26 Thread rwild at gcc dot gnu dot org
--- 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

[Bug bootstrap/40950] Bootstrap fails with in-tree gmp and without system C++ compiler

2009-08-14 Thread rwild at gcc dot gnu dot org
--- 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

[Bug testsuite/41166] [4.5 Regression] Syntax error: Unterminated quoted string

2009-08-25 Thread rwild at gcc dot gnu dot org
--- 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

[Bug testsuite/41166] [4.5 Regression] Syntax error: Unterminated quoted string

2009-08-25 Thread rwild at gcc dot gnu dot org
--- 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

[Bug testsuite/41166] [4.5 Regression] Syntax error: Unterminated quoted string

2009-08-26 Thread rwild at gcc dot gnu dot org
--- 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

[Bug testsuite/41166] [4.5 Regression] Syntax error: Unterminated quoted string

2009-08-27 Thread rwild at gcc dot gnu dot org
--- 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

[Bug testsuite/41166] contrib/test_summary should not depend upon config.status

2009-08-27 Thread rwild at gcc dot gnu dot org
--- 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

[Bug libstdc++/41220] [4.5 Regression] Make clean; make; make check doesn't work fine anymore

2009-09-02 Thread rwild at gcc dot gnu dot org
--- 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

[Bug libstdc++/41220] [4.5 Regression] Make clean; make; make check doesn't work fine anymore

2009-09-02 Thread rwild at gcc dot gnu dot org
--- 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

[Bug libstdc++/41220] [4.5 Regression] Make clean; make; make check doesn't work fine anymore

2009-09-02 Thread rwild at gcc dot gnu dot org
--- 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

[Bug libstdc++/41280] [4.5 Regression] Revision 151352 breaks 32bit libstdc++

2009-09-06 Thread rwild at gcc dot gnu dot org
--- 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

[Bug libstdc++/41280] [4.5 Regression] Revision 151352 breaks 32bit libstdc++

2009-09-06 Thread rwild at gcc dot gnu dot org
--- 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

[Bug testsuite/29737] make check fixinclude test FAILURES

2009-09-08 Thread rwild at gcc dot gnu dot org
--- 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/:

[Bug bootstrap/35938] Fixincludes failure with 'make check'

2009-09-08 Thread rwild at gcc dot gnu dot org
--- 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/:

[Bug testsuite/39655] autogen "fixinclude test FAILURES" - trunk revision 145337

2009-09-08 Thread rwild at gcc dot gnu dot org
--- 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/:

[Bug preprocessor/41329] -M does not properly escape special characters.

2009-09-14 Thread rwild at gcc dot gnu dot org
--- 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   2   3   >