[Bug c++/37057] 7 Internal Compiler Errors when compiling OpenFOAM-1.5

2008-08-22 Thread jorn dot amundsen at ntnu dot no
--- Comment #6 from jorn dot amundsen at ntnu dot no 2008-08-22 06:18 --- Compiling and testing against gcc 4.4 snapshot 20080808 still results in 7 ICEs (1 and 3-7 as of 4.3.1): lnInclude/wrapper.cpp:320: internal compiler error: Illegal instruction

[Bug target/37197] New: -msse4 ICE on __builtin_parityl

2008-08-22 Thread hjl dot tools at gmail dot com
[EMAIL PROTECTED] gcc]$ cat /tmp/x.i int __attribute__ ((noinline)) testl (unsigned long *a, int b) { return b ? 1 : __builtin_parityl (*a); } [EMAIL PROTECTED] gcc]$ ./xgcc -B./ -m32 -S /tmp/x.i -O2 -msse4 /tmp/x.i: In function âtestlâ: /tmp/x.i:5: internal compiler error: output_operand:

[Bug bootstrap/37086] [4.4 Regression] GCC 3.4 miscompiles trunk (for cross compiling)

2008-08-22 Thread nightstrike at gmail dot com
--- Comment #8 from nightstrike at gmail dot com 2008-08-22 06:47 --- I can confirm this bug (seeing as how the one I wrote got duped to here). Can someone update the status to confirmed? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37086

[Bug fortran/32095] Accepts invalid character(len(a)),dimension(1) :: a

2008-08-22 Thread domob at gcc dot gnu dot org
--- Comment #4 from domob at gcc dot gnu dot org 2008-08-22 07:14 --- Subject: Bug 32095 Author: domob Date: Fri Aug 22 07:13:25 2008 New Revision: 139425 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=139425 Log: 2008-08-22 Daniel Kraft [EMAIL PROTECTED] PR

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

2008-08-22 Thread domob at gcc dot gnu dot org
--- Comment #4 from domob at gcc dot gnu dot org 2008-08-22 07:14 --- Subject: Bug 34228 Author: domob Date: Fri Aug 22 07:13:25 2008 New Revision: 139425 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=139425 Log: 2008-08-22 Daniel Kraft [EMAIL PROTECTED] PR

[Bug fortran/32095] Accepts invalid character(len(a)),dimension(1) :: a

2008-08-22 Thread domob at gcc dot gnu dot org
--- Comment #5 from domob at gcc dot gnu dot org 2008-08-22 07:16 --- Fixed. -- domob at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

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

2008-08-22 Thread domob at gcc dot gnu dot org
--- Comment #5 from domob at gcc dot gnu dot org 2008-08-22 07:17 --- Fixed. -- domob at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug fortran/30239] duplicate data type assignment not detected

2008-08-22 Thread domob at gcc dot gnu dot org
-- domob at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |domob at gcc dot gnu dot org |dot org

[Bug c/37198] New: r139225 causes 435.gromacs compiled error under -O3 -ffast-math

2008-08-22 Thread weiliang dot lin at intel dot com
Revision: trunk r139225 Platform: RHEL5 X86_64 Bechmark: 435.gromacs Options: -O3 -ffast-math Error info as follows: gcc -c -o coupling.o -DSPEC_CPU -DNDEBUG -I. -DHAVE_CONFIG_H -O3 -ffast-math -DSPEC_CPU_LP64 coupling.c coupling.c: In function 'calc_pres': coupling.c:19:

[Bug c/37198] r139225 causes 435.gromacs compiled error under -O3 -ffast-math

2008-08-22 Thread weiliang dot lin at intel dot com
--- Comment #1 from weiliang dot lin at intel dot com 2008-08-22 08:59 --- Created an attachment (id=16126) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16126action=view) a small case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37198

[Bug middle-end/37125] [4.3/4.4 Regression] possible integer codegen bug

2008-08-22 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2008-08-22 09:01 --- It only fails for 32bit targets. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37125

[Bug middle-end/37125] [4.3/4.4 Regression] possible integer codegen bug

