[Bug libstdc++/26875] New: Array allocator use count is shared between array_allocator instances

2006-03-26 Thread bart dot vanassche at gmail dot com
Although not explicitly documented, I expect different array allocator objects to behave independently of each other - each array allocator should manage its own storage. Allocating memory via one array allocator should not have any effect on the internal state of another array allocator object.

[Bug libstdc++/26875] Array allocator use count is shared between array_allocator instances

2006-03-26 Thread bart dot vanassche at gmail dot com
--- Comment #1 from bart dot vanassche at gmail dot com 2006-03-26 09:32 --- Created an attachment (id=11128) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11128action=view) Non-preprocessed test code. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26875

[Bug libstdc++/26875] Array allocator use count is shared between array_allocator instances

2006-03-26 Thread bart dot vanassche at gmail dot com
--- Comment #2 from bart dot vanassche at gmail dot com 2006-03-26 09:33 --- Created an attachment (id=11129) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11129action=view) Preprocessed test source code. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26875

[Bug fortran/26784] Fortran frontend ICEs on -fmudflap

2006-03-26 Thread reichelt at gcc dot gnu dot org
--- Comment #2 from reichelt at gcc dot gnu dot org 2006-03-26 11:15 --- It is not at all clear why you're trying to use libmudflap with gfortran. Have you read the gcc.info of -fmudflap? I know that you cannot use -fmudflap with gfortran. But that's not the point. If I specify an

[Bug tree-optimization/26490] [4.2 Regression] ICE in verify_ssa, with structs pointers and globals

2006-03-26 Thread reichelt at gcc dot gnu dot org
--- Comment #6 from reichelt at gcc dot gnu dot org 2006-03-26 12:27 --- Even shorter testcase: === struct A { int i; struct {} s; }; int N; void foo(struct A *p) { while (N bar((++p)-s)) p-i = 0; }

[Bug target/26600] [4.1/4.2 Regression] internal compiler error: in push_reload, at reload.c:1303

2006-03-26 Thread reichelt at gcc dot gnu dot org
--- Comment #5 from reichelt at gcc dot gnu dot org 2006-03-26 13:13 --- Shorter testcase (compile with gcc -O -ftree-vectorize -msse2): void foo(int *p, int N) { int i; for (i=0; i8; ++i, ++p) { int j =

[Bug target/26826] [4.1/4.2 Regression] ICE in reg_or_subregno, at jump.c:2011

2006-03-26 Thread reichelt at gcc dot gnu dot org
--- Comment #7 from reichelt at gcc dot gnu dot org 2006-03-26 14:32 --- Shorter testcase: === void foo(char* p, char c, int i) { char a[2], *q=a+1; if (p i) *p = q-a+bar(i); if (c) bar(i); }

[Bug c++/26757] [4.1 regression] ICE (Segmentation fault) building 3ddesktop source

2006-03-26 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-03-26 15:45 --- I am starting to think this is a front-end issue, producing two decls for cfg. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/26873] Internal Compiler Error when bootstrap GCC 4.1.0 with GCC 4.0.2

2006-03-26 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-03-26 15:47 --- This usually means you are configuring with the correct options in that --with-gas is needed if you are using GNU binutils' as. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26873

[Bug bootstrap/26874] Internal Compiler Failure when compiling libstdc++-v3 strstream.cc

2006-03-26 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-03-26 15:50 --- *** This bug has been marked as a duplicate of 26481 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/26481] ICE with -mcpu=power and struct passing

2006-03-26 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-03-26 15:50 --- *** Bug 26874 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug driver/26876] New: Incorrect handling of -B by gfortran driver

2006-03-26 Thread danglin at gcc dot gnu dot org
The HP dynamic loader requires all symbols to be defined. I've been working on a revised method for handling weak undefined symbols introduced by the crt*.o files. Specifically, they need to be removed from shared libraries such as libgcc_s.sl. Moving the stubs into their own library introduced

[Bug driver/26876] Incorrect handling of -B by gfortran driver

2006-03-26 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #1 from dave at hiauly1 dot hia dot nrc dot ca 2006-03-26 15:53 --- Subject: Re: New: Incorrect handling of -B by gfortran driver I've attached details of the linking. Dave --- Comment #2 from dave at hiauly1 dot hia dot nrc dot ca 2006-03-26 15:53 ---

