[Bug fortran/36725] New: g0 edit descriptor: Missing compile-time checking for invalid g0.d

2008-07-04 Thread burnus at gcc dot gnu dot org
Currently, gfortran compiles: print '(g0.9)', 0.1 end and prints at run time: Fortran runtime error: Unexpected element in format (g0.9) ^ The run-time error is OK, but there should be a compile-time error. G w [ . d [ E e ] ] C1007 (R1006) For the G edit descriptor, d shall be specified

[Bug fortran/36700] [4.3/4.4 Regression] ICE on calling a function

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

[Bug fortran/36725] g0 edit descriptor: Missing compile-time checking for invalid g0.d

2008-07-04 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2008-07-04 08:44 --- Index: gcc/fortran/io.c === --- gcc/fortran/io.c(Revision 137451) +++ gcc/fortran/io.c(Arbeitskopie) @@ -694,9 +694,15 @@ data_desc:

[Bug middle-end/36726] New: [4.4 Regression] ICE in move_stmt_r, at tree-cfg.c:5699 with -fopenmp

2008-07-04 Thread burnus at gcc dot gnu dot org
Fails with: 4.4.0 20080704 (experimental) [trunk revision 137451] 4.4.0 20080628 (experimental) [trunk revision 137216] Works with: 4.4.0 20080627 (experimental) [trunk revision 137189] $ gfortran -c -fopenmp test.f90 test.f90: In function 'double_grid_apply_non_local': test.f90:113

[Bug middle-end/36726] [4.4 Regression] ICE in move_stmt_r, at tree-cfg.c:5699 with -fopenmp

2008-07-04 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2008-07-04 09:18 --- Created an attachment (id=15851) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15851action=view) Test file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36726

[Bug middle-end/36726] [4.4 Regression] ICE in move_stmt_r, at tree-cfg.c:5699 with -fopenmp

2008-07-04 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=36726

[Bug bootstrap/36727] New: [4.4 Regression] Yet another bootstrap failure on i686-apple-darwin9

2008-07-04 Thread dominiq at lps dot ens dot fr
At revision 137455 bootstrap fails with: ... /opt/gcc/i686-darwin/./gcc/xgcc -B/opt/gcc/i686-darwin/./gcc/ -B/opt/gcc/gcc4.4w/i686-apple-darwin9/bin/ -B/opt/gcc/gcc4.4w/i686-apple-darwin9/lib/ -isystem /opt/gcc/gcc4.4w/i686-apple-darwin9/include -isystem

[Bug debug/36728] New: [stack]: gdb doesn't work with stack alignment

2008-07-04 Thread hjl dot tools at gmail dot com
gdb doesn't work with stack alignment. -- Summary: [stack]: gdb doesn't work with stack alignment Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug AssignedTo:

[Bug debug/36728] [stack]: gdb doesn't work with stack alignment

2008-07-04 Thread hjl dot tools at gmail dot com
--- Comment #1 from hjl dot tools at gmail dot com 2008-07-04 13:17 --- Created an attachment (id=15852) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15852action=view) A testcase with drap [EMAIL PROTECTED] stack-10]$

[Bug target/16350] gcc only understands little endian ARM systems

2008-07-04 Thread pmaydell at chiark dot greenend dot org dot uk
--- Comment #22 from pmaydell at chiark dot greenend dot org dot uk 2008-07-04 13:18 --- I notice that the latest patch attached to this bug report doesn't quite match up with what was committed as per comment #15: this bit in gcc/config/arm/linux-elf.h wasn't changed: #undef

[Bug debug/36728] [stack]: gdb doesn't work with stack alignment

2008-07-04 Thread hjl dot tools at gmail dot com
--- Comment #2 from hjl dot tools at gmail dot com 2008-07-04 13:19 --- Created an attachment (id=15853) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15853action=view) A testcase without drap [EMAIL PROTECTED] stack-10]$

[Bug debug/36728] [stack]: gdb doesn't work with stack alignment

2008-07-04 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-07-04 13:46 --- Great. That IMHO blocks the merge of the stack-branch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36728

[Bug bootstrap/36727] [4.4 Regression] Yet another bootstrap failure on i686-apple-darwin9

