[Bug c++/34102] [4.3 regression] ICE with invalid inheritance of variadic templates

2007-11-27 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34102

[Bug c++/34111] [4.3 Regression] new overload resolution error

2007-11-27 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2007-11-27 21:59 --- Jason, would you please take a look at this issue? Thanks, -- Mark -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added -

[Bug tree-optimization/34123] [4.3 Regression] verify_ssa failed with -ftree-loop-linear

2007-11-27 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34123

[Bug tree-optimization/34138] [4.3 Regression] verify_ssa failed (found real variable when subvariables should have appeared)

2007-11-27 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34138

[Bug tree-optimization/34140] [4.3 Regression] ICE in is_hidden_global_store, at tree-ssa-sink.c:207

2007-11-27 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34140

[Bug bootstrap/34144] [4.3 Regression] Revision 130005 causes bootstrap failure with --disable-checking

2007-11-27 Thread mmitchel at gcc dot gnu dot org
--- Comment #7 from mmitchel at gcc dot gnu dot org 2007-11-27 22:02 --- Marking P2, not P1, because there is an easy work-around and this is not the recommended way of building GCC. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/34178] [4.1/4.2/4.3 Regression] Compilation using -frepo fails

2007-11-27 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34178

[Bug middle-end/34222] [4.3 Regression] verify_ssa failed, missing definition

2007-11-27 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34222

[Bug c++/34103] [4.3 regression] ICE with invalid variadic template functions

2007-11-27 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34103

[Bug c/34252] New: DEC32_MIN_EXP, DEC32_MAX_EXP don't match TR 24732

2007-11-27 Thread jeff dot sullivan at intel dot com
I discovered a few differences in the gcc implemenation of the macros, as compared with the ISO C Tr24732 paper. It may be more likely that the gcc implementation is incorrect. In any case, here's what I see in the decfloat-constants.c test from the gcc 4.3 testsuite: if (DEC32_MIN_EXP != -95)

[Bug c++/34101] [4.3 regression] ICE with argument deduction of variadic template function

2007-11-27 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34101

[Bug c++/34103] [4.3 regression] ICE with invalid variadic template functions

2007-11-27 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-11-27 22:08 --- Mark, Why was this marked as a P2 as this is only an error recovery regression? Thanks, Andrew Pinski -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug ada/34173] [4.3 regression] FAIL: gnat.dg/release_unc_maxalign.adb execution test

2007-11-27 Thread mmitchel at gcc dot gnu dot org
--- Comment #7 from mmitchel at gcc dot gnu dot org 2007-11-27 22:09 --- P5 until/unless a non-Ada testcase is found. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added -

[Bug fortran/34248] ICE on assumed length character function

2007-11-27 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2007-11-27 22:09 --- No regression. Valgrind shows: ==21714== Invalid read of size 4 ==21714==at 0x49C077: generate_local_decl (trans-decl.c:2980) ==21714==by 0x471026: traverse_ns (symbol.c:2951) ==21714==by 0x499FFD: gfc_ge

[Bug c++/34206] [4.3 Regression] ICE in retrieve_local_specialization

2007-11-27 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34206

[Bug tree-optimization/34244] [4.3 Regression] VRP/SCEV miscompiles Firefox

2007-11-27 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34244

[Bug testsuite/34253] New: Lots of failures in gcc.dg/vect

2007-11-27 Thread andreasmeier80 at gmx dot de
I see on my computer a lot of failures in the testsuite gcc.dg/vect. See http://gcc.gnu.org/ml/gcc-testresults/2007-11/msg01474.html The failures are there since Sepember 2007. But the other testresults don't show these failures. -- Summary: Lots of failures in gcc.dg/vect

[Bug middle-end/34226] [4.3 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612

2007-11-27 Thread mmitchel at gcc dot gnu dot org
--- Comment #5 from mmitchel at gcc dot gnu dot org 2007-11-27 22:22 --- FRV is not a primary or secondary platform. Is there a test-case for this on another platform? -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/34059] [4.1/4.2/4.3 regression] ICE with invalid base type for class member

2007-11-27 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34059

[Bug rtl-optimization/34171] [4.3 Regression] Segfault in df_chain_remove_problem with -O3 on alpha

2007-11-27 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34171

[Bug tree-optimization/34016] [4.3 Regression] ICE in execute_todo with -ftree-loop-linear for 454.calculix

2007-11-27 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2007-11-27 22:24 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug fortran/34228] -std=f* should diagnose used but later typed variables

2007-11-27 Thread terry at chem dot gu dot se
--- Comment #3 from terry at chem dot gu dot se 2007-11-27 22:23 --- > I don't worry about "len=3", I'm worrying about the type: > > data emname/'bar'/ > > is implicitly types REAL and then one line later comes: > > character(len=3) :: emname > > I still think that this violates:

[Bug fortran/34228] -std=f* should diagnose used but later typed variables

2007-11-27 Thread terry at chem dot gu dot se
--- Comment #1 from terry at chem dot gu dot se 2007-11-27 22:12 --- But a character string is not an array. The len parameter is a type parameter. That part of the standard does not apply. It's legal. -- terry at chem dot gu dot se changed: What|Removed

[Bug tree-optimization/34181] [4.3 Regression] FAIL: g++.dg/opt/anchor1.C (internal compiler error)

2007-11-27 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2007-11-27 22:11 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c++/34103] [4.3 regression] ICE with invalid variadic template functions

2007-11-27 Thread mmitchel at gcc dot gnu dot org
--- Comment #3 from mmitchel at gcc dot gnu dot org 2007-11-27 22:15 --- My mistake. I moved too quickly, and thought this was ICE-on-invalid without a previous valid error. P4. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug fortran/34228] -std=f* should diagnose used but later typed variables

2007-11-27 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2007-11-27 22:16 --- (In reply to comment #1) > But a character string is not an array. The len parameter is a type parameter. > That part of the standard does not apply. It's legal. I don't worry about "len=3", I'm worrying about the ty

[Bug tree-optimization/34029] [4.3 Regression] internal compiler error: verify_stmts failed

2007-11-27 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34029

[Bug tree-optimization/34016] [4.3 Regression] ICE in execute_todo with -ftree-loop-linear for 454.calculix

2007-11-27 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2007-11-27 22:23 --- Subject: Bug 34016 Author: jakub Date: Tue Nov 27 22:23:29 2007 New Revision: 130476 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130476 Log: PR tree-optimization/34016 * tree-ssa-loop.c (pas

[Bug fortran/34254] New: "character(kind=c_char) function" fails if c_char is not host associated

2007-11-27 Thread burnus at gcc dot gnu dot org
The following is rejected with: Error: Parameter 'c_char' at (1) has not been declared or is a variable, which does not reduce to a constant expression I thought it was fixed by the patch for PR fortran/31154 PR fortran/31229 PR fortran/4 but seemingly it was not :-(

[Bug fortran/34230] Expressions of parameters evaluated with too high precision

2007-11-27 Thread kargl at gcc dot gnu dot org
--- Comment #3 from kargl at gcc dot gnu dot org 2007-11-27 22:45 --- (In reply to comment #2) > (In reply to comment #1) > > There is no bug here. You have explicitly disabled > > range checking. This means that you no longer have > > a limitation on range in constant folding. It may

[Bug fortran/34230] Expressions of parameters evaluated with too high precision

2007-11-27 Thread terry at chem dot gu dot se
--- Comment #4 from terry at chem dot gu dot se 2007-11-27 22:56 --- (In reply to comment #3) (Admittedly from the 4.2.2 manual): 2.2 Options controlling Fortran dialect -frange-check Enable range checking on results of simplification of constant expressions during compilation. For

[Bug fortran/34246] gfortran.dg/bind_c_usage_16.f03 doesn't work

2007-11-27 Thread dominiq at lps dot ens dot fr
--- Comment #5 from dominiq at lps dot ens dot fr 2007-11-27 23:00 --- On Intel Darwin9 (working) -fdump-tree-gimple shows without -m64: foo () { character(kind=1) __result_foo[1:1]; __result_foo[1]{lb: 1 sz: 1} = 66; D.831 = __result_foo; return D.831; } bar (x) { character

[Bug fortran/34246] gfortran.dg/bind_c_usage_16.f03 doesn't work

2007-11-27 Thread dominiq at lps dot ens dot fr
--- Comment #7 from dominiq at lps dot ens dot fr 2007-11-27 23:27 --- >From http://gcc.gnu.org/ml/gcc-testresults/2007-11/msg01459.html, powerpc64-unknown-linux-gnu shows the same pattern as powerpc-apple-darwin9: anything linked to endianness? -- http://gcc.gnu.org/bugzilla/show_b

[Bug fortran/34246] gfortran.dg/bind_c_usage_16.f03 doesn't work

2007-11-27 Thread burnus at gcc dot gnu dot org
--- Comment #6 from burnus at gcc dot gnu dot org 2007-11-27 23:12 --- character(kind=1) __result_foo[1:1]; = __result_foo; As Andrew pointed out, we return an array and not a scalar. TODO: a) Check that we expect a scalar to be returned in gfc_conv_function_call. b) Ensure th

[Bug fortran/34230] Expressions of parameters evaluated with too high precision

2007-11-27 Thread kargl at gcc dot gnu dot org
--- Comment #5 from kargl at gcc dot gnu dot org 2007-11-28 00:06 --- (In reply to comment #4) > (In reply to comment #3) > > (Admittedly from the 4.2.2 manual): > 2.2 Options controlling Fortran dialect > -frange-check > Enable range checking on results of simplification of constan

[Bug bootstrap/34205] iwmmxt type/size error

2007-11-27 Thread raj dot khem at gmail dot com
--- Comment #8 from raj dot khem at gmail dot com 2007-11-28 00:11 --- (In reply to comment #7) > s/int//. The enumerated type is implementation defined but shall be capable to > represent the values of all members. Exactly and gcc for arm uses this definition to its advantage so that i

[Bug fortran/34242] GNU Fortran is not working

2007-11-27 Thread joefoxreal at gmail dot com
--- Comment #2 from joefoxreal at gmail dot com 2007-11-28 00:45 --- Created an attachment (id=14650) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14650&action=view) Here's the config.log -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34242

[Bug bootstrap/34255] New: scope-blocks-on-a-diet patch diverges -g from non-g output code

2007-11-27 Thread aoliva at gcc dot gnu dot org
http://gcc.gnu.org/ml/gcc-patches/2007-07/msg01745.html regresses the property that code output with -g must be the same as that without -g. make bootstrap-debug demonstrates that several files miscompare after this patch, and don't if the patch is reversed. The patch not only causes -g divergenc

[Bug bootstrap/34255] scope-blocks-on-a-diet patch diverges -g from non-g output code

2007-11-27 Thread aoliva at gcc dot gnu dot org
-- aoliva at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34255

[Bug fortran/34242] GNU Fortran is not working

2007-11-27 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-11-28 00:55 --- (In reply to comment #2) > Created an attachment (id=14650) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14650&action=view) [edit] > Here's the config.log No that is still the wrong one. Please read the erorr

[Bug libstdc++/32618] std::vector calls uneccessary constructors instead of inplace construction of first object

2007-11-27 Thread pcarlini at suse dot de
--- Comment #6 from pcarlini at suse dot de 2007-11-28 00:56 --- Just a short note to follow up to my first message: as expected, in the next standard both push_back and resize will be very different. The signature of the new push_back, already available under the experimental C++0x mode

[Bug fortran/34242] GNU Fortran is not working

2007-11-27 Thread joefoxreal at gmail dot com
--- Comment #4 from joefoxreal at gmail dot com 2007-11-28 01:00 --- Created an attachment (id=14651) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14651&action=view) sorry, this is the config.log(x86_64-unknown-linux-gnu/libgfortran/config.log) -- http://gcc.gnu.org/bugzilla/

[Bug fortran/34227] initialized symbol in COMMON: Missing checks

2007-11-27 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2007-11-28 01:01 --- Subject: Bug 34227 Author: jvdelisle Date: Wed Nov 28 01:00:50 2007 New Revision: 130483 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130483 Log: 2007-11-27 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug fortran/32928] DATA statement with array element as initializer is rejected

2007-11-27 Thread jvdelisle at gcc dot gnu dot org
--- Comment #8 from jvdelisle at gcc dot gnu dot org 2007-11-28 01:02 --- Subject: Bug 32928 Author: jvdelisle Date: Wed Nov 28 01:02:36 2007 New Revision: 130484 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130484 Log: 2007-11-27 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug fortran/34227] initialized symbol in COMMON: Missing checks

2007-11-27 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2007-11-28 01:09 --- Subject: Bug 34227 Author: jvdelisle Date: Wed Nov 28 01:09:35 2007 New Revision: 130486 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130486 Log: 2007-11-27 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug fortran/32928] DATA statement with array element as initializer is rejected

2007-11-27 Thread jvdelisle at gcc dot gnu dot org
--- Comment #9 from jvdelisle at gcc dot gnu dot org 2007-11-28 01:12 --- Subject: Bug 32928 Author: jvdelisle Date: Wed Nov 28 01:12:31 2007 New Revision: 130487 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130487 Log: 2007-11-27 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug target/34256] New: mmx and movd/movq on x86_64

2007-11-27 Thread dean at arctic dot org
gcc seems allergic to movq in the context of mmx: % cat movq.c #include #include __m64 x; __m64 y; uint64_t foo(__m64 m) { return _mm_cvtm64_si64(_mm_add_pi32(x, y)); } % gcc -g -O3 -Wall -std=gnu99 -c -o movq.o movq.c % objdump -dr movq.o movq.o: file format elf64-x86-64 Disassembly

[Bug fortran/32928] DATA statement with array element as initializer is rejected

2007-11-27 Thread jvdelisle at gcc dot gnu dot org
--- Comment #10 from jvdelisle at gcc dot gnu dot org 2007-11-28 01:15 --- Fixed on trunk. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added S

[Bug target/34001] Incorrect x86 fastcall behavior

2007-11-27 Thread hjl at gcc dot gnu dot org
--- Comment #8 from hjl at gcc dot gnu dot org 2007-11-28 01:20 --- Subject: Bug 34001 Author: hjl Date: Wed Nov 28 01:20:34 2007 New Revision: 130488 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130488 Log: 2007-11-27 H.J. Lu <[EMAIL PROTECTED]> Joey Ye <[EMAIL

[Bug target/34001] Incorrect x86 fastcall behavior

2007-11-27 Thread hjl at lucon dot org
--- Comment #9 from hjl at lucon dot org 2007-11-28 01:25 --- Fixed in gcc 4.3. -- hjl at lucon dot org changed: What|Removed |Added Status|ASSIGNED

[Bug target/34256] mmx and movd/movq on x86_64

2007-11-27 Thread dean at arctic dot org
--- Comment #1 from dean at arctic dot org 2007-11-28 01:43 --- this appears to be a regression between gcc 4.1.x and 4.2.x. i had to switch the intrinsic to _mm_cvtsi64_si64x but it otherwise generates the same code on 4.3.x... ubuntu 4.1.2: % objdump -dr movq.o movq.o: file for

[Bug target/34174] gcc produces erroneous asm for movdi

2007-11-27 Thread rask at gcc dot gnu dot org
--- Comment #14 from rask at gcc dot gnu dot org 2007-11-28 01:44 --- Subject: Bug 34174 Author: rask Date: Wed Nov 28 01:44:10 2007 New Revision: 130489 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130489 Log: Backport from mainline: 2007-11-26 Rask Ingemann

[Bug target/34174] gcc produces erroneous asm for movdi

2007-11-27 Thread rask at gcc dot gnu dot org
--- Comment #15 from rask at gcc dot gnu dot org 2007-11-28 01:55 --- Fixed for both 4.2.3 and 4.3.0. -- rask at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/34115] atomic builtins not supported on i686?

2007-11-27 Thread scovich at gmail dot com
--- Comment #7 from scovich at gmail dot com 2007-11-28 01:56 --- (In reply to comment #2) > I think this is essentially invalid. Note that now we also have the various > __GCC_HAVE_SYNC_COMPARE_AND_SWAP_* macros: > > http://gcc.gnu.org/onlinedocs/cpp/Common-Predefined-Macros.html >

[Bug target/34115] atomic builtins not supported on i686?

2007-11-27 Thread pcarlini at suse dot de
--- Comment #8 from pcarlini at suse dot de 2007-11-28 02:05 --- (In reply to comment #7) > Too bad they aren't defined for any machine I've tried so far... The explanation is very simple: the new macros are implemented only in mainline (would be 4.3.0). -- http://gcc.gnu.org/bugzi

[Bug bootstrap/34257] New: --with-sysroot does not change default linux glibc dynamic-linker path

2007-11-27 Thread jason dot vas dot dias at gmail dot com
When gcc-4.2.2 is built with the '--with-sysroot=$path' configure option, gcc does correctly prepend $path to the default include and library search dirs, but the default linux dynamic linker, /lib/ld-linux.so.2, is still used, even though $path/lib/ld-linux.so.2 exists. Thus to link programs with

[Bug bootstrap/34257] --with-sysroot does not change default linux glibc dynamic-linker path

2007-11-27 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-11-28 03:59 --- sysroot is not supposed to be used this way. It is designed for cross compilers. It is the root which is supposed to be the same as the system root would be. So changing --with-sysroot behavior here is incorrect.

[Bug fortran/34242] GNU Fortran is not working

2007-11-27 Thread kargl at gcc dot gnu dot org
--- Comment #5 from kargl at gcc dot gnu dot org 2007-11-28 04:07 --- (In reply to comment #4) > Created an attachment (id=14651) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14651&action=view) [edit] > sorry, this is the config.log(x86_64-unknown-linux-gnu/libgfortran/config.log)

[Bug fortran/34227] initialized symbol in COMMON: Missing checks

2007-11-27 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2007-11-28 04:26 --- Fixed on trunk -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added Sta

[Bug middle-end/31490] Compile error section type conflict

2007-11-27 Thread etiennes at cse dot unsw dot edu dot au
--- Comment #16 from etiennes at cse dot unsw dot edu dot au 2007-11-28 05:11 --- I just tried compiling 2.6.23.9 ia64 and the compile failed citing drivers/char/ipmi/ipmi_si_intf.c:1095: error: __param_hotmod causes a section type conflict gcc (GCC) 4.2.3 20071123 (prerelease) (Debian

[Bug bootstrap/34257] --with-sysroot does not change default linux glibc dynamic-linker path

2007-11-27 Thread jason dot vas dot dias at gmail dot com
--- Comment #2 from jason dot vas dot dias at gmail dot com 2007-11-28 05:23 --- OK, I understand this was not the designed use of "--with-sysroot", but there appears to be no other way to get a gcc build that compiles and links against a non-root directory hierarchy BY DEFAULT . Cons

[Bug bootstrap/34257] --with-sysroot does not change default linux glibc dynamic-linker path

2007-11-27 Thread jason dot vas dot dias at gmail dot com
--- Comment #3 from jason dot vas dot dias at gmail dot com 2007-11-28 05:35 --- Please consider this as an enhancement request to provide some way to configure a gcc build that prepends a given path to its default search paths, including that of the default dynamic linker. There appea

[Bug c++/34178] [4.1/4.2/4.3 Regression] Compilation using -frepo fails

2007-11-27 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

[Bug fortran/34242] GNU Fortran is not working

2007-11-27 Thread joefoxreal at gmail dot com
--- Comment #6 from joefoxreal at gmail dot com 2007-11-28 07:36 --- (In reply to comment #5) > (In reply to comment #4) > > Created an attachment (id=14651) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14651&action=view) [edit] > > sorry, this is the > > config.log(x86_64-unknow

<    1   2