2008-08-22 Thread cnstar9988 at gmail dot com
--- Comment #6 from cnstar9988 at gmail dot com 2008-08-22 09:28 --- sorry, I use 64bit linux for testing. I tested again. works well on all 64bit 4.2.4, 4.3.0, 4.3.2-RC1. works well on 4.2.4 32bit. works failed on gcc 4.3.0 32bit. wokrs failed on gcc 4.3.2 RC1 32bit. --

[Bug tree-optimization/37198] r139225 causes 435.gromacs compiled error under -O3 -ffast-math

2008-08-22 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-08-22 09:57 --- Looks like a dup of PR37174 *** This bug has been marked as a duplicate of 37174 *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/37174] [4.4 Regression] ICE: in vinfo_for_stmt, at tree-vectorizer.h:546

2008-08-22 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2008-08-22 09:57 --- *** Bug 37198 has been marked as a duplicate of this bug. *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/37194] Autovectorization of small constant iteration loop degrades performance

2008-08-22 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-08-22 09:53 --- The x86_64 generated code looks like ggSpectrum_Set: .LFB0: .cfi_startproc movq%rdi, %rax xorl%ecx, %ecx movq%rdi, %rdx andl$15, %eax shrq$2, %rax

[Bug fortran/37199] New: array assignment from function writes out of bounds

2008-08-22 Thread salam at lpthe dot jussieu dot fr
In the latest gfortran snapshot4.4.0 20080821 (but also in 4.2.3 and 4.3.0) on a 32-bit machine, the attached piece of code crashes on execution (e.g. compiled with -g -Wall), with error *** glibc detected *** a.out: free(): invalid pointer: 0x0805fb48 *** Running with valgrind indicates

[Bug fortran/37199] array assignment from function writes out of bounds

2008-08-22 Thread salam at lpthe dot jussieu dot fr
--- Comment #1 from salam at lpthe dot jussieu dot fr 2008-08-22 10:29 --- Created an attachment (id=16127) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16127action=view) test case # to see the issue, type gfortran -g -Wall bounds_issue.f90 ./a.out # or valgrind ./a.out --

[Bug middle-end/37125] [4.3/4.4 Regression] possible integer codegen bug

2008-08-22 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2008-08-22 10:34 --- Same issue as PR36548. *** This bug has been marked as a duplicate of 36548 *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/36548] remainder gives the wrong result for wrapping case with unsigned types

2008-08-22 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2008-08-22 10:34 --- *** Bug 37125 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36548

[Bug middle-end/36548] [4.3/4.4 Regression] remainder gives the wrong result for wrapping case with unsigned types

2008-08-22 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2008-08-22 10:35 --- Mine. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/37199] array assignment from function writes out of bounds

2008-08-22 Thread dominiq at lps dot ens dot fr
--- Comment #2 from dominiq at lps dot ens dot fr 2008-08-22 10:56 --- Confirmed on i686-apple-darwin9 (both 32 and 64 bit modes). Compiling the test with -fbounds-check gives at run time: At line 18 of file pr37199.f90 Fortran runtime error: Array bound mismatch for dimension 1 of

[Bug fortran/30239] duplicate data type assignment not detected

2008-08-22 Thread domob at gcc dot gnu dot org
--- Comment #5 from domob at gcc dot gnu dot org 2008-08-22 11:40 --- What's with this PR, do you have any decision? I'm not sure about a `fixed' warning, as this seems to be not common with gfortran, right? But I'd suggest maybe a -Wsurprising warning, so that at least -Wall will

[Bug middle-end/37170] [4.4 Regression]: gcc.dg/weak/weak-1.c

2008-08-22 Thread dominiq at lps dot ens dot fr
--- Comment #15 from dominiq at lps dot ens dot fr 2008-08-22 11:48 --- I don't think this has anything to do with your patch. Unfortunately it has (at least on i686-apple-darwin9). Reverting the patch for gcc/varasm.c I have bootstrapped without any problem and the good news it that

[Bug middle-end/37170] [4.4 Regression]: gcc.dg/weak/weak-1.c

2008-08-22 Thread dominiq at lps dot ens dot fr
--- Comment #16 from dominiq at lps dot ens dot fr 2008-08-22 11:51 --- Note the patch in comment #12 minus the varasm.c part fixes also FAIL: g++.dg/ext/weak2.C scan-assembler weak[^ \\t]*[ \\t]_?_Z3foov All the results for 32-bit mode only, but I am pretty confident that they will