[Bug c++/26757] [4.1 regression] ICE (Segmentation fault) building 3ddesktop source

2006-03-26 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-03-26 16:17 --- Confirmed, this only happens with the C++ Front-end, why I don't know why. Anyways here is a testcase which should go into the testsuite for also testing correct code: #include stdlib.h typedef struct Config {

[Bug bootstrap/26873] Internal Compiler Error when bootstrap GCC 4.1.0 with GCC 4.0.2

2006-03-26 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-03-26 16:19 --- *** This bug has been marked as a duplicate of 26872 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/26872] Internal Compiler Error when bootstrap GCC 4.1.0 with GCC 4.0.2

2006-03-26 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-03-26 16:19 --- *** Bug 26873 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26872

[Bug bootstrap/26872] Internal Compiler Error when bootstrap GCC 4.1.0 with GCC 4.0.2

2006-03-26 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-03-26 16:24 --- This usually means you are configuring with the correct options in that --with-gas is needed if you are using GNU binutils' as. How did you configure and how did you build GCC? -- pinskia at gcc dot gnu dot

[Bug c++/26755] [4.0 regression] may fail to generate code for base destructor defined inline

2006-03-26 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-03-26 16:35 --- 4.1.0 is correct as it is the same as 3.4.x. 4.0.x is incorrect and does not correspond to 3.4.x. So this is a bug in 4.0.x and not in 4.1.0. Confirmed. Thanks for the short testcase. -- pinskia at gcc dot

[Bug target/26877] New: configure switches --with-arch and --with-tune are broken on x86

2006-03-26 Thread lasse dot collin at tukaani dot org
I was trying to build GCC on x86 so that it would default to -march=i586 -mtune=i686. I specified --with-arch=i586 --with-tune=i686 to configure, but the resulting gcc still used -mtune=i586 instead of -mtune=i686. The configure switches --with-arch, --with-cpu and --with-tune write appropriate

[Bug fortran/26816] [4.1 only] FLOAT Intrinsic does not work with Integer Halfword input

2006-03-26 Thread kargl at gcc dot gnu dot org
--- Comment #3 from kargl at gcc dot gnu dot org 2006-03-26 16:54 --- I'll apply the patch to 4.1 on Monday. -- kargl at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/26850] unused function not eliminated with -fwhole-program --combine

2006-03-26 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-03-26 17:16 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/26831] sibcall, sibcall_value, sibcall_pop, sibcall_value_pop: standard names not documented.

2006-03-26 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-03-26 17:20 --- Note I would like these standard names documented also since I would need them to implement them on the SPU (SPE on the Cell) target. -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug bootstrap/26872] Internal Compiler Error when bootstrap GCC 4.1.0 with GCC 4.0.2

2006-03-26 Thread jacky dot yu at betasystems dot com
--- Comment #4 from jacky dot yu at betasystems dot com 2006-03-26 17:32 --- On the HP-UX 11.00 system, I already had a GCC 4.0.2 binaries, downloaded from ftp.thewrittenword.com, installed at /usr/local/bin, which I used to bootstrap GCC 4.1.0. I used the following command to

[Bug bootstrap/26872] Internal Compiler Error when bootstrap GCC 4.1.0 with GCC 4.0.2

2006-03-26 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-03-26 17:40 --- So did you do make or make bootstrap? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26872

[Bug tree-optimization/23588] CCP not fully propagating constants

2006-03-26 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2006-03-26 18:14 --- Here is another testcase (I don't remember why I was looking into this now but I was): int f(int a) { int g = 0; int t = a*g*a*a*a*a*a*a*a*a*a*a*a*a*a; return t; } --

[Bug java/26878] New: LibJava not compile

2006-03-26 Thread zerocool at modemsoft dot it
Good evening, i use a linux box under alpha platform. I try to compile the Gcc 4.03 and in compilation have this error : SAXNotSupportedException.java:0: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See

[Bug tree-optimization/23588] CCP not fully propagating constants

2006-03-26 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-03-26 18:22 --- Steven's patch fixes the testcase I gave but it did not fix: int g1(void) __attribute__((__pure__)); int f(void) { int g = 0; int a = g1(); int t = a*g*a*a*a*a*a*a*a*a*a*a*a*a*a; return t; } --

[Bug target/26878] LibJava not compile

2006-03-26 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-03-26 18:23 --- Did you build using make or make bootstrap? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug java/26879] New: LibJava not compile under alpha

