[Bug fortran/37159] RANDOM_SEED: PUT= check array size at compile time

2008-08-24 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2008-08-24 06:36 --- Patch: http://gcc.gnu.org/ml/fortran/2008-08/msg00190.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37159

[Bug middle-end/37218] [4.4 Regression] Revision 139525 caused many SLP regressions

2008-08-24 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-08-24 08:39 --- Well, it seems that revision included enabling ipa-cp by default at -O2 ;) URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=139525 Log: * ipa-cp.c (constant_val_insert): Remove.

[Bug middle-end/37218] [4.4 Regression] Revision 139525 caused many SLP regressions

2008-08-24 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=37218

[Bug rtl-optimization/37219] [4.3/4.4 Regression] fwprop1 is broken for addresses

2008-08-24 Thread bonzini at gnu dot org
--- Comment #2 from bonzini at gnu dot org 2008-08-24 08:53 --- yes, definitely a regression. it would be good to test on a few architectures though (ppc, spu, x86?). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37219

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

2008-08-24 Thread etienne_lorrain at yahoo dot fr
--- Comment #3 from etienne_lorrain at yahoo dot fr 2008-08-24 09:13 --- Moreover, if in the first test.c program, you declare variable conf volatile, the assembly generated contains 8 writes to conf, and that memory location is *read* 7 times. If conf does not point to memory but to

[Bug middle-end/37218] [4.4 Regression] Revision 139525 caused many SLP regressions

2008-08-24 Thread dominiq at lps dot ens dot fr
--- Comment #2 from dominiq at lps dot ens dot fr 2008-08-24 09:17 --- Well, it seems that revision included enabling ipa-cp by default at -O2 ;) May this explain the following failures (i686-apple-darwin9): [ibook-dhum] f90/bug% gfc -O2

[Bug fortran/34500] Bind(C): Character returning function with ENTRY gives ICE

2008-08-24 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2008-08-24 10:02 --- As PR 37201 shows, testing result = funct() is not enough, one should also test otherfunc(func()) and print *, func(). (Though the problems will probably be solved by the fix for PR 37201.) --

[Bug fortran/36534] Bogus: '__convert_s1_s4' at (1) is obsolescent in fortran 95

2008-08-24 Thread burnus at gcc dot gnu dot org
--- Comment #4 from burnus at gcc dot gnu dot org 2008-08-24 10:38 --- One could work around the bug: As such conversions are not valid, one just needs to reject them with -pedantic (cf. PR 37173) ;-) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36534

[Bug target/37216] [cygwin] Invalid alignment for SSE store to .comm data generated with -O3

2008-08-24 Thread ubizjak at gmail dot com
--- Comment #1 from ubizjak at gmail dot com 2008-08-24 11:26 --- Please look at the asm dump (add -S to compile flags) for following lines: .globl iint .bss .align 4 .type iint, @object .size iint, 4 iint: .zero 4 .comm

[Bug target/37216] [cygwin] Invalid alignment for SSE store to .comm data generated with -O3

2008-08-24 Thread simon dot sasburg at gmail dot com
--- Comment #2 from simon dot sasburg at gmail dot com 2008-08-24 11:35 --- with -S added: .globl _iint .bss .align 4 _iint: .space 4 .comm _iarr, 256 # 256 .section .rdata,dr .align 16 with -S -fno-common added: .globl _iint

[Bug middle-end/37218] [4.4 Regression] Revision 139525 caused many SLP regressions

2008-08-24 Thread jh at suse dot cz
--- Comment #3 from jh at suse dot cz 2008-08-24 11:37 --- Subject: Re: [4.4 Regression] Revision 139525 caused many SLP regressions or should I open another PR? I've reverted the accidental commit as well as fixed this problem, so I hope it is all OK. Honza --

[Bug target/37216] [cygwin] Invalid alignment for SSE store to .comm data generated with -O3

2008-08-24 Thread brian at dessent dot net
--- Comment #3 from brian at dessent dot net 2008-08-24 11:48 --- Subject: Re: [cygwin] Invalid alignment for SSE store to .comm data generated with -O3 The the 3 argument version of .comm is only supported by the ELF assembler so it would be rejected by the PE assembler if gcc were

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

