[Bug libgcj/28454] [ecj] runtime annotation support

2006-10-17 Thread tromey at gcc dot gnu dot org
--- Comment #1 from tromey at gcc dot gnu dot org 2006-10-18 06:34 --- I've done #1 and #3. The cache code hasn't yet been written. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28454

[Bug libgcj/29492] java.lang.InternalError: Pango: pango_color_parse: assertion `spec != NULL' failed

2006-10-17 Thread tromey at gcc dot gnu dot org
--- Comment #1 from tromey at gcc dot gnu dot org 2006-10-18 06:24 --- *** This bug has been marked as a duplicate of 29491 *** -- tromey at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgcj/29491] java.lang.InternalError: Pango: pango_color_parse: assertion `spec != NULL' failed

2006-10-17 Thread tromey at gcc dot gnu dot org
--- Comment #1 from tromey at gcc dot gnu dot org 2006-10-18 06:24 --- *** Bug 29492 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29491

[Bug fortran/29277] Formated stream output: Translate "\n" / achar(10) into "\r\n" on some platforms

2006-10-17 Thread jvdelisle at gcc dot gnu dot org
--- Comment #11 from jvdelisle at gcc dot gnu dot org 2006-10-18 06:03 --- There is one final patch to go before closing this PR. I am testing it now and developing a test case. This is the part that converts LF to CR-LF for FORMATTED STREAM IO on those systems that #define HAVE_CRLF.

[Bug libgomp/29494] libgomp build fails with missing pthread_mutexattr_settype

2006-10-17 Thread ebotcazou at gcc dot gnu dot org
--- Comment #1 from ebotcazou at gcc dot gnu dot org 2006-10-18 05:18 --- Right, bootstrap has been broken because of that for ages. I've pinged the patch many times but to no avail... -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Ad

[Bug fortran/29387] ICE on character array function of variable length

2006-10-17 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2006-10-18 04:25 --- Created an attachment (id=12451) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12451&action=view) Middle-end part of the patch This attaches the appropriate code to trans-intrinsic.c to fix bot testcases below.

[Bug fortran/29277] Formated stream output: Translate "\n" / achar(10) into "\r\n" on some platforms

2006-10-17 Thread jvdelisle at gcc dot gnu dot org
--- Comment #10 from jvdelisle at gcc dot gnu dot org 2006-10-18 04:08 --- Subject: Bug 29277 Author: jvdelisle Date: Wed Oct 18 04:08:30 2006 New Revision: 117847 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117847 Log: 2006-10-17 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug fortran/29277] Formated stream output: Translate "\n" / achar(10) into "\r\n" on some platforms

2006-10-17 Thread jvdelisle at gcc dot gnu dot org
--- Comment #9 from jvdelisle at gcc dot gnu dot org 2006-10-18 04:04 --- Subject: Bug 29277 Author: jvdelisle Date: Wed Oct 18 04:04:07 2006 New Revision: 117846 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117846 Log: 2006-10-17 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug libgomp/29494] New: libgomp build fails with missing pthread_mutexattr_settype

2006-10-17 Thread rbrown at bravurasolutions dot com dot au
libgomp fails to build on Solaris 2.6 because it lacks pthread_mutexattr_settype and PTHREAD_MUTEX_EXCLUSIVE in "@(#)pthread.h 1.1697/05/05 SMI". Solaris 2.8 "@(#)pthread.h 1.2899/11/15 SMI" has the function and define. /devel/src/gcc-4.2-20060930.obj/./gcc/xgcc -B/devel/src/gcc-4.2-2006

[Bug debug/29436] [4.0/4.1/4.2 Regression] ICE in modified_type_die

2006-10-17 Thread acahalan at gmail dot com
--- Comment #10 from acahalan at gmail dot com 2006-10-18 01:01 --- An enum will crash it too. This one is in modified_type_die like the original. $ gcc -g3 -Os -W -Wall -std=gnu99 kku.c kku.c:3: internal compiler error: in modified_type_die, at dwarf2out.c:8463 Please submit a full bug