2006-03-26 Thread zerocool at modemsoft dot it
Good evening, i use a linux box under alpha platform. I try to compile the Gcc 4.03 and in compilation have this error : /gcc-4.1.0/libjava/classpath/gnu/CORBA/CDR/gnuRuntime.java:0: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if

[Bug target/26878] LibJava not compile

2006-03-26 Thread zerocool at modemsoft dot it
--- Comment #2 from zerocool at modemsoft dot it 2006-03-26 18:29 --- (In reply to comment #1) Did you build using make or make bootstrap? make -j2 bootstrap -- zerocool at modemsoft dot it changed: What|Removed |Added

[Bug target/26878] LibJava not compile

2006-03-26 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|blocker |normal http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26878

[Bug target/26879] LibJava not compile under alpha

2006-03-26 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|blocker |normal Component|java|target GCC

[Bug driver/26876] Incorrect handling of -B by gfortran driver

2006-03-26 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #4 from dave at hiauly1 dot hia dot nrc dot ca 2006-03-26 21:28 --- Subject: Re: New: Incorrect handling of -B by gfortran driver Executing on host: /test/gnu/gcc-4.1/objdir/gcc/testsuite/../gfortran -B/test/gn u/gcc-4.1/objdir/gcc/testsuite/../

[Bug bootstrap/26872] Internal Compiler Error when bootstrap GCC 4.1.0 with GCC 4.0.2

2006-03-26 Thread jacky dot yu at betasystems dot com
--- Comment #6 from jacky dot yu at betasystems dot com 2006-03-26 21:52 --- I just did a make -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26872

[Bug target/26459] [4.1/4.2 Regression] gcc fails to build on powerpc e500-double targets

2006-03-26 Thread amodra at gcc dot gnu dot org
--- Comment #17 from amodra at gcc dot gnu dot org 2006-03-26 22:48 --- Subject: Bug 26459 Author: amodra Date: Sun Mar 26 22:48:22 2006 New Revision: 112400 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=112400 Log: PR target/26459 * config/rs6000/rs6000.md (DF

[Bug target/26459] [4.1/4.2 Regression] gcc fails to build on powerpc e500-double targets

2006-03-26 Thread amodra at gcc dot gnu dot org
--- Comment #18 from amodra at gcc dot gnu dot org 2006-03-26 22:49 --- Subject: Bug 26459 Author: amodra Date: Sun Mar 26 22:49:20 2006 New Revision: 112401 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=112401 Log: PR target/26459 * config/rs6000/rs6000.md (DF

[Bug bootstrap/26872] Internal Compiler Error when bootstrap GCC 4.1.0 with GCC 4.0.2

2006-03-26 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-03-26 23:47 --- Can you try make bootstrap instead as this sounds like a bug in 4.0.2 and not in 4.1.0. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/20248] gfortran: intrinsics and std=f95, inconsistency with other compilers

2006-03-26 Thread kargl at gcc dot gnu dot org
--- Comment #6 from kargl at gcc dot gnu dot org 2006-03-27 00:08 --- I have a patch for this problem. It implements a new flag that prevents gfortran's enforcement of the Standard with respect to gfortran's rich set of intrinsics. program z if (iargc() /= 0) call abort end program

[Bug driver/15303] When gcc sees an unrecognized option, the exit status indicates success

2006-03-26 Thread davida at pobox dot com
--- Comment #4 from davida at pobox dot com 2006-03-27 01:30 --- As a specific example, using autoconf to attempt to portably determine whether to use -pthreads (Solaris) or -pthread (Linux, etc) to request reentrant libraries and thread library linkage, gcc will warn, but otherwise

[Bug driver/15303] When gcc sees an unrecognized option, the exit status indicates success

