[Bug fortran/32483] edit descriptor checking: Compile-time check for zero width for reading

2007-06-29 Thread burnus at gcc dot gnu dot org
--- Comment #3 from burnus at gcc dot gnu dot org 2007-06-29 06:03 --- Subject: Bug 32483 Author: burnus Date: Fri Jun 29 06:03:05 2007 New Revision: 126107 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=126107 Log: 2007-06-29 Tobias Burnus [EMAIL PROTECTED] PR

[Bug fortran/32483] edit descriptor checking: Compile-time check for zero width for reading

2007-06-29 Thread burnus at gcc dot gnu dot org
--- Comment #4 from burnus at gcc dot gnu dot org 2007-06-29 06:04 --- What was status on this? I think the patch was OK. I somehow expected that you would send also an email to the list besides the OK in the IRC channel. FIXED in GCC 4.3.x -- burnus at gcc dot gnu dot org

[Bug libfortran/32456] IO error message should show Unit/Filename

2007-06-29 Thread patchapp at dberlin dot org
--- Comment #7 from patchapp at dberlin dot org 2007-06-29 06:15 --- Subject: Bug number PR32456 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-06/msg02095.html --

[Bug tree-optimization/32533] [4.2 regression] miscompilation at -O3 -ffast-math -ftree-vectorize -march=native

2007-06-29 Thread jv244 at cam dot ac dot uk
--- Comment #3 from jv244 at cam dot ac dot uk 2007-06-29 07:13 --- I'm wondering if it is still required to turn fortran testcases in the equivalent C testcase in order to mark this kind of bugs as P1. This does seem a bit of a waste of time... and just think about the engineers using

[Bug tree-optimization/32533] [4.1/4.2 regression] miscompilation at -O3 -ffast-math -ftree-vectorize -march=native

2007-06-29 Thread jv244 at cam dot ac dot uk
--prefix=/data03/vondele/gcc_4_1_branch/build --with-gmp=/data03/vondele/ --with-mpfr=/data03/vondele/ --enable-languages=c,fortran Thread model: posix gcc version 4.1.3 20070629 (prerelease) -- jv244 at cam dot ac dot uk changed: What|Removed |Added

[Bug gcov-profile/32543] New: Gcov: profile.c total_num_edges_instrumented never incremented (patch included)

2007-06-29 Thread hbl at sysgo dot com
In gcc:profile.c, the variable total_num_edges_instrumented used is initialized to 0, but never increased. Hence end_branch_prob (which gets called when one dumps the intermediate *.profile file via the -fdump-tree-all option) always prints Total number of instrumented edges: 0 The following

[Bug tree-optimization/32533] [4.1/4.2 regression] miscompilation at -O3 -ffast-math -ftree-vectorize -march=native

2007-06-29 Thread jv244 at cam dot ac dot uk
--- Comment #5 from jv244 at cam dot ac dot uk 2007-06-29 08:06 --- works correctly with 4.0.4, so it is a regression: gfortran -v Using built-in specs. Target: x86_64-unknown-linux-gnu Configured with: /data03/vondele/gcc_4_0_branch/gcc/configure

[Bug tree-optimization/32544] gcc 4.2.1 miscompiles Mesa's r300 DRI driver with -ftree-vrp

2007-06-29 Thread bero at arklinux dot org
--- Comment #1 from bero at arklinux dot org 2007-06-29 08:16 --- Created an attachment (id=13804) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13804action=view) Preprocessed source, bzip2-ed Attaching preprocessed source of r300_state.c --

[Bug tree-optimization/32544] New: gcc 4.2.1 miscompiles Mesa's r300 DRI driver with -ftree-vrp

2007-06-29 Thread bero at arklinux dot org
Mesa's r300 DRI driver produces incorrect output (garbles the display) if r300_state.c is compiled with -ftree-vrp (-O2 -fno-tree-vrp works fine; all files except r300_state.c can be compiled with normal -O2). -- Summary: gcc 4.2.1 miscompiles Mesa's r300 DRI driver with -