2008-07-04 Thread ubizjak at gmail dot com
--- Comment #1 from ubizjak at gmail dot com 2008-07-04 14:13 --- The patch that causes the regression was reverted in [1] and [2]. [1] http://gcc.gnu.org/ml/gcc-cvs/2008-07/msg00163.html [2] http://gcc.gnu.org/ml/gcc-cvs/2008-07/msg00164.html -- ubizjak at gmail dot com changed:

[Bug debug/36728] [stack]: gdb doesn't work with stack alignment

2008-07-04 Thread hjl at gcc dot gnu dot org
--- Comment #4 from hjl at gcc dot gnu dot org 2008-07-04 14:18 --- Subject: Bug 36728 Author: hjl Date: Fri Jul 4 14:17:18 2008 New Revision: 137460 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=137460 Log: 2008-07-04 Xuepeng Guo [EMAIL PROTECTED] PR debug/36728

[Bug libstdc++/36729] New: the parallel version of std::random_shuffle does not shuffle for OMP_NUM_THREADS=1

2008-07-04 Thread vincenzo dot innocente at cern dot ch
(sorry, I'm new new gcc bug reports so I have no clue which triplets shall I report) cat shuffe_bug.cpp #includevector #includealgorithm #includenumeric #includeiostream int main() { std::vectorint v(100,1); std::partial_sum(v.begin(),v.end(),v.begin());

[Bug libstdc++/36729] the parallel version of std::random_shuffle does not shuffle for OMP_NUM_THREADS=1

2008-07-04 Thread singler at gcc dot gnu dot org
-- singler at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |singler at gcc dot gnu dot |dot org

[Bug debug/36728] [stack]: gdb doesn't work with stack alignment

2008-07-04 Thread hjl dot tools at gmail dot com
--- Comment #5 from hjl dot tools at gmail dot com 2008-07-04 14:40 --- Xuepeng, revision 137460 fixes both local variables and incoming arguments on 32bit. But it still fails incoming arguments on 64bit: bash-3.2$ ./xgcc -B./ -g /tmp/foo.c bash-3.2$ gdb foo GNU gdb Fedora

[Bug debug/36728] [stack]: gdb doesn't work with stack alignment

2008-07-04 Thread hjl dot tools at gmail dot com
--- Comment #6 from hjl dot tools at gmail dot com 2008-07-04 15:04 --- The code in question is movq%r10, %rax #, tmp73 movl%edi, -52(%rbp) # dummy1, dummy1 movl%esi, -56(%rbp) # dummy2, dummy2 movl%edx, -60(%rbp) # dummy3, dummy3

[Bug c++/20103] [4.1 regression] ICE in create_tmp_var with C99 style struct initializer

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #58 from jsm28 at gcc dot gnu dot org 2008-07-04 15:05 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/36713] [4.4 regression] r137252 breaks -O2 optimization on x86_64-unknown-linux-gnu

2008-07-04 Thread rguenth at gcc dot gnu dot org
--- Comment #19 from rguenth at gcc dot gnu dot org 2008-07-04 15:06 --- Created an attachment (id=15854) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15854action=view) patch I found some more latent bugs. Can you try the attached patch? --

[Bug debug/21391] [4.1 Regression] referencing a type via a cast does not emit it for debug (feliminate-unused-debug-types)

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #19 from jsm28 at gcc dot gnu dot org 2008-07-04 15:07 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/36713] [4.4 regression] r137252 breaks -O2 optimization on x86_64-unknown-linux-gnu

2008-07-04 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=36713

[Bug target/21623] [4.1 regression] ICE in reload_cse_simplify_operands, at postreload.c:391

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #10 from jsm28 at gcc dot gnu dot org 2008-07-04 15:07 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug debug/23336] [4.1 Regression] enum constants not visible to gdb because of -feliminate-unused-debug-types

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #13 from jsm28 at gcc dot gnu dot org 2008-07-04 15:08 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/24009] [4.1 regression] C++ fails to print #include stack

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #16 from jsm28 at gcc dot gnu dot org 2008-07-04 15:09 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug testsuite/25177] [4.1 Regression] gcc.target/powerpc/pr18096-1.c fails on PPC

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #10 from jsm28 at gcc dot gnu dot org 2008-07-04 15:10 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/25223] [4.1 Regression] FAIL: g++.old-deja/g++.abi/vtable2.C

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2008-07-04 15:11 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/25309] [4.1 Regression] ICE on initialization of a huge array

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #19 from jsm28 at gcc dot gnu dot org 2008-07-04 15:12 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/25815] [4.1 regression] ext/pb_assoc/example/erase_if.cc execution test

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #15 from jsm28 at gcc dot gnu dot org 2008-07-04 15:16 --- Closing 4.1 branch. The log suggests this was only ever a problem on the branch, not trunk; if it's actually present with more recent versions, please reopen and mark accordingly. -- jsm28 at gcc dot gnu dot org