2006-03-26 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-03-27 01:32 --- (In reply to comment #4) As a specific example, using autoconf to attempt to portably determine whether to use -pthreads (Solaris) or -pthread (Linux, etc) to request reentrant libraries and thread library

[Bug target/26459] [4.1/4.2 Regression] gcc fails to build on powerpc e500-double targets

2006-03-26 Thread amodra at bigpond dot net dot au
--- Comment #19 from amodra at bigpond dot net dot au 2006-03-27 01:41 --- After applying the patch, I decided I really ought to find where the regression from 4.0 occurred. It's a pity I didn't do that before developing the patch.. To my surprise I found that on the face of it, 4.0

[Bug libfortran/26880] New: Can't read after non-advancing write with rewind

2006-03-26 Thread jvdelisle at gcc dot gnu dot org
I found this problem while putting together the test case for 26661. The rewind should allow the read to occur. implicit none character(3) a(4) integer i open (10) 10 format(A,$) write(10,10)' abc def ghi jkl' rewind(10) read(10,20)(a(i),i=1,4)

[Bug libfortran/26880] Can't read after non-advancing write with rewind

2006-03-26 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2006-03-27 01:44 --- I might as well try fixing this while I am at it. g77 and ifc run the case fine. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug debug/26881] New: internal compiler error in dwarf2out_finish

2006-03-26 Thread dbaron at dbaron dot org
I get an internal compiler error when compiling Mozilla's standalone spidermonkey JavaScript engine on x86, either with Fedora Core 5's gcc 4.1.0 or a gcc 4.1.0 built from the released source. I did *not* see this error taking similar steps on x86_64. jscpucfg.c:374: internal compiler error: in

[Bug debug/26881] internal compiler error in dwarf2out_finish

2006-03-26 Thread dbaron at dbaron dot org
--- Comment #1 from dbaron at dbaron dot org 2006-03-27 01:52 --- Created an attachment (id=11132) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11132action=view) preprocessed source (jscpucfg.i) To see the bug, save this attachment as jscpucfg.i, and: # gcc -c -o jscpucfg.o -g

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

2006-03-26 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 debug/26881] [4.1/4.2 Regression] internal compiler error in dwarf2out_finish

2006-03-26 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-03-27 01:56 --- Reducing. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Known to fail|

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

2006-03-26 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-03-27 02:08 --- Reduced testcase that fails even on x86_64: int main(int argc, char **argv) { if (0) { static union{} u; typedef char tt; static tt c[8]; return c[0] == 0x01 c[1] == 0x02; } } -- pinskia at gcc

[Bug bootstrap/26872] Internal Compiler Error when bootstrap GCC 4.1.0 with GCC 4.0.2

2006-03-26 Thread jacky dot yu at betasystems dot com
--- Comment #8 from jacky dot yu at betasystems dot com 2006-03-27 02:13 --- I tried to build with make bootstrap and it failed at the exact same spot: ./xgcc -B./ -B/devtools/gcc-4.1.0/hppa2.0w-hp-hpux11.00/bin/ -isystem /devtools/gcc-4.1.0/hppa2.0w-hp-hpux11.00/include -isystem

[Bug fortran/26769] TRANSPOSE() requires _gfortran_transpose_i10 for REAL(10) arrays

2006-03-26 Thread patchapp at dberlin dot org
--- Comment #6 from patchapp at dberlin dot org 2006-03-27 04:35 --- Subject: Bug number PR 26769 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-03/msg01448.html --

[Bug target/26826] [4.1/4.2 Regression] ICE in reg_or_subregno, at jump.c:2011

2006-03-26 Thread patchapp at dberlin dot org
--- Comment #8 from patchapp at dberlin dot org 2006-03-27 04:35 --- Subject: Bug number PR26826 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-03/msg01454.html --

[Bug libfortran/26735] [4.1 only] -fconvert=swap and implied open

2006-03-26 Thread patchapp at dberlin dot org
--- Comment #4 from patchapp at dberlin dot org 2006-03-27 04:36 --- Subject: Bug number PR 26735 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-03/msg01500.html --

[Bug target/26459] [4.1/4.2 Regression] gcc fails to build on powerpc e500-double targets

2006-03-26 Thread patchapp at dberlin dot org
--- Comment #20 from patchapp at dberlin dot org 2006-03-27 04:36 --- Subject: Bug number PR26459 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-03/msg01519.html --

[Bug libfortran/26880] Can't read after non-advancing write with rewind

2006-03-26 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2006-03-27 05:59 --- Subject: Bug 26880 Author: jvdelisle Date: Mon Mar 27 05:59:37 2006 New Revision: 112407 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=112407 Log: 2006-03-26 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug libfortran/26880] Can't read after non-advancing write with rewind