[Bug debug/29436] [4.0/4.1/4.2 Regression] ICE in modified_type_die

2006-10-17 Thread acahalan at gmail dot com
--- Comment #9 from acahalan at gmail dot com 2006-10-18 00:57 --- I did it again, but this time in splice_child_die. $ gcc -g3 -Os -W -Wall -std=gnu99 jji.c jji.c:3: warning: useless storage class specifier in empty declaration jji.c:5: internal compiler error: in splice_child_die, at

[Bug c++/29363] [4.2 regression] ICE throwing undeclared object

2006-10-17 Thread lmillward at gcc dot gnu dot org
--- Comment #3 from lmillward at gcc dot gnu dot org 2006-10-17 23:44 --- Testing a patch. -- lmillward at gcc dot gnu dot org changed: What|Removed |Added Assig

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

2006-10-17 Thread lmillward at gcc dot gnu dot org
--- Comment #6 from lmillward at gcc dot gnu dot org 2006-10-17 23:23 --- Fixed on mainline. -- lmillward at gcc dot gnu dot org changed: What|Removed |Added Ass

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

2006-10-17 Thread lmillward at gcc dot gnu dot org
--- Comment #5 from lmillward at gcc dot gnu dot org 2006-10-17 23:22 --- Subject: Bug 27952 Author: lmillward Date: Tue Oct 17 23:22:14 2006 New Revision: 117839 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117839 Log: PR c++/27952 * cp-tree.h (xref_basetypes

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

2006-10-17 Thread patchapp at dberlin dot org
--- Comment #4 from patchapp at dberlin dot org 2006-10-17 23:01 --- Subject: Bug number PR c++/27952 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/2006-10/msg00878.html -- http://gcc.gnu.org/bugzil

[Bug libffi/26048] [4.1/4.2 Regression] libffi doesn't build on Solaris 10/x86 with native assembler

2006-10-17 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2006-10-17 22:54 --- Solaris x86 is not a primary or secondary platform. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/29039] [4.0/4.1 Regression] implicitly defined constructor for class with reference member

2006-10-17 Thread mmitchel at gcc dot gnu dot org
--- Comment #3 from mmitchel at gcc dot gnu dot org 2006-10-17 22:52 --- Fixed in 4.2.0. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Assigned

[Bug c++/28261] [4.0/4.1 regression] ICE with enum in constructor definition

2006-10-17 Thread mmitchel at gcc dot gnu dot org
--- Comment #5 from mmitchel at gcc dot gnu dot org 2006-10-17 22:51 --- Fixed in 4.2.0. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Summa

[Bug tree-optimization/27140] Compiling LLVM now takes nearly 5x as long with 4.1 as it did with 4.0

2006-10-17 Thread pinskia at physics dot uc dot edu
--- Comment #11 from pinskia at physics dot uc dot edu 2006-10-17 22:44 --- Subject: Re: Compiling LLVM now takes nearly 5x as long with 4.1 as it did with 4.0 > Additionally, link times are much longer than with 3.4.6 Link times are usually a binutils issue unless you are comparing

Re: [Bug tree-optimization/27140] Compiling LLVM now takes nearly 5x as long with 4.1 as it did with 4.0

2006-10-17 Thread Andrew Pinski
> Additionally, link times are much longer than with 3.4.6 Link times are usually a binutils issue unless you are comparing with the same version of binutils. -- Pinski

[Bug c++/28261] [4.0/4.1/4.2 regression] ICE with enum in constructor definition

