[Bug c/38167] Inline accessor to stdin is breaks on -O2 optimization

2008-11-17 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2008-11-17 08:46 --- Works just fine here, with both 4.3 and 4.4, -O2 and -O0. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38167

[Bug middle-end/38140] [4.4 Regression] ice for C code with -O2

2008-11-17 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2008-11-17 08:48 --- Created an attachment (id=16708) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16708&action=view) gcc44-pr38140.patch Patch I'm ATM bootstrapping/regtesting. tree-ssa-forwprop.c was creating invalid GIMPLE. -

[Bug target/38130] [4.4 regression]__builtin_alloca (vs IRA?) testsuite failures on mingw32

2008-11-17 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2008-11-17 09:21 --- Web pass changes: (insn 14 13 16 2 920929-1.c:5 (parallel [ (set (reg:SI 70) (unspec_volatile:SI [ (reg:SI 70) ] 1)) (set (reg/f:SI 7

[Bug target/38130] [4.4 regression]__builtin_alloca (vs IRA?) testsuite failures on mingw32

2008-11-17 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38130

[Bug target/38134] [4.4 Regression] speed regression with inline-asm sse code

2008-11-17 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38134

[Bug middle-end/38140] [4.4 Regression] ice for C code with -O2

2008-11-17 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38140

[Bug middle-end/37908] atomic NAND op generate wrong code; __sync_nand_and_fetch, __sync_fetch_and_nand

2008-11-17 Thread uros at gcc dot gnu dot org
--- Comment #11 from uros at gcc dot gnu dot org 2008-11-17 11:20 --- Subject: Bug 37908 Author: uros Date: Mon Nov 17 11:19:06 2008 New Revision: 141942 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141942 Log: PR middle-end/37908 * optabs.c (expand_sync_operat

[Bug c/31887] bad warning converting qualified void* to qualified array pointer

2008-11-17 Thread bugs at 59A2 dot org
--- Comment #4 from bugs at 59A2 dot org 2008-11-17 12:24 --- There is no way to qualify an array type, but this sort of conversion is very useful. For instance, the optimizer produces better code for void foo(const double a[], int m, int n) { const double (*b)[n] = (const double(*)[

[Bug target/37033] [4.4 Regression] Revision 138733 breaks -g vs -g0 for PCH

2008-11-17 Thread ubizjak at gmail dot com
--- Comment #9 from ubizjak at gmail dot com 2008-11-17 12:27 --- We can add -fno-dwarf2-cfi-asm to gcc.dg/pch/valid-1b.hs to suppress definition of __GCC_HAVE_DWARF2_CFI_ASM in -g case. Patch at http://gcc.gnu.org/ml/gcc-patches/2008-11/msg00807.html -- ubizjak at gmail dot com cha

[Bug tree-optimization/38168] New: failure in gamess benchmark when -ftree-parallelize-loops=4 is enabled

2008-11-17 Thread razya at il dot ibm dot com
specperl /Develop/SPEC2006/bin/specpp -DSPEC_CPU_NO_HOLLERITH -DSPEC_CPU -DNDEBUG chgpen.F -o chgpen.fppized.f /Develop/Bins/bin//gfortran -c -o chgpen.fppized.o -O3 -mcpu=power6 -mtune=power6 -ftree-parallelize-loops=4 chgpen.fppized.f chgpen.fppized.f: In function 'stepit':

[Bug tree-optimization/38169] New: Wrong string constant optimizing

2008-11-17 Thread holger dot hopp at sap dot com
I have found a bug in string constant optimizing in gcc-4.4 trunk. It occurs with -O3 or -O2 -profile-generate (tested on x86_64 and ia64). For C the problem is fixed since rev. 141606, but not for C++. Tested rev. 141852. g++ is okay with non-static function (set -DNO_STATIC): $ ./g++-4.4-141852

[Bug tree-optimization/38169] Wrong string constant optimizing

2008-11-17 Thread holger dot hopp at sap dot com
--- Comment #1 from holger dot hopp at sap dot com 2008-11-17 13:09 --- Created an attachment (id=16709) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16709&action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38169

[Bug tree-optimization/38170] New: diff failure in cactusADM benchmark when -ftree-parallelize-loops=4 is enabled

2008-11-17 Thread razya at il dot ibm dot com
In benchADM.out.cmp (result of specdiff): 0115: 10 |0.100 | 0.99987677 | 1.5877 | -0.4683 | 0.4683 | 10 |0.100 | 1. | 1. | 0. | 0. | ^ 0116: 20 |0.200 | 0.99952526 | 1.

[Bug c/38167] Inline accessor to stdin is breaks on -O2 optimization

2008-11-17 Thread aleksi dot nurmi at helsinki dot fi
--- Comment #3 from aleksi dot nurmi at helsinki dot fi 2008-11-17 14:06 --- Works for me on 4.1.3 20080308 (prerelease) (Ubuntu 4.1.2-21ubuntu1) and (Ubuntu 20081013-0ubuntu2) 4.3.3 20081014 (prerelease), too. But not in 4.2.4 (Ubuntu 4.2.4-1ubuntu3). -- http://gcc.gnu.org/bugzil

[Bug target/38118] gcc emits non-TLS data as TLS on Solaris 11/SPARC

2008-11-17 Thread ro at techfak dot uni-bielefeld dot de
--- Comment #2 from ro at techfak dot uni-bielefeld dot de 2008-11-17 14:25 --- Subject: Re: gcc emits non-TLS data as TLS on Solaris 11/SPARC I'm not completely sure this is a bug in Sun as. If you consider the assembler code for my testcase produced by gcc: .global tsd

[Bug rtl-optimization/37397] IRA performance impact on SPEC CPU 2K/2006

2008-11-17 Thread hjl dot tools at gmail dot com
--- Comment #4 from hjl dot tools at gmail dot com 2008-11-17 14:31 --- Revision 141860 caused 30% slowdown on 454.calculix in SPEC CPU 2006 with -O2 -ffast-math on Linux/Intel64. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37397

[Bug libfortran/32784] [win32] Using 'CONOUT$', 'CONIN$', or 'CONERR$' as assigned file generates Fortran runtime error: Bad file descriptor

2008-11-17 Thread steve dot chapel at a2pg dot com
--- Comment #28 from steve dot chapel at a2pg dot com 2008-11-17 15:01 --- I'm changing the summary of this bug report to better indicate the problem that the patch fixes. Could we get the patch into gfortran 4.5? There is discussion on the NONMEM users mailing list about how to get NO

[Bug c/38167] Accessor to stdin is breaks on -O2 optimization

2008-11-17 Thread aleksi dot nurmi at helsinki dot fi
--- Comment #4 from aleksi dot nurmi at helsinki dot fi 2008-11-17 15:11 --- I found an even shorter way to make it segfault, with no inline functions at all. It's an -O2 problem, then. #include struct iostream { FILE *f; }; static struct iostream our_stdin = { 0 }; void read_c

[Bug c/38167] Accessor to stdin breaks on -O2 optimization

2008-11-17 Thread aleksi dot nurmi at helsinki dot fi
--- Comment #5 from aleksi dot nurmi at helsinki dot fi 2008-11-17 15:53 --- GDB output showing that libc (debug) received a null pointer: Program received signal SIGSEGV, Segmentation fault. _IO_getc (fp=0x0) at getc.c:40 40_IO_acquire_lock (fp); (gdb) print fp $1 = (FILE *) 0

[Bug preprocessor/38161] [4.4 regression] #elif breaks

2008-11-17 Thread tromey at gcc dot gnu dot org
--- Comment #1 from tromey at gcc dot gnu dot org 2008-11-17 17:29 --- According to my reading of the standard, this code is in fact incorrect. This is basically the same as #36320. I'm beginning to wonder, though, whether this change was overly eager on my part and should be made -peda

[Bug target/38134] [4.4 Regression] speed regression with inline-asm sse code

2008-11-17 Thread ubizjak at gmail dot com
--- Comment #6 from ubizjak at gmail dot com 2008-11-17 18:11 --- I think that addps .LC10(%rip), %xmm0 mulps %xmm1, %xmm0 addps .LC11(%rip), %xmm0 mulps %xmm1, %xmm0 addps .LC12(%rip), %xmm0 mulps %xmm1, %xmm0 addps

[Bug target/38134] [4.4 Regression] speed regression with inline-asm sse code

2008-11-17 Thread tim at klingt dot org
--- Comment #7 from tim at klingt dot org 2008-11-17 18:19 --- Created an attachment (id=16710) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16710&action=view) compressed preprocessed source, gcc-4.4 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38134

[Bug tree-optimization/38169] Wrong string constant optimizing

2008-11-17 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-11-17 18:20 --- Maybe related to PR38051 - I cannot reproduce the problem after that rev. Can you double-check? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38169

[Bug target/38134] [4.4 Regression] speed regression with inline-asm sse code

2008-11-17 Thread tim at klingt dot org
--- Comment #8 from tim at klingt dot org 2008-11-17 18:30 --- Created an attachment (id=16711) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16711&action=view) 16684: compressed preprocessed source, gcc-4.3 -- tim at klingt dot org changed: What|Removed

[Bug ada/20974] ACATS c250002: gnatchop cannot create file with special character

2008-11-17 Thread ebotcazou at gcc dot gnu dot org
--- Comment #4 from ebotcazou at gcc dot gnu dot org 2008-11-17 18:34 --- Does this still occur with more recent versions? -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug ada/20974] ACATS c250002: gnatchop cannot create file with special character

2008-11-17 Thread laurent at guerby dot net
--- Comment #5 from laurent at guerby dot net 2008-11-17 18:41 --- According to: http://gcc.gnu.org/ml/gcc-testresults/2008-11/msg01399.html i686-apple-darwin9 is clean ACATS-wise, so I think we can assume this is fixed for current Apple hardware/software. -- laurent at guerby dot

[Bug middle-end/37565] __optimize__ attribute doesn't work correctly

2008-11-17 Thread sje at cup dot hp dot com
--- Comment #7 from sje at cup dot hp dot com 2008-11-17 18:41 --- This also causes the failure of gcc.dg/pr37106-1.c on ia64-*-* targets. -- sje at cup dot hp dot com changed: What|Removed |Added ---

[Bug ada/20974] ACATS c250002: gnatchop cannot create file with special character

2008-11-17 Thread ebotcazou at gcc dot gnu dot org
--- Comment #6 from ebotcazou at gcc dot gnu dot org 2008-11-17 18:45 --- > i686-apple-darwin9 is clean ACATS-wise, so I think we can assume this is fixed > for current Apple hardware/software. OK, closing. -- ebotcazou at gcc dot gnu dot org changed: What|Removed

[Bug target/38134] [4.4 Regression] speed regression with inline-asm sse code

2008-11-17 Thread tim at klingt dot org
--- Comment #9 from tim at klingt dot org 2008-11-17 18:49 --- i have updated the test program and attached preprocessed sources of gcc 4.3 and 4.4 the loop prefix contains 4.4 (9 invariant loads, one store of a generated constant to the stack): pxor%xmm5, %xmm5 xorl

[Bug ada/27243] [4.2 regression] ACATS c37215h fails

2008-11-17 Thread ebotcazou at gcc dot gnu dot org
--- Comment #5 from ebotcazou at gcc dot gnu dot org 2008-11-17 18:49 --- No plan to fix the failure at this point. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added --

[Bug ada/38131] [4.4 regression] ACATS cc70a01 and cxa4016 segv on exception

2008-11-17 Thread laurent at guerby dot net
--- Comment #1 from laurent at guerby dot net 2008-11-17 19:17 --- Reduced testcase from cxa4016 at rev 141913: $ gnatmake -f -g t1 gcc -c -g t1.adb gnatbind -x t1.ali gnatlink t1.ali -g $ ./t1 Erreur de segmentation $ gdb ./t1 (gdb) r Starting program: /home/guerby/tmp/t1 Program rec

[Bug ada/37543] Assembler error during compilation

2008-11-17 Thread sam at gcc dot gnu dot org
--- Comment #5 from sam at gcc dot gnu dot org 2008-11-17 19:40 --- Please open a separate bug if you still experience build problems. This one (problem with generated assembler when compiling Ada code) should be closed as it has been resolved by yourself. -- sam at gcc dot gnu dot o

[Bug testsuite/38099] tmpdir-gcc.dg-struct-layout-1/t027 c_compat_x_tst.o-c_compat_y_tst.o execute failure

2008-11-17 Thread janis at gcc dot gnu dot org
--- Comment #24 from janis at gcc dot gnu dot org 2008-11-17 19:41 --- Subject: Bug 38099 Author: janis Date: Mon Nov 17 19:39:54 2008 New Revision: 141948 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141948 Log: 2008-11-14 Jack Howarth <[EMAIL PROTECTED]> PR testsu

[Bug fortran/34955] transfer_assumed_size_1.f90: Valgrind error: invalid read of size 3

2008-11-17 Thread mikael at gcc dot gnu dot org
--- Comment #18 from mikael at gcc dot gnu dot org 2008-11-17 19:43 --- The problem is in ByteToString. The assignment of the transfer result is changed to a memmove. The memmove is controlled by the size of both the lhs and the rhs. The size of the rhs (actually the charlen=3 in this

[Bug ada/16095] Illegal program not detected, X'Access of wrong type

2008-11-17 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2008-11-17 19:56 --- >From what I understand: - "access T1" is an access_definition and thus a general access type (RM 3.10(12/2)) - "Y'Access" is of the type of its context, which should be a general access type (RM 3.10.2(24/1)) -

[Bug ada/16212] Bug box in Gigi, code=316, on legal Ada 83 program

2008-11-17 Thread sam at gcc dot gnu dot org
--- Comment #3 from sam at gcc dot gnu dot org 2008-11-17 19:59 --- Lowering priority: opened more than 4 years ago, concerns Ada 83, pathological case. +===GNAT BUG DETECTED==+ | 4.4.0 20081021 (experimental) (x86_64-unknown-linux-gnu

[Bug ada/23187] MAXPATHLEN usage in gcc/ada/*.c

2008-11-17 Thread sam at gcc dot gnu dot org
--- Comment #10 from sam at gcc dot gnu dot org 2008-11-17 20:13 --- Lowering priority, 3 years without feedback despite a new request 7 months ago. -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/38161] [4.4 regression] #elif breaks

2008-11-17 Thread h dot b dot furuseth at usit dot uio dot no
--- Comment #2 from h dot b dot furuseth at usit dot uio dot no 2008-11-17 20:15 --- Subject: Re: [4.4 regression] #elif breaks Yes, I should have read the #36320 text more carefully. I merely noticed that its empty #elif cannot expand to anything correct, while my example can (and

[Bug ada/23390] abstract function in private part not overloading previous function is not allowed

2008-11-17 Thread sam at gcc dot gnu dot org
--- Comment #1 from sam at gcc dot gnu dot org 2008-11-17 20:15 --- This is fixed in GCC 4.4.0 and gives the expected error. GNAT 4.4.0 20081116 (experimental) Copyright 1992-2008, Free Software Foundation, Inc. Compiling: three.adb (source file time stamp: 2008-11-17 20:14:51) ==

[Bug testsuite/34575] gcc.target/powerpc/parity-1.c and popcount-1.c scan-assembler popcntb on darwin9

2008-11-17 Thread janis at gcc dot gnu dot org
--- Comment #4 from janis at gcc dot gnu dot org 2008-11-17 20:19 --- Fixed by Jack's patch. -- janis at gcc dot gnu dot org changed: What|Removed |Added Stat

[Bug testsuite/38008] gcc/testsuite/gcc.c-torture/execute/builtins/lib/sprintf.c unportable

2008-11-17 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2008-11-17 20:20 --- Fixed by Jack's patch. -- janis at gcc dot gnu dot org changed: What|Removed |Added Stat

[Bug testsuite/38098] gcc.dg/cpp/subframework1.c -fno-show-column fails on darwin9

2008-11-17 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2008-11-17 20:21 --- Fixed by Jack's patch. -- janis at gcc dot gnu dot org changed: What|Removed |Added Stat

[Bug testsuite/38099] tmpdir-gcc.dg-struct-layout-1/t027 c_compat_x_tst.o-c_compat_y_tst.o execute failure

2008-11-17 Thread janis at gcc dot gnu dot org
--- Comment #25 from janis at gcc dot gnu dot org 2008-11-17 20:23 --- Fixed by Jack's patch. -- janis at gcc dot gnu dot org changed: What|Removed |Added Sta

[Bug ada/25844] [4.2/4.3/4.4 regression] ICE on overloaded renames

2008-11-17 Thread sam at gcc dot gnu dot org
--- Comment #5 from sam at gcc dot gnu dot org 2008-11-17 20:28 --- % gcc -c x-toolkit.adb +===GNAT BUG DETECTED==+ | 4.4.0 20081116 (experimental) (x86_64-unknown-linux-gnu) Assert_Failure atree.adb:886| | Error detected at x-toolkit.a

[Bug tree-optimization/38169] Wrong string constant optimizing

2008-11-17 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-11-17 20:34 --- Patch for 4.3: http://gcc.gnu.org/ml/gcc-patches/2008-11/msg00830.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38169

[Bug tree-optimization/38169] Wrong string constant optimizing

2008-11-17 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |rguenth at gcc dot gnu dot |dot org

[Bug middle-end/38140] [4.4 Regression] ice for C code with -O2

2008-11-17 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2008-11-17 21:00 --- Subject: Bug 38140 Author: jakub Date: Mon Nov 17 20:58:52 2008 New Revision: 141949 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141949 Log: PR middle-end/38140 * tree-ssa-forwprop.c (forwar

[Bug middle-end/38140] [4.4 Regression] ice for C code with -O2

2008-11-17 Thread jakub at gcc dot gnu dot org
--- Comment #6 from jakub at gcc dot gnu dot org 2008-11-17 21:00 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug ada/30094] bogus use of CROSS_COMPILE in adaint.c

2008-11-17 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2008-11-17 21:13 --- This check is still present in the sources, albeit now using CROSS_DIRECTORY_STRUCTURE. -- sam at gcc dot gnu dot org changed: What|Removed |Added -

[Bug ada/30614] compiler puts the blame on in parameter mode, not pointer to constant, for assignment to component

2008-11-17 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2008-11-17 21:16 --- The proposed fix has been withheld by Robert Dewar who was not entirely satisfied by the proposed solution and proposed to send an alternate fix. Unassigning and lowering priority (the only issue is the error message qua

[Bug target/37362] [4.4 Regression] Bootstrap broken on mipsisa64r2-linux-gcc

2008-11-17 Thread g0dsowncountry at yahoo dot com
--- Comment #4 from g0dsowncountry at yahoo dot com 2008-11-17 21:39 --- Using top-of-stack GCC and Binutils from Nov 17, issue still present; Applied the below patch and re-tried, no change in behavior. Fails the same way... FYI, This is what I'm using to configure GCC: - ../gcc-svn-

[Bug target/38130] [4.4 regression]__builtin_alloca (vs IRA?) testsuite failures on mingw32

2008-11-17 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2008-11-17 22:12 --- Created an attachment (id=16712) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16712&action=view) gcc44-pr38130.patch This patch fixes the testcase from quick look at generated assembly. Could anybody please boo

[Bug fortran/36463] [4.4 regression] gfc_get_default_type(): Bad symbol

2008-11-17 Thread mikael at gcc dot gnu dot org
--- Comment #15 from mikael at gcc dot gnu dot org 2008-11-17 22:19 --- (In reply to comment #14) I've just discovered I was paraphrasing Janus here: http://gcc.gnu.org/ml/fortran/2008-10/msg00219.html The error for comment #13 was introduced the patch in comment #10. Knowing that, I tr

[Bug middle-end/38157] -fconserve-stack enabled by default

2008-11-17 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-11-17 22:23 --- Hmm: Common Var(flag_conserve_stack,0) Optimization It should be: Common Var(flag_conserve_stack) Init(0) Optimization Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug middle-end/38157] -fconserve-stack enabled by default

2008-11-17 Thread hubicka at gcc dot gnu dot org
--- Comment #2 from hubicka at gcc dot gnu dot org 2008-11-17 22:27 --- Mine. -- hubicka at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned

[Bug target/38130] [4.4 regression]__builtin_alloca (vs IRA?) testsuite failures on mingw32

2008-11-17 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2008-11-17 22:28 --- Created an attachment (id=16713) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16713&action=view) gcc44-pr38130.patch I've talked about this with Honza on IRC: I would just use "0" constraint. At least in old t

[Bug fortran/38138] [4.4 Regression] Revision 141890 caused gfortran.dg/proc_decl_18.f90

2008-11-17 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38138

[Bug ada/16095] Illegal program not detected, X'Access of wrong type

2008-11-17 Thread ludovic at ludovic-brenta dot org
--- Comment #3 from ludovic at ludovic-brenta dot org 2008-11-17 22:32 --- The bug was open at a time when the default mode of GCC was Ada 95; gcc -gnat95 still shows the error messages for line 11 if it is uncommented. I think the bug is legitimate in Ada 95 mode (and probably in Ada

[Bug target/38120] missing space in x86 assembly code for some mov instructions

2008-11-17 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|trivial |enhancement http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38120

[Bug ada/38131] [4.4 regression] ACATS cc70a01 and cxa4016 segv on exception

2008-11-17 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug boehm-gc/38162] [4.4 Regression] FAIL: gctest

2008-11-17 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug fortran/36463] [4.4 regression] gfc_get_default_type(): Bad symbol

2008-11-17 Thread janus at gcc dot gnu dot org
--- Comment #16 from janus at gcc dot gnu dot org 2008-11-17 22:56 --- > I don't know if it is solving the right problem, but at least the testcase in > comment #13 compiles with it. This indeed fixes it. Nice job. Obviously I was looking for the solution in the wrong places. Btw it

[Bug testsuite/37326] [4.4 Regression] gcc.dg/tree-ssa/ssa-store-ccp-3.c scan-tree-dump-times optimized "conststaticvariable" 1

2008-11-17 Thread sje at cup dot hp dot com
--- Comment #2 from sje at cup dot hp dot com 2008-11-17 22:58 --- hppa64 is setting __PIC__ because it sets flag_pic and generates PIC code by default but it sets flag_pic to 2 in override_options after we have already checked its value in decode_options and used its value to set flag_s

[Bug ada/38131] [4.4 regression] ACATS cc70a01 and cxa4016 segv on exception

2008-11-17 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38131

[Bug target/37362] [4.4 Regression] Bootstrap broken on mipsisa64r2-linux-gcc

2008-11-17 Thread ubizjak at gmail dot com
--- Comment #5 from ubizjak at gmail dot com 2008-11-18 00:11 --- (In reply to comment #4) > Using top-of-stack GCC and Binutils from Nov 17, issue still present; Applied > the below patch and re-tried, no change in behavior. Fails the same way... This one is tested with a cross and wor

[Bug testsuite/37326] [4.4 Regression] gcc.dg/tree-ssa/ssa-store-ccp-3.c scan-tree-dump-times optimized "conststaticvariable" 1

2008-11-17 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #3 from dave at hiauly1 dot hia dot nrc dot ca 2008-11-18 00:55 --- Subject: Re: [4.4 Regression] gcc.dg/tree-ssa/ssa-store-ccp-3.c scan-tree-dump-times optimized "conststaticvariable" 1 > David, do you have a prefered fix? For 4.4, I don't think we can not remove the cod

[Bug libffi/38129] FAIL: libffi.special/unwindtest.cc -shared-libgcc -lstdc++ execution test

2008-11-17 Thread danglin at gcc dot gnu dot org
--- Comment #1 from danglin at gcc dot gnu dot org 2008-11-18 01:22 --- This is an assembler EH bug. *** This bug has been marked as a duplicate of 37610 *** -- danglin at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/37610] [4.4 Regression] FAIL: g++.dg/eh/pr29166.C execution test

2008-11-17 Thread danglin at gcc dot gnu dot org
--- Comment #1 from danglin at gcc dot gnu dot org 2008-11-18 01:22 --- *** Bug 38129 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37610

[Bug target/37362] [4.4 Regression] Bootstrap broken on mipsisa64r2-linux-gcc

2008-11-17 Thread g0dsowncountry at yahoo dot com
--- Comment #6 from g0dsowncountry at yahoo dot com 2008-11-18 01:31 --- With the patch in Comment #5, the test case passes; but the GCC Build fails with the following error message while creating mipsisa64r2-linux/64/libgcc/_powitf2.o ../../../../gcc-svn-111708/libgcc/../gcc/libgcc2.c

[Bug bootstrap/38010] gcc/config.gcc needs adjustment for darwin10

2008-11-17 Thread howarth at nitro dot med dot uc dot edu
--- Comment #3 from howarth at nitro dot med dot uc dot edu 2008-11-18 02:03 --- Fixed with the checkin of... r141803 | janis | 2008-11-12 16:33:34 -0500 (Wed, 12 Nov 2008) | 5 lines 2008-11-12 Jack Howarth <[E

[Bug target/37610] [4.4 Regression] FAIL: g++.dg/eh/pr29166.C execution test

2008-11-17 Thread danglin at gcc dot gnu dot org
--- Comment #2 from danglin at gcc dot gnu dot org 2008-11-18 02:31 --- The hppa gas target currently defines DWARF2_LINE_MIN_INSN_LENGTH to 4 in tc-hppa.h. I can fix this failure by changing DWARF2_LINE_MIN_INSN_LENGTH to 1. However, the failure appears to be caused by an inconsistenc

[Bug libfortran/32784] [win32] Using 'CONOUT$', 'CONIN$', or 'CONERR$' as assigned file generates Fortran runtime error: Bad file descriptor

2008-11-17 Thread jvdelisle at gcc dot gnu dot org
--- Comment #29 from jvdelisle at gcc dot gnu dot org 2008-11-18 03:02 --- Steve, I will try but we also still have the issue of 38122 as well. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32784

[Bug target/34587] gcc.dg/initpri1.c fails on powerpc-apple-darwin

2008-11-17 Thread howarth at nitro dot med dot uc dot edu
--- Comment #4 from howarth at nitro dot med dot uc dot edu 2008-11-18 04:05 --- This test case appears to only fail for the default -fPIC on darwin. If compiled with -fno-PIC, the test case passes on i686-apple-darwin9. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34587

[Bug target/34587] gcc.dg/initpri1.c fails on powerpc-apple-darwin

2008-11-17 Thread howarth at nitro dot med dot uc dot edu
/sw/src/fink.build/gcc44-4.3.999-20081117/darwin_objdir/gcc/xgcc -B/sw/src/fink.build/gcc44-4.3.999-20081117/darwin_objdir/gcc/ /sw/src/fink.build/gcc44-4.3.999-20081117/gcc-4.4-20081117/gcc/testsuite/gcc.dg/initpri1.c -ansi -pedantic-errors -lm -m32 --save-temps -o ./initpri1.exe -- http://gcc.gnu.org/b

[Bug target/34587] gcc.dg/initpri1.c fails on powerpc-apple-darwin

2008-11-17 Thread howarth at nitro dot med dot uc dot edu
.. /sw/src/fink.build/gcc44-4.3.999-20081117/darwin_objdir/gcc/xgcc -B/sw/src/fink.build/gcc44-4.3.999-20081117/darwin_objdir/gcc/ /sw/src/fink.build/gcc44-4.3.999-20081117/gcc-4.4-20081117/gcc/testsuite/gcc.dg/initpri1.c -ansi -pedantic-errors -lm -m32 -fno-PIC --save-temps -o ./initpri1.exe --

[Bug target/34587] gcc.dg/initpri1.c fails on powerpc-apple-darwin

2008-11-17 Thread howarth at nitro dot med dot uc dot edu
--- Comment #7 from howarth at nitro dot med dot uc dot edu 2008-11-18 04:19 --- Can confirm the same behavior with gcc 4.3.2 on powerpc-apple-darwin9. With... gcc-4 -ansi -pedantic-errors -lm -m32 initpri1.c the testcase aborts. With... gcc-4 -ansi -pedantic-errors -lm -m32 -fno-PI

[Bug target/38130] [4.4 regression]__builtin_alloca (vs IRA?) testsuite failures on mingw32

2008-11-17 Thread dannysmith at users dot sourceforge dot net
--- Comment #5 from dannysmith at users dot sourceforge dot net 2008-11-18 05:55 --- (In reply to comment #4) > Created an attachment (id=16713) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16713&action=view) [edit] > gcc44-pr38130.patch > > I've talked about this with Honza on

[Bug bootstrap/37915] bootstrap broken for cygwin

2008-11-17 Thread dannysmith at users dot sourceforge dot net
--- Comment #3 from dannysmith at users dot sourceforge dot net 2008-11-18 06:26 --- Hello Murali, Does the patch for PR 38130 fix the build of libstdc++ on cygwin? http://gcc.gnu.org/bugzilla/attachment.cgi?id=16713&action=view Danny -- dannysmith at users dot sourceforge dot ne

[Bug target/31850] gcc.c-torture/compile/limits-fnargs.c is slow at compiling for spu-elf

2008-11-17 Thread tehila at il dot ibm dot com
--- Comment #9 from tehila at il dot ibm dot com 2008-11-18 07:35 --- This testcase is indeed very slow on SPU, with -O2 and above. I don't see any slowness for -O1. If I turn off the insns scheduler (with -fno-schedule-insns) it is much faster: X4 faster for 1,000 args (ARG3), much more