[Bug c/36390] do not mark as used variables used only as lvalue

2009-11-24 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2009-11-24 08:10 --- -Wunused-variable is checking the TREE_USED flag, which is set quite early during the parsing (in C FE build_external_ref, in C++ FE mark_used called from finish_id_expression). At that point the parser doesn't track

[Bug middle-end/42160] [4.5 Regression] Revision 154433 failed gcc.c-torture/execute/va-arg-22.c

2009-11-24 Thread hjl dot tools at gmail dot com
--- Comment #4 from hjl dot tools at gmail dot com 2009-11-24 08:14 --- It is caused by revision 154433: http://gcc.gnu.org/ml/gcc-cvs/2009-11/msg00654.html I also saw it on Linux/ia32, Linux/ia64 and Linux/x86-64. -- hjl dot tools at gmail dot com changed: What|Rem

[Bug fortran/42045] [F03] passing a procedure pointer component to a procedure pointer dummy

2009-11-24 Thread janus at gcc dot gnu dot org
--- Comment #5 from janus at gcc dot gnu dot org 2009-11-24 08:16 --- Subject: Bug 42045 Author: janus Date: Tue Nov 24 08:16:32 2009 New Revision: 154492 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=154492 Log: 2009-11-24 Janus Weil PR fortran/42045 * reso

[Bug fortran/42045] [F03] passing a procedure pointer component to a procedure pointer dummy

2009-11-24 Thread janus at gcc dot gnu dot org
--- Comment #6 from janus at gcc dot gnu dot org 2009-11-24 08:18 --- Fixed with r154492. Closing. -- janus at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/39997] Procedure(), pointer & implicit typing: rejects-valid / accepts-invalid?

2009-11-24 Thread janus at gcc dot gnu dot org
--- Comment #9 from janus at gcc dot gnu dot org 2009-11-24 08:28 --- (In reply to comment #7) > b) Implicit typing of procedure components: This has been fixed in PR42045. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39997

[Bug c++/42057] [4.5 Regression] ICE with invalid parameter of virtual function

2009-11-24 Thread paolo dot carlini at oracle dot com
--- Comment #1 from paolo dot carlini at oracle dot com 2009-11-24 08:37 --- Patch here: http://gcc.gnu.org/ml/gcc-patches/2009-11/msg01304.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42057

[Bug target/42161] New: use __cxa_vec_dtor instead of loop to reduce code size

2009-11-24 Thread carrot at google dot com
Compile the attached test case with options -Os -mthumb, gcc generates following code to destruct the array of objects: __tcf_0: .fnstart .LFB1: .save {r3, r4, r5, lr} push{r3, r4, r5, lr} .LCFI0: ldr r5, .L5 mov r4, r5 add r4, r4,

[Bug target/42161] use __cxa_vec_dtor instead of loop to reduce code size

2009-11-24 Thread carrot at google dot com
--- Comment #1 from carrot at google dot com 2009-11-24 08:52 --- Created an attachment (id=19108) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19108&action=view) test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42161

[Bug tree-optimization/42154] [4.5 Regression] Wrong code from (early) SRA

2009-11-24 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2009-11-24 09:55 --- *** Bug 42160 has been marked as a duplicate of this bug. *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug middle-end/42160] [4.5 Regression] Revision 154433 failed gcc.c-torture/execute/va-arg-22.c

2009-11-24 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2009-11-24 09:55 --- *** This bug has been marked as a duplicate of 42154 *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug bootstrap/42157] [4.5 regression] ICE building stage 1 libgcc on IRIX 5.3: SEGV in compare_access_positions

2009-11-24 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added CC||jamborm at gcc dot gnu dot |

[Bug libstdc++/42158] structure alignment for derived class is wrong in some cases

2009-11-24 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2009-11-24 10:47 --- Ugh. Packing standard library classes will change the ABI (the packing state is not mangled), so I'd say it's strongly advised to not do this unless you know what you are doing (appearantly you don't). Paolo, I gue

[Bug objc++/42156] [4.5 Regression] Hundreds of objc++ testsuite regressions

2009-11-24 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2009-11-24 10:49 --- Confirmed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug libstdc++/42158] structure alignment for derived class is wrong in some cases

2009-11-24 Thread paolo dot carlini at oracle dot com
--- Comment #4 from paolo dot carlini at oracle dot com 2009-11-24 10:49 --- Of course, this is completely unsupported. -- paolo dot carlini at oracle dot com changed: What|Removed |Added ---

[Bug tree-optimization/42154] [4.5 Regression] Wrong code from (early) SRA

2009-11-24 Thread jamborm at gcc dot gnu dot org
--- Comment #4 from jamborm at gcc dot gnu dot org 2009-11-24 10:56 --- Subject: Bug 42154 Author: jamborm Date: Tue Nov 24 10:56:14 2009 New Revision: 154493 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=154493 Log: 2009-11-24 Martin Jambor PR tree-optimization/421

