[Bug java/42276] When creating cross-gcj compiler, libjvm gets installed in system library paths

2009-12-06 Thread ramana at gcc dot gnu dot org
--- Comment #2 from ramana at gcc dot gnu dot org 2009-12-07 07:56 --- Please send patches to the appropriate patches list and not attach it to the bug report. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42276

[Bug c++/42251] [4.5 Regression] failure detecting constant integral expression

2009-12-06 Thread dodji at gcc dot gnu dot org
-- dodji at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |dodji at gcc dot gnu dot org |dot org

[Bug middle-end/41674] [4.5 Regression] /usr/ccs/bin/ld: Unsatisfied symbols: _GLOBAL__I_65535_0_main

2009-12-06 Thread danglin at gcc dot gnu dot org
--- Comment #7 from danglin at gcc dot gnu dot org 2009-12-07 02:55 --- The failures still occur on hppa2.0w-hp-hpux11.11. -- danglin at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/42316] [SH] `builddir-single/libiberty/pic/libiberty.a': No such file or directory

2009-12-06 Thread kkojima at gcc dot gnu dot org
--- Comment #2 from kkojima at gcc dot gnu dot org 2009-12-07 02:37 --- The patch in #1 looks OK to me, though we are in stage4 now and the issue doesn't seem a regression in a strict sense. The patch should be added to the queue for 4.6. When the trunk is reopened for such a change, co

[Bug middle-end/42303] Shift left as wide as mode is expanded into RTL as shift

2009-12-06 Thread rth at gcc dot gnu dot org
--- Comment #1 from rth at gcc dot gnu dot org 2009-12-07 02:35 --- Shift by >= mode size is undefined at the C language level. With -Wall, you'll get a warning for that. At the gimple level, I'm pretty sure we leave it alone, since we don't really know what else to do with it. At the

[Bug debug/42288] please emit empty .debug_aranges section

2009-12-06 Thread rth at gcc dot gnu dot org
--- Comment #2 from rth at gcc dot gnu dot org 2009-12-07 02:04 --- To be sure, you're keying off having *some* aranges entry with a reference to a given CU in the debug_info section? So: Contents of the .debug_aranges section: Length: 28 Version:

[Bug libfortran/41711] [F2008] BOZ format does not support reading large kind reals

2009-12-06 Thread jvdelisle at gcc dot gnu dot org
--- Comment #17 from jvdelisle at gcc dot gnu dot org 2009-12-07 01:35 --- I found the thread on this: http://www.rhinocerus.net/forum/lang-fortran/585916-printing-64-bit-binary-number-gfortran-4-1-2-a.html Richard Maine says: " from the thread > program test_acos > > implicit none >

[Bug c/42316] `builddir-single/libiberty/pic/libiberty.a': No such file or directory

2009-12-06 Thread iwamatsu at nigauri dot org
--- Comment #1 from iwamatsu at nigauri dot org 2009-12-07 01:08 --- Created an attachment (id=19246) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19246&action=view) patch of revise this problem We can revise this problem with this patch. -- http://gcc.gnu.org/bugzilla

[Bug c/42316] New: `builddir-single/libiberty/pic/libiberty.a': No such file or directory

2009-12-06 Thread iwamatsu at nigauri dot org
`builddir-single/libiberty/pic/libiberty.a': No such file or directory Because sh doesn't set PICFLAG=-fPIC on libiberty/configure. -- Summary: `builddir-single/libiberty/pic/libiberty.a': No such file or directory Product: gcc Version: 4.5.

[Bug debug/42234] [4.5 Regression] internal compiler error: verify_ssa failed

2009-12-06 Thread rth at gcc dot gnu dot org
--- Comment #5 from rth at gcc dot gnu dot org 2009-12-07 00:53 --- Fixed. -- rth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug debug/42234] [4.5 Regression] internal compiler error: verify_ssa failed