[Bug tree-optimization/24659] Conversions are not vectorized

2007-06-29 Thread ubizjak at gmail dot com
--- Comment #16 from ubizjak at gmail dot com 2007-06-29 08:53 --- (In reply to comment #15) Just for the record, the only remaining x86 conversion (sse 4) is vectorized BUILT_IN_LRINT that uses cvtpd2dq. The problem here is that n_in n_out, so we probably need to apply narrowing

[Bug tree-optimization/32544] gcc 4.2.1 miscompiles Mesa's r300 DRI driver with -ftree-vrp

2007-06-29 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2007-06-29 08:46 --- Can you narrow it down to a specific function? -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/32545] New: Give an (compile time) error not a warning for wrong edit format statements

2007-06-29 Thread burnus at gcc dot gnu dot org
Example: read '(i0)', i 1 Warning: Positive width required in format string at (1) [2007-06-24 23:19:31] jerryd I would use gfc_notify_std instead of gfc_error at line 849 of io.c Turning gfc_warning into gfc_error did not work as it should. We need to do some investagation why it

[Bug fortran/32483] edit descriptor checking: Compile-time check for zero width for reading

2007-06-29 Thread burnus at gcc dot gnu dot org
--- Comment #5 from burnus at gcc dot gnu dot org 2007-06-29 10:05 --- Subject: Bug 32483 Author: burnus Date: Fri Jun 29 10:05:11 2007 New Revision: 126110 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=126110 Log: (forgot svn add in the previous commit) 2007-06-29 Tobias

[Bug tree-optimization/24659] Conversions are not vectorized

2007-06-29 Thread uros at gcc dot gnu dot org
--- Comment #17 from uros at gcc dot gnu dot org 2007-06-29 10:30 --- Subject: Bug 24659 Author: uros Date: Fri Jun 29 10:30:06 2007 New Revision: 126111 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=126111 Log: PR tree-optimization/24659 * tree-vect-transform.c

[Bug tree-optimization/24659] Conversions are not vectorized

2007-06-29 Thread ubizjak at gmail dot com
--- Comment #18 from ubizjak at gmail dot com 2007-06-29 10:38 --- Fully implemented in mainline. (BTW: A PPC maintainer should implement missing patterns for altivec as outlined in Comment #14.) -- ubizjak at gmail dot com changed: What|Removed

[Bug fortran/30437] [4.1 Regression] -Wno-all is rejected (even when fortran is not included)

2007-06-29 Thread burnus at gcc dot gnu dot org
--- Comment #14 from burnus at gcc dot gnu dot org 2007-06-29 11:25 --- Are you planing to fix this in 4.1? Or can alternatively this PR be closed? As no one wants to backport it and it is no regression with regards to gfortran (4.0/4.1) and there is a released compiler (4.2.0) which

[Bug fortran/31823] [4.2 regression] COMPLEX not documented

2007-06-29 Thread burnus at gcc dot gnu dot org
--- Comment #4 from burnus at gcc dot gnu dot org 2007-06-29 11:23 --- The branch is open, can this be now be committed? * PING * -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31823

[Bug fortran/31202] Incorrect rounding generated for NINT

2007-06-29 Thread jv244 at cam dot ac dot uk
--- Comment #5 from jv244 at cam dot ac dot uk 2007-06-29 11:34 --- is this patch still OK ? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31202

[Bug fortran/31211] wrong code generated for pointer returning function as actual argument

2007-06-29 Thread jv244 at cam dot ac dot uk
--- Comment #3 from jv244 at cam dot ac dot uk 2007-06-29 11:38 --- still failing with today's trunk -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31211

[Bug fortran/31202] Incorrect rounding generated for NINT

2007-06-29 Thread fxcoudert at gcc dot gnu dot org
--- Comment #6 from fxcoudert at gcc dot gnu dot org 2007-06-29 11:45 --- (In reply to comment #5) is this patch still OK ? The lround patch should be OK on C99 targets, but it would probably break things on non-C99 targets, which is why I didn't submit it for formal review. I should

