[Bug fortran/27449] transfer intrinsic does not work on strict aligned systems

2006-05-25 Thread pault at gcc dot gnu dot org
--- Comment #11 from pault at gcc dot gnu dot org 2006-05-26 05:09 --- Subject: Bug 27449 Author: pault Date: Fri May 26 05:09:18 2006 New Revision: 114127 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114127 Log: 2006-05-26 Paul Thomas <[EMAIL PROTECTED]> PR fortran

[Bug fortran/27709] Using size of array pointer component as dimension of function result causes gfortran internal error.

2006-05-25 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2006-05-26 05:09 --- Subject: Bug 27709 Author: pault Date: Fri May 26 05:09:18 2006 New Revision: 114127 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114127 Log: 2006-05-26 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/27155] Transfer of character to integer array and vice versa still doesn't work

2006-05-25 Thread pault at gcc dot gnu dot org
--- Comment #20 from pault at gcc dot gnu dot org 2006-05-26 05:09 --- Subject: Bug 27155 Author: pault Date: Fri May 26 05:09:18 2006 New Revision: 114127 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114127 Log: 2006-05-26 Paul Thomas <[EMAIL PROTECTED]> PR fortran

[Bug fortran/27683] Many new GFORTRAN testsuite failures

2006-05-25 Thread jvdelisle at gcc dot gnu dot org
--- Comment #18 from jvdelisle at gcc dot gnu dot org 2006-05-26 00:08 --- All of the IO patches for both revs, before and after the failures, exist in 4.1 and 4.2. 4.1 is not failing, so this leads me to believe this is not a libgfortran failure. There is an alignment patch that went

[Bug java/27756] ICE in update_aliases, at java/decl.c:192

2006-05-25 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2006-05-25 22:53 --- Thanks Andrew. With this I'm able to BC compile ecj again. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27756

[Bug target/27627] __builtin_nanf("") doesn't return a _quiet_ nan on parisc

2006-05-25 Thread danglin at gcc dot gnu dot org
--- Comment #12 from danglin at gcc dot gnu dot org 2006-05-25 22:48 --- Fixed by patch on trunk. -- danglin at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/27769] cross-gnatmake needs host gcc

2006-05-25 Thread laurent at guerby dot net
--- Comment #6 from laurent at guerby dot net 2006-05-25 21:51 --- TARGET=avr ../gcc-4.1.1-20060517/configure --verbose --disable-nls --enable-languages=c --target=$TARGET --prefix=$INSTALL --with-dwarf2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27769

[Bug fortran/23151] print (buf, format), expression should be invalid

2006-05-25 Thread tkoenig at gcc dot gnu dot org
-- tkoenig at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |tkoenig at gcc dot gnu dot |dot org

[Bug ada/27769] cross-gnatmake needs host gcc

2006-05-25 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-05-25 21:06 --- How did you configure the compiler? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/27769] cross-gnatmake needs host gcc

2006-05-25 Thread laurent at guerby dot net
--- Comment #4 from laurent at guerby dot net 2006-05-25 21:00 --- Even when removing newlib it fails too: de -I../../gcc-4.1.1-20060517/gcc/../libcpp/include -DL_fixunssfsi -c ../../gcc-4.1.1-20060517/gcc/libgcc2.c -o libgcc/./_fixunssfsi.o ../../gcc-4.1.1-20060517/gcc/libgcc2.c: In f

[Bug fortran/27683] Many new GFORTRAN testsuite failures

2006-05-25 Thread dir at lanl dot gov
--- Comment #17 from dir at lanl dot gov 2006-05-25 20:53 --- It runs after (bug fix 20257) rev 113373 and fails after (bug fix 27360) rev 113396. I think that narrows it down to one of two updates - if the problem was caused by changes to gfortran. -- http://gcc.gnu.org/bugzilla/sh

[Bug fortran/25709] BIND (Fortran 2003) is not supported at all

2006-05-25 Thread jb at gcc dot gnu dot org
--- Comment #4 from jb at gcc dot gnu dot org 2006-05-25 20:44 --- Seems this work is getting closer: http://gcc.gnu.org/ml/fortran/2006-04/msg00173.html I'm adding this bug as blocking 27740, as before taking symbol versioning into use, it would be nice to clean up the library interfac

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