[Bug debug/36728] [stack]: gdb doesn't work with stack alignment

2008-07-04 Thread hjl dot tools at gmail dot com
--- Comment #7 from hjl dot tools at gmail dot com 2008-07-04 15:16 --- Joey, this is caused by ix86_get_drap_rtx: /* Assign DRAP to vDRAP and returns vDRAP */ unsigned int regno = find_drap_reg (); rtx drap_vreg; rtx arg_ptr; rtx seq; arg_ptr =

[Bug c++/26269] [4.1 regression] Declaring a variable too late yields bogus error message

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2008-07-04 15:16 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/26560] [4.1 regression] mips: unable to find a register to spill in class 'FP_REGS'

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #11 from jsm28 at gcc dot gnu dot org 2008-07-04 15:17 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/26573] [4.1 regression] Duplicate message for static member in local class

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2008-07-04 15:19 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug debug/36728] [stack]: gdb doesn't work with stack alignment

2008-07-04 Thread hjl dot tools at gmail dot com
--- Comment #8 from hjl dot tools at gmail dot com 2008-07-04 15:21 --- (In reply to comment #7) Joey, this is caused by ix86_get_drap_rtx: Do we really need vDRAP? Yes, it is needed. Xuepeng, we need to update dwarf2out.c to track vDRAP. --

[Bug middle-end/26632] [4.1 Regression] spurious warning: value computed is not used

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #11 from jsm28 at gcc dot gnu dot org 2008-07-04 15:23 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/26885] [4.1 regression] -m64 -m32 no longer creates 32-bit object

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #21 from jsm28 at gcc dot gnu dot org 2008-07-04 15:24 --- Closing 4.1 branch; logs indicate this was fixed in 4.1.2. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/26938] [4.1 regression] ICE with wrong number of template parameters

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2008-07-04 15:25 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/26988] [4.1 Regression] template constructor in template class derived from virtual base can not be specialized

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-07-04 15:26 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/27039] [4.1 Regression] Unable to determine # of iterations for a simple loop

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #15 from jsm28 at gcc dot gnu dot org 2008-07-04 15:27 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/27102] [4.1 regression] ICE with invalid class name in function template

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #19 from jsm28 at gcc dot gnu dot org 2008-07-04 15:27 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/27270] [4.1 Regression] ICE in process_init_constructor_array, at cp/typeck2.c:788

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2008-07-04 15:28 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/27309] [4.1 regression] ICE on invalid constructor definition

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-07-04 15:29 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/27329] [4.1 Regression] ICE with misplaced expression

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-07-04 15:29 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/27492] [4.1 regression] ICE on invalid covariant return type

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-07-04 15:30 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/27494] [4.1 regression] ICE on invalid template parameter

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2008-07-04 15:31 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/27667] [4.1 regression] ICE with in-class specialization

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2008-07-04 15:31 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/27668] [4.1 regression] ICE with invalid template parameter

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #14 from jsm28 at gcc dot gnu dot org 2008-07-04 15:32 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/27881] [4.1 Regression] Memory exhausted with -finline-functions on testsuite file alias3.C

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #11 from jsm28 at gcc dot gnu dot org 2008-07-04 15:33 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/27882] [4.1 regression] segfault in ipa-inline.c, if (e-callee-local.disregard_inline_limits

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #29 from jsm28 at gcc dot gnu dot org 2008-07-04 15:34 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/27952] [4.1 Regression] ICE with invalid virtual inheritance

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2008-07-04 15:35 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/27961] [4.1 regression] ICE on invalid template declaration

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-07-04 15:35 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/27962] [4.1 regression] ICE with invalid template parameter in specialization

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #10 from jsm28 at gcc dot gnu dot org 2008-07-04 15:36 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28088] [4.1 Regression] Internal compiler error on boost mpl test/apply.cpp

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #17 from jsm28 at gcc dot gnu dot org 2008-07-04 15:36 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/28132] [4.1 Regression] ICE instantiate_virtual_regs_in_insn when -fforce-addr -O1 used

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2008-07-04 15:38 --- Closing 4.1 branch. Not updating known-to-fail since logs suggest it might in fact be fixed there. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28255] [4.1 regression] ICE with (GNU extension) C99 compund literal (scalar), initializer and templates

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-07-04 15:38 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28266] [4.1 regression] ICE on invalid default variable

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-07-04 15:39 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/28287] [4.1 regression] ICE with misplaced attribute weak

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-07-04 15:39 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28301] [4.1 regression] ICE with broken specialization

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2008-07-04 15:40 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28303] [4.1 regression] ICE on invalid typedef

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2008-07-04 15:40 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28341] [4.1 regression] ICE with references as template parameters

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2008-07-04 15:41 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug libstdc++/36616] Open issues from a test run