2009-12-06 Thread rth at gcc dot gnu dot org
--- Comment #4 from rth at gcc dot gnu dot org 2009-12-07 00:00 --- Subject: Bug 42234 Author: rth Date: Sun Dec 6 23:59:52 2009 New Revision: 155025 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155025 Log: PR debug/42234 * tree-ssa-dom.c (degenerate_phi_resul

[Bug fortran/42268] [4.4/4.5 Regression] derived type segfault with pack

2009-12-06 Thread janus at gcc dot gnu dot org
--- Comment #4 from janus at gcc dot gnu dot org 2009-12-06 22:59 --- Fixed on trunk with r155024. Will commit to 4.4 in a few days. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42268

[Bug fortran/42268] [4.4/4.5 Regression] derived type segfault with pack

2009-12-06 Thread janus at gcc dot gnu dot org
--- Comment #3 from janus at gcc dot gnu dot org 2009-12-06 22:57 --- Subject: Bug 42268 Author: janus Date: Sun Dec 6 22:57:13 2009 New Revision: 155024 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155024 Log: libgfortran/ 2009-12-06 Janus Weil PR fortran/41478

[Bug fortran/41478] Corrupted memory using PACK for derived-types with allocated components

2009-12-06 Thread janus at gcc dot gnu dot org
--- Comment #17 from janus at gcc dot gnu dot org 2009-12-06 22:57 --- Subject: Bug 41478 Author: janus Date: Sun Dec 6 22:57:13 2009 New Revision: 155024 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155024 Log: libgfortran/ 2009-12-06 Janus Weil PR fortran/41478

[Bug debug/42288] please emit empty .debug_aranges section

2009-12-06 Thread rth at gcc dot gnu dot org
--- Comment #1 from rth at gcc dot gnu dot org 2009-12-06 22:31 --- Reasonable. -- rth at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned a

[Bug c++/42315] [4.3/4.4/4.5 Regression] ICE with invalid array initializer

2009-12-06 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42315

[Bug c++/42315] New: [4.3/4.4/4.5 Regression] ICE with invalid array initializer

2009-12-06 Thread reichelt at gcc dot gnu dot org
The following invalid code snippet triggers an ICE since GCC 4.1.2: extern int x[]; int i = x[0]; int x[] = 0; bug.cc:5:11: error: initializer fails to determine size of 'x' bug.cc: In function 'void __static_initialization_and_destruction_0(int, int)':

[Bug testsuite/42314] FAIL: gcc.target/i386/funcspec-9.c scan-assembler vfmaddss

2009-12-06 Thread howarth at nitro dot med dot uc dot edu
--- Comment #3 from howarth at nitro dot med dot uc dot edu 2009-12-06 20:27 --- Created an attachment (id=19245) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19245&action=view) assembly file for gcc.target/i386/funcspec-9.c on i686-apple-darwin10 /sw/src/fink.build/gcc45-4.4.99

[Bug testsuite/42314] FAIL: gcc.target/i386/funcspec-9.c scan-assembler vfmaddss

2009-12-06 Thread howarth at nitro dot med dot uc dot edu
--- Comment #2 from howarth at nitro dot med dot uc dot edu 2009-12-06 20:26 --- Created an attachment (id=19244) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19244&action=view) preprocessed source for gcc.target/i386/funcspec-9.c on i686-apple-darwin10 -- http://gcc.gnu.org

[Bug testsuite/42314] FAIL: gcc.target/i386/funcspec-9.c scan-assembler vfmaddss

2009-12-06 Thread howarth at nitro dot med dot uc dot edu
--- Comment #1 from howarth at nitro dot med dot uc dot edu 2009-12-06 20:25 --- Interestingly... /sw/src/fink.build/gcc45-4.4.999-20091205/darwin_objdir/gcc/xgcc -B/sw/src/fink.build/gcc45-4.4.999-20091205/darwin_objdir/gcc/ /sw/src/fink.build/gcc45-4.4.999-20091205/gcc-4.5-20091205/g