2006-05-25 Thread mmitchel at gcc dot gnu dot org
--- Comment #54 from mmitchel at gcc dot gnu dot org 2006-05-25 20:26 --- Fixed in 4.2. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Summar

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

2006-05-25 Thread mmitchel at gcc dot gnu dot org
--- Comment #53 from mmitchel at gcc dot gnu dot org 2006-05-25 20:18 --- Subject: Bug 20103 Author: mmitchel Date: Thu May 25 20:18:26 2006 New Revision: 114119 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114119 Log: PR c++/20103 * gimplify.c (gimplify_decl_

[Bug fortran/23151] print (buf, format), expression should be invalid

2006-05-25 Thread patchapp at dberlin dot org
--- Comment #4 from patchapp at dberlin dot org 2006-05-25 18:55 --- Subject: Bug number PR23151 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-05/msg01323.html -- http://gcc.gnu.org/bugzilla/sh

[Bug ada/27769] cross-gnatmake needs host gcc

2006-05-25 Thread pinskia at physics dot uc dot edu
--- Comment #3 from pinskia at physics dot uc dot edu 2006-05-25 18:19 --- Subject: Re: cross-gnatmake needs host gcc > > > > --- Comment #2 from laurent at guerby dot net 2006-05-25 18:08 --- > I'm unable to build even a C compiler to the avr target, binutils-2.16.1 + > n

Re: [Bug ada/27769] cross-gnatmake needs host gcc

2006-05-25 Thread Andrew Pinski
> > > > --- Comment #2 from laurent at guerby dot net 2006-05-25 18:08 --- > I'm unable to build even a C compiler to the avr target, binutils-2.16.1 + > newlib-1.13.0 + gcc-4.1.1-prerelease I get: avr has its own libc and is not supported by newlib. -- Pinski

[Bug ada/27769] cross-gnatmake needs host gcc

2006-05-25 Thread laurent at guerby dot net
--- Comment #2 from laurent at guerby dot net 2006-05-25 18:08 --- I'm unable to build even a C compiler to the avr target, binutils-2.16.1 + newlib-1.13.0 + gcc-4.1.1-prerelease I get: make[5]: Entering directory `/mnt/data-5-1/guerby/build/avr/newlib/libc/ctype' /mnt/data-5-1/guerby/b

[Bug middle-end/27536] [4.2 Regression] -fsection-anchors breaks Ada

2006-05-25 Thread dje at gcc dot gnu dot org
--- Comment #11 from dje at gcc dot gnu dot org 2006-05-25 17:34 --- What is happening with this patch? Are these test results considered good? Will this patch be submitted? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27536

[Bug target/27770] wrong code in spec tests for -ftree-vectorize -maltivec

2006-05-25 Thread dje at gcc dot gnu dot org
--- Comment #3 from dje at gcc dot gnu dot org 2006-05-25 17:27 --- If the failures are associated with enabling section anchors by default, then this has uncovered another problem with the section anchor support. Do you have any more information about what is failing? Could this be an

[Bug tree-optimization/27639] [4.1 regression] VRP miscompilation of simple loop

2006-05-25 Thread pinskia at gcc dot gnu dot org
--- Comment #27 from pinskia at gcc dot gnu dot org 2006-05-25 17:09 --- Fixed on the mainline at least. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/26719] [4.1 Regression] Computed (integer) table changes with -O

2006-05-25 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2006-05-25 17:09 --- Fixed on the mainline at least. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/27743] [4.1 Regression] Wrong code for ((unsigned) ((a) >> 2)) >> 15

2006-05-25 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-05-25 17:07 --- Fixed on the mainline at least. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/27767] Problem: gcc 4.0.3 on Unix_SV

2006-05-25 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-05-25 17:05 --- >On the system there is an old gcc and its version is: 2.7.2.3 Ick. What is Unix_SV? Is it a product of SCO? Because I don't know how much support if it is old. Second there is not enough info here on what is goi

[Bug ada/27769] cross-gnatmake needs host gcc

2006-05-25 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-05-25 17:01 --- This is still not enough info. I bet a beer at the GCC summit, it is trying to invoke gcc instead of avr-gcc for avr-gnatmake. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27769

