[Bug other/7125] libz is built even if configured with --with-system-zlib

2009-03-22 Thread steven at gcc dot gnu dot org
--- Comment #9 from steven at gcc dot gnu dot org 2009-03-22 09:38 --- I wonder if toplevel bootstrap fixed this issue... -- steven at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/39517] New: frotarn doesnt' compile in SLES10 SP2

2009-03-22 Thread camelia dot botez at weizmann dot ac dot il
I try to compile and install gcc-4.3.3 on SLES 10 SP2. During compilation I get: configure: error: GNU Fortran is not working; please report a bug in http://gcc.gnu.org/bugzilla, attaching /usr/local/src/gcc-4.3.3/objdir/x86_64-unknown-linux-gnu/libgfortran/config.log This is the log file: It

[Bug other/12955] Incorrect rounding of soft float denorm mul/div

2009-03-22 Thread steven at gcc dot gnu dot org
--- Comment #12 from steven at gcc dot gnu dot org 2009-03-22 09:43 --- No progress for *years* now. Was bug 14354 the same issue? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12955

[Bug bootstrap/39484] [melt] - revision 144904 - BASILYS INFORM [#198595]: warmelt-first-1.c - SIGSEGV

2009-03-22 Thread rob1weld at aol dot com
--- Comment #6 from rob1weld at aol dot com 2009-03-22 09:26 --- This Bug has been FIXED by Revision 144917. http://gcc.gnu.org/viewcvs/*checkout*/branches/melt-branch/gcc/ChangeLog.melt?revision=144917 Rob -- rob1weld at aol dot com changed: What|Removed

[Bug other/2678] gcc/g++ should stick compilation options into the .o file

2009-03-22 Thread steven at gcc dot gnu dot org
--- Comment #22 from steven at gcc dot gnu dot org 2009-03-22 09:51 --- Fixed in GCC 4.4 with -frecord-gcc-switches -- steven at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/39470] [melt] - lrand48_r() and srand48_r() are GNU extensions and are not portable

2009-03-22 Thread rob1weld at aol dot com
--- Comment #4 from rob1weld at aol dot com 2009-03-22 09:57 --- I am aware that the _r issues have been addressed and will test the 'soon to arrive' fopencookie() code next week on i386-pc-solaris2.11 to ensure that non-Linux Platforms have a chance to vompile 'melt'. Rob --

[Bug bootstrap/18895] libgfortran AM_MAKEFLAGS arg list + environment too large

2009-03-22 Thread steven at gcc dot gnu dot org
--- Comment #7 from steven at gcc dot gnu dot org 2009-03-22 09:59 --- Long time in WAITING state, and per comment #4 - FIXED. If the problem resurfaced at the toplevel, a new report should be opened for this. -- steven at gcc dot gnu dot org changed: What|Removed

[Bug target/39518] New: Missing documentation of cygwin and mingw target options

2009-03-22 Thread ktietz at gcc dot gnu dot org
In gcc/doc/invoke.texi all the cygwin/mingw specific target -m options aren't documented. -- Summary: Missing documentation of cygwin and mingw target options Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug other/18907] library makefiles should not set AM_MAKEFLAGS

2009-03-22 Thread steven at gcc dot gnu dot org
--- Comment #2 from steven at gcc dot gnu dot org 2009-03-22 10:01 --- fastjar is gone. The rest still has AM_MAKEFLAGS. -- steven at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/39518] Missing documentation of cygwin and mingw target options

2009-03-22 Thread ktietz at gcc dot gnu dot org
--- Comment #1 from ktietz at gcc dot gnu dot org 2009-03-22 10:02 --- Created an attachment (id=17513) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17513action=view) Patch file Patch to add some missing documentation. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39518

[Bug rtl-optimization/26914] lack of conditional moves with floating point

2009-03-22 Thread steven at gcc dot gnu dot org
-- steven at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Component|other |rtl-optimization

[Bug fortran/39517] fortran doesn't compile in SLES10 SP2

2009-03-22 Thread dfranke at gcc dot gnu dot org
--- Comment #1 from dfranke at gcc dot gnu dot org 2009-03-22 10:12 --- In-source builds are not supported. In a clean directory, try: $ tar xfz ...tar.gz $ mkdir build cd build $ ../configure [your config-options] $ make How can I send the config.log file as attachament ?

[Bug c++/16994] [meta-bug] VLA and C++

2009-03-22 Thread steven at gcc dot gnu dot org
--- Comment #1 from steven at gcc dot gnu dot org 2009-03-22 10:16 --- Bug 28879 is fixed for GCC 4.4. It was the last bug that blocked this meta-bug. -- FIXED -- steven at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/39519] New: bad assignment to type with allocatable component

2009-03-22 Thread gilbert dot scott at easynet dot co dot uk
GNU Fortran (GCC) 4.4.0 20090219 (experimental) [trunk revision 144289] The code below generates the output: T2%A = 42 This is wrong, the output should be: T2%A = 23 PROGRAM X TYPE T INTEGER, POINTER :: P INTEGER, ALLOCATABLE :: A(:) END TYPE T TYPE(T) :: T1,T2 ALLOCATE ( T1%A(1) ) ALLOCATE (

[Bug libfortran/25561] Eventually get rid of the Alloc Stream Facility

2009-03-22 Thread jb at gcc dot gnu dot org
--- Comment #13 from jb at gcc dot gnu dot org 2009-03-22 10:51 --- Subject: Bug 25561 Author: jb Date: Sun Mar 22 10:51:05 2009 New Revision: 144993 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=144993 Log: 2009-03-22 Janne Blomqvist j...@gcc.gnu.org PR

[Bug fortran/39519] bad assignment to type with allocatable component

2009-03-22 Thread dominiq at lps dot ens dot fr
--- Comment #1 from dominiq at lps dot ens dot fr 2009-03-22 10:53 --- Confirmed on (powerpc|i686)-apple-darwin9 with trunk and 4.3.3. This a regression since 4.2.3 gives the expected output (along with ifort and g95). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39519

[Bug fortran/39519] [4,4 Regression] bad assignment to type with allocatable component

2009-03-22 Thread steven at gcc dot gnu dot org
-- steven at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1

[Bug fortran/39519] [4.4 Regression] bad assignment to type with allocatable component

2009-03-22 Thread dominiq at lps dot ens dot fr
--- Comment #2 from dominiq at lps dot ens dot fr 2009-03-22 11:14 --- This PR should probably be marked as [4.3/4.4 Regression]. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39519

[Bug c/39520] New: Empty function translated to repz retq.

2009-03-22 Thread vvv at ru dot ru
gcc --version gcc (SUSE Linux) 4.3.2 [gcc-4_3-branch revision 141291] cat test.c // file test.c Call to empty function void f(){ } int main(){ return(0);} gcc -o test test.c -O2 objdump -d test 004004f0 f: 4004f0: f3 c3 repz retq Why rep ret? Why not

[Bug target/39518] Missing documentation of cygwin and mingw target options

2009-03-22 Thread ktietz at gcc dot gnu dot org
--- Comment #2 from ktietz at gcc dot gnu dot org 2009-03-22 11:20 --- Sent patch. See http://gcc.gnu.org/ml/gcc-patches/2009-03/msg00997.html -- ktietz at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/37203] Check ORDER= of RESHAPE

2009-03-22 Thread dfranke at gcc dot gnu dot org
--- Comment #8 from dfranke at gcc dot gnu dot org 2009-03-22 12:12 --- Subject: Bug 37203 Author: dfranke Date: Sun Mar 22 12:12:10 2009 New Revision: 144996 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=144996 Log: gcc/fortran/: 2009-03-22 Daniel Franke

[Bug target/39291] _Unwind_Backtrace fails.

2009-03-22 Thread pluto at agmk dot net
--- Comment #7 from pluto at agmk dot net 2009-03-22 12:16 --- haa! i've found the core problem. on my winxp64 i have DEP (data execution prevention) turned on for all programs and this is why the testcase (longjmp?) fails. this looks weird beacuse longjmp on x86-64 with NX-bit enabled

[Bug fortran/39519] [4.4 Regression] bad assignment to type with allocatable component

2009-03-22 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2009-03-22 12:22 --- (In reply to comment #2) This PR should probably be marked as [4.3/4.4 Regression]. Dear, oh dear! This is annoying. The bug goes away if the first component of the derived type is anything other than a pointer.

[Bug bootstrap/39470] [melt] - lrand48_r() and srand48_r() are GNU extensions and are not portable

2009-03-22 Thread basile at starynkevitch dot net
--- Comment #5 from basile at starynkevitch dot net 2009-03-22 12:34 --- With using the very latest PPL snapshot (from GIT), or PPL 0.10.1 or 0.11 I would be able to remove the fopencookie in a couple of days. But of course, you'll need to download a very new PPL and build it! --

[Bug bootstrap/39470] [melt] - lrand48_r() and srand48_r() are GNU extensions and are not portable

2009-03-22 Thread basile at starynkevitch dot net
--- Comment #6 from basile at starynkevitch dot net 2009-03-22 12:38 --- Subject: Re: [melt] - lrand48_r() and srand48_r() are GNU extensions and are not portable rob1weld at aol dot com wrote: --- Comment #4 from rob1weld at aol dot com 2009-03-22 09:57 --- I am aware

[Bug c++/39055] [4.2/4.3/4.4 regression] ICE with questionable default parameter of a member function

2009-03-22 Thread jason at gcc dot gnu dot org
--- Comment #4 from jason at gcc dot gnu dot org 2009-03-22 14:01 --- I was wrong; the previous paragraph says Local variables shall not be used in default argument expressions. 3.3 was right to reject the testcase; delayed instantiation of default arguments only applies to function

[Bug target/39291] _Unwind_Backtrace fails.

2009-03-22 Thread pluto at agmk dot net
--- Comment #8 from pluto at agmk dot net 2009-03-22 15:44 --- (In reply to comment #7) haa! i've found the core problem. on my winxp64 i have DEP (data execution prevention) turned on for all programs and this is why the testcase (longjmp?) fails. this looks weird beacuse longjmp

[Bug target/38787] generating non-conforming rep retn

2009-03-22 Thread schwab at linux-m68k dot org
--- Comment #3 from schwab at linux-m68k dot org 2009-03-22 15:44 --- *** Bug 39520 has been marked as a duplicate of this bug. *** -- schwab at linux-m68k dot org changed: What|Removed |Added

[Bug c/39520] Empty function translated to repz retq.

2009-03-22 Thread schwab at linux-m68k dot org
--- Comment #1 from schwab at linux-m68k dot org 2009-03-22 15:44 --- *** This bug has been marked as a duplicate of 38787 *** -- schwab at linux-m68k dot org changed: What|Removed |Added

[Bug target/39291] _Unwind_Backtrace fails.

2009-03-22 Thread pluto at agmk dot net
--- Comment #9 from pluto at agmk dot net 2009-03-22 15:45 --- Created an attachment (id=17514) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17514action=view) new testcase with binaries. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39291

[Bug fortran/39517] fortran doesn't compile in SLES10 SP2

2009-03-22 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-03-22 16:34 --- It works for me. You can btw. download binaries from http://download.opensuse.org/repositories/devel://gcc/SLE-10_SDK -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39517

[Bug fortran/39519] [4.4 Regression] bad assignment to type with allocatable component

2009-03-22 Thread pault at gcc dot gnu dot org
-- pault at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |pault at gcc dot gnu dot org |dot org

[Bug fortran/39519] [4.4 Regression] bad assignment to type with allocatable component

2009-03-22 Thread hjl dot tools at gmail dot com
--- Comment #4 from hjl dot tools at gmail dot com 2009-03-22 18:26 --- It is caused by revision 127014: http://gcc.gnu.org/ml/gcc-cvs/2007-07/msg00878.html -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug tree-optimization/39355] [4.4 Regression] Revision 144529: ICE due to missing or incorrectly relocated DECL_VALUE_EXPR in PCH header for PARM_DECL

2009-03-22 Thread danglin at gcc dot gnu dot org
--- Comment #45 from danglin at gcc dot gnu dot org 2009-03-22 18:34 --- The testsuite fails disappear if I add --disable-libstdcxx-pch to the configure command. The ICE can be suppressed with Index: dwarf2out.c === ---

[Bug tree-optimization/39355] [4.4 Regression] Revision 144529: ICE due to missing or incorrectly relocated DECL_VALUE_EXPR in PCH header for PARM_DECL

2009-03-22 Thread danglin at gcc dot gnu dot org
--- Comment #46 from danglin at gcc dot gnu dot org 2009-03-22 19:37 --- When I modified expr.c and the test passed, the PCH file wasn't loaded. So, the PCH bug wasn't triggered. Need to figure out why its not being loaded. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39355

[Bug translation/39521] New: specs diagnostics translation problems

2009-03-22 Thread jsm28 at gcc dot gnu dot org
Specs strings can contain diagnostic messages marked with %e (errors) or %n (notices). Those marked with %e are extracted by exgettext into po/gcc.pot; those marked with %n are not. The code handling %e and %n passes the strings to %s arguments of error and notice without first passing them to

[Bug translation/39521] specs diagnostics translation problems

2009-03-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #1 from jsm28 at gcc dot gnu dot org 2009-03-22 21:02 --- Also, if the %e is at the start of a line then the message doesn't get extracted for gcc.pot. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39521

[Bug fortran/39519] [4.4 Regression] bad assignment to type with allocatable component

2009-03-22 Thread steven at gcc dot gnu dot org
--- Comment #5 from steven at gcc dot gnu dot org 2009-03-22 21:17 --- I think this should be in GCC 4.4 and maybe even in 4.c. The patch is obvious enough and it fixes a wrong-code issue. Language maintainers have some freedom to fix bugs even on release branches (so also certainly

[Bug target/39291] _Unwind_Backtrace fails.

2009-03-22 Thread pluto at agmk dot net
--- Comment #10 from pluto at agmk dot net 2009-03-22 21:17 --- finally, not a gcc bug. the mingw-w64-crt/misc/mingw_getsp.S has bugs: - it forces .code64 even for 32-bit mode. - it jumps directly into data segement - jmp (_fctMsvcrtLongJmp) i've tested following patch: @@ -3,8 +3,6

[Bug regression/39508] gcc libdecnumber 4.3.4 4.3.3 x86_64 linux : /usr/bin/ld: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.4//libgcc.a(bid_decimal_globals.o): TLS transition from R_X86_64_TLSGD to R_

2009-03-22 Thread jason dot vas dot dias at gmail dot com
--- Comment #4 from jason dot vas dot dias at gmail dot com 2009-03-22 22:32 --- Yes, compiling latest binutils did fix - many thanks Mr. Lu ! But please, is there any ld(1) or elfdump or elflint(1) or objdump(1) invocation you could suggest that would reliably tell me : 1. If the

[Bug rtl-optimization/39522] New: [4.4 Regression] fix for PR37514 gives FAIL: gcc.c-torture/execute/stdarg-3.c compilation, -O3 -fomit-frame-pointer -funroll-loops (internal compiler error)

2009-03-22 Thread hp at gcc dot gnu dot org
Using r144996 configured for crisv32-axis-linux-gnu (but the error is there for crisv32-axis-elf, which is somewhat more repeatable and simulator-friendly), I get these errors: Running /tmp/x144980/gcc/gcc/testsuite/gcc.c-torture/execute/execute.exp ... ... FAIL: gcc.c-torture/execute/stdarg-3.c

[Bug rtl-optimization/39522] [4.4 Regression] fix for PR37514 gives FAIL: gcc.c-torture/execute/stdarg-3.c compilation, -O3 -fomit-frame-pointer -funroll-loops (internal compiler error)

2009-03-22 Thread hp at gcc dot gnu dot org
--- Comment #1 from hp at gcc dot gnu dot org 2009-03-22 22:34 --- Created an attachment (id=17515) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17515action=view) preprocessed stdarg-3.c to avoid stdarg.h dependency. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39522

[Bug rtl-optimization/39522] [4.4 Regression] fix for PR37514 gives FAIL: gcc.c-torture/execute/stdarg-3.c compilation, -O3 -fomit-frame-pointer -funroll-loops (internal compiler error)

2009-03-22 Thread hp at gcc dot gnu dot org
--- Comment #2 from hp at gcc dot gnu dot org 2009-03-22 23:04 --- Same bug is present as a g++.dg/torture/pr31863.C -O2 (and higher) regression. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39522

[Bug middle-end/35700] Problems compiling applications with -pg option using gcc 3.4.4 compiler.

2009-03-22 Thread bje at gcc dot gnu dot org
--- Comment #4 from bje at gcc dot gnu dot org 2009-03-23 01:51 --- Can you reproduce this problem using a current GCC release? From the command line you gave, it looks like you are using a Wind River GCC release, which the GCC community does not support. Am I right? --

[Bug target/32348] ICE on valid code

2009-03-22 Thread bje at gcc dot gnu dot org
--- Comment #2 from bje at gcc dot gnu dot org 2009-03-23 01:53 --- Edmar, can you confirm Joseph's suggestion? Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32348

Small error in manual

2009-03-22 Thread Reuben Thomas
(Found in 4.3; I was unable to discover without checking out the sources whether the error is still present in head, as I couldn't work out which file to look in using ViewVC; sorry.) -fno-merge-debug-strings is documented as if it were -fmerge-debug-strings; the description needs to be

[Bug target/32542] When -msdata is set, gcc sent -memb to gas.

2009-03-22 Thread bje at gcc dot gnu dot org
--- Comment #2 from bje at gcc dot gnu dot org 2009-03-23 03:47 --- Tested patch posted for review: http://gcc.gnu.org/ml/gcc-patches/2009-03/msg01017.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32542

[Bug libmudflap/38462] test libmudflap.c/fail27-frag.c fails output pattern test for ppc64

2009-03-22 Thread bje at gcc dot gnu dot org
-- bje at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bje at gcc dot gnu dot org |dot org

[Bug target/39523] New: [4.4 Regression] SH: global registers are wrongly saved

2009-03-22 Thread kkojima at gcc dot gnu dot org
gcc.dg/20020312-2.c starts to fail after the revision 144964 on sh. sh.c:calc_live_regs always saves the regs ever live, even they are global. After 144964, we get more correct live information for global regs and it reveals the issue. Another tiny test case is register void *reg __asm__(r10);

[Bug target/39523] [4.4 Regression] SH: global registers are wrongly saved

2009-03-22 Thread kkojima at gcc dot gnu dot org
-- kkojima at gcc dot gnu dot org changed: What|Removed |Added Known to fail||4.4.0 Priority|P3 |P4

[Bug middle-end/39301] ICE in register_overhead, at bitmap.c:115

2009-03-22 Thread bje at gcc dot gnu dot org
-- bje at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bje at gcc dot gnu dot org |dot org

[Bug target/31635] -mno-vrsave ignored on ppc64

2009-03-22 Thread bje at gcc dot gnu dot org
-- bje at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bje at gcc dot gnu dot org |dot org