[Bug testsuite/42314] New: FAIL: gcc.target/i386/funcspec-9.c scan-assembler vfmaddss

2009-12-06 Thread howarth at nitro dot med dot uc dot edu
On i686-apple-darwin*, we are failing... FAIL: gcc.target/i386/funcspec-9.c scan-assembler vfmaddss This also appears to be failing on linux as well... http://gcc.gnu.org/ml/gcc-testresults/2009-12/msg00605.html gcc-4 -v Using built-in specs. COLLECT_GCC=gcc-4 COLLECT_LTO_WRAPPER=/sw/lib/gcc4.5

[Bug testsuite/42313] FAIL: gcc.target/i386/builtin-unreachable.c scan-assembler-not %e[bs]p on i686 darwin

2009-12-06 Thread howarth at nitro dot med dot uc dot edu
--- Comment #2 from howarth at nitro dot med dot uc dot edu 2009-12-06 20:13 --- Created an attachment (id=19243) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19243&action=view) assembly file for gcc.target/i386/builtin-unreachable.c on i686-apple-darwin10 Generated with... /sw

[Bug testsuite/42313] FAIL: gcc.target/i386/builtin-unreachable.c scan-assembler-not %e[bs]p on i686 darwin

2009-12-06 Thread howarth at nitro dot med dot uc dot edu
--- Comment #1 from howarth at nitro dot med dot uc dot edu 2009-12-06 20:12 --- Created an attachment (id=19242) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19242&action=view) preprocessed source forgcc.target/i386/builtin-unreachable.c on i686-apple-darwin10 -- http://gcc

[Bug testsuite/42313] New: FAIL: gcc.target/i386/builtin-unreachable.c scan-assembler-not %e[bs]p on i686 darwin

2009-12-06 Thread howarth at nitro dot med dot uc dot edu
On i686-apple-darwin we are failing the testcase... FAIL: gcc.target/i386/builtin-unreachable.c scan-assembler-not %e[bs]p gcc-4 -v Using built-in specs. COLLECT_GCC=gcc-4 COLLECT_LTO_WRAPPER=/sw/lib/gcc4.5/libexec/gcc/i686-apple-darwin10/4.5.0/lto-wrapper Target: i686-apple-darwin10 Configured w

[Bug preprocessor/41943] include search path composition is bogus

2009-12-06 Thread ktietz at gcc dot gnu dot org
--- Comment #7 from ktietz at gcc dot gnu dot org 2009-12-06 20:01 --- Well, this patch doesn't hurt in gcc.c, but doesn't solve the issue. Sorry for posting this. incpath.c is the location to investigate in. Kai -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41943

[Bug c++/42251] [4.5 Regression] failure detecting constant integral expression

2009-12-06 Thread paolo dot carlini at oracle dot com
--- Comment #3 from paolo dot carlini at oracle dot com 2009-12-06 19:35 --- Let's CC Dodji... -- paolo dot carlini at oracle dot com changed: What|Removed |Added

[Bug c++/42251] [4.5 Regression] failure detecting constant integral expression

2009-12-06 Thread rwgk at yahoo dot com
--- Comment #2 from rwgk at yahoo dot com 2009-12-06 19:18 --- With a binary search in the svn history I found that the change below lead to the regression. I believe it is a major problem. Could someone confirm it? I think it should be a P1.

[Bug c/42312] New: config/mep/mep.c:2856: (error) Uninitialized variable: frame_size

2009-12-06 Thread dcb314 at hotmail dot com
I just ran the most excellent tool cppcheck, from sourceforge, over the gcc source code. It said config/mep/mep.c:2856: (error) Uninitialized variable: frame_size I have checked the source code and I agree with cppcheck. The source code is int frame_size; int really_need_stack_frame = frame

[Bug fortran/41720] GNU Fortran fails configure test during build process