2008-08-24 Thread razya at il dot ibm dot com
--- Comment #3 from razya at il dot ibm dot com 2008-08-24 12:28 --- (In reply to comment #2) *** Bug 37165 has been marked as a duplicate of this bug. *** Submitted: http://gcc.gnu.org/ml/gcc-patches/2008-08/msg01789.html I now see no failures in matrix reorg suite. --

[Bug target/37216] [cygwin] Invalid alignment for SSE store to .comm data generated with -O3

2008-08-24 Thread brian at dessent dot net
--- Comment #4 from brian at dessent dot net 2008-08-24 12:47 --- Subject: Re: [cygwin] Invalid alignment for SSE store to .comm data generated with -O3 Also, this is not Cygwin-specific as far as I can tell, more like PE-specific since it affects MinGW as well. --

[Bug c/37220] New: internal compiler error: Segmentation fault during cross compilation

2008-08-24 Thread mkl at pengutronix dot de
Hi, during cross compilation on amd64 host to arm target I get the followng ICE: arm-v4t-linux-gnueabi-gcc -c -D_GNU_SOURCE -I proc -isystem /home/mkl/pengutronix/phytec/OSELAS.BSP-phyCORE-trunk/platform-phyCORE-i.MX27-glibc-2.8/sysroot-target/include -isystem

[Bug c/37220] internal compiler error: Segmentation fault during cross compilation

2008-08-24 Thread mkl at pengutronix dot de
--- Comment #1 from mkl at pengutronix dot de 2008-08-24 12:49 --- Created an attachment (id=16136) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16136action=view) minimal test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37220

[Bug c/37221] New: GCC for Cell SPU produces poor code when there is load-after-store in different loops

2008-08-24 Thread tehila at il dot ibm dot com
I have the following testcase: #include math.h #define N 256 #define M 256 double mat1[N][3]; int mat2[M][4]; double point = 0; int tmp; double foo () { int i, j, k, l, ntimes; int arr[4]; for (ntimes = 0; ntimes 5000; ntimes++) { for (i = 0; i M; i++) {

[Bug c/30260] Enumeration types and enumeration constants erroneously given unsigned types

2008-08-24 Thread rda at lemma-one dot com
--- Comment #7 from rda at lemma-one dot com 2008-08-24 14:02 --- The gcc 4.4 semantics as described by Manuel do not conform to the standard in either case. B2 is the integer -1 which is less than 0, so B2 0 should be 1 not 0. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30260

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

2008-08-24 Thread dominiq at lps dot ens dot fr
--- Comment #4 from dominiq at lps dot ens dot fr 2008-08-24 14:13 --- After applying the patch in comment #3, the ICE disappeared. Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37185

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

2008-08-24 Thread dominiq at lps dot ens dot fr
--- Comment #33 from dominiq at lps dot ens dot fr 2008-08-24 16:46 --- All the results for 32-bit mode only, but I am pretty confident that they will hold with -m64. This is wrong: the tests pass in 32-bit mode, but fail with -m64. --

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

2008-08-24 Thread dominiq at lps dot ens dot fr
--- Comment #34 from dominiq at lps dot ens dot fr 2008-08-24 16:50 --- [ibook-dhum] f90/bug% gfc -m64 -S -fno-common /opt/gcc/_gcc_clean/gcc/testsuite/gcc.dg/weak/weak-2.c [ibook-dhum] f90/bug% grep ffoo1a weak-2.s movq[EMAIL PROTECTED](%rip), %rax --

[Bug fortran/37222] New: Gfortran's check when overriding type-bound procedures is incomplete

2008-08-24 Thread domob at gcc dot gnu dot org
In 4.5.6.2 of the draft F2003 standard (Type-bound procedure overriding) a list of conditions is given that an overriding type-bound procedure must satisfy; the checks that function result characteristics and characteristics of corresponding dummy arguments are the same are incomplete in the

[Bug fortran/37201] ICE in in gfc_conv_string_parameter

2008-08-24 Thread burnus at gcc dot gnu dot org
--- Comment #5 from burnus at gcc dot gnu dot org 2008-08-24 17:18 --- Subject: Bug 37201 Author: burnus Date: Sun Aug 24 17:16:46 2008 New Revision: 139537 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=139537 Log: 2008-08-24 Tobias Burnus [EMAIL PROTECTED] PR

[Bug middle-end/37223] New: [4.4 regression] internal compiler error: in referenced_var_lookup, at tree-dfa.c:563