[Bug fortran/37199] array assignment from function writes out of bounds

2008-08-22 Thread jv244 at cam dot ac dot uk
-- jv244 at cam dot ac dot uk changed: What|Removed |Added OtherBugsDependingO||32834 nThis||

[Bug fortran/37193] USE mod, ONLY: i, i=j does not import i

2008-08-22 Thread jv244 at cam dot ac dot uk
-- jv244 at cam dot ac dot uk changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last

[Bug c/37200] New: duplicate warning message with braced initializer list

2008-08-22 Thread manu at gcc dot gnu dot org
struct test { void *tst; }; struct yy { void **z; }; int foo(struct test *x) { struct yy y[] ={ { (void**) x-tst } }; return 0; } $ gcc x.c -c -pedantic x.c: In function ‘foo’: x.c:10: warning: initializer element is not computable at

[Bug c/37187] please provide a way to treat -pedantic as warning when using -Werror

2008-08-22 Thread manu at gcc dot gnu dot org
--- Comment #4 from manu at gcc dot gnu dot org 2008-08-22 12:16 --- The PR for (2) is PR 37200. This concerns (1) and (3). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37187

[Bug c/37200] duplicate warning message with braced initializer list

2008-08-22 Thread manu at gcc dot gnu dot org
--- Comment #1 from manu at gcc dot gnu dot org 2008-08-22 12:22 --- This old behaviour anyways, at least since 4.1.2 -- manu at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/37191] [4.3 Regression] ICE in inline_secondary_memory_needed, at config/i386/i386.c:21849

2008-08-22 Thread ubizjak at gmail dot com
--- Comment #2 from ubizjak at gmail dot com 2008-08-22 12:40 --- Confirmed on 4.3, latent on 4.4. Patch in testing. -- ubizjak at gmail dot com changed: What|Removed |Added

[Bug target/37197] -msse4 ICE on __builtin_parityl

2008-08-22 Thread ubizjak at gmail dot com
--- Comment #1 from ubizjak at gmail dot com 2008-08-22 12:42 --- Confirmed, not a regression. Patch in testing. -- ubizjak at gmail dot com changed: What|Removed |Added

[Bug middle-end/36548] [4.3/4.4 Regression] remainder gives the wrong result for wrapping case with unsigned types

2008-08-22 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2008-08-22 12:45 --- Subject: Bug 36548 Author: rguenth Date: Fri Aug 22 12:43:49 2008 New Revision: 139450 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=139450 Log: 2008-08-22 Richard Guenther [EMAIL PROTECTED] PR

[Bug middle-end/37125] [4.3/4.4 Regression] possible integer codegen bug

2008-08-22 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2008-08-22 12:45 --- Subject: Bug 37125 Author: rguenth Date: Fri Aug 22 12:43:49 2008 New Revision: 139450 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=139450 Log: 2008-08-22 Richard Guenther [EMAIL PROTECTED] PR

[Bug fortran/30239] duplicate data type assignment not detected

2008-08-22 Thread dfranke at gcc dot gnu dot org
--- Comment #6 from dfranke at gcc dot gnu dot org 2008-08-22 12:46 --- FUNCTION foo() INTEGER :: foo INTEGER :: foo foo = 42 END FUNCTION This is the same and I'd expect (at least) a warning here -- without -pedantic. IMO, one should be warned (-Wsurpring/-Wall, no -pedantic, in

[Bug middle-end/37170] [4.4 Regression]: gcc.dg/weak/weak-1.c

2008-08-22 Thread hp at gcc dot gnu dot org
--- Comment #17 from hp at gcc dot gnu dot org 2008-08-22 13:14 --- Could one (or both) please attach preprocessed code and command line so I can reproduce the ICE you see with the *whole* patch applied? I don't see it for neither cris-elf nor native and I don't see where it comes

[Bug middle-end/37170] [4.4 Regression]: gcc.dg/weak/weak-1.c

2008-08-22 Thread dominiq at lps dot ens dot fr
--- Comment #18 from dominiq at lps dot ens dot fr 2008-08-22 13:20 --- Could one (or both) please attach preprocessed code and command line so I can reproduce the ICE you see with the *whole* patch applied? I don't see it for neither cris-elf nor native and I don't see where it