[Bug target/27770] wrong code in spec tests for -ftree-vectorize -maltivec

2006-05-25 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-05-25 16:45 --- Interesting. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC|

[Bug preprocessor/27746] ICE on openmp code when using _Pragma from macro

2006-05-25 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2006-05-25 16:44 --- (In reply to comment #10) > #define parallel _Pragma("omp parallel") > int > main() > { > #pragma omp parallel > {} > } This is not invalid according to: http://gcc.gnu.org/onlinedocs/cpp/Implementation_002

[Bug middle-end/27620] [4.1/4.2 Regression] g++.dg/init/array15.C uses 4MB stack space

2006-05-25 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-05-25 16:40 --- (In reply to comment #6) > Does that mean you reverted the patch and I should reapply it later? Or someone (you) forgot to close the bug as fixed for 4.1.1. So I am going to close as fixed for 4.1.1. -- pinskia

[Bug tree-optimization/27768] [4.2 regression] wrong-code with vectors

2006-05-25 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug fortran/27683] Many new GFORTRAN testsuite failures

2006-05-25 Thread dir at lanl dot gov
--- Comment #16 from dir at lanl dot gov 2006-05-25 16:33 --- Works at rev 112998 just before the updates for bug 27138 on April 17 - [dranta:~/tests/gfortran-D] dir% gfortran -O1 -o write_logical write_logical.f90 [dranta:~/tests/gfortran-D] dir% write_logical [dranta:~/tests/gfortran-

[Bug c++/26912] [4.0 Regression] friend const member function specialization fails to compile

2006-05-25 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2006-05-25 16:33 --- Actually this was fixed in 4.1.1 so changing the milestone again. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/21283] [4.0 regression] ICE with doubles

2006-05-25 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-05-25 16:31 --- Actually this was fixed in 4.1.1 so changing the milestone again. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/27770] wrong code in spec tests for -ftree-vectorize -maltivec

2006-05-25 Thread janis at gcc dot gnu dot org
--- Comment #1 from janis at gcc dot gnu dot org 2006-05-25 16:30 --- There's also a problem in the parser file analyze-linkage.c. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27770

[Bug c++/26295] [4.0 Regression] Invalid namespace pointer seg fault

2006-05-25 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2006-05-25 16:30 --- Actually this was fixed in 4.1.1 so changing the milestone again. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/26365] [4.0 Regression] ICE in finish_class_member_access_expr, at cp/typeck.c

2006-05-25 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2006-05-25 16:29 --- Actually this was fixed in 4.1.1 so changing the milestone again. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/27770] New: wrong code in spec tests for -ftree-vectorize -maltivec

2006-05-25 Thread janis at gcc dot gnu dot org
Two tests from SPEC CPU2000, parser and gzip, fail at runtime when built on powerpc64-linux with "-O2 -ftree-vectorize -maltivec -mabi=altivec". parser fails with both -m32 and -m64, gzip with -m64. A regression hunt identified this patch as the start of the failures: http://gcc.gnu.org/view

[Bug ada/27769] New: cross-gnatmake needs host gcc

2006-05-25 Thread berndtrog at yahoo dot com
$ cat p.gpr project p is for Library_Name use "p"; for Library_Dir use "lib"; for Library_Kind use "static"; end p; $ cat p.ads package p is end; $ avr-gnatmake -Pp -f -v --RTS=rts/atmega8 Parsing Project File "p". Checking project file "p" 5 lines: No errors Parsing of Project File

Re: Compiling files not encoded with system settings

2006-05-25 Thread Nicolas De Rico
Ross Ridge wrote: Nicolas De Rico wrote: The file hi-utf16.c, created with Notepad and saved in "unicode", contains a BOM which is, in essence, a small header at the beginning of the file that indicates the encoding. It's not a header that indicates the encoding. It's a header that indicates

[Bug preprocessor/27746] ICE on openmp code when using _Pragma from macro

2006-05-25 Thread jakub at gcc dot gnu dot org
--- Comment #11 from jakub at gcc dot gnu dot org 2006-05-25 15:47 --- So far fixed the valid cases of _Pragma with -fopenmp I came up, still need to work some more on the invalid ones. -- jakub at gcc dot gnu dot org changed: What|Removed |Added -