2006-10-17 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2006-10-17 22:43 --- Subject: Bug 28261 Author: mmitchel Date: Tue Oct 17 22:43:37 2006 New Revision: 117835 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117835 Log: PR c++/28261 * parser.c (cp_lexer_next_tok

[Bug tree-optimization/27140] Compiling LLVM now takes nearly 5x as long with 4.1 as it did with 4.0

2006-10-17 Thread rspencer at x10sys dot com
--- Comment #10 from rspencer at x10sys dot com 2006-10-17 22:42 --- This is still a problem with: gcc (GCC) 4.1.1 20060525 (Red Hat 4.1.1-1) Additionally, link times are much longer than with 3.4.6 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27140

[Bug c++/29039] [4.0/4.1/4.2 Regression] implicitly defined constructor for class with reference member

2006-10-17 Thread mmitchel at gcc dot gnu dot org
--- Comment #2 from mmitchel at gcc dot gnu dot org 2006-10-17 22:35 --- Subject: Bug 29039 Author: mmitchel Date: Tue Oct 17 22:35:29 2006 New Revision: 117834 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117834 Log: PR c++/29039 * typeck2.c (build_functional

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

2006-10-17 Thread mmitchel at gcc dot gnu dot org
--- Comment #7 from mmitchel at gcc dot gnu dot org 2006-10-17 22:25 --- Subject: Bug 27270 Author: mmitchel Date: Tue Oct 17 22:25:35 2006 New Revision: 117832 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117832 Log: PR c++/27270 * decl.c (reshape_init_class)

[Bug c/29493] New: -masm=intel - does not emit right asm code

2006-10-17 Thread dawid dot ciezarkiewicz at gmail dot com
$ cat main.c int main() { return 0; } $ gcc -v -save-temps -S -masm=intel main.c -Wa,al Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../gcc-4.1.1/configure --prefix=/usr --enable-shared --enable-languages=c,c++,objc --enable-threads=posix --enable-__cxa_atexit --disable

[Bug debug/29436] [4.0/4.1/4.2 Regression] ICE in modified_type_die

2006-10-17 Thread acahalan at gmail dot com
--- Comment #8 from acahalan at gmail dot com 2006-10-17 21:05 --- In case comment #4 was meant to imply that a non-ICE error is fine: Please note that the crashing code is very nearly the __may_alias__ example given in the gcc documentation. The main difference is that I used a struct.

[Bug fortran/29490] internal compiler error: in fold_binary, at fold-const.c:8239

2006-10-17 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2006-10-17 20:20 --- Thank you, Richard - thanks to your splendid analysis, I was able to go straight to the source of the problem: trans-types.c(gfc_get_nodesc_array_type):1038 sets GFC_TYPE_ARRAY_LBOUND to NULL_TREE if the arrayspec low

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

2006-10-17 Thread patchapp at dberlin dot org
--- Comment #3 from patchapp at dberlin dot org 2006-10-17 18:37 --- Subject: Bug number PR c++/27952 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/2006-10/msg00862.html -- http://gcc.gnu.org/bugzil

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

2006-10-17 Thread lmillward at gcc dot gnu dot org
-- lmillward at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |lmillward at gcc dot gnu dot |dot org

[Bug libgcj/29492] New: java.lang.InternalError: Pango: pango_color_parse: assertion `spec != NULL' failed

2006-10-17 Thread dir at lanl dot gov
I finally got java to build with gtk support, but every program that I try to run fails like this simple example from a java book (pango is finding a null pointer) - [dranta:java/CHAPCODE/Ch12] dir% gcj -bind_at_load --main=Application -o Application Application.java [dranta:java/CHAPCODE/Ch12] di

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

2006-10-17 Thread shinwell at gcc dot gnu dot org
--- Comment #6 from shinwell at gcc dot gnu dot org 2006-10-17 17:30 --- *** Bug 28248 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27270

[Bug c++/28248] [4.1/4.2 regression] Trouble with invalid initializers

2006-10-17 Thread shinwell at gcc dot gnu dot org
--- Comment #2 from shinwell at gcc dot gnu dot org 2006-10-17 17:30 --- *** This bug has been marked as a duplicate of 27270 *** -- shinwell at gcc dot gnu dot org changed: What|Removed |Added ---

compiler/library behavior differences?

2006-10-17 Thread W. Carlisle
The following C program produces different results with Sun compiler, ICC compiler and GCC compiler. Is it a rounding error due to temporaries? Or is it in the printf library? The other compilers seem to handle this better. I get same result with cygwin and on linux, and believe both to be GCC

[Bug preprocessor/20077] [4.0/4.1/4.2 Regression] GCC accepts macro definitions that fail a constraint

2006-10-17 Thread patchapp at dberlin dot org
--- Comment #4 from patchapp at dberlin dot org 2006-10-17 17:25 --- Subject: Bug number PR preprocessor/20077 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/2006-10/msg00860.html -- http://gcc.gnu.o

[Bug libstdc++/20647] Wrong typeid for incomplete types

2006-10-17 Thread pcarlini at suse dot de
--- Comment #13 from pcarlini at suse dot de 2006-10-17 17:03 --- Nathan, any news about this PR? Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20647

[Bug libgcj/29491] New: java.lang.InternalError: Pango: pango_color_parse: assertion `spec != NULL' failed

2006-10-17 Thread dir at lanl dot gov
I finally got java to build with gtk support, but every program that I try to run fails like this simple example from a java book (pango is finding a null pointer) - [dranta:java/CHAPCODE/Ch12] dir% gcj -bind_at_load --main=Application -o Application Application.java [dranta:java/CHAPCODE/Ch12] di

[Bug c++/29417] [4.2 Regression] link fails with debug and anonymous namespace

2006-10-17 Thread janis at gcc dot gnu dot org
--- Comment #5 from janis at gcc dot gnu dot org 2006-10-17 16:25 --- A regression hunt on powerpc-linux identified the following patch: http://gcc.gnu.org/viewcvs?view=rev&rev=115086 r115086 | jason | 2006-06-30 01:15:56 + (Fri, 30 Jun 2006) -- janis at gcc dot gnu dot

[Bug other/29488] Cannot Make GCC 4.1.1

2006-10-17 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-10-17 15:50 --- (In reply to comment #2) > I have recently had a similar problem building gcc-4.1.1 and gcc-4.1-20061013 > on an Ubuntu-64bit 6.06 installation with an AMD Sempron64 socket 754 > processor. I also have trouble build

[Bug other/29488] Cannot Make GCC 4.1.1

2006-10-17 Thread ctalley at knology dot net
--- Comment #2 from ctalley at knology dot net 2006-10-17 15:48 --- I have recently had a similar problem building gcc-4.1.1 and gcc-4.1-20061013 on an Ubuntu-64bit 6.06 installation with an AMD Sempron64 socket 754 processor. I also have trouble build the current gcc-4.2 series. I need

[Bug debug/29436] [4.0/4.1/4.2 Regression] ICE in modified_type_die

2006-10-17 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-10-17 15:31 --- (In reply to comment #6) > Janis, can you hunt this on the mainline? I want to know at what point we > changed > from the ICE in dwarf2out to issuing an error (for cc1). We still ICE for the testcase in comment #2.

[Bug fortran/29452] Keyword check for specifiers in WRITE, READ and OPEN/CLOSE

2006-10-17 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #2 from tobias dot burnus at physik dot fu-berlin dot de 2006-10-17 15:31 --- The library problems are due to an error in the string comparison; one only compares the first (fortran string length) characters, but never checks whether the strings are of identical length. Pat

[Bug libstdc++/26020] std::advance() isn't stable for floating point numbers

2006-10-17 Thread pcarlini at suse dot de
--- Comment #15 from pcarlini at suse dot de 2006-10-17 15:18 --- Fixed for 4.2.0. -- pcarlini at suse dot de changed: What|Removed |Added Status|ASSIGNED

[Bug libstdc++/26020] std::advance() isn't stable for floating point numbers

2006-10-17 Thread paolo at gcc dot gnu dot org
--- Comment #14 from paolo at gcc dot gnu dot org 2006-10-17 15:17 --- Subject: Bug 26020 Author: paolo Date: Tue Oct 17 15:17:32 2006 New Revision: 117827 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117827 Log: 2006-10-17 Paolo Carlini <[EMAIL PROTECTED]> PR libst

[Bug target/19636] Can't compile ethernut OS (avr-gcc)

2006-10-17 Thread plessl at tik dot ee dot ethz dot ch
--- Comment #14 from plessl at tik dot ee dot ethz dot ch 2006-10-17 14:43 --- (In reply to comment #13) > Can you try using GCC 4.1.1 and see if you can still reproduce this bug? That > would be very informative. Yes, the bug is still present in gcc-4.1.1, see below. I also had proble

[Bug fortran/29490] internal compiler error: in fold_binary, at fold-const.c:8239

2006-10-17 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2006-10-17 14:09 --- Confirmed. We're folding + D.1277->dimD.1247[0].uboundD.1245 - D.1277->dimD.1247[0].lboundD.1244 here: #2 0x006eb4ee in fold_build2_stat (code=PLUS_EXPR, type=0x2b5f89b8e630, op0=0x0, op1=0x2b5f89c5

[Bug fortran/29216] Derived type components of function results are not initialised

2006-10-17 Thread patchapp at dberlin dot org
--- Comment #8 from patchapp at dberlin dot org 2006-10-17 14:05 --- Subject: Bug number PR29216 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/2006-10/msg00852.html -- http://gcc.gnu.org/bugzilla/sh

[Bug fortran/29490] New: internal compiler error: in fold_binary, at fold-const.c:8239

2006-10-17 Thread pmason at ricardo dot com
Get following error message when compiling fortran 90 code: > "internal compiler error: in fold_binary, at fold-const.c:8239". Test code that fails , see below: < !- program fred !- real

[Bug target/23963] [4.0 Regression] MMX intrinsics cause ICE in trunc_int_for_mode

2006-10-17 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2006-10-17 13:39 --- This works for me with 4.1.2. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/29067] Internal Error: gfc_resolve_expr(): Bad expression type

2006-10-17 Thread fxcoudert at gcc dot gnu dot org
--- Comment #16 from fxcoudert at gcc dot gnu dot org 2006-10-17 13:01 --- Hurray! I can now also reproduce this on x86_64-linux with ElectricFence. Run f951 inside gdb and preload ElectricFence (in gdb: set environment LD_PRELOAD /usr/lib64/libefence.so). The segfault backtrace is: Pr

[Bug libstdc++/26020] std::advance() isn't stable for floating point numbers

2006-10-17 Thread pcarlini at suse dot de
-- pcarlini at suse dot de changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |pcarlini at suse dot de |dot org |

[Bug c++/29455] Issues with -Wchar-subscripts

2006-10-17 Thread h dot b dot furuseth at usit dot uio dot no
--- Comment #5 from h dot b dot furuseth at usit dot uio dot no 2006-10-17 12:49 --- Subject: Re: Issues with -Wchar-subscripts pinskia at gcc dot gnu dot org writes: > 'a' in C is not of the type char but instead int so not warning > there is correct really. How about a -Warray-boun

[Bug fortran/29067] Internal Error: gfc_resolve_expr(): Bad expression type

2006-10-17 Thread pault at gcc dot gnu dot org
--- Comment #15 from pault at gcc dot gnu dot org 2006-10-17 12:43 --- I cannot persuade this to fault on any of the platforms to which I have access either. 'tis an odd one. Paul -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29067

[Bug debug/29436] [4.0/4.1/4.2 Regression] ICE in modified_type_die

2006-10-17 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2006-10-17 12:37 --- Janis, can you hunt this on the mainline? I want to know at what point we changed from the ICE in dwarf2out to issuing an error (for cc1). Thanks! -- rguenth at gcc dot gnu dot org changed: What

[Bug debug/29436] [4.0/4.1/4.2 Regression] ICE in modified_type_die

2006-10-17 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2006-10-17 12:33 --- We're getting a type variant with the attribute created which shares TYPE_NAME which in turn points back to the wrong (un-attributed) type. So we do not create a die for the attributed type. This can be worked arou

[Bug libstdc++/28514] [4.2 Regression] libstdc++ vs. anonymous namespaces

2006-10-17 Thread bkoz at gcc dot gnu dot org
--- Comment #13 from bkoz at gcc dot gnu dot org 2006-10-17 11:56 --- Subject: Bug 28514 Author: bkoz Date: Tue Oct 17 11:56:21 2006 New Revision: 117824 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117824 Log: 2006-10-17 Benjamin Kosnik <[EMAIL PROTECTED]> PR libst

[Bug libstdc++/28514] [4.2 Regression] libstdc++ vs. anonymous namespaces

2006-10-17 Thread bkoz at gcc dot gnu dot org
--- Comment #12 from bkoz at gcc dot gnu dot org 2006-10-17 11:52 --- Should be libstdc++ bug. -- bkoz at gcc dot gnu dot org changed: What|Removed |Added Compo

[Bug c++/28514] [4.2 Regression] libstdc++ vs. anonymous namespaces

2006-10-17 Thread bkoz at gcc dot gnu dot org
--- Comment #11 from bkoz at gcc dot gnu dot org 2006-10-17 11:48 --- OK. I've reverted these anonymous namespace conversions. Namespace that are just trying to squester name lookup should be spelled as nested "detail" namespaces. Namespaces that are trying to prohibit exports via inte

[Bug fortran/20541] TR 15581: ALLOCATABLE components

2006-10-17 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20541

[Bug fortran/20541] TR 15581: ALLOCATABLE components

2006-10-17 Thread pault at gcc dot gnu dot org
--- Comment #38 from pault at gcc dot gnu dot org 2006-10-17 11:33 --- (In reply to comment #37) Sorry all, I screwed up on the PR number - it should have been 29541 Paul -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20541

[Bug debug/26881] [4.1 Regression] internal compiler error in dwarf2out_finish

2006-10-17 Thread rguenth at gcc dot gnu dot org
--- Comment #23 from rguenth at gcc dot gnu dot org 2006-10-17 11:33 --- *** Bug 27036 has been marked as a duplicate of this bug. *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added -

[Bug debug/27036] ICE in dwarf2out_finish, at dwarf2out.c:14116

2006-10-17 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2006-10-17 11:33 --- It is (and fixed). *** This bug has been marked as a duplicate of 26881 *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/29451] Fortran runtime error: Attempt to allocate a negative amount of memory...

2006-10-17 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2006-10-17 11:32 --- In spite of the commit message going to the wrong PR, this was fixed on trunk. I will put the numbers right in the ChangeLog tonight. Paul -- pault at gcc dot gnu dot org changed: What|Removed

[Bug debug/26881] [4.1 Regression] internal compiler error in dwarf2out_finish

2006-10-17 Thread rguenth at gcc dot gnu dot org
--- Comment #22 from rguenth at gcc dot gnu dot org 2006-10-17 11:31 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNE

[Bug fortran/29392] Segfault on data character initialization

2006-10-17 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2006-10-17 11:30 --- Fixed on trunk Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug debug/26881] [4.1 Regression] internal compiler error in dwarf2out_finish