[Bug fortran/37199] array assignment from function writes out of bounds

2008-08-22 Thread dfranke at gcc dot gnu dot org
--- Comment #3 from dfranke at gcc dot gnu dot org 2008-08-22 13:25 --- Further reduced: program bounds_issue real, pointer :: pdf0(:) allocate(pdf0(0:282)) pdf0 = f(pdf0) contains function f(x) real, intent(in) :: x(0:) ! x(1:), f(1:...) works real

[Bug tree-optimization/37194] Autovectorization of small constant iteration loop degrades performance

2008-08-22 Thread dorit at gcc dot gnu dot org
--- Comment #3 from dorit at gcc dot gnu dot org 2008-08-22 13:31 --- (In reply to comment #2) The x86_64 generated code looks like ... I wonder why we do not use movups instead. t.i:3: note: Alignment of access forced using peeling. t.i:3: note: Peeling for alignment will be

[Bug middle-end/37170] [4.4 Regression]: gcc.dg/weak/weak-1.c

2008-08-22 Thread eric dot weddington at atmel dot com
--- Comment #19 from eric dot weddington at atmel dot com 2008-08-22 13:44 --- (In reply to comment #17) Could one (or both) please attach preprocessed code and command line so I can reproduce the ICE you see with the *whole* patch applied? I don't see it for neither cris-elf nor

[Bug fortran/37201] New: ICE

2008-08-22 Thread francois dot jacq at irsn dot fr
$ gfortran odcdir.f90 cdir.o odcdir.f90: In function 'test': odcdir.f90:16: internal compiler error: in gfc_conv_string_parameter, at fortran/trans-expr.c:4009 Please submit a full bug report, with preprocessed source if appropriate. See http://gcc.gnu.org/bugs.html for instructions. file :

[Bug c++/35852] -Wconversion rejects bitwise negation and assignment, cannot cast around

2008-08-22 Thread manu at gcc dot gnu dot org
--- Comment #5 from manu at gcc dot gnu dot org 2008-08-22 13:53 --- This is the current situation as of revision 139373. typedef unsigned short ushort; enum { FOO = 0x13 }; template typename T inline void andnot(T lv, const T rv) { lv = ~rv; // -Wconversion int(lv)

[Bug target/37184] [4.3, 4.4 Regression] ice in ix86_match_ccmode

2008-08-22 Thread uros at gcc dot gnu dot org
--- Comment #3 from uros at gcc dot gnu dot org 2008-08-22 14:00 --- Subject: Bug 37184 Author: uros Date: Fri Aug 22 13:58:52 2008 New Revision: 139471 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=139471 Log: PR target/37184 * config/i386/i386.c

[Bug target/37191] [4.3 Regression] ICE in inline_secondary_memory_needed, at config/i386/i386.c:21849

2008-08-22 Thread uros at gcc dot gnu dot org
--- Comment #3 from uros at gcc dot gnu dot org 2008-08-22 14:00 --- Subject: Bug 37191 Author: uros Date: Fri Aug 22 13:58:52 2008 New Revision: 139471 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=139471 Log: PR target/37184 * config/i386/i386.c

[Bug target/37197] -msse4 ICE on __builtin_parityl

2008-08-22 Thread uros at gcc dot gnu dot org
--- Comment #2 from uros at gcc dot gnu dot org 2008-08-22 14:00 --- Subject: Bug 37197 Author: uros Date: Fri Aug 22 13:58:52 2008 New Revision: 139471 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=139471 Log: PR target/37184 * config/i386/i386.c

[Bug target/37191] [4.3 Regression] ICE in inline_secondary_memory_needed, at config/i386/i386.c:21849

2008-08-22 Thread ubizjak at gmail dot com
--- Comment #4 from ubizjak at gmail dot com 2008-08-22 14:03 --- Fixed for 4.4. -- ubizjak at gmail dot com changed: What|Removed |Added URL|

[Bug target/37184] [4.3 Regression] ice in ix86_match_ccmode