[Bug c++/32546] New: 'warning: array subscript is above/below array bounds' on delete[]

2007-06-29 Thread gcc at abeckmann dot de
I got the 'below array bounds' warning in some code and could reduce it to the following testcase (which results in the 'above array bounds' warning). The warning occurs with optimization level -O2 and above. gcc version 4.3.0 20070622 (experimental) g++-4.3 -c -W -Wall -O2 asiaab.cpp

[Bug middle-end/32493] [4.3 Regression] Fails to inline varargs function with unused arguments

2007-06-29 Thread rguenth at gcc dot gnu dot org
--- Comment #10 from rguenth at gcc dot gnu dot org 2007-06-29 13:43 --- Subject: Bug 32493 Author: rguenth Date: Fri Jun 29 13:43:10 2007 New Revision: 126113 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=126113 Log: 2006-06-29 Richard Guenther [EMAIL PROTECTED] PR

[Bug middle-end/32493] [4.3 Regression] Fails to inline varargs function with unused arguments

2007-06-29 Thread rguenth at gcc dot gnu dot org
--- Comment #11 from rguenth at gcc dot gnu dot org 2007-06-29 13:43 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug tree-optimization/32544] gcc 4.2.1 miscompiles Mesa's r300 DRI driver with -ftree-vrp

2007-06-29 Thread bero at arklinux dot org
--- Comment #3 from bero at arklinux dot org 2007-06-29 14:17 --- r300SetupPixelShader() -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32544

[Bug ada/32547] New: gnat.dg tasking tests fail on IRIX 5.3

2007-06-29 Thread gcc-bugzilla at gcc dot gnu dot org
All gnat.dg tasking tests FAIL on IRIX 5.3 since the platform lacks thread support: failed run-time assertion : Tasking not implemented on this configuration FAIL: gnat.dg/curr_task.adb execution test Instead of failing, the tests should be marked UNSUPPORTED as is done for ACATS. Environment:

[Bug ada/32548] New: gnat.dg tests for non-default multilib fail

2007-06-29 Thread gcc-bugzilla at gcc dot gnu dot org
When running the gnat.dg tests on multilib-targets (like sparc-sun-solaris2*, i386-pc-solaris2*, or mips-sgi-irix6*), most tests for a non-default multilib fail with confusing error messages: Running /vol/gcc/src/gcc/gcc/testsuite/gnat.dg/dg.exp ... Executing on host:

[Bug fortran/31202] Incorrect rounding generated for NINT

2007-06-29 Thread kargl at gcc dot gnu dot org
--- Comment #7 from kargl at gcc dot gnu dot org 2007-06-29 16:10 --- (In reply to comment #6) (In reply to comment #5) is this patch still OK ? The lround patch should be OK on C99 targets, but it would probably break things on non-C99 targets, which is why I didn't submit it

[Bug fortran/32545] Give an (compile time) error not a warning for wrong edit format statements

2007-06-29 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2007-06-29 16:00 --- Note: The test cases should then be updated as well. (Though dg-error and dg-warning are treated alike - PR30612, PR29882.) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32545

[Bug tree-optimization/24659] Conversions are not vectorized

2007-06-29 Thread dorit at il dot ibm dot com
--- Comment #19 from dorit at il dot ibm dot com 2007-06-29 16:46 --- testing this patch for Altivec: Index: config/rs6000/altivec.md === *** config/rs6000/altivec.md(revision 126053) --- config/rs6000/altivec.md

[Bug c++/32549] New: Wrong template instance resolution among multiple object files.

2007-06-29 Thread opichals at seznam dot cz
There seems to be something inconsistent in the g++ template instantiation. When a template is instantiated with an argument of the same name in two object files in which the argument type is different (unlike their names). It appears that even though that those instances should have been

[Bug middle-end/30151] [4.3 Regression] /usr/ccs/bin/ld: Duplicate symbol global destructors keyed to _ZNSt3tr112_GLOBAL__N_16ignoreE