[Bug fortran/27683] Many new GFORTRAN testsuite failures

2006-05-25 Thread dir at lanl dot gov
--- Comment #15 from dir at lanl dot gov 2006-05-25 14:54 --- At last one that works (I knew that I did the testsuite on this one) - version 20060405 - [dranta:~/tests/gfortran-D] dir% gfortran -O1 -o write_logical write_logical.f90 [dranta:~/tests/gfortran-D] dir% write_logical [dranta

[Bug driver/26686] ../../../gcc/libgfortran/mk-kinds-h.sh: Unknown type

2006-05-25 Thread lu_zero at gentoo dot org
--- Comment #3 from lu_zero at gentoo dot org 2006-05-25 14:54 --- same happens on ppc with gcc-4.1.1 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26686

[Bug fortran/27683] Many new GFORTRAN testsuite failures

2006-05-25 Thread dir at lanl dot gov
--- Comment #14 from dir at lanl dot gov 2006-05-25 14:47 --- The version from the wiki also fails - [dranta:~/tests/gfortran-D] dir% gfortran -O1 -o write_logical write_logical.f90 [dranta:~/tests/gfortran-D] dir% write_logical At line 9 of file write_logical.f90 Fortran runtime error:

[Bug fortran/27683] Many new GFORTRAN testsuite failures

2006-05-25 Thread jvdelisle at gcc dot gnu dot org
--- Comment #13 from jvdelisle at gcc dot gnu dot org 2006-05-25 14:44 --- Maybe go back farther than the email I just posted to gfortran list suggests. I am suspicious that this is not a gfortran problem, but then 4.1 is working. Take a shot at an April 1 version maybe. You can find

[Bug fortran/27683] Many new GFORTRAN testsuite failures

2006-05-25 Thread dir at lanl dot gov
--- Comment #12 from dir at lanl dot gov 2006-05-25 14:35 --- I rebuild version 20060508 from the full source tree that I had saved and I find the problem - I am beginning to wonder if the update to CCTOOLS or the system is causing the problem - except for the fact that I can build the c

[Bug middle-end/27620] [4.1/4.2 Regression] g++.dg/init/array15.C uses 4MB stack space

2006-05-25 Thread bernds_cb1 at t-online dot de
--- Comment #6 from bernds_cb1 at t-online dot de 2006-05-25 14:33 --- Does that mean you reverted the patch and I should reapply it later? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27620

[Bug c/27747] [4.2 Regression] ice _Pragma and macros

2006-05-25 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

[Bug c++/27748] [4.2 Regression] rejects _Pragma with macros

2006-05-25 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

[Bug fortran/27683] Many new GFORTRAN testsuite failures

2006-05-25 Thread howarth at nitro dot med dot uc dot edu
--- Comment #11 from howarth at nitro dot med dot uc dot edu 2006-05-25 14:04 --- Dale, I am confused. Are you saying the breakage in gcc trunk goes as far back as 20060508? I was going to try a few builds here on my G5 to see if I can narrow down the svn revision numbers involved. W

[Bug fortran/27683] Many new GFORTRAN testsuite failures

2006-05-25 Thread dir at lanl dot gov
--- Comment #10 from dir at lanl dot gov 2006-05-25 13:36 --- I restored and rebuilt the 20060508 version that I had archived and I still get the error - [dranta:~/tests/gfortran-D] dir% gfortran -O1 -o write_logical write_logical.f90 [dranta:~/tests/gfortran-D] dir% write_logical At l

[Bug fortran/27449] transfer intrinsic does not work on strict aligned systems

2006-05-25 Thread pault at gcc dot gnu dot org
--- Comment #10 from pault at gcc dot gnu dot org 2006-05-25 13:02 --- Thanks, gents. I am just going to ping the list and will commit tomorrow morning, no matter what. Paul -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27449

[Bug middle-end/27743] [4.1/4.2 Regression] Wrong code for ((unsigned) ((a) >> 2)) >> 15