2009-12-06 Thread dfranke at gcc dot gnu dot org
--- Comment #2 from dfranke at gcc dot gnu dot org 2009-12-06 18:25 --- (In reply to comment #1) > >gfortran: Internal error: Segmentation Fault (program f951) > > That normally means the version of GMP/MPFR you have installed are broken. Any news here? -- dfranke at gcc dot gnu do

[Bug fortran/40850] double free in nested types with allocatable components

2009-12-06 Thread dfranke at gcc dot gnu dot org
--- Comment #4 from dfranke at gcc dot gnu dot org 2009-12-06 18:15 --- Reduced testcase: type t1 integer, allocatable :: d1(:) end type t1 type t2 type(t1), allocatable :: d2(:) end type t2 type(t2) :: a, b a = new2( (/ new1((/1,1/)) /) ) b = new2( (/ a%d2 , a%d2

[Bug c/42310] ICE on converting target-dependent PSImode variable

2009-12-06 Thread jsm28 at gcc dot gnu dot org
--- Comment #1 from jsm28 at gcc dot gnu dot org 2009-12-06 18:03 --- Do not report bugs in modified versions of GCC here (for example, versions with a target you have added). Bug reports must be reproducible using GCC built from unmodified FSF sources, without needing any patches (whic

[Bug java/42311] New: Cross build fails because native gcj needed to build ecjx

2009-12-06 Thread bugtrack at roumenpetrov dot info
+++ This bug was initially created as a clone of Bug #30591 +++ > ecjx is a java program used as part of the gcj compilation process. Because > it is written in java and > runs on the host, it needs a host version of gcj > to build it. > > Here is the error I am getting: > > make[3]: *** [ecj

[Bug fortran/40196] F2003: Type parameter inquiry (str%len, a%kind) and Complex parts (z%re, z%im)

2009-12-06 Thread dfranke at gcc dot gnu dot org
--- Comment #2 from dfranke at gcc dot gnu dot org 2009-12-06 16:59 --- Type parameter inquiries are also mentioned in PR29962, comment #10. -- dfranke at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/42310] New: ICE on converting target-dependent PSImode variable

2009-12-06 Thread lyudalev at gmail dot com
The exact version of GCC: 4.4.1 The system type: Linux version 2.6.9-67.EL (Red Hat 3.4.6-8) The options given when GCC was configured/built: ../../gcc/configure --target=testtarget --prefix=/usr/local/testtarget --enable-target-optspace --enable-checking --disable-nls --enable-languages=c,c++ T

[Bug testsuite/35939] maxloc_bounds_[457].f90 fail with -fdefault-integer-8

2009-12-06 Thread dominiq at lps dot ens dot fr
--- Comment #3 from dominiq at lps dot ens dot fr 2009-12-06 16:19 --- > It would be (slightly) preferable if the test case didn't contain any > kind=4 or kind=8 specification. I wrote them, but I can't remember why > I put the kind=xxx in there. This PR seems to have been fixed along

[Bug middle-end/30447] Evaluate complex math functions at compile-time

2009-12-06 Thread ghazi at gcc dot gnu dot org
--- Comment #12 from ghazi at gcc dot gnu dot org 2009-12-06 16:11 --- Subject: Bug 30447 Author: ghazi Date: Sun Dec 6 16:11:06 2009 New Revision: 155023 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155023 Log: PR middle-end/30447 PR middle-end/30789

[Bug middle-end/30789] complex folding inexact

2009-12-06 Thread ghazi at gcc dot gnu dot org
--- Comment #12 from ghazi at gcc dot gnu dot org 2009-12-06 16:11 --- Subject: Bug 30789 Author: ghazi Date: Sun Dec 6 16:11:06 2009 New Revision: 155023 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155023 Log: PR middle-end/30447 PR middle-end/30789

[Bug other/40302] [4.5 Regression] GCC must hard-require MPC before release