2006-10-17 Thread rguenth at gcc dot gnu dot org
--- Comment #21 from rguenth at gcc dot gnu dot org 2006-10-17 11:30 --- Subject: Bug 26881 Author: rguenth Date: Tue Oct 17 11:30:28 2006 New Revision: 117823 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117823 Log: 2006-10-17 Richard Guenther <[EMAIL PROTECTED]>

[Bug fortran/29489] LBOUND (array) and LBOUND (array, DIM) give different results.

2006-10-17 Thread fxcoudert at gcc dot gnu dot org
--- Comment #2 from fxcoudert at gcc dot gnu dot org 2006-10-17 10:45 --- (In reply to comment #1) > I have seen what the problem is, in the meantime: LBOUND (soda, 2) is being > processed in simplify.c(simplify_bound), which does not kow about your middle > end mods! Hum, I knew I wo

[Bug fortran/29391] [4.1 only] LBOUND and UBOUND are broken

2006-10-17 Thread fxcoudert at gcc dot gnu dot org
--- Comment #13 from fxcoudert at gcc dot gnu dot org 2006-10-17 10:45 --- LBOUND and UBOUND also need to be fixed in simplify.c: program fred call jackal (3, 2) contains subroutine jackal (b, c) integer :: b, c integer :: soda(b:c, 1:2) print *, "SIZE = ", size(sod