2007-06-29 Thread mmitchel at gcc dot gnu dot org
--- Comment #5 from mmitchel at gcc dot gnu dot org 2007-06-29 17:48 --- Geoff, would you please look at this? -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/30194] [4.3 Regression] gcc.dg/pr19633-1.c fails on the mainline

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30194

[Bug middle-end/30905] [4.3 Regression] Fails to cross-jump

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30905

[Bug tree-optimization/30930] [4.3 Regression] vector can cause to create an extra variable

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30930

[Bug tree-optimization/30840] [4.3 Regression] ice for legal code with flags -O3 -fno-strict-aliasing

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30840

[Bug tree-optimization/30795] [4.3 Regression] ice for legal code with -ftree-vectorize -O2

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30795

[Bug libobjc/30731] [4.3 Regression] Warnings while compiling libobjc with the uleb128 changes

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30731

[Bug target/30572] [4.3 Regression] target libraries links against /libgcc_s.1.dylib instead of $(prefix)/lib/libgcc_s.1.dylib

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30572

[Bug tree-optimization/30564] [4.3 Regression] ice for legal code with -O3

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30564

[Bug middle-end/30453] [4.3 Regression] Segmentation fault: Error detected at ali.adb:2240:1

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30453

[Bug tree-optimization/30394] [4.3 Regression] FAIL: gcc.c-torture/execute/pr15262-1.c execution at -O2, -O3 and -Os

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30394

[Bug tree-optimization/30392] [4.3 Regression] ice for legal kernel code with -Os

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30392

[Bug target/30058] [4.3 regression] bootstrap broken on i386-unknown-netbsdelf2.0.2

2007-06-29 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2007-06-29 17:47 --- If the fix for this has been checked in, can we close this PR? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30058

[Bug c++/32549] Wrong template instance resolution among multiple object files.

2007-06-29 Thread opichals at seznam dot cz
--- Comment #1 from opichals at seznam dot cz 2007-06-29 17:45 --- Created an attachment (id=13805) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13805action=view) Reproduction code and Makefile printing out results of the test The log files gcc-4.1.0.make.log and

[Bug c++/29731] [4.0/4.1/4.2/4.3 regression] ICE with statement expression as template parameter

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29731

[Bug middle-end/30017] [4.3 Regression] ICE in cp_expr_size, at cp/cp-objcp-common.c:101

2007-06-29 Thread mmitchel at gcc dot gnu dot org
--- Comment #16 from mmitchel at gcc dot gnu dot org 2007-06-29 17:46 --- If this can no longer be reproduced, let's close the bug. (I believe the assertion in question is important. If the gimplifier is ever making copies of classes with assignment operators/copy constructors, we

[Bug target/30058] [4.3 regression] bootstrap broken on i386-unknown-netbsdelf2.0.2

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30058

[Bug tree-optimization/30735] [4.3 Regression] 50% slow down due to mem-ssa merge

2007-06-29 Thread mmitchel at gcc dot gnu dot org
--- Comment #7 from mmitchel at gcc dot gnu dot org 2007-06-29 17:52 --- A patch has been checked in; can this be closed now? -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/30735] [4.3 Regression] 50% slow down due to mem-ssa merge

2007-06-29 Thread hjl at lucon dot org
--- Comment #8 from hjl at lucon dot org 2007-06-29 17:57 --- (In reply to comment #7) A patch has been checked in; can this be closed now? See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31090#c16 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30735

[Bug target/30980] [4.3 Regression] Recent complex miscompilation

2007-06-29 Thread mmitchel at gcc dot gnu dot org
--- Comment #16 from mmitchel at gcc dot gnu dot org 2007-06-29 18:00 --- This problem is reported fixed; may we close this PR? -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/31020] [4.3 Regression] cannot write in /test/gnu/gcc/objdir/prev-gcc/../gcc/./include

2007-06-29 Thread mmitchel at gcc dot gnu dot org
--- Comment #5 from mmitchel at gcc dot gnu dot org 2007-06-29 18:01 --- Now that the patch has been checked in, can this PR be closed? -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/31037] [4.3 Regression] ICE: verify_ssa failed - definition in block 23 does not dominate use in block 32

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31037