2008-08-24 Thread jv244 at cam dot ac dot uk
This nights trunk fails (gcc of Aug 19th was still fine) with: gfortran -c -O3 -ffast-math -funroll-loops -ftree-vectorize -march=native -ffree-form -D__GFORTRAN -D__FFTSG -g -v pw_spline_utils.F Using built-in specs. Target: x86_64-unknown-linux-gnu Configured with:

[Bug middle-end/37223] [4.4 regression] internal compiler error: in referenced_var_lookup, at tree-dfa.c:563

2008-08-24 Thread jv244 at cam dot ac dot uk
--- Comment #1 from jv244 at cam dot ac dot uk 2008-08-24 18:05 --- Created an attachment (id=16137) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16137action=view) testcase untar and compile with gfortran -c -O3 -ffast-math -funroll-loops -ftree-vectorize -march=native

[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-24 Thread eric dot weddington at atmel dot com
--- Comment #3 from eric dot weddington at atmel dot com 2008-08-24 18:21 --- Patch in bug #37185, comment #3, does not fix this bug. Bug #37185 has to do with transpose-3.c and is an ICE. This bug has to with a failure of matrix-1.c and is not an ICE. -- eric dot weddington at

[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-24 Thread eric dot weddington at atmel dot com
--- Comment #4 from eric dot weddington at atmel dot com 2008-08-24 18:31 --- (In reply to comment #3) Patch in bug #37185, comment #3, does not fix this bug. Meh. Bad patching job by me. Retesting patch... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37165

[Bug fortran/37159] RANDOM_SEED: PUT= check array size at compile time

2008-08-24 Thread tkoenig at gcc dot gnu dot org
--- Comment #2 from tkoenig at gcc dot gnu dot org 2008-08-24 18:34 --- Confirmed. -- tkoenig at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/37223] [4.4 regression] internal compiler error: in referenced_var_lookup, at tree-dfa.c:563

2008-08-24 Thread tkoenig at gcc dot gnu dot org
--- Comment #2 from tkoenig at gcc dot gnu dot org 2008-08-24 18:42 --- (In reply to comment #1) Created an attachment (id=16137) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16137action=view) [edit] testcase untar and compile with gfortran -c -O3 -ffast-math

[Bug fortran/37099] [4.3, 4.4 regression] Wrong results when comparing a character array to a character expression

2008-08-24 Thread tkoenig at gcc dot gnu dot org
--- Comment #2 from tkoenig at gcc dot gnu dot org 2008-08-24 18:46 --- Works for 4.2; original test case: $ gfortran xpar.f90 $ ./a.out FFFTTTFTFFTFFTF FFF $ gfortran-4.2 xpar.f90 $ ./a.out

[Bug fortran/37224] New: Request for C string literal syntax

2008-08-24 Thread jkrahn at nc dot rr dot com
Intel Fortran has a notation to specify C string literals by appending the letter C at the end of the string. See here for an example: http://www.intel.com/software/products/compilers/docs/flin/main_for/mergedProjects/lref_for/source_files/pgcchcs.htm It would be nice to have this, or something

[Bug middle-end/37223] [4.4 regression] internal compiler error: in referenced_var_lookup, at tree-dfa.c:563

2008-08-24 Thread jv244 at cam dot ac dot uk
--- Comment #3 from jv244 at cam dot ac dot uk 2008-08-24 19:13 --- (In reply to comment #2) (In reply to comment #1) Created an attachment (id=16137) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16137action=view) [edit] testcase untar and compile with gfortran -c

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

2008-08-24 Thread razya at gcc dot gnu dot org
--- Comment #5 from razya at gcc dot gnu dot org 2008-08-24 19:40 --- Subject: Bug 37185 Author: razya Date: Sun Aug 24 19:39:04 2008 New Revision: 139539 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=139539 Log: 2008-08-24 Razya Ladelsky [EMAIL PROTECTED] PR

[Bug fortran/37224] Request for C string literal syntax

2008-08-24 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2008-08-24 19:45 --- gfortran does have -fbackslash that enables c-style interpretation of backslash characters in strings. With the Intel approach, the code will not compile without error by a standard conforming compiler. I would

[Bug middle-end/37223] [4.4 regression] internal compiler error: in referenced_var_lookup, at tree-dfa.c:563

2008-08-24 Thread jv244 at cam dot ac dot uk
--- Comment #4 from jv244 at cam dot ac dot uk 2008-08-24 20:00 --- Created an attachment (id=16138) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16138action=view) Fortran only testcase compile as: gfortran -c -O3 -ffast-math -funroll-loops -ftree-vectorize -march=native

[Bug target/37216] [cygming] Invalid alignment for SSE store to .comm data generated with -O3

2008-08-24 Thread ubizjak at gmail dot com
--- Comment #5 from ubizjak at gmail dot com 2008-08-24 20:12 --- Confirmed and added maintainer CC. -- ubizjak at gmail dot com changed: What|Removed |Added

[Bug fortran/37224] Request for C string literal syntax

2008-08-24 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2008-08-24 20:26 --- FYI: I also suggested that they look into gfortran's work on implementing new character kinds such as UTF-8. That part is defined in the Fortran 2003 standard (optional) and the almost-ISO-approved Fortran 2008

[Bug fortran/37201] ICE in in gfc_conv_string_parameter

2008-08-24 Thread burnus at gcc dot gnu dot org
--- Comment #6 from burnus at gcc dot gnu dot org 2008-08-24 20:31 --- FIXED on the trunk (4.4). Thanks for reporting the bug. -- burnus at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/37201] ICE in in gfc_conv_string_parameter

2008-08-24 Thread burnus at gcc dot gnu dot org
--- Comment #7 from burnus at gcc dot gnu dot org 2008-08-24 20:32 --- Subject: Bug 37201 Author: burnus Date: Sun Aug 24 20:31:09 2008 New Revision: 139545 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=139545 Log: 2008-08-24 Tobias Burnus [EMAIL PROTECTED] PR

[Bug middle-end/37223] [4.4 regression] internal compiler error: in referenced_var_lookup, at tree-dfa.c:563

2008-08-24 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2008-08-24 20:34 --- I think this was fixed by reverting the patch which turned on IPA-CP by default. Also I think this was really fixed by http://gcc.gnu.org/ml/gcc-cvs/2008-08/msg01104.html. --

[Bug target/37216] [cygming] Invalid alignment for SSE store to .comm data generated with -O3

2008-08-24 Thread brian at dessent dot net
--- Comment #6 from brian at dessent dot net 2008-08-24 20:59 --- Subject: Re: [cygming] Invalid alignment for SSE store to .comm data generated with -O3 It seems to me the issue is that prior to 2007-11-05[1], the PE assembler could not set section alignment flags correctly so .bss

[Bug target/37216] [cygming] Invalid alignment for SSE store to .comm data generated with -O3

2008-08-24 Thread brian at dessent dot net
--- Comment #7 from brian at dessent dot net 2008-08-24 21:15 --- Subject: Re: [cygming] Invalid alignment for SSE store to .comm data generated with -O3 Another route would be to set the .bss minimum back to 2**4 again. Actually that's not really great either because it doesn't

[Bug other/37210] Prohibit Default Builds in the GCC Source Tree

2008-08-24 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-08-24 21:29 --- Well it is not prohibited, it is supported to do the build in the src directory, just not recommended as it is not tested really and can (I think 4.3.x has a bug dealing with fixed includes) be broken even for

[Bug c/7654] warn if an enum is being assigned a non enum value

2008-08-24 Thread manu at gcc dot gnu dot org
--- Comment #10 from manu at gcc dot gnu dot org 2008-08-24 21:31 --- I think we should mark as SUSPENDED those enhancement requests where there is no consensus that we actually want the feature, even if a patch were available. It would be a waste of time to implement this just to have

[Bug middle-end/37221] GCC for Cell SPU produces poor code when there is load-after-store in different loops

2008-08-24 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-08-24 22:04 --- There are a couple of issues here I think. The first being that the loop: for (j = 0; j 4; j++) arr[j] = mat2[i][j]; is not being unrolled. If I specify -fpeel-loops, it is unrolled but

[Bug other/37210] Prohibit Default Builds in the GCC Source Tree

2008-08-24 Thread tom dot browder at gmail dot com
--- Comment #2 from tom dot browder at gmail dot com 2008-08-24 22:07 --- Andrew, you're right--it's not prohibited, but my argument is that it should be prohibited as the default build (but have a specific configure variable to allow it), at least until it is tested. Over the years

[Bug preprocessor/37215] ICE on 'gcc -E -dM -fpreprocessed - /dev/null'

2008-08-24 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-08-24 22:12 --- Confirmed, I don't know if this is a regression or not. Program received signal SIGSEGV, Segmentation fault. 0x1006f204 in preprocess_file (pfile=0x10a03728) at /home/apinski/src/local/gcc/gcc/c-ppoutput.c:88 88

[Bug c++/37217] ICE on Valid Code

2008-08-24 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-08-24 22:20 --- Reducing, -Wconversion causes the ICE. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37217

[Bug c++/37217] [4.4 Regression] -Wconversion causes ICE with __builtin_strcmp with one char compare

2008-08-24 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-08-24 22:27 --- Confirmed, reduced testcase: int __convert_from_v( ) { char* __old; if (__builtin_strcmp(__old, C)) {} } -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug c++/37213] Declaration/expression ambiguity resolution does not extend beyond initializer

2008-08-24 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-08-24 22:28 --- I think GCC is correct here. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37213

[Bug tree-optimization/37207] [4.4 Regression] ice at tree-ssa-ifcombine.c:222 for -Os

2008-08-24 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-08-24 22:40 --- Confirmed. One issue is that VRP does not look again at some % statements when it knows it can be a constant so we produce: D.1962_10 = 0; D.1963_11 = (int) D.1962_10; Here is a more reduced testcase: func_18

[Bug c++/37213] Declaration/expression ambiguity resolution does not extend beyond initializer

2008-08-24 Thread akyrtzi at gmail dot com
--- Comment #2 from akyrtzi at gmail dot com 2008-08-24 22:42 --- I forgot to mention that both MSVC and Comeau compilers interpret FuncType(a)(x,y)-z = 0; as expression and compile the test program without errors. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37213

[Bug bootstrap/37152] tree-vect-transform.c: use of = where == may have been intended

2008-08-24 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-08-24 22:46 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/37153] [4.4 Regression] Revision 139210 failed to bootstrap