2006-05-25 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2006-05-25 12:40 --- Subject: Bug 27743 Author: rguenth Date: Thu May 25 12:39:52 2006 New Revision: 114112 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114112 Log: 2006-05-25 Richard Guenther <[EMAIL PROTECTED]> PR

[Bug preprocessor/27746] ICE on openmp code when using _Pragma from macro

2006-05-25 Thread jakub at gcc dot gnu dot org
--- Comment #10 from jakub at gcc dot gnu dot org 2006-05-25 12:29 --- #define parallel _Pragma("omp parallel") int main() { #pragma omp parallel {} } is ICE on invalid code, OpenMP 2.5 says in 2.1 Directive Format: Preprocessing tokens following the #pragma omp are subject to ma

[Bug bootstrap/27763] [4.2 regression] add_referenced_var missing on bootstrap

2006-05-25 Thread tkoenig at gcc dot gnu dot org
--- Comment #6 from tkoenig at gcc dot gnu dot org 2006-05-25 11:09 --- This went away after an "svn update". The strange thing is that "svn diff" reported no differences before and after the upgrade. Cosmic rays, probably. Resolving as invalid. -- tkoenig at gcc dot gnu dot org c

[Bug java/27756] ICE in update_aliases, at java/decl.c:192

2006-05-25 Thread aph at gcc dot gnu dot org
--- Comment #3 from aph at gcc dot gnu dot org 2006-05-25 10:12 --- This is caused by ecj generating non-nested variable scopes. In Method name:"seekTypesInBinaryPackage": slot#13: name: i, type: int (pc: 254 length: 82) slot#15: name: elementName, type: java.lang.String (pc: 240

[Bug java/27756] ICE in update_aliases, at java/decl.c:192

2006-05-25 Thread aph at gcc dot gnu dot org
--- Comment #2 from aph at gcc dot gnu dot org 2006-05-25 10:02 --- Created an attachment (id=11512) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11512&action=view) Patch Try this. If it works for you I'll check it in. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27756

[Bug libgcj/25265] linking BC-compiled classes with incompatible changes

2006-05-25 Thread aph at gcc dot gnu dot org
--- Comment #7 from aph at gcc dot gnu dot org 2006-05-25 09:56 --- . -- aph at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug java/27764] gcj-4.1: error trying to exec 'cc1': execvp: No such file or directory

2006-05-25 Thread konqueror at gmx dot de
--- Comment #4 from konqueror at gmx dot de 2006-05-25 08:50 --- This is a Debian problem, not an upstream problem. You missed to install the build-essesntial package in debian. That would have installed all needd stuff for you. Closing as invalid. -- konqueror at gmx dot de changed:

[Bug bootstrap/25453] [4.2 Regression] --disable-bootstrap is not documented

2006-05-25 Thread bonzini at gnu dot org
--- Comment #4 from bonzini at gnu dot org 2006-05-25 08:45 --- Created an attachment (id=11511) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11511&action=view) patch to document the option -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25453

[Bug tree-optimization/27768] [4.2 regression] wrong-code with vectors

2006-05-25 Thread reichelt at gcc dot gnu dot org
--- Comment #1 from reichelt at gcc dot gnu dot org 2006-05-25 08:30 --- Btw, this is on x86_64-unknown-linux-gnu. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27768

[Bug bootstrap/27674] [4.2 Regression] make -j3 all-gcc fails when building natively

2006-05-25 Thread bonzini at gnu dot org
--- Comment #2 from bonzini at gnu dot org 2006-05-25 08:29 --- Created an attachment (id=11510) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11510&action=view) prototype patch -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27674

[Bug tree-optimization/27768] New: [4.2 regression] wrong-code with vectors

2006-05-25 Thread reichelt at gcc dot gnu dot org
The following code crashes when I compile it with -O2 (mainline) == #include struct A { std::vector v; char c; }; struct B {}; int main() { A a; A a2(a); std::vector b; return 0; } == The program dies with: **

[Bug bootstrap/27674] [4.2 Regression] make -j3 all-gcc fails when building natively

2006-05-25 Thread bonzini at gnu dot org
--- Comment #1 from bonzini at gnu dot org 2006-05-25 08:21 --- Testing a patch. -- bonzini at gnu dot org changed: What|Removed |Added AssignedTo|unassigned at g