[Bug tree-optimization/42154] [4.5 Regression] Wrong code from (early) SRA

2009-11-24 Thread jamborm at gcc dot gnu dot org
--- Comment #5 from jamborm at gcc dot gnu dot org 2009-11-24 10:58 --- Fixed. -- jamborm at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug libstdc++/42158] structure alignment for derived class is wrong in some cases

2009-11-24 Thread info at hex-rays dot com
--- Comment #5 from info at hex-rays dot com 2009-11-24 11:02 --- What is embarrassing is that the compiler does not issue at least a warning and changes the alignment depending on some very obscure factor. I understand why it happens but really do not like it. If I add one more line to

[Bug c/36390] do not mark as used variables used only as lvalue

2009-11-24 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2009-11-24 11:36 --- *** This bug has been marked as a duplicate of 18624 *** -- jakub at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c/18624] GCC does not detect local variable set but never used

2009-11-24 Thread jakub at gcc dot gnu dot org
--- Comment #16 from jakub at gcc dot gnu dot org 2009-11-24 11:36 --- *** Bug 36390 has been marked as a duplicate of this bug. *** -- jakub at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c/18624] GCC does not detect local variable set but never used

2009-11-24 Thread jakub at gcc dot gnu dot org
--- Comment #17 from jakub at gcc dot gnu dot org 2009-11-24 11:38 --- http://gcc.gnu.org/ml/gcc-patches/2009-11/msg01338.html is an example where the warning would be very useful, we create GC garbage uselessly... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18624

[Bug tree-optimization/42142] [4.5 Regression] DCE miscompiles a certain quicksort implementation when optimizing with -O1 or higher

2009-11-24 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2009-11-24 11:57 --- Subject: Bug 42142 Author: rguenth Date: Tue Nov 24 11:57:26 2009 New Revision: 154494 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=154494 Log: 2009-11-24 Richard Guenther PR tree-optimization/

[Bug tree-optimization/42142] [4.5 Regression] DCE miscompiles a certain quicksort implementation when optimizing with -O1 or higher

2009-11-24 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2009-11-24 11:57 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug fortran/42162] New: Internal compiler error while compiling simple fortran code.

2009-11-24 Thread pattakosn at yahoo dot com
I get this error while trying to compile a simple code which (I think) is valid omp. I tried gfortran 4.3.3 (ubuntu 9.04 amd64 server) 4.4.1 (ubuntu 9.10 amd64) and 4.5.0 20091105 . This is the code that triggered it: PROGRAM ordered IMPLICIT NONE INTEGER :: i !$omp parallel do do i=1,2 w

[Bug fortran/42163] New: Internal compiler error while compiling simple fortran code.

2009-11-24 Thread pattakosn at yahoo dot com
I get this error while trying to compile a simple code which (I think) is valid omp. I tried gfortran 4.3.3 (ubuntu 9.04 amd64 server) 4.4.1 (ubuntu 9.10 amd64) and 4.5.0 20091105 . This is the code that triggered it: PROGRAM ordered IMPLICIT NONE INTEGER :: i !$omp parallel do do i=1,2 w

[Bug target/41473] [4.5 Regression] dsymutil "Assertion failed ..."

2009-11-24 Thread howarth at nitro dot med dot uc dot edu
--- Comment #45 from howarth at nitro dot med dot uc dot edu 2009-11-24 13:09 --- Created an attachment (id=19109) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19109&action=view) assembly for problem object file in libssp.0.dylib that causes dsymutil to assert /sw/src/fink.build

[Bug target/41473] [4.5 Regression] dsymutil "Assertion failed ..."

2009-11-24 Thread jakub at redhat dot com
--- Comment #46 from jakub at redhat dot com 2009-11-24 13:11 --- Subject: Re: [4.5 Regression] dsymutil "Assertion failed ..." > assembly for problem object file in libssp.0.dylib that causes dsymutil to > assert You forgot -dA, without that it is not very readable. -- http://gc

[Bug c++/42137] error: expected constructor, destructor, or type conversion before �{� token

2009-11-24 Thread rainer at emrich-ebersheim dot de
--- Comment #3 from rainer at emrich-ebersheim dot de 2009-11-24 13:29 --- Confirmed. In file included from ../../../../../../../src/ppl-0.10.2/src/Box.cc:24:0: ../../../../../../../src/ppl-0.10.2/src/Grid_Generator_System.inlines.hh: In constructor »Parma_Polyhedra_Library::Grid_Gene

[Bug target/41473] [4.5 Regression] dsymutil "Assertion failed ..."

2009-11-24 Thread jakub at gcc dot gnu dot org
--- Comment #47 from jakub at gcc dot gnu dot org 2009-11-24 13:40 --- Also, Alex is probably far more interested in preprocessed source plus exact cc1 options rather than assembly, because the former can be debugged a cross compiler. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4

[Bug fortran/42162] Internal compiler error while compiling simple fortran code.

2009-11-24 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-11-24 13:42 --- *** Bug 42163 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42162

[Bug fortran/42163] Internal compiler error while compiling simple fortran code.

2009-11-24 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-11-24 13:42 --- *** This bug has been marked as a duplicate of 42162 *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/41473] [4.5 Regression] dsymutil "Assertion failed ..."