2008-08-24 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=37153

[Bug middle-end/37150] vectorizer misses some loops

2008-08-24 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |enhancement Summary|vectorizer issue

[Bug target/37157] [4.4 Regression] Wrong insn for _mm_unpackhi_epi64

2008-08-24 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=37157

[Bug c++/37189] ICE on valid: OpenMP task construct with implicit firstprivate variables

2008-08-24 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-08-24 22:53 --- Reducing ... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37189

[Bug c++/37167] [4.4 Regression] C++ gives bogus error message (aliased to undefined symbol)

2008-08-24 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-08-24 22:55 --- Confirmed also on PowerPC 64 GNU/Linux. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/36984] [4.4 Regression] ICE when gcc 4.4.0-20080730 compile lapack

2008-08-24 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Summary|ICE when gcc 4.4.0-20080730 |[4.4 Regression] ICE when |compile lapack

[Bug classpath/32028] Make fails at gjdoc - gnu.classpath.tools.gjdoc.ParseException: unmatched input in line 1: @Retention(SOURCE) @Target(METHOD)

2008-08-24 Thread gnu_andrew at member dot fsf dot org
--- Comment #12 from gnu_andrew at member dot fsf dot org 2008-08-24 23:28 --- Futureproofing: CVSROOT:/sources/classpath Module name:classpath Changes by: Andrew John Hughes gnu_andrew 08/08/21 20:46:20 Modified files: . : ChangeLog m4