[Bug fortran/29489] LBOUND (array) and LBOUND (array, DIM) give different results.

2006-10-17 Thread pault at gcc dot gnu dot org
--- Comment #1 from pault at gcc dot gnu dot org 2006-10-17 10:27 --- Created an attachment (id=12450) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12450&action=view) A patch to gfc_conv_intrinsic_bound to simplify diagnosis FX, The patch, as promised, is attached. I have seen

[Bug fortran/29489] New: LBOUND (array) and LBOUND (array, DIM) give different results.

2006-10-17 Thread pault at gcc dot gnu dot org
In the case of zero sized automatic arrays, LBOUND(array) and LBOUND(array, DIM) can give different results: program fred call jackal (3, 2) contains subroutine jackal (b, c) integer :: b, c integer :: soda(b:c, 1:2) print *, "SIZE = ", size(soda) print *, "LBOUND (soda, DI

[Bug debug/29436] [4.0/4.1/4.2 Regression] ICE in modified_type_die

2006-10-17 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2006-10-17 09:37 --- I cannot reproduce this any longer with 4.2: trunk-g/gcc> ./cc1 -quiet t.i -g3 -std=gnu99 -W -Wall -m32 t.i: In function 'handler': t.i:12: error: incompatible types in assignment though cc1plus ICEs (differently)