2009-11-24 Thread howarth at nitro dot med dot uc dot edu
--- Comment #48 from howarth at nitro dot med dot uc dot edu 2009-11-24 13:57 --- Unfortunately, I won't be able to provide additional files until tonight. However, looking at the ssp.s, I am wondering if the entries in the... .section __DWARF,__debug_loc,regular,debug Ldebug_l

[Bug target/41473] [4.5 Regression] dsymutil "Assertion failed ..."

2009-11-24 Thread howarth at nitro dot med dot uc dot edu
--- Comment #49 from howarth at nitro dot med dot uc dot edu 2009-11-24 14:10 --- I should also note that the ssp.s was generated using gcc trunk with http://gcc.gnu.org/ml/gcc-patches/2009-11/msg01329.html. The generated libssp.0.dylib asserts dsymutil. Out of the object files containe

[Bug lto/42088] flag_gtoggle in free_lang_data hides -fcompare-debug errors

2009-11-24 Thread rguenth at gcc dot gnu dot org
--- Comment #14 from rguenth at gcc dot gnu dot org 2009-11-24 14:16 --- Created an attachment (id=19110) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19110&action=view) candidate patch Patch I was testing. Unfortunately I get Comparing stages 2 and 3 warning: gcc/cc1plus-chec

[Bug c++/42137] error: expected constructor, destructor, or type conversion before �{� token

2009-11-24 Thread jason at gcc dot gnu dot org
--- Comment #4 from jason at gcc dot gnu dot org 2009-11-24 14:17 --- Reduced: struct A { A(); }; struct B: A { B() : A::A() { } }; There's no need to write the extra scope here, but I guess we should accept it. -- jason at gcc dot gnu dot org changed: What|Remove

[Bug c/42164] New: mm/rmap.c:860:1: internal compiler error: in simplify_subreg, at simplify-rtx.c:5138

2009-11-24 Thread wuzhangjin at gmail dot com
I'm using the latest gcc 4.5 to compile the latest linux kernel(rc8). $ mips64el-unknown-linux-gnu-gcc --version mips64el-unknown-linux-gnu-gcc (GCC) 4.5.0 20091123 (experimental) and encountered this error: $ make ARCH=mips CROSS_COMPILE=mips64el-unknown-linux-gnu- mm/rmap.o CHK include/l

[Bug c++/42159] app compiled with 4.4.2 SIGABRTs after a trivial nested throw/stack unwinding

2009-11-24 Thread vlad at demoninsight dot com
--- Comment #3 from vlad at demoninsight dot com 2009-11-24 15:48 --- (In reply to comment #1) > This bug doesn't appear to be present in current gcc trunk on > x86_64-apple-darwin10. > Jack, how should I interpret your comment? That all is well in 4.4.3 branch or something? Or that yo

[Bug fortran/42162] OpenMP: ICE: tree check in omp_add_variable, at gimplify.c:5282

2009-11-24 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2009-11-24 16:02 --- Confirm. With "-fopenmp" it fails with: test.f90:17:0: internal compiler error: tree check: expected tree that contains 'decl common' structure, have 'indirect_ref' in omp_add_variable, at gimplify.c:5282 [In 4.3 an

[Bug fortran/42162] OpenMP: ICE: tree check in omp_add_variable, at gimplify.c:5282

2009-11-24 Thread burnus at gcc dot gnu dot org
--- Comment #3 from burnus at gcc dot gnu dot org 2009-11-24 16:11 --- The simplified test case is just having the "work" subroutine. The problem is that the argument "k" is also the loop variable. I am not sure that this is allowed. Jakub, do you quickly see whether this is allowed? i

[Bug fortran/42162] OpenMP: ICE: tree check in omp_add_variable, at gimplify.c:5282

2009-11-24 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2009-11-24 16:19 --- There are other bugs in the testcase too, e.g. you must not nest worksharing regions, but the testcase uses !$omp do inside of !$omp parallel do. That said, gcc shouldn't ICE on any kind of garbage. -- http://gcc.

[Bug target/42164] mm/rmap.c:860:1: internal compiler error: in simplify_subreg, at simplify-rtx.c:5138

2009-11-24 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|blocker |normal Component|c |target http:

[Bug target/42164] mm/rmap.c:860:1: internal compiler error: in simplify_subreg, at simplify-rtx.c:5138

2009-11-24 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-11-24 16:23 --- Can you provide the preprocessed source? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/42165] New: -masm=intel doesn't know how to print AVX instructions

2009-11-24 Thread matti dot niemenmaa+gccbugs at iki dot fi
Using -masm=intel and -mavx together with something that uses a 256-bit vector causes an internal error: $ gcc arst.c -mavx -masm=intel arst.c: In function ‘foo’: arst.c:2: internal compiler error: in print_operand, at config/i386/i386.c:11324 $ cat arst.c typedef unsigned long vec __attribut

[Bug fortran/42131] Weird translation of DO loops

2009-11-24 Thread toon at moene dot org
--- Comment #12 from toon at moene dot org 2009-11-24 18:03 --- > Any tricks I have missed? Yes - we could provide for loop versioning in the front end. I.e., generate code like: IF (M3 > 0) THEN ... compute loop count ... ... perform loop ... ELSE IF (M3 < 0) THEN ... comput

[Bug target/42165] -masm=intel doesn't know how to print AVX instructions

2009-11-24 Thread jakub at gcc dot gnu dot org
--- Comment #1 from jakub at gcc dot gnu dot org 2009-11-24 18:04 --- --- gcc/config/i386/i386.c2009-11-24 09:59:29.0 +0100 +++ gcc/config/i386/i386.c2009-11-24 19:03:24.871058078 +0100 @@ -11849,6 +11849,7 @@ print_operand (FILE *file, rtx x, int co

[Bug bootstrap/42157] [4.5 regression] ICE building stage 1 libgcc on IRIX 5.3: SEGV in compare_access_positions

2009-11-24 Thread jamborm at gcc dot gnu dot org
--- Comment #1 from jamborm at gcc dot gnu dot org 2009-11-24 18:16 --- Can you please add a check before the qsort call (tree-sra.c, line 1407) whether all pointers in the access_vec seem OK or whether it is SRA that passes the invalid pointer to qsort? Nothing fancy, something as stup

[Bug bootstrap/42157] [4.5 regression] ICE building stage 1 libgcc on IRIX 5.3: SEGV in compare_access_positions

2009-11-24 Thread ro at CeBiTec dot Uni-Bielefeld dot DE
--- Comment #2 from ro at CeBiTec dot Uni-Bielefeld dot DE 2009-11-24 18:42 --- Subject: Re: [4.5 regression] ICE building stage 1 libgcc on IRIX 5.3: SEGV in compare_access_positions > --- Comment #1 from jamborm at gcc dot gnu dot org 2009-11-24 18:16 > --- > Can you pleas

[Bug debug/42166] New: [4.5 Regression] internal compiler error: verify_ssa failed

2009-11-24 Thread jv244 at cam dot ac dot uk
> gfortran -c -fbounds-check -g -O3bug.f90 bug.f90: In function ‘newuob’: bug.f90:4:0: error: definition in block 11 does not dominate use in block 17 for SSA_NAME: sum_4 in statement: # DEBUG sum => D#1 + sum_4 bug.f90:4:0: internal compiler error: verify_ssa failed Please submit a full bug r

[Bug debug/42166] [4.5 Regression] internal compiler error: verify_ssa failed

2009-11-24 Thread jv244 at cam dot ac dot uk
-- jv244 at cam dot ac dot uk changed: What|Removed |Added CC||aoliva at gcc dot gnu dot |

[Bug debug/42166] [4.5 Regression] internal compiler error: verify_ssa failed

2009-11-24 Thread jv244 at cam dot ac dot uk
--- Comment #1 from jv244 at cam dot ac dot uk 2009-11-24 19:20 --- and confirmed for current trunk. gcc version 4.5.0 20091124 (experimental) [trunk revision 154511] (GCC) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42166

[Bug target/41473] [4.5 Regression] dsymutil "Assertion failed ..."

2009-11-24 Thread howarth at nitro dot med dot uc dot edu
--- Comment #50 from howarth at nitro dot med dot uc dot edu 2009-11-24 19:22 --- Created an attachment (id=19111) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19111&action=view) output from /usr/bin/dwarfdump --verbose --show-form ssp.o See... http://gcc.gnu.org/ml/gcc-patches

[Bug fortran/42167] New: TYPE IS and CLASS IS expect arguments after a type named after a function

2009-11-24 Thread damian at rouson dot net
When the argument to a TYPE IS construct is a function result variable with the same name as the encompassing function, the compiler interprets the variable as a function invocation and fails without arguments. The code below produces the error message below the code. Also, replacing TYPE IS with

[Bug ada/42168] New: GNAT bug box with invalid anonymous access declaration

2009-11-24 Thread gcc at coreland dot ath dot cx
Minor problem as the code isn't really valid. GNAT probably shouldn't explode in this manner, however. gcc -c timer2.adb +===GNAT BUG DETECTED==+ | 4.4.0 (x86_64-portbld-freebsd7.2) Assert_Failure sinfo.adb:2362 | | Error detected at ti

[Bug ada/42168] GNAT bug box with invalid anonymous access declaration

2009-11-24 Thread gcc at coreland dot ath dot cx
--- Comment #1 from gcc at coreland dot ath dot cx 2009-11-24 20:20 --- Created an attachment (id=19112) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19112&action=view) case 1 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42168

[Bug ada/42168] GNAT bug box with invalid anonymous access declaration

2009-11-24 Thread gcc at coreland dot ath dot cx
--- Comment #2 from gcc at coreland dot ath dot cx 2009-11-24 20:21 --- Created an attachment (id=19113) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19113&action=view) Assertion failure with with_clause removed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42168

[Bug ada/42168] [4.4/4.5 Regression] GNAT bug box with invalid anonymous access declaration

2009-11-24 Thread laurent at guerby dot net
--- Comment #3 from laurent at guerby dot net 2009-11-24 20:52 --- Confirmed and this is a regression from 4.3. $ gcc -c timer3.adb +===GNAT BUG DETECTED==+ | 4.5.0 20091109 (experimental) [trunk revision 154026] (x86_64-unknown-linux

[Bug c++/42137] error: expected constructor, destructor, or type conversion before �{� token

2009-11-24 Thread jason at gcc dot gnu dot org
--- Comment #5 from jason at gcc dot gnu dot org 2009-11-24 20:55 --- Subject: Bug 42137 Author: jason Date: Tue Nov 24 20:55:24 2009 New Revision: 154519 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=154519 Log: PR c++/42137 * parser.c (cp_parser_mem_initialize

[Bug c++/11764] [DR147] g++ does not treat injected class name correctly.

2009-11-24 Thread jason at gcc dot gnu dot org
--- Comment #19 from jason at gcc dot gnu dot org 2009-11-24 20:55 --- Subject: Bug 11764 Author: jason Date: Tue Nov 24 20:55:24 2009 New Revision: 154519 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=154519 Log: PR c++/42137 * parser.c (cp_parser_mem_initializ

[Bug c++/42137] error: expected constructor, destructor, or type conversion before �{� token

2009-11-24 Thread jason at gcc dot gnu dot org
--- Comment #6 from jason at gcc dot gnu dot org 2009-11-24 21:04 --- Fixed. -- jason at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c++/11764] [DR147] g++ does not treat injected class name correctly.

2009-11-24 Thread jason at gcc dot gnu dot org
--- Comment #20 from jason at gcc dot gnu dot org 2009-11-24 21:05 --- Fixed. -- jason at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c++/11764] [DR147] g++ does not treat injected class name correctly.

2009-11-24 Thread jason at gcc dot gnu dot org
-- jason at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.5.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11764

[Bug middle-end/42169] New: gfortran.dg/pr41928.f90:47: internal compiler error: in store_can_be_removed_p, at ira-emit.c:371

2009-11-24 Thread danglin at gcc dot gnu dot org
c++ Thread model: posix gcc version 4.4.3 20091124 (prerelease) [gcc-4_4-branch revision 154487] (GCC) -- Summary: gfortran.dg/pr41928.f90:47: internal compiler error: in store_can_be_removed_p, at ira-emit.c:371 Product: gcc Vers

[Bug libffi/40242] unsupported asm instructions in libffi/src/arm/sysv.S

2009-11-24 Thread dwitte at mozilla dot com
--- Comment #11 from dwitte at mozilla dot com 2009-11-24 21:12 --- Anthony, any chance you could pick this fix up for libffi 3.0.9? -- dwitte at mozilla dot com changed: What|Removed |Added -

[Bug fortran/42167] [OOP] SELECT TYPE with function return value

2009-11-24 Thread janus at gcc dot gnu dot org
-- janus at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |janus at gcc dot gnu dot org |dot org

[Bug c++/6259] Explicit instantiation of template constructor not allowed

2009-11-24 Thread bangerth at gmail dot com
--- Comment #7 from bangerth at gmail dot com 2009-11-24 21:52 --- Jason, is this PR related to your recent work on injecting class names into scopes? I don't know what makes gcc reject the constructor specialization, but it seems to me that it might be because it parses the X<> part of

[Bug target/41473] [4.5 Regression] dsymutil "Assertion failed ..."

2009-11-24 Thread howarth at nitro dot med dot uc dot edu
--- Comment #51 from howarth at nitro dot med dot uc dot edu 2009-11-24 22:21 --- Created an attachment (id=19114) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19114&action=view) ssp.s generated with -dA -- howarth at nitro dot med dot uc dot edu changed: What

[Bug target/41473] [4.5 Regression] dsymutil "Assertion failed ..."

2009-11-24 Thread howarth at nitro dot med dot uc dot edu
--- Comment #52 from howarth at nitro dot med dot uc dot edu 2009-11-24 22:22 --- Created an attachment (id=19115) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19115&action=view) preprocessed source for ssp.c created on x86_64-apple-darwin10 -- http://gcc.gnu.org/bugzilla/sh

[Bug ada/42170] New: Ada testsuite regressions caused by revision 153918

2009-11-24 Thread danglin at gcc dot gnu dot org
CTS AND WHOLE ARRAYS PASSED AS PARAMETERS TO GENERIC PROCEDURES. C36205L PASSED . PASS: c36205l +===GNAT BUG DETECTED==+ | 4.5.0 20091124 (experimental) [trunk revision 154487] (hppa-unknown-linux-gnu) | | St

[Bug ada/42170] Ada testsuite regressions caused by revision 153918

2009-11-24 Thread ebotcazou at gcc dot gnu dot org
--- Comment #1 from ebotcazou at gcc dot gnu dot org 2009-11-24 22:51 --- > All but six of the fails go away if I increase the stack limit in > run_acats to 16384 OK, thanks, I'll try and increase it. > The remaining six are: > FAIL: c52103x > FAIL: c52104x > FAIL: c52104y > FAI

[Bug c++/6259] Explicit instantiation of template constructor not allowed

2009-11-24 Thread jason at gcc dot gnu dot org
--- Comment #8 from jason at gcc dot gnu dot org 2009-11-24 23:09 --- Yep, fixed for 4.5. -- jason at gcc dot gnu dot org changed: What|Removed |Added Status|

[Bug target/41473] [4.5 Regression] dsymutil "Assertion failed ..."

2009-11-24 Thread howarth at nitro dot med dot uc dot edu
--- Comment #53 from howarth at nitro dot med dot uc dot edu 2009-11-24 23:40 --- Created an attachment (id=19116) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19116&action=view) assembly with -dA for problem file in libgfortran dylib -- http://gcc.gnu.org/bugzilla/show_bug.

[Bug target/41473] [4.5 Regression] dsymutil "Assertion failed ..."

2009-11-24 Thread howarth at nitro dot med dot uc dot edu
--- Comment #54 from howarth at nitro dot med dot uc dot edu 2009-11-24 23:45 --- Created an attachment (id=19117) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19117&action=view) assembly with -dA for problem file in libgfortran dylib -- http://gcc.gnu.org/bugzilla/show_bug.

[Bug target/41473] [4.5 Regression] dsymutil "Assertion failed ..."

2009-11-24 Thread howarth at nitro dot med dot uc dot edu
--- Comment #55 from howarth at nitro dot med dot uc dot edu 2009-11-24 23:48 --- Created an attachment (id=19118) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19118&action=view) assembly with -dA for problem file in libgfortran dylib -- http://gcc.gnu.org/bugzilla/show_bug.

[Bug target/41473] [4.5 Regression] dsymutil "Assertion failed ..."

2009-11-24 Thread howarth at nitro dot med dot uc dot edu
--- Comment #56 from howarth at nitro dot med dot uc dot edu 2009-11-24 23:53 --- Created an attachment (id=19119) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19119&action=view) assembly with -dA for problem file in libgfortran dylib -- http://gcc.gnu.org/bugzilla/show_bug.

[Bug target/41473] [4.5 Regression] dsymutil "Assertion failed ..."

2009-11-24 Thread howarth at nitro dot med dot uc dot edu
--- Comment #57 from howarth at nitro dot med dot uc dot edu 2009-11-24 23:56 --- Created an attachment (id=19120) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19120&action=view) assembly with -dA for problem file in libgfortran dylib -- http://gcc.gnu.org/bugzilla/show_bug.

[Bug target/41473] [4.5 Regression] dsymutil "Assertion failed ..."

2009-11-24 Thread howarth at nitro dot med dot uc dot edu
--- Comment #58 from howarth at nitro dot med dot uc dot edu 2009-11-24 23:58 --- Created an attachment (id=19121) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19121&action=view) assembly with -dA for problem file in libgfortran dylib -- http://gcc.gnu.org/bugzilla/show_bug.

[Bug target/41473] [4.5 Regression] dsymutil "Assertion failed ..."

2009-11-24 Thread howarth at nitro dot med dot uc dot edu
--- Comment #59 from howarth at nitro dot med dot uc dot edu 2009-11-25 00:03 --- Created an attachment (id=19122) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19122&action=view) assembly with -dA for problem file in libstdc++-v3 dylib -- http://gcc.gnu.org/bugzilla/show_bug

[Bug target/41473] [4.5 Regression] dsymutil "Assertion failed ..."

2009-11-24 Thread howarth at nitro dot med dot uc dot edu
--- Comment #60 from howarth at nitro dot med dot uc dot edu 2009-11-25 00:04 --- Created an attachment (id=19123) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19123&action=view) assembly with -dA for problem file in libstdc++-v3 dylib -- http://gcc.gnu.org/bugzilla/show_bug

[Bug target/41473] [4.5 Regression] dsymutil "Assertion failed ..."

2009-11-24 Thread howarth at nitro dot med dot uc dot edu
--- Comment #61 from howarth at nitro dot med dot uc dot edu 2009-11-25 00:07 --- Created an attachment (id=19124) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19124&action=view) assembly with -dA for problem file in libstdc++-v3 dylib -- http://gcc.gnu.org/bugzilla/show_bug

[Bug target/41473] [4.5 Regression] dsymutil "Assertion failed ..."

2009-11-24 Thread howarth at nitro dot med dot uc dot edu
--- Comment #62 from howarth at nitro dot med dot uc dot edu 2009-11-25 00:09 --- Created an attachment (id=19125) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19125&action=view) assembly with -dA for problem file in libstdc++-v3 dylib -- http://gcc.gnu.org/bugzilla/show_bug

[Bug target/41473] [4.5 Regression] dsymutil "Assertion failed ..."

2009-11-24 Thread howarth at nitro dot med dot uc dot edu
--- Comment #63 from howarth at nitro dot med dot uc dot edu 2009-11-25 00:12 --- Created an attachment (id=19126) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19126&action=view) assembly with -dA for problem file in libstdc++-v3 dylib -- http://gcc.gnu.org/bugzilla/show_bug

[Bug target/41473] [4.5 Regression] dsymutil "Assertion failed ..."

2009-11-24 Thread howarth at nitro dot med dot uc dot edu
--- Comment #64 from howarth at nitro dot med dot uc dot edu 2009-11-25 00:16 --- Created an attachment (id=19127) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19127&action=view) preprocessed source for ios_init.cc created on x86_64-apple-darwin10 -- http://gcc.gnu.org/bugzi

[Bug target/41473] [4.5 Regression] dsymutil "Assertion failed ..."

2009-11-24 Thread howarth at nitro dot med dot uc dot edu
--- Comment #65 from howarth at nitro dot med dot uc dot edu 2009-11-25 00:17 --- Created an attachment (id=19128) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19128&action=view) preprocessed source for hash_tr1.cc created on x86_64-apple-darwin10 -- http://gcc.gnu.org/bugzi

[Bug target/41473] [4.5 Regression] dsymutil "Assertion failed ..."

2009-11-24 Thread howarth at nitro dot med dot uc dot edu
--- Comment #66 from howarth at nitro dot med dot uc dot edu 2009-11-25 00:18 --- Created an attachment (id=19129) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19129&action=view) preprocessed source for future.cc created on x86_64-apple-darwin10 -- http://gcc.gnu.org/bugzill

[Bug target/41473] [4.5 Regression] dsymutil "Assertion failed ..."

2009-11-24 Thread howarth at nitro dot med dot uc dot edu
--- Comment #67 from howarth at nitro dot med dot uc dot edu 2009-11-25 00:19 --- Created an attachment (id=19130) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19130&action=view) preprocessed source for ext-inst.cc created on x86_64-apple-darwin10 -- http://gcc.gnu.org/bugzi

[Bug target/41473] [4.5 Regression] dsymutil "Assertion failed ..."

2009-11-24 Thread howarth at nitro dot med dot uc dot edu
--- Comment #68 from howarth at nitro dot med dot uc dot edu 2009-11-25 00:20 --- Created an attachment (id=19131) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19131&action=view) preprocessed source for atomic.cc created on x86_64-apple-darwin10 -- http://gcc.gnu.org/bugzill

[Bug target/41473] [4.5 Regression] dsymutil "Assertion failed ..."

2009-11-24 Thread howarth at nitro dot med dot uc dot edu
--- Comment #69 from howarth at nitro dot med dot uc dot edu 2009-11-25 00:22 --- Created an attachment (id=19132) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19132&action=view) preprocessed source for write.c created on x86_64-apple-darwin10 -- http://gcc.gnu.org/bugzilla/

[Bug target/41473] [4.5 Regression] dsymutil "Assertion failed ..."

2009-11-24 Thread howarth at nitro dot med dot uc dot edu
--- Comment #70 from howarth at nitro dot med dot uc dot edu 2009-11-25 00:22 --- Created an attachment (id=19133) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19133&action=view) preprocessed source for unix.c created on x86_64-apple-darwin10 -- http://gcc.gnu.org/bugzilla/s

[Bug target/41473] [4.5 Regression] dsymutil "Assertion failed ..."

2009-11-24 Thread howarth at nitro dot med dot uc dot edu
--- Comment #71 from howarth at nitro dot med dot uc dot edu 2009-11-25 00:23 --- Created an attachment (id=19134) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19134&action=view) preprocessed source for string_intrinsics.c created on x86_64-apple-darwin10 -- http://gcc.gnu.o

[Bug target/41473] [4.5 Regression] dsymutil "Assertion failed ..."

2009-11-24 Thread howarth at nitro dot med dot uc dot edu
--- Comment #72 from howarth at nitro dot med dot uc dot edu 2009-11-25 00:24 --- Created an attachment (id=19135) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19135&action=view) preprocessed source for random.c created on x86_64-apple-darwin10 -- http://gcc.gnu.org/bugzilla

[Bug target/41473] [4.5 Regression] dsymutil "Assertion failed ..."

2009-11-24 Thread howarth at nitro dot med dot uc dot edu
--- Comment #73 from howarth at nitro dot med dot uc dot edu 2009-11-25 00:25 --- Created an attachment (id=19136) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19136&action=view) preprocessed source for list_read.c created on x86_64-apple-darwin10 -- http://gcc.gnu.org/bugzi

[Bug target/41473] [4.5 Regression] dsymutil "Assertion failed ..."

2009-11-24 Thread howarth at nitro dot med dot uc dot edu
--- Comment #74 from howarth at nitro dot med dot uc dot edu 2009-11-25 00:25 --- Created an attachment (id=19137) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19137&action=view) preprocessed source for erfc_scaled.c created on x86_64-apple-darwin10 -- http://gcc.gnu.org/bug

[Bug target/41473] [4.5 Regression] dsymutil "Assertion failed ..."

2009-11-24 Thread howarth at nitro dot med dot uc dot edu
--- Comment #75 from howarth at nitro dot med dot uc dot edu 2009-11-25 00:27 --- The attached assembly (with -dA) and preprocessed source files should cover all the instances of zero AT_locations currently being emitted on darwin. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=414

[Bug target/42164] mm/rmap.c:860:1: internal compiler error: in simplify_subreg, at simplify-rtx.c:5138

2009-11-24 Thread wuzhangjin at gmail dot com
--- Comment #2 from wuzhangjin at gmail dot com 2009-11-25 01:05 --- (In reply to comment #1) > Can you provide the preprocessed source? > Sorry, the preprocessed source is too big, I can not paste it as comment, where can i attach it? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?i

[Bug target/42164] mm/rmap.c:860:1: internal compiler error: in simplify_subreg, at simplify-rtx.c:5138

2009-11-24 Thread wuzhangjin at gmail dot com
--- Comment #3 from wuzhangjin at gmail dot com 2009-11-25 01:08 --- (In reply to comment #2) > (In reply to comment #1) > > Can you provide the preprocessed source? > > > > Sorry, the preprocessed source is too big, I can not paste it as comment, > where > can i attach it? > Here i

[Bug target/42164] mm/rmap.c:860:1: internal compiler error: in simplify_subreg, at simplify-rtx.c:5138

2009-11-24 Thread daney at gcc dot gnu dot org
--- Comment #4 from daney at gcc dot gnu dot org 2009-11-25 01:10 --- (In reply to comment #2) > (In reply to comment #1) > > Can you provide the preprocessed source? > > > > Sorry, the preprocessed source is too big, I can not paste it as comment, > where > can i attach it? > Gzip

[Bug target/41473] [4.5 Regression] dsymutil "Assertion failed ..."

2009-11-24 Thread howarth at nitro dot med dot uc dot edu
--- Comment #76 from howarth at nitro dot med dot uc dot edu 2009-11-25 01:11 --- Created an attachment (id=19138) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19138&action=view) assembly with -dA for problem file in libgfortran dylib -- howarth at nitro dot med dot uc dot ed

[Bug target/42164] mm/rmap.c:860:1: internal compiler error: in simplify_subreg, at simplify-rtx.c:5138

2009-11-24 Thread wuzhangjin at gmail dot com
--- Comment #5 from wuzhangjin at gmail dot com 2009-11-25 01:17 --- Subject: Re: mm/rmap.c:860:1: internal compiler error: in simplify_subreg, at simplify-rtx.c:5138 On Wed, 2009-11-25 at 01:10 +, daney at gcc dot gnu dot org wrote: > > --- Comment #4 from daney at gcc dot g

[Bug target/42164] mm/rmap.c:860:1: internal compiler error: in simplify_subreg, at simplify-rtx.c:5138

2009-11-24 Thread wuzhangjin at gmail dot com
--- Comment #7 from wuzhangjin at gmail dot com 2009-11-25 01:23 --- (In reply to comment #6) > Created an attachment (id=19139) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19139&action=view) [edit] > I configured and compiled the gcc via the following command: $ /home/falcon/

[Bug fortran/41807] [4.5/4.4 Regression] data statement with nested type constructors

2009-11-24 Thread jvdelisle at gcc dot gnu dot org
--- Comment #22 from jvdelisle at gcc dot gnu dot org 2009-11-25 02:38 --- Subject: Bug 41807 Author: jvdelisle Date: Wed Nov 25 02:37:57 2009 New Revision: 154529 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=154529 Log: 2009-11-24 Jerry DeLisle PR fortran/41807

[Bug fortran/42008] Wrongly rejected derived types with default initializers in PURE procedures

2009-11-24 Thread jvdelisle at gcc dot gnu dot org
--- Comment #9 from jvdelisle at gcc dot gnu dot org 2009-11-25 02:41 --- Subject: Bug 42008 Author: jvdelisle Date: Wed Nov 25 02:41:20 2009 New Revision: 154530 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=154530 Log: 2009-11-24 Jerry DeLisle PR fortran/42008

  1   2   >