2009-12-06 Thread ghazi at gcc dot gnu dot org
--- Comment #8 from ghazi at gcc dot gnu dot org 2009-12-06 16:11 --- Subject: Bug 40302 Author: ghazi Date: Sun Dec 6 16:11:06 2009 New Revision: 155023 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155023 Log: PR middle-end/30447 PR middle-end/30789 P

[Bug java/42143] gcj creates "dummy" variables

2009-12-06 Thread kurt at roeckx dot be
--- Comment #1 from kurt at roeckx dot be 2009-12-06 16:03 --- Can someone please take a look at this? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42143

[Bug fortran/37829] ICE Incorrect name mangling with iso_c_binding

2009-12-06 Thread jvdelisle at gcc dot gnu dot org
--- Comment #10 from jvdelisle at gcc dot gnu dot org 2009-12-06 15:40 --- More descriptive summary. Low priority. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug fortran/41869] ICE segfault when reading module file

2009-12-06 Thread dfranke at gcc dot gnu dot org
--- Comment #1 from dfranke at gcc dot gnu dot org 2009-12-06 15:18 --- Slightly reduced testcase: module fox_m_fsys_array_str contains pure function str_vs(vs) result(s) character, dimension(:), intent(in) :: vs character(len=size(vs)) :: s end function str_vs pure functi

[Bug fortran/25104] [F2003] Non-initialization expr. as case-selector

2009-12-06 Thread dfranke at gcc dot gnu dot org
--- Comment #19 from dfranke at gcc dot gnu dot org 2009-12-06 15:07 --- Unassigning myself. -- dfranke at gcc dot gnu dot org changed: What|Removed |Added Assig

[Bug fortran/42309] Problem with a pointer array passed to a subroutine

2009-12-06 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2009-12-06 15:00 --- using Q(0) puts the 999 in the first position. We have an off by one error here. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added --

[Bug fortran/24978] ICE in gfc_assign_data_value_range

2009-12-06 Thread dominiq at lps dot ens dot fr
--- Comment #21 from dominiq at lps dot ens dot fr 2009-12-06 14:58 --- Note that comment #20 confirms comment #12. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24978

[Bug fortran/24978] ICE in gfc_assign_data_value_range

2009-12-06 Thread dominiq at lps dot ens dot fr
--- Comment #20 from dominiq at lps dot ens dot fr 2009-12-06 14:56 --- With the patch in comment #19, the test in comment #14 no longer gives ICEs. However I noticed that several invalid cases are not detected (a and b in data_init_(scalar|array|matrix)_invalid, and c and d in data_in

[Bug fortran/42309] New: Problem with a pointer array passed to a subroutine

2009-12-06 Thread gilbert dot scott at easynet dot co dot uk
$ uname -a Linux localhost.localdomain 2.6.29.4-167.fc11.i686.PAE #1 SMP Wed May 27 17:28:22 EDT 2009 i686 i686 i386 GNU/Linux $ /usr/local/gfortran/bin/gfortran --version GNU Fortran (GCC) 4.5.0 20091205 (experimental) [trunk revision 155016] $ cat x.f95 PROGRAM X TYPE T INTEGER :: I END TYPE T

[Bug fortran/42274] [fortran-dev Regression] ICE: segmentation fault

2009-12-06 Thread pault at gcc dot gnu dot org
--- Comment #13 from pault at gcc dot gnu dot org 2009-12-06 13:32 --- (In reply to comment #11) > However, I fail to see why. Paul, do you have an idea? > I have loaded fortran-dev and this PR onto my laptop - I'm on the road again this week. I'll see if I have anything to offer. I

[Bug tree-optimization/42286] October 23rd change to tree-ssa-pre.c breaks calculix on powerpc with -ffast-math

2009-12-06 Thread irar at il dot ibm dot com
--- Comment #3 from irar at il dot ibm dot com 2009-12-06 13:25 --- On powerpc64-suse-linux with current trunk calculix failed after a couple of minutes with -O3 -maltivec -ffast-math -O3 -maltivec -ffast-math -fno-tree-vectorize -O2 -maltivec -ffast-math -O1 -maltivec -ffast-math I