[Bug c++/21678] Using inline disables warnings about missing return statements

2006-10-17 Thread mueller at gcc dot gnu dot org
--- Comment #5 from mueller at gcc dot gnu dot org 2006-10-17 09:34 --- take a look at the testcase in bugreport 29485 - there it should have at least instantiated the method -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21678

[Bug libstdc++/25608] g++ miscompiles gcjx

2006-10-17 Thread pcarlini at suse dot de
--- Comment #20 from pcarlini at suse dot de 2006-10-17 09:28 --- Gaby, any news about this issue? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25608

[Bug c++/21678] Using inline disables warnings about missing return statements

2006-10-17 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2006-10-17 09:19 --- Actually with inline functions we don't reach building the cfg but throw away the function early: Initial entry points: Unit entry points: Initial callgraph: int fii(int*)/0: tree finalized called by: calls:

[Bug c++/28906] [4.2 regression] rejects valid arrays

2006-10-17 Thread rguenth at gcc dot gnu dot org
--- Comment #15 from rguenth at gcc dot gnu dot org 2006-10-17 08:27 --- Subject: Bug 28906 Author: rguenth Date: Tue Oct 17 08:27:26 2006 New Revision: 117821 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117821 Log: 2006-10-17 Richard Guenther <[EMAIL PROTECTED]>

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