2006-03-26 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2006-03-27 06:55 --- Subject: Bug 26880 Author: jvdelisle Date: Mon Mar 27 06:55:20 2006 New Revision: 112410 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=112410 Log: 2006-03-26 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug libfortran/26661] Sequential formatted read goes too far

2006-03-26 Thread jvdelisle at gcc dot gnu dot org
--- Comment #7 from jvdelisle at gcc dot gnu dot org 2006-03-27 06:55 --- Subject: Bug 26661 Author: jvdelisle Date: Mon Mar 27 06:55:20 2006 New Revision: 112410 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=112410 Log: 2006-03-26 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug libfortran/26880] Can't read after non-advancing write with rewind

2006-03-26 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2006-03-27 07:10 --- Subject: Bug 26880 Author: jvdelisle Date: Mon Mar 27 07:10:29 2006 New Revision: 112412 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=112412 Log: 2006-03-26 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug libfortran/26880] Can't read after non-advancing write with rewind

2006-03-26 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2006-03-27 07:16 --- Subject: Bug 26880 Author: jvdelisle Date: Mon Mar 27 07:16:03 2006 New Revision: 112413 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=112413 Log: 2006-03-26 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug libfortran/26661] Sequential formatted read goes too far

2006-03-26 Thread jvdelisle at gcc dot gnu dot org
--- Comment #8 from jvdelisle at gcc dot gnu dot org 2006-03-27 07:16 --- Subject: Bug 26661 Author: jvdelisle Date: Mon Mar 27 07:16:03 2006 New Revision: 112413 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=112413 Log: 2006-03-26 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug c++/26882] New: ICE when using template function with memory attributes

2006-03-26 Thread gcc-bugzilla at gcc dot gnu dot org
This program (which has no included files) causes an ICE and a bus error: -- typedef unsigned char uint8_t ; typedef unsigned short uint16_t ; typedef unsigned long uint32_t ; #define PROGMEM __attribute__((__progmem__)) templatetypename T T PROGMEM * rom(const T init) { static T

[Bug tree-optimization/26830] [4.1/4.2 Regression] Insane amount of compile-time / memory needed at -O1 and above

2006-03-26 Thread bonzini at gnu dot org
--- Comment #18 from bonzini at gnu dot org 2006-03-27 07:22 --- I'm looking at copy prop. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26830

[Bug target/26882] ICE when using template function with memory attributes

2006-03-26 Thread ned at bike-nomad dot com
--- Comment #1 from ned at bike-nomad dot com 2006-03-27 07:26 --- Created an attachment (id=11133) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11133action=view) Test program (no included files) demonstrating the problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26882

[Bug libfortran/26880] Can't read after non-advancing write with rewind

2006-03-26 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2006-03-27 07:26 --- Fixed on 4.1.1 and 4.1 -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/26883] New: ICE when assigning memory attribute to class with initializer

2006-03-26 Thread ned at bike-nomad dot com
The following (perhaps questionable) code causes an ICE in in set_mem_attributes_minus_bitpos, at emit-rtl.c:1539 compile command line: avr-g++ -mmcu=atmega128 -c -o romproblems.o romproblems.cpp program: #define PROGMEM __attribute__((__progmem__)) struct ROMVar1 { int const val;

[Bug fortran/20248] gfortran: intrinsics and std=f95, inconsistency with other compilers

2006-03-26 Thread anlauf at gmx dot de
--- Comment #7 from anlauf at gmx dot de 2006-03-27 07:32 --- kargl[228] gfc4x -o z -fall-intrinsics -std=f95 iargc.f90 kargl[229] gfc4x -o z -std=f95 iargc.f90 /var/tmp/ccqDOkrX.o(.text+0x18): In function `MAIN__': : undefined reference to `iargc_' collect2: ld returned 1 exit

[Bug tree-optimization/26830] [4.1/4.2 Regression] Insane amount of compile-time / memory needed at -O1 and above

2006-03-26 Thread bonzini at gnu dot org
--- Comment #19 from bonzini at gnu dot org 2006-03-27 07:37 --- tree copy propagation : 18.58 ( 2%) usr 0.01 ( 0%) sys 18.54 ( 2%) wall 2369 kB ( 0%) ggc tree PHI insertion: 34.49 ( 4%) usr 0.85 (23%) sys 35.34 ( 4%) wall 758641 kB (79%) ggc tree SSA rewrite :