[Bug other/31349] [4.3 Regression] gcc -v --help returns no options for C, C++

2007-06-29 Thread mmitchel at gcc dot gnu dot org
--- Comment #2 from mmitchel at gcc dot gnu dot org 2007-06-29 18:05 --- Nick, would you be able to look into this? -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/31684] [4.3 Regression] ICE in get_attr_first_insn, at config/ia64/itanium2.md:1839 at -O2

2007-06-29 Thread mmitchel at gcc dot gnu dot org
--- Comment #5 from mmitchel at gcc dot gnu dot org 2007-06-29 18:14 --- This patch is OK. Steve, please commit. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/31609] gfortran segfaults when compiling a module that calls a contained function with an ENTRY point

2007-06-29 Thread awgreynolds at earthlink dot net
--- Comment #3 from awgreynolds at earthlink dot net 2007-06-29 18:17 --- Created an attachment (id=13806) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13806action=view) 2 include files and 1 f90 gfortran -c utility.f90 utility.f90:0: internal compiler error: Bus error Not sure

[Bug c++/31724] [4.3 Regression] More same canonical type node fun

2007-06-29 Thread mmitchel at gcc dot gnu dot org
--- Comment #11 from mmitchel at gcc dot gnu dot org 2007-06-29 18:17 --- I think this approach: SET_TYPE_STRUCTURAL_EQUALITY (fulltype) is fine in this case. Doug, would you please check that in? -- mmitchel at gcc dot gnu dot org changed: What|Removed

[Bug tree-optimization/31651] [4.3 Regression] FRE does not fold intermediate CCP results, FRE does no longer look through loads

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31651

[Bug target/31507] [4.3 Regression] libffi regression, many.c, closure_fn2/fn3.c with -Os

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31507

[Bug target/30980] [4.3 Regression] Recent complex miscompilation

2007-06-29 Thread pcarlini at suse dot de
--- Comment #17 from pcarlini at suse dot de 2007-06-29 18:09 --- Great, let's close it, then. -- pcarlini at suse dot de changed: What|Removed |Added

[Bug c++/31439] [4.3 regression] ICE with variadic template and broken specialization

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31439

[Bug middle-end/31081] [4.3 Regression] Inliner messes up SSA for abnormals

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31081

[Bug middle-end/30969] [4.3 Regression] The polyhedron test 'fatigue.f90' is no longer working.

2007-06-29 Thread mmitchel at gcc dot gnu dot org
--- Comment #9 from mmitchel at gcc dot gnu dot org 2007-06-29 17:59 --- This is reported fixed; can we close this PR? -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/31434] [4.3 regression] ICE with invalid use of parameter pack in function arg

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31434

[Bug c++/31441] [4.3 regression] ICE with variadic template and specialization

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31441

[Bug tree-optimization/31625] [4.3 Regression] decimal float comparison after conversion no longer folded

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31625

[Bug target/31674] [4.3 Regression] internal consistency failure on ia64 with -O

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31674

[Bug target/32462] [4.3 regression] Linking libgcj.so fails on Solaris 10/x86

2007-06-29 Thread ro at gcc dot gnu dot org
--- Comment #2 from ro at gcc dot gnu dot org 2007-06-29 18:26 --- Correction: this is a regression in 4.3. -- ro at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/31780] [4.3 regression] ICE with incompatible types for ?: with complex type conversion

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31780

[Bug tree-optimization/32032] [4.3 Regression] ICE in compute_antic, at tree-ssa-pre.c:1968 at -O3

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32032

[Bug c++/32121] [4.1/4.2/4.3 Regression] C++ front-end accepts invalid __label__ declarations

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32121

[Bug c++/32125] [4.3 regression] ICE with invalid specialization of variadic template

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32125

[Bug c++/32126] [4.3 regression] ICE with invalid definition of variadic template

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32126

[Bug c++/32127] [4.3 regression] ICE with invalid static member in variadic template

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32127