[Bug c++/37225] New: Incorrect intantiation context yields incorrect codegen

2008-08-24 Thread gdr at gcc dot gnu dot org
The program snippet below shows that GCC/g++ uses an incorrect instantiation context leading to program miscompilation. In particular, there is only one instantiation context for g(), and in that instantiation context, the second f() is inexistant therefore should not be considered. #include

[Bug c++/37225] Incorrect intantiation context yields incorrect codegen

2008-08-24 Thread gdr at gcc dot gnu dot org
-- gdr at gcc dot gnu dot org changed: What|Removed |Added CC||jason at gcc dot gnu dot org Status|UNCONFIRMED

[Bug c++/37225] Incorrect intantiation context yields incorrect codegen

2008-08-24 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-08-24 23:32 --- I think this is a dup of bug 16635. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[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-24 Thread eric dot weddington at atmel dot com
--- Comment #5 from eric dot weddington at atmel dot com 2008-08-25 00:09 --- (In reply to comment #4) (In reply to comment #3) Patch in bug #37185, comment #3, does not fix this bug. Meh. Bad patching job by me. Retesting patch... Confirmed: patch in bug #37185 does not fix

[Bug middle-end/37226] New: [4.4 Regression] Multiple test regressions: gcc.dg/ipa/ipa*

2008-08-24 Thread eric dot weddington at atmel dot com
Test regressions on AVR target, known for trunk revision 139546: FAIL: gcc.dg/ipa/ipa-1.c scan-ipa-dump-times cp versioned function 2 FAIL: gcc.dg/ipa/ipa-1.c scan-ipa-dump-times cp replacing param with const 2 FAIL: gcc.dg/ipa/ipa-2.c scan-ipa-dump-times cp versioned function 2 FAIL:

[Bug middle-end/37226] [4.4 Regression] Multiple test regressions: gcc.dg/ipa/ipa*

2008-08-24 Thread eric dot weddington at atmel dot com
-- eric dot weddington at atmel dot com changed: What|Removed |Added Target Milestone|--- |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37226

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

2008-08-24 Thread hp at gcc dot gnu dot org
--- Comment #35 from hp at gcc dot gnu dot org 2008-08-25 01:26 --- Created an attachment (id=16139) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16139action=view) Testcase exposing the (on darwin) breaking aspect of prims.ii See comments in the test-case. The test-case breaks

[Bug middle-end/37227] New: [4.4 Regression] gcc.dg/ipa/ipa-?.c

2008-08-24 Thread hjl dot tools at gmail dot com
On Linux/ia32, Revision 139545 gave FAIL: gcc.dg/ipa/ipa-1.c scan-ipa-dump-times cp versioned function 2 FAIL: gcc.dg/ipa/ipa-1.c scan-ipa-dump-times cp replacing param with const 2 FAIL: gcc.dg/ipa/ipa-2.c scan-ipa-dump-times cp versioned function 2 FAIL: gcc.dg/ipa/ipa-2.c scan-ipa-dump-times

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

2008-08-24 Thread hp at gcc dot gnu dot org
--- Comment #36 from hp at gcc dot gnu dot org 2008-08-25 01:48 --- Created an attachment (id=16140) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16140action=view) Weak testing weak: testing weak stronger. I was missing tests that referenced a weak address, but offset, and the

[Bug c++/37189] OpenMP task construct with implicit firstprivate variables ICEs

2008-08-24 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-08-25 02:03 --- Reduced testcase: struct optional_base { optional_base() {} optional_base ( optional_base const rhs ) {} }; struct Point_container { optional_base m_b ; }; int create_internal_node(Point_container c) {

[Bug c++/37189] OpenMP task construct with implicit firstprivate variables ICEs

2008-08-24 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2008-08-25 02:05 --- We are gimplifying the copy constructor while gimplifying something else ... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37189

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

2008-08-24 Thread hp at gcc dot gnu dot org
--- Comment #37 from hp at gcc dot gnu dot org 2008-08-25 02:09 --- Created an attachment (id=16141) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16141action=view) Patch, take 4. Fourth time's a charm. The difference is just strengthening the early-return in assemble_external so

[Bug middle-end/37227] [4.4 Regression] gcc.dg/ipa/ipa-?.c

2008-08-24 Thread hjl dot tools at gmail dot com
--- Comment #1 from hjl dot tools at gmail dot com 2008-08-25 03:47 --- *** Bug 37226 has been marked as a duplicate of this bug. *** -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug middle-end/37226] [4.4 Regression] Multiple test regressions: gcc.dg/ipa/ipa*

2008-08-24 Thread hjl dot tools at gmail dot com
--- Comment #1 from hjl dot tools at gmail dot com 2008-08-25 03:47 --- *** This bug has been marked as a duplicate of 37227 *** -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug rtl-optimization/37219] [4.3/4.4 Regression] fwprop1 is broken for addresses

2008-08-24 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-08-25 04:32 --- I have it tested on i386-darwin, spu-elf both without any regressions. The PowerPC64-linux-gnu run is still working on so far no regressions. I will submit this tomorrow. --

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

2008-08-24 Thread eric dot weddington at atmel dot com
--- Comment #3 from eric dot weddington at atmel dot com 2008-08-25 05:22 --- These tests have also failed on AVR recently. Known fail on revision 139139. And no, this is not a duplicate of 37170, as the patch for that bug fixes those test cases, but does not fix these. -- eric