[Bug fortran/40904] Documentation: Description for COUNT is wrong

2009-12-06 Thread dfranke at gcc dot gnu dot org
--- Comment #2 from dfranke at gcc dot gnu dot org 2009-12-06 13:00 --- Fixed in trunk. Closing. -- dfranke at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/40904] Documentation: Description for COUNT is wrong

2009-12-06 Thread dfranke at gcc dot gnu dot org
--- Comment #1 from dfranke at gcc dot gnu dot org 2009-12-06 12:59 --- Subject: Bug 40904 Author: dfranke Date: Sun Dec 6 12:59:46 2009 New Revision: 155022 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155022 Log: 2009-12-06 Daniel Franke PR fortran/40904

[Bug c++/34836] Parts of sentences substituted for %s can not be translated

2009-12-06 Thread goeran at uddeborg dot se
--- Comment #3 from goeran at uddeborg dot se 2009-12-06 12:52 --- Looks good in po file for 4.5-b20091203 -- goeran at uddeborg dot se changed: What|Removed |Added

[Bug objc/29200] %s substituted with "methods"/"selectors" can't be properly translated

2009-12-06 Thread goeran at uddeborg dot se
--- Comment #5 from goeran at uddeborg dot se 2009-12-06 12:47 --- Looks good in po file for 4.5-b20091203 -- goeran at uddeborg dot se changed: What|Removed |Added

[Bug c++/29917] %s substituted with actual words can not be translated correctly (op_error)

2009-12-06 Thread goeran at uddeborg dot se
--- Comment #4 from goeran at uddeborg dot se 2009-12-06 12:44 --- Looks good in po file for 4.5-b20091203 -- goeran at uddeborg dot se changed: What|Removed |Added

[Bug middle-end/22201] Parameter description strings should all start with a capital letter

2009-12-06 Thread goeran at uddeborg dot se
--- Comment #4 from goeran at uddeborg dot se 2009-12-06 12:43 --- Looks good in po file for 4.5-b20091203 -- goeran at uddeborg dot se changed: What|Removed |Added

[Bug fortran/41866] Wrong standard in docs for ISO_FORTRAN_ENV

2009-12-06 Thread dfranke at gcc dot gnu dot org
--- Comment #1 from dfranke at gcc dot gnu dot org 2009-12-06 12:18 --- r148317 | burnus | 2009-06-09 19:21:45 +0200 (Tue, 09 Jun 2009) | 9 lines 2009-06-09 Tobias Burnus [...] * intrinsic.texi (ISO_FORTRAN_ENV): Document INT{8,16,32,64} and REAL{32,64,128}.

[Bug preprocessor/41943] include search path composition is bogus

2009-12-06 Thread ktietz at gcc dot gnu dot org
--- Comment #6 from ktietz at gcc dot gnu dot org 2009-12-06 11:47 --- By rethinking this issue I came to the point that this would lead to pretty havy incompatibilities between -pc-mingw32 and -w64-mingw32. Also it would disallow to use the default /usr/local prefix for installtion with

[Bug fortran/32957] C/Fortran interoperability and -fdefault-integer-8

2009-12-06 Thread dominiq at lps dot ens dot fr
--- Comment #3 from dominiq at lps dot ens dot fr 2009-12-06 10:52 --- If I apply the following patch: --- c_loc_tests_2.f03 2009-11-25 18:17:45.0 +0100 +++ c_loc_tests_2_db_1.f03 2009-12-06 11:43:31.0 +0100 @@ -44,13 +44,13 @@ contains end subroutine test0

[Bug debug/42299] [4.5 Regression] another verify_ssa failure with -g -O2

2009-12-06 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Component|c |debug Keywords||ice-on-valid-co

[Bug c/42300] Having LIBRARY_PATH set but with null contents, makes gcc read ./specs

2009-12-06 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-12-06 08:59 --- specs files are no longer generated by default. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42300