2008-08-22 Thread ubizjak at gmail dot com
--- Comment #4 from ubizjak at gmail dot com 2008-08-22 14:03 --- Fixed for 4.4. -- ubizjak at gmail dot com changed: What|Removed |Added URL|

[Bug target/37197] -msse4 ICE on __builtin_parityl

2008-08-22 Thread ubizjak at gmail dot com
--- Comment #3 from ubizjak at gmail dot com 2008-08-22 14:04 --- Fixed for 4.4. -- ubizjak at gmail dot com changed: What|Removed |Added URL|

[Bug middle-end/36548] [4.3 Regression] remainder gives the wrong result for wrapping case with unsigned types

2008-08-22 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2008-08-22 14:05 --- Fixed on the trunk. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Known to

[Bug middle-end/37104] [4.4 Regression] ICE: in compare_values_warnv, at tree-vrp.c:1031

2008-08-22 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-08-22 14:08 --- Can you check if this still happens? PR36817 is fixed on the trunk. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/37185] [4.4 Regression]: gcc.dg/matrix/transpose-3.c:16: internal compiler error: verify_stmts failed

2008-08-22 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-08-22 14:13 --- Happens everywhere. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/37174] [4.4 Regression] ICE: in vinfo_for_stmt, at tree-vectorizer.h:546

2008-08-22 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 Target Milestone|--- |4.4.0

[Bug middle-end/37170] [4.4 Regression]: gcc.dg/weak/weak-1.c

2008-08-22 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37170

[Bug middle-end/37165] [4.4 Regression] FAIL: gcc.dg/matrix/matrix-1.c scan-ipa-dump-times matrix-reorg Flattened 3 dimensions 1

2008-08-22 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-08-22 14:15 --- *** This bug has been marked as a duplicate of 37185 *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/37185] [4.4 Regression]: gcc.dg/matrix/transpose-3.c:16: internal compiler error: verify_stmts failed

2008-08-22 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-08-22 14:15 --- *** Bug 37165 has been marked as a duplicate of this bug. *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/37164] [4.4 Regression] gcc.c-torture/execute/ieee/fp-cmp-4.c fails with ICE on -O3

2008-08-22 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37164

[Bug target/37163] [4.4 Regression] gcc.c-torture/compile/pr32606.c fails with ICE on -Os

2008-08-22 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37163

[Bug target/37162] [4.4 Regression] gcc.c-torture/compile/20020120-1.c fails with ICE on -O[23s]

2008-08-22 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37162

[Bug middle-end/37161] [4.4 Regression]: Revision 139225 caused gfortran.dg/vect/pr33301.f -O

2008-08-22 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Keywords||ice-on-valid-code Priority|P3 |P1

[Bug middle-end/37170] [4.4 Regression]: gcc.dg/weak/weak-1.c

2008-08-22 Thread hp at gcc dot gnu dot org
--- Comment #20 from hp at gcc dot gnu dot org 2008-08-22 14:18 --- (In reply to comment #18) My command line is: ../gcc-4.4-work/configure --prefix=/opt/gcc/gcc4.4w --mandir=/opt/gcc/gcc4.4w/share/man --infodir=/opt/gcc/gcc4.4w/share/info --build=i686-apple-darwin9

[Bug middle-end/37104] [4.4 Regression] ICE: in compare_values_warnv, at tree-vrp.c:1031

2008-08-22 Thread dominiq at lps dot ens dot fr
--- Comment #2 from dominiq at lps dot ens dot fr 2008-08-22 14:20 --- I still see it at revision 139372. I am not yet at revision 139385 on ppc. I'll start an update ASAP, result by tomorrow (~10 hours). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37104

[Bug middle-end/37151] [4.4 Regression] ICE with -fprofile-use and -ftree-loop-linear

2008-08-22 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-08-22 14:21 --- On which target? -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target

[Bug tree-optimization/35468] [4.2/4.3/4.4 Regression] LHS of assignment can be folded to a constant causing ICE

2008-08-22 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35468

[Bug testsuite/36087] [4.4 Regression] test failures between revs. 134696 and 134717

2008-08-22 Thread rguenth at gcc dot gnu dot org
--- Comment #10 from rguenth at gcc dot gnu dot org 2008-08-22 14:39 --- Closing as fixed. The memcpy issue is tracked separately, the pr35729.c failure should be filed in a less confusing bugreport. -- rguenth at gcc dot gnu dot org changed: What|Removed