2006-10-17 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-10-17 07:48 --- Just a note, this was fixed by the patch which fixed PR 27270 so really this is not fixed on the 4.1 branch just yet (I tested the 4.1 branch as of now and it fails there). -- pinskia at gcc dot gnu dot org chang

[Bug tree-optimization/29484] [4.0/4.1/4.2 Regression] tree-inline.c bug with local static vars

2006-10-17 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=29484

[Bug tree-optimization/29439] [4.2 regression] ICE in fold-const.c:1385 with -O1 -fwrapv -ftree-vrp

2006-10-17 Thread mmitchel at gcc dot gnu dot org
--- Comment #12 from mmitchel at gcc dot gnu dot org 2006-10-17 07:35 --- Until we can demonstrate a C/C++ failure: P5. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

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

2006-10-17 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2006-10-17 07:17 --- Empirically, this code now compiles, on both 4.1 and on mainline. Fixed in 4.1.2. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/29413] -EB / -EL don't properly affect endian for Linux on MIPS

2006-10-17 Thread rsandifo at gcc dot gnu dot org
--- Comment #8 from rsandifo at gcc dot gnu dot org 2006-10-17 07:10 --- Fixed in trunk. Because the patch is simple and fairly obvious, I used the leeway given target maintainers to fix the bug for 4.2, even though it isn't a regression. However, because it's not a regression, I don'

[Bug c++/28261] [4.0/4.1/4.2 regression] ICE with enum in constructor definition

2006-10-17 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com |dot org

[Bug other/29488] Cannot Make GCC 4.1.1

2006-10-17 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29488