[Bug middle-end/32135] [4.3 Regression] bogus array-ref fold triggering array overflow warning

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32135

[Bug tree-optimization/32183] [4.3 Regression] reassoc2 can more extra calculations into a loop

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32183

[Bug fortran/32222] [4.3 Regression] ICE in gfc_trans_assignment_1

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3

[Bug tree-optimization/32230] [4.3 Regression] Segfault in set_bb_for_stmt with -O -ftree-vectorize

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32230

[Bug fortran/32238] [4.3 Regression] ICE in gfc_conv_constant (where() with complex arrays)

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32238

[Bug c/32295] [4.1/4.2/4.3 Regression] An invalid c code causes an ICE in create_tmp_var, at gimplify.c:489

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32295

[Bug rtl-optimization/32296] [4.3 Regression] Bootstrap failure in stage1 on hppa*-*-*

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32296

[Bug rtl-optimization/32300] [4.3 Regression] ICE with -O2 -fsee

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32300

[Bug tree-optimization/32303] [4.3 Regression] SPEC2006 447.dealII miscompiled at -O2

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32303

[Bug c++/32384] [4.1/4.2/4.3 regression] Pseudo-dtor in template class rejected

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32384

[Bug c++/32385] [4.1/4.2/4.3 regression] ICE with struct in default argument of template function

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32385

[Bug regression/32398] [4.3 Regression] checking for suffix of object files... configure: error: cannot compute suffix of f object files: cannot compile

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32398

[Bug fortran/31580] Better error message for not-found operator

2007-06-29 Thread patchapp at dberlin dot org
--- Comment #2 from patchapp at dberlin dot org 2007-06-29 18:50 --- Subject: Bug number PR31580 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-06/msg02115.html --

[Bug target/32431] [4.3 Regression] ICE in df_refs_verify, at df-scan.c:4066

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32431

[Bug middle-end/32441] [4.3 Regression] ICE in expand_expr_real_1, at expr.c:7109

2007-06-29 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2007-06-29 18:52 --- There is nothing wrong with langhooks per se. The problem is langhooks that influence the interpretation of the IR, not langhooks that are used to *create* the IR. -- mmitchel at gcc dot gnu dot org changed:

[Bug target/32522] [4.3 Regression] Bootstrap failure on Alpha due to pointer-plus changes

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32522

[Bug tree-optimization/32527] [4.3 Regression] ICE in build2_stat, at tree.c:3074

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32527

[Bug fortran/32551] New: INCORRECT OUTPUT OBTAINED FROM NESTED PARALLELISM THAT IS SERIALIZED

2007-06-29 Thread longb at cray dot com
Description: This test case tries to show that the following statement found in the OpenMP API Version 2.5 May 2005 on p.29 lines 21-24 is true: When a thread executing inside an active parallel region encounters a parallel construct, the new team which is created will consist of only the

[Bug middle-end/32399] [4.3 Regression] ICE in build2_stat, at tree.c:3074

2007-06-29 Thread mmitchel at gcc dot gnu dot org
--- Comment #9 from mmitchel at gcc dot gnu dot org 2007-06-29 18:49 --- Andrew, do you want to convert to sizetype or to ptrdiff_t? Does it matter? -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/32372] [4.3 Regression] ICE in df_refs_verify, at df-scan.c:4065

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32372

[Bug target/32337] [4.3 Regression] Error: Register number out of range 0..1

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32337

[Bug c++/32252] [4.3 regression] ICE with variadic templates and arrays

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32252

[Bug c++/32251] [4.1/4.2/4.3 regression] ICE on delete operator with ellipsis

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32251

[Bug c++/32241] [4.1/4.2/4.3 regression] ICE trying to call x.~X(); in a template

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32241

[Bug c++/32128] [4.3 regression] ICE on variadic template with two parameter packs

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32128

[Bug c++/32113] [4.1/4.2/4.3 regression] ICE with invalid template parameter

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32113

[Bug c++/32106] [4.3 regression] ICE after name-clash between struct and namespace

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32106

  1   2   >