2008-07-04 Thread paolo at gcc dot gnu dot org
--- Comment #18 from paolo at gcc dot gnu dot org 2008-07-04 15:41 --- Subject: Bug 36616 Author: paolo Date: Fri Jul 4 15:40:38 2008 New Revision: 137467 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=137467 Log: 2008-07-04 Paolo Carlini [EMAIL PROTECTED] PR

[Bug target/28376] [4.1 Regression] ICE when building opensp with -O3 on alpha

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2008-07-04 15:41 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug libstdc++/36616] Open issues from a test run

2008-07-04 Thread paolo at gcc dot gnu dot org
--- Comment #19 from paolo at gcc dot gnu dot org 2008-07-04 15:41 --- Subject: Bug 36616 Author: paolo Date: Fri Jul 4 15:40:52 2008 New Revision: 137468 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=137468 Log: 2008-07-04 Paolo Carlini [EMAIL PROTECTED] PR

[Bug tree-optimization/28411] [4.1 Regression] Illegal instruction error with -ftrapv

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #11 from jsm28 at gcc dot gnu dot org 2008-07-04 15:42 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/28419] [4.1 regression] ICE using __FUNCTION__ in invalid code

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2008-07-04 15:42 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28420] [4.1 regression] ICE with typeid as template parameter

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2008-07-04 15:43 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug libstdc++/36616] Open issues from a test run

2008-07-04 Thread paolo dot carlini at oracle dot com
--- Comment #20 from paolo dot carlini at oracle dot com 2008-07-04 15:43 --- Fixed again. -- paolo dot carlini at oracle dot com changed: What|Removed |Added

[Bug c++/28460] [4.1 Regression] g++ emits bogus namespace DIE

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #17 from jsm28 at gcc dot gnu dot org 2008-07-04 15:43 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/28504] [4.1 regression] ICE with variable sized array

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2008-07-04 15:44 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28505] [4.1 regression] ICE with invalid constructors

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2008-07-04 15:45 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug driver/28528] [4.1 Regression] C language extensions override -x in C++ driver

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #13 from jsm28 at gcc dot gnu dot org 2008-07-04 15:45 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28553] [4.1 Regression] string processing -O3 optimization bug under GCC 4.1.1

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-07-04 15:46 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/36713] [4.4 regression] r137252 breaks -O2 optimization on x86_64-unknown-linux-gnu

2008-07-04 Thread rguenth at gcc dot gnu dot org
--- Comment #20 from rguenth at gcc dot gnu dot org 2008-07-04 15:46 --- Created an attachment (id=15855) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15855action=view) more fixes Some more fixes (includes the first patch) -- rguenth at gcc dot gnu dot org changed:

[Bug c++/28573] [4.1 Regression] incorrectly allowing non-constant expression to offsetof()

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2008-07-04 15:46 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/28622] [4.1 regression] ICE in extract_insn, at recog.c:2084

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-07-04 15:47 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28705] [4.1 Regression] ICE: in type_dependent_expression_p, at cp/pt.c:12837

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #10 from jsm28 at gcc dot gnu dot org 2008-07-04 15:47 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/28706] [4.1 Regression] Compile failure with --combine and explicitly aligned structures

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-07-04 15:48 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/28709] [4.1 regression] Bad diagnostic pasting tokens with ##

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #15 from jsm28 at gcc dot gnu dot org 2008-07-04 15:49 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/28712] [4.1 Regression] Compile failure with --combine and packed structures.

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2008-07-04 15:49 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/28770] [4.1 Regression] one reference to powerpc-ibm-eabi-ar.exe when only xar.exe installed

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #10 from jsm28 at gcc dot gnu dot org 2008-07-04 15:50 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/28778] [4.1 Regression] alias bug with cast and call clobbered

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #51 from jsm28 at gcc dot gnu dot org 2008-07-04 15:50 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28861] [4.1 regression] ICE on invalid in-class specialization

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2008-07-04 15:51 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/29024] [4.1 Regression] storage class specifier accepted for typedef (clause 7.1.1 ; 1)

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2008-07-04 15:52 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/29443] [4.1 Regression] ICE: output_operand: invalid expression as operand with -gstabs

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #10 from jsm28 at gcc dot gnu dot org 2008-07-04 15:52 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug other/29534] [4.1 Regression] ICE in gcc -O -ftrapv with decreasing array index

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #2 from jsm28 at gcc dot gnu dot org 2008-07-04 15:53 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/29686] [4.1 Regression] ICE when expanding recursive function containing switch

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2008-07-04 15:53 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/29704] [4.1 Regression] ICE: default non-type template argument of pointer-to-member type

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-07-04 15:54 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/29877] [4.1 Regression] out of SSA (TER) extends variable life of variable beyond original declared

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-07-04 15:54 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/30108] [4.1 Regression] internal compiler error: in make_decl_rtl, at varasm.c:890

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #16 from jsm28 at gcc dot gnu dot org 2008-07-04 15:55 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/30708] [4.1 Regression] Aliasing miscompilation

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #2 from jsm28 at gcc dot gnu dot org 2008-07-04 15:57 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/30763] [4.1 Regression] problem with bit-fields assignment

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2008-07-04 15:57 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/30774] [4.2/4.3/4.4 regression] ld: fatal: too many symbols require `small' PIC references

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2008-07-04 15:59 --- Closing 4.1 branch, but comments suggest present on later branches as well. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/30863] [4.1 Regression] Unsigned templatized struct treated as unsigned int

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2008-07-04 16:00 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/30919] [4.1 regression] unable to find a register to spill in class 'CREG'

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2008-07-04 16:01 --- Closing 4.1 branch, please reopen and mark accordingly if still present with later versions. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/30924] [4.1 Regression] Array of pointer type argument in partial template specialization fails

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2008-07-04 16:01 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/31027] [4.1 regression] Compiler segfaults in simple virtual inheritance situation

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #10 from jsm28 at gcc dot gnu dot org 2008-07-04 16:02 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/31038] [4.1 regression] ICE with C99 style compound literal vs templates vs instantiation

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2008-07-04 16:03 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/31274] [4.1 Regression] gcc 4.1 side effect missed (call clobbering is broken)

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2008-07-04 16:03 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug debug/36728] [stack]: gdb doesn't work with stack alignment

2008-07-04 Thread hjl dot tools at gmail dot com
--- Comment #9 from hjl dot tools at gmail dot com 2008-07-04 16:04 --- We can start with Index: config/i386/i386.c === --- config/i386/i386.c (revision 137474) +++ config/i386/i386.c (working copy) @@ -6628,7 +6628,7 @@

[Bug c++/31338] [4.1 regression] Cannot apply ! to complex constants

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #11 from jsm28 at gcc dot gnu dot org 2008-07-04 16:04 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

  1   2   3   4   5   >