[Bug target/36756] [4.4 Regression] g++.dg/tls-3.C ICE with section-anchors, unit-at-a-time, no-toplevel-reorder

2008-08-22 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2008-08-22 14:41 --- Any update on this? -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/36838] [4.4 Regression] ICE: (__frame_state_for) unwind-dw2.c:1194

2008-08-22 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2008-08-22 14:44 --- Still works for me. Closing due to lack of response from reporter. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug testsuite/36889] [4.4 regression] gfortran.fortran-torture/execute/execute.exp tries to run sse2 execute tests without checking for host support

2008-08-22 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-08-22 14:46 --- Confirmed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/36891] [4.2/4.3/4.4 Regression] ICE with vector division and -ffast-math and LIM

2008-08-22 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2008-08-22 14:48 --- Any updates here? -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/37170] [4.4 Regression]: gcc.dg/weak/weak-1.c

2008-08-22 Thread eric dot weddington at atmel dot com
--- Comment #21 from eric dot weddington at atmel dot com 2008-08-22 14:51 --- Created an attachment (id=16128) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16128action=view) Preprocessed source of ICE from building with patch. --

[Bug c++/36897] [4.2/4.3/4.4 Regression] ICE with function pointer template parameter

2008-08-22 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-08-22 14:51 --- For the curious, G++ 3.4.6 says t.ii:4: error: `zeroptr' is not a valid template argument t.ii:4: error: it must be the address of a function with external linkage -- rguenth at gcc dot gnu dot org changed:

[Bug middle-end/37170] [4.4 Regression]: gcc.dg/weak/weak-1.c

2008-08-22 Thread eric dot weddington at atmel dot com
=/usr/local --with-mpfr=/usr/local --enable-win32-registry=WinAVR-test --enable-languages=c,c++,objc,ada --enable-doc --disable-nls --disable-shared --disable-libada --disable-libssp Thread model: single gcc version 4.4.0 20080822 (experimental) [trunk revision 139423] (WinAVR test

[Bug middle-end/37170] [4.4 Regression]: gcc.dg/weak/weak-1.c

2008-08-22 Thread dominiq at lps dot ens dot fr
=/usr/X11R6/include --x-libraries=/usr/X11R6/lib Thread model: posix gcc version 4.4.0 [revision 139455p5] 20080822 (experimental) (GCC) COLLECT_GCC_OPTIONS='-mmacosx-version-min=10.5.4' '-v' '-save-temps' '-B/opt/gcc/i686-darwin/./gcc/' '-B/opt/gcc/gcc4.4w/i686-apple-darwin9/bin/' '-B/opt/gcc

[Bug middle-end/37170] [4.4 Regression]: gcc.dg/weak/weak-1.c

2008-08-22 Thread dominiq at lps dot ens dot fr
--- Comment #24 from dominiq at lps dot ens dot fr 2008-08-22 14:54 --- Created an attachment (id=16129) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16129action=view) libggc2.i for i686-apple-darwin9 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37170

[Bug c++/36912] [4.2/4.3/4.4 regression] ICE with -frounding-math -g

2008-08-22 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2008-08-22 14:59 --- Interestingly enough this is only broken on the trunk for me, where we reject the code. /abuild/rguenther/trunk-g/gcc/t.ii:1: error: initializer for floating value is not a floating constant

[Bug c++/36921] [4.3/4.4 Regression] comparison does not have mathematical meaning is not correct

2008-08-22 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2008-08-22 15:01 --- Confirmed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/36983] [4.4 Regression] Trunk 138207 miscompiles 172.mgrid on x86-64

2008-08-22 Thread rguenth at gcc dot gnu dot org
--- Comment #10 from rguenth at gcc dot gnu dot org 2008-08-22 15:02 --- *** This bug has been marked as a duplicate of 35418 *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/35418] [4.4 Regression]: Revision 132592 miscompiles 172.mgrid

2008-08-22 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2008-08-22 15:02 --- *** Bug 36983 has been marked as a duplicate of this bug. *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/36990] [4.4 Regression] -fipa-cp vs function pointers and extern template

2008-08-22 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2008-08-22 15:03 --- This seems to be fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/37046] [4.4 Regression] Inlining produces calls which gimple_call_fndecl cannot handle correctly

2008-08-22 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2008-08-22 15:04 --- Let's just close this. Martin, please re-open if you figure that things are still broken. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/37005] [4.4 Regression] GNAT Bug Box for cd2a24e.adb:37 at tree-vrp.c:392

2008-08-22 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-08-22 15:07 --- Seems to be target independent, I also see this on x86_64. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug debug/37020] [4.4 Regression] FAIL: gcc.dg/debug/dwarf2/dwarf-die3.c scan-assembler-not DW_AT_inline

2008-08-22 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37020

[Bug debug/37022] [4.4 regression] internal compiler error: in compute_barrier_args_size

2008-08-22 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37022

[Bug target/37028] [4.4 Regression] Error compiling alpha.c in snapshot of 20080801

2008-08-22 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37028

[Bug tree-optimization/37031] [4.4 Regression] ICE for h264ref in gather_interchange_stats with -ftree-loop-linear

2008-08-22 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37031

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

2008-08-22 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37033

[Bug debug/37058] [4.4 Regression] profiling testcases fail with .cfi_endproc without corresponding .cfi_startproc

2008-08-22 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37058

[Bug target/37061] [4.4 Regression] Build fails with REGISTER_TARGET_PRAGMAS redefined

2008-08-22 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37061

[Bug java/37068] [4.4 Regression] libgcj linkage failure: Incorrect library ABI version detected

2008-08-22 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Keywords||build Priority|P3 |P2

[Bug testsuite/37202] New: FAIL: gcc.dg/visibility-1[4-9].c

2008-08-22 Thread dominiq at lps dot ens dot fr
On *-apple-darwin* the following tests introduced at revision 139100: Revision 139100 - (view) (download) - [select for diffs] Added Thu Aug 14 16:05:36 2008 UTC (7 days, 23 hours ago) by espindola File length: 239 byte(s) 2008-08-14 Rafael Avila de Espindola [EMAIL PROTECTED] *

[Bug middle-end/37071] [4.4 Regression] EH is broken

2008-08-22 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37071

[Bug middle-end/37078] [4.4 Regression] ICE in set_value_range, at tree-vrp.c:401 when compiling gmp 4.2.3

2008-08-22 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Keywords||ice-checking Priority|P3 |P2

[Bug bootstrap/37086] [4.4 Regression] GCC 3.4 miscompiles trunk (for cross compiling)

2008-08-22 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2008-08-22 15:20 --- This is not a gcc bug. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/37093] [4.2/4.3/4.4 Regression] ICE with pointer to member template parameters

2008-08-22 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37093

[Bug target/37094] [4.4 Regression] Ada build broken for i586

2008-08-22 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37094

[Bug middle-end/37170] [4.4 Regression]: gcc.dg/weak/weak-1.c

2008-08-22 Thread hp at gcc dot gnu dot org
--- Comment #25 from hp at gcc dot gnu dot org 2008-08-22 15:25 --- Created an attachment (id=16130) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16130action=view) Patch, take 3. Thanks for your reports! I stupidly forgot to move out the tree type checks from inside the #ifdef

[Bug tree-optimization/37095] [4.4 regression] Trouble with covariant return

2008-08-22 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-08-22 15:26 --- This looks like a fallout from the unit-at-a-time changes. The testcase works for me with -O -fno-toplevel-reorder. Honza, can you have a look here? -- rguenth at gcc dot gnu dot org changed: What

[Bug c/37106] [4.4 Regression] ICE: in mems_in_disjoint_alias_sets_p, at alias.c:278

2008-08-22 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37106

[Bug middle-end/37135] [4.3/4.4 Regression] code size increase for bit-fields assignment

2008-08-22 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37135

[Bug tree-optimization/37143] [4.4 Regression] ICE in VRP with the auto-vectorizer

2008-08-22 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2008-08-22 15:34 --- Again wrong types from SCEV. Mine. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/37145] [4.4 Regression] XFAILs from PRE rewrite

2008-08-22 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37145

[Bug c++/37146] [4.4 Regression] Invalid types with COND_EXPR

2008-08-22 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37146

  1   2   >