[Bug tree-optimization/33154] FAIL: gcc.c-torture/execute/20010119-1.c compilation, -Os

2007-08-22 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-08-23 00:06 --- This should have been fixed by: 2007-08-22 Richard Guenther [EMAIL PROTECTED] * tree-inline.c (inlinable_function_p): Restore disregarding inline limits for GNU extern inline functions. --

[Bug fortran/33152] Initialization/declaration problems in block data

2007-08-22 Thread kargl at gcc dot gnu dot org
--- Comment #1 from kargl at gcc dot gnu dot org 2007-08-23 00:09 --- It's much worse than you've indicated. :( gfortran compiles subroutine y data emname/'bar'/ character(len=3) :: emname end subroutine y which violates A variable that appears in a DATA statement and has

[Bug debug/33155] New: _stdcall assembler names in win32 vs gdb

2007-08-22 Thread dannysmith at users dot sourceforge dot net
My patch: 2007-05-24 Danny Smith [EMAIL PROTECTED] PR target/27067 * doc/tm.texi (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Document. * targhooks.h (default_mangle_decl_assembler_name): Declare default hook. * targhooks.c (default_mangle_decl_assembler_name):

[Bug c++/33156] New: preprocessor precedence of string concatenation backwards?

2007-08-22 Thread igodard at pacbell dot net
The code: #includeiostream #define foo(b) #b int main() { std::cerr foo( this is a long string broken across lines but constiuting one argument to the macro ) \n; } produces: ~/ootbc/personal/ivan$ a.out this is a long string broken across lines but

[Bug bootstrap/33130] Configuration error prevents build

2007-08-22 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2007-08-23 05:49 --- I was able to successfully build gcc 3.4.6 and attempted to use that to build gcc 4.3.0. I get the same failure in stage 2. I have also updated the binutils to no avail. --

<    1   2