[Bug libfortran/26893] kinds.h not generated, causing failure

2007-01-18 Thread fxcoudert at gcc dot gnu dot org
--- Comment #32 from fxcoudert at gcc dot gnu dot org 2007-01-19 07:12 --- Subject: Bug 26893 Author: fxcoudert Date: Fri Jan 19 07:12:16 2007 New Revision: 120949 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120949 Log: PR libfortran/26893 * acinclude.m4 (LIB

[Bug fortran/30507] error trying to exec 'f951': execvp: No such file

2007-01-18 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-01-19 06:23 --- We the FSF does not support any binary releases so we cannot fix this. Yes the binaries are referenced from the wiki but they are not supported by us. -- pinskia at gcc dot gnu dot org changed: What

[Bug c++/30508] Inherited inner template classes cannot access protected base data members

2007-01-18 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-01-19 06:21 --- Yes and this is not a bug, GCC is correct i is not defined as i is not a dependent name so it gets bound at parsing time instead of doing instatitation. You might think because the base class is an inner template bu

[Bug c++/30508] New: Inherited inner template classes cannot access protected base data members

2007-01-18 Thread support at stonesteps dot ca
The code between the dashed lines generates these errors: test2.cpp: In member function 'void outer_t::inner_derived_t::f2()': test2.cpp:20: error: 'i' was not declared in this scope command line: $ cc -o test2 test2.cpp If i is accessed through "this" pointer, the code compiles: template voi

[Bug fortran/30507] New: error trying to exec 'f951': execvp: No such file

2007-01-18 Thread mclover at san dot rr dot com
I downloaded the new I386 version of gfortran for the Mac, cloverm:>gfortran -v Using built-in specs. Target: i386-apple-darwin8.8.1 Configured with: ../gcc/configure --prefix=/usr/local/gfortran --enable-languages=c,fortran --with-gmp=/tmp/gfortran-20070104/gfortran_libs --enable-bootstrap Thread

[Bug middle-end/30503] ICE using phase 2 bootstrap output cc1 on tree.c

2007-01-18 Thread dberlin at gcc dot gnu dot org
--- Comment #8 from dberlin at gcc dot gnu dot org 2007-01-19 03:55 --- Okay, well, this is pretty simple. If we can't reproduce the bug (and i can't, and andrew can't), we can't fix it. So this bug is just going to stay open forever until then, regardless of whether it's a hardware fail

[Bug middle-end/20218] Can't use __attribute__ ((visibility ("hidden"))) to hide a symbol

2007-01-18 Thread redfive at songbirdnest dot com
--- Comment #51 from redfive at songbirdnest dot com 2007-01-19 03:25 --- I believe I'm seeing this bug using a redhat build: gcc4.1.1-1 (shows up all the way through -51). It's only on 64bit FC5, 32bit is okay and am installing FC6 to test. Building XULRunner with --enable-canvas cause

[Bug tree-optimization/29516] gfortran miscompiled

2007-01-18 Thread howarth at nitro dot med dot uc dot edu
--- Comment #35 from howarth at nitro dot med dot uc dot edu 2007-01-19 03:02 --- It appears that r118856, r119854 and r120156 be backported for the context of the patch for r120695 to be correct in gcc 4.2 branch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29516

[Bug middle-end/30503] ICE using phase 2 bootstrap output cc1 on tree.c

2007-01-18 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2007-01-19 00:24 --- (In reply to comment #6) > Mr Pinski > I do not appreciate your comment. But my point was I know if you having hardware issues you will have some issues with segfaults and other random internal compiler errors. I

[Bug middle-end/30503] ICE using phase 2 bootstrap output cc1 on tree.c

2007-01-18 Thread malitzke at metronets dot com
--- Comment #6 from malitzke at metronets dot com 2007-01-19 00:20 --- Mr Pinski I do not appreciate your comment. My comment 3 was really addressed to people like you who want to garner points as beiong the big killers of problem reports by using cheap tactics. With four processors and

[Bug libgcj/30454] [4.3 Regression] classpath/gnu/javax/crypto/jce/GnuCrypto.java:431: error: cannot find file for class gnu.javax.crypto.jce.mac.HMacSHA512Spi

2007-01-18 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #6 from dave at hiauly1 dot hia dot nrc dot ca 2007-01-19 00:08 --- Subject: Re: [4.3 Regression] classpath/gnu/javax/crypto/jce/GnuCrypto.java:431: error: cannot find file for class gnu.javax.crypto.jce.mac.HMacSHA512Spi > I'd like to see more of the build log, in particu

[Bug libgcj/27823] Found a problem with the JNI methods declared and implemented

2007-01-18 Thread rob1weld at aol dot com
--- Comment #23 from rob1weld at aol dot com 2007-01-18 23:52 --- I compiled 4.1.1 on Windows XP (Cygwin) a couple of days ago and did not have the "Found a problem with the JNI methods declared and implemented." message occur. Last week when I compiled gcc-4_2-branch (SVN) the error di

[Bug fortran/30481] Accepts namelist-group object with assumed character length

2007-01-18 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2007-01-18 23:50 --- Tobias, let me know if you don't have time and I will take care of this. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30481

[Bug middle-end/30503] ICE using phase 2 bootstrap output cc1 on tree.c

2007-01-18 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2007-01-18 23:45 --- Are you sure you don't have bad memory? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c/30503] ICE using phase 2 bootstrap output cc1 on tree.c

2007-01-18 Thread malitzke at metronets dot com
--- Comment #4 from malitzke at metronets dot com 2007-01-18 23:40 --- Well , the mistery continues. First when I referred to patchlevels I left out a 0 (zero); 12900 should read 120900. Second I repeated the bootstrap because a number of patches from Daniel Berlin looked promising to me

[Bug target/30506] not sibcalling a function

2007-01-18 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |enhancement http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30506

[Bug target/30506] not sibcalling a function

2007-01-18 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-01-18 23:26 --- (In reply to comment #2) > hmm, you've a right, so could we rework the bug to some kind > of feature-request? i'd love to see the stack cleanup before f() call. Actually for this case, we just need to have f sibcalle

[Bug middle-end/30506] violation of automatic storage duration [basic.stc.auto 3.7.2/1].

2007-01-18 Thread pluto at agmk dot net
--- Comment #2 from pluto at agmk dot net 2007-01-18 23:23 --- (In reply to comment #1) > This is not really a violation of that rule at all. What that rule is stating > is that if you access that array again outside of the block where it was > created, you invoke undefined behavior. h

[Bug middle-end/30506] violation of automatic storage duration [basic.stc.auto 3.7.2/1].

2007-01-18 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-01-18 23:15 --- This is not really a violation of that rule at all. What that rule is stating is that if you access that array again outside of the block where it was created, you invoke undefined behavior. -- http://gcc.gnu.o

[Bug middle-end/30506] New: violation of automatic storage duration [basic.stc.auto 3.7.2/1].

2007-01-18 Thread pluto at agmk dot net
consider following testcase: void f( char ); void g( char c ) { { char buf[ 128 * 1024 ]; __builtin_memset( buf, 0, sizeof( buf ) ); c = buf[ 0 ]; } f( c ); } 3.7.2/1: "(...) the storage for these objects lasts until the bloc

[Bug inline-asm/30505] [4.2 regression] asm operand has impossible constraints.

2007-01-18 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-01-18 22:41 --- Except we did not do that in 3.3.x either. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30505

[Bug inline-asm/30505] [4.2 regression] asm operand has impossible constraints.

2007-01-18 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-01-18 22:40 --- I think the problem is that we don't combine (subreg:SI (reg:DI 63) 0) with (insn 11 10 12 2 (parallel [ (set (reg:DI 63) (lshiftrt:DI (reg:DI 61 [ dividend.0 ]) (co

[Bug inline-asm/30505] New: [4.2 regression] asm operand has impossible constraints.

2007-01-18 Thread pluto at agmk dot net
following testcase works fine with gcc-3.3/4.1: typedef unsigned long long uint64; typedef unsigned uint32; uint64 dividend; uint32 divisor; uint64 quotient; uint32 remainder; void div643264( ) { uint32 hQuotient; uint32 lQuotient; __asm__( "divl %5""\n\t" "movl %%

[Bug c++/30504] Error when linking. Trying to create a library

2007-01-18 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-01-18 22:12 --- How are you creating a library with -static? The command line you posted looks more like you are linking in all of libc, libgcc, libstdc++ which all seems wrong. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30

[Bug c++/30504] New: Error when linking. Trying to create a library

2007-01-18 Thread dams_napp at hotmail dot com
Hi, I am trying to create a C++ library and when doing a linking I am getting the following error. Here is the command g++ -static -static-libgcc -Wl,-bexpfull,-bnoentry,-brtl -o libAllocation.so *.o -L/vol.rtk/compilers/aix5.1.gcc-3.3/lib/gcc-lib/powerpc-ibm-aix5.1.0.0/3.3 -lgcc -lstdc++ -lc -l

[Bug libfortran/30415] MINLOC, MAXLOC missing for integer kinds 1 and 2

2007-01-18 Thread tkoenig at gcc dot gnu dot org
--- Comment #5 from tkoenig at gcc dot gnu dot org 2007-01-18 21:58 --- Fixed on trunk and 4.2. Closing. -- tkoenig at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/30415] MINLOC, MAXLOC missing for integer kinds 1 and 2

2007-01-18 Thread tkoenig at gcc dot gnu dot org
--- Comment #4 from tkoenig at gcc dot gnu dot org 2007-01-18 21:57 --- Subject: Bug 30415 Author: tkoenig Date: Thu Jan 18 21:56:53 2007 New Revision: 120932 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120932 Log: 2007-01-18 Thomas Koenig <[EMAIL PROTECTED]> Backp

[Bug bootstrap/30136] bootstrap fail for 4.3-20061209

2007-01-18 Thread rkrylov at mail dot ru
--- Comment #7 from rkrylov at mail dot ru 2007-01-18 19:53 --- I got same result with --with-cpu=athlon64 on gcc-4.3-20070112 snapshot. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30136

[Bug libfortran/22423] Warnings when building libgfortran

2007-01-18 Thread fxcoudert at gcc dot gnu dot org
--- Comment #11 from fxcoudert at gcc dot gnu dot org 2007-01-18 19:32 --- (In reply to comment #10) >So are you going to use the fix I proposed in comment 8? Yes. > Do you want me to > submit it to the patch mailing list first? No, it's been posted a few times already, and I've

[Bug c/30502] compiler inlines slightly invalid function without warning

2007-01-18 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-01-18 19:25 --- (In reply to comment #2) > > With '-fno-inline' compiler generates very useful warning - the return > stmt has been missing. > > This is my point. Right and this was fixed in 4.0.0 and above as shown by the warni

[Bug c/30502] compiler inlines slightly invalid function without warning

2007-01-18 Thread yakov at emc dot com
--- Comment #2 from yakov at emc dot com 2007-01-18 19:18 --- Subject: Re: compiler inlines slightly invalid function without warning gcc -O2 -Wall -c -fno-inline rtv.c rtv.c: In function `compute_tables_error_code': rtv.c:18: warning: control reaches end of non-void function gcc -O

[Bug libfortran/22423] Warnings when building libgfortran

2007-01-18 Thread howarth at nitro dot med dot uc dot edu
--- Comment #10 from howarth at nitro dot med dot uc dot edu 2007-01-18 19:18 --- FX, So are you going to use the fix I proposed in comment 8? Do you want me to submit it to the patch mailing list first? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22423

[Bug c/30503] ICE using phase 2 bootstrap output cc1 on tree.c

2007-01-18 Thread malitzke at metronets dot com
--- Comment #3 from malitzke at metronets dot com 2007-01-18 18:52 --- Prior to patclevel 12900 (about 12880) bootstrap failed even with O1 with segment error. For those dismissive folks who either say "It works for me" or claim that it is the submitters harware fault I can only aver th

[Bug libfortran/30007] libgfortran doesn't build for sh-elf

2007-01-18 Thread fxcoudert at gcc dot gnu dot org
--- Comment #6 from fxcoudert at gcc dot gnu dot org 2007-01-18 18:49 --- (In reply to comment #5) > __USER_LABEL_PREFIX__ should be a string already. > > so you just need: > extern void bar (void); > extern __typeof(bar) bar __asm__(__USER_LABEL_PREFIX__ "foo"); > void bar (void) { ;

[Bug c/30503] ICE using phase 2 bootstrap output cc1 on tree.c

2007-01-18 Thread malitzke at metronets dot com
--- Comment #2 from malitzke at metronets dot com 2007-01-18 18:38 --- Created an attachment (id=12920) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12920&action=view) Standard preprocessed file This file was created using the xgcc resulting from phase 2. I have another file tree

[Bug c/30503] ICE using phase 2 bootstrap output cc1 on tree.c

2007-01-18 Thread malitzke at metronets dot com
--- Comment #1 from malitzke at metronets dot com 2007-01-18 18:31 --- Created an attachment (id=12919) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12919&action=view) Detailed out using different optimization levels I also have similar output using Phase 1 cc1 (also at different

[Bug c/30503] New: ICE using phase 2 bootstrap output cc1 on tree.c

2007-01-18 Thread malitzke at metronets dot com
-languages=c,c++,fortran --with-cpu=pentium2 --with-system-zlib --enable-clocale=gnu Thread model: posix gcc version 4.3.0 20070118 (experimental) /var/tmp/gcc_r43/gcc.build.lnx14/gcc/cc1 -E -quiet -v -I. -I. -I../../gcc-4.3.0/gcc -I../../gcc-4.3.0/gcc/. -I../../gcc-4.3.0/gcc/../include -I../../gcc-4.3.0

[Bug middle-end/30421] incorrect warning when using firstprivate and lastprivate clauses

2007-01-18 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2007-01-18 18:23 --- Testing a fix. -- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unass

[Bug c++/17854] Accept statement expressions at top level

2007-01-18 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2007-01-18 18:10 --- *** Bug 30496 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/30496] Compilation errors when compiled with optimization flags

2007-01-18 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-01-18 18:10 --- Ok, what is happening here is that gettext is defined to be a statement expression with optimization. And in C++, right now, we don't allow a statement expression not be in a function (this is a silly constraint).

[Bug c++/30499] gcc segfault on linux kernel 2.6.17.10

2007-01-18 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-01-18 18:06 --- Can you rerun the command which is failing and add -save-temps and then attach the resulting .i file if the segfault appears? -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug c/29521] Confusing warning for return with expression in function returning void

2007-01-18 Thread patchapp at dberlin dot org
--- Comment #2 from patchapp at dberlin dot org 2007-01-18 18:05 --- Subject: Bug number PR 29521 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/2007-01/msg01533.html -- http://gcc.gnu.org/bugzilla/s

[Bug c/30502] compiler inlines slightly invalid function without warning

2007-01-18 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-01-18 18:00 --- I think you mean the following options: -O2 -Wall -Winline and with 4.0.0 and above I get: t.c:9: warning: control may reach end of non-void function 'compute_tables_error_code' being inlined or: t.c: In function 'co

[Bug libfortran/30498] Support traceback (backtrace) on errors

2007-01-18 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2007-01-18 17:59 --- (In reply to comment #0) > "It was mentionned on IRC tonight that Daniel Berlin has a library that > extracts line and file information from DWARF2 info. It's internal to Google, > but he > said he'll see if he c

[Bug libfortran/30007] libgfortran doesn't build for sh-elf

2007-01-18 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2007-01-18 17:52 --- __USER_LABEL_PREFIX__ should be a string already. so you just need: extern void bar (void); extern __typeof(bar) bar __asm__(__USER_LABEL_PREFIX__ "foo"); void bar (void) { ; } extern __typeof(bar) gee __attribute__

[Bug libfortran/22423] Warnings when building libgfortran

2007-01-18 Thread fxcoudert at gcc dot gnu dot org
--- Comment #9 from fxcoudert at gcc dot gnu dot org 2007-01-18 17:45 --- Once that last warning is fixed, I'd really like libgfortran to be built with -Werror by default, at least on linux systems (it's known to issue tons of warnings on some non-C99 systems, so we can't make it the de

[Bug bootstrap/30495] can't compile on AIX

2007-01-18 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-01-18 17:44 --- > I mean genattrtab is trying to allocate 4 gigs of mem No, that is how much it allocated overall, not how much is actually still in use. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30495

[Bug c/30475] assert(int+100 > int) optimized away

2007-01-18 Thread pinskia at gcc dot gnu dot org
--- Comment #29 from pinskia at gcc dot gnu dot org 2007-01-18 17:36 --- Oh and I meant "at", not get or []. at does bounds checking. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30475

[Bug libfortran/30007] libgfortran doesn't build for sh-elf

2007-01-18 Thread fxcoudert at gcc dot gnu dot org
--- Comment #4 from fxcoudert at gcc dot gnu dot org 2007-01-18 17:28 --- So, the reduced code looks like this: extern void bar (void); extern __typeof(bar) bar __asm__("foo"); void bar (void) { ; } extern __typeof(bar) gee __attribute__((__alias__("foo"))); Ian Lance Taylor gave me t

[Bug tree-optimization/30440] internal compiler error: in find_or_generate_expression, at tree-ssa-pre.c:1472

2007-01-18 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2007-01-18 17:20 --- (In reply to comment #11) > Any help? Yes to compile the snapshot (and SVN) you need bision. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30440

[Bug c/30502] New: compiler inlines slightly invalid function without warning

2007-01-18 Thread yakov at emc dot com
Reading specs from /bin/../lib/gcc/i686-pc-linux-gnu/3.4.6/specs Configured with: gcc/configure --enable-languages=c,c++ --disable-nls --disable-c-mbchar --disable-multilib --with-gnu-as --with-gnu-ld rtv.c --- extern int putchar (int c); static int __inlin

[Bug target/30485] ICE in rs6000_emit_vector_compare when building with -fno-trapping-math

2007-01-18 Thread jconner at gcc dot gnu dot org
--- Comment #2 from jconner at gcc dot gnu dot org 2007-01-18 16:45 --- Subject: Bug 30485 Author: jconner Date: Thu Jan 18 16:44:50 2007 New Revision: 120903 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120903 Log: 2007-01-18 Josh Conner <[EMAIL PROTECTED]> PR targ

[Bug target/30485] ICE in rs6000_emit_vector_compare when building with -fno-trapping-math

2007-01-18 Thread jconner at gcc dot gnu dot org
--- Comment #1 from jconner at gcc dot gnu dot org 2007-01-18 16:44 --- Subject: Bug 30485 Author: jconner Date: Thu Jan 18 16:44:03 2007 New Revision: 120902 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120902 Log: 2007-01-18 Josh Conner <[EMAIL PROTECTED]> PR targ

[Bug ada/30501] New: GNAT BUG BOX: 16-bit target & Standard.Integer

2007-01-18 Thread linux at schildmann dot info
[EMAIL PROTECTED]:~/tmp/GNAT_Test$ m32c-elf-gcc -v -gnatv -gnatS -S --RTS=rts integer_test.ads Using built-in specs. Target: m32c-elf Configured with: ../gcc-4.2-20070110/configure --target=m32c-elf --prefix=/home/psch/tmp/GNAT_Test/localinst --enable-languages=c,ada --disable-nls --disable-multili

[Bug rtl-optimization/323] optimized code gives strange floating point results

2007-01-18 Thread egon at heaven dot industries dot cz
--- Comment #88 from egon at heaven dot industries dot cz 2007-01-18 16:29 --- > const volatile double y2 = x + 1.0; I'd also favor this "selective" approach, because the instability is harmless in most cases. But it is dangerous sometimes, as mentioned in the binary search or when

[Bug c++/30500] New: pragma GCC system_header vs templates

2007-01-18 Thread pcarlini at suse dot de
I don't think we have an open PR for this "well known" issue so... As you can see, in the example below, the pragma is totally ineffective with templates, even when the involved types are non dependent. By the way, sad to say that, but the way ICC implements the GCC pragma for compatibility sake i

[Bug bootstrap/30495] can't compile on AIX

2007-01-18 Thread mircea_lutic at yahoo dot com
--- Comment #2 from mircea_lutic at yahoo dot com 2007-01-18 15:54 --- out of memory allocating 16 bytes after a total of 4161654796 bytes /etc/security/limits: default: fsize = 2097151 core = 2097151 cpu = -1 data = 262144 rss = 65536 st

[Bug c/30475] assert(int+100 > int) optimized away

2007-01-18 Thread felix-gcc at fefe dot de
--- Comment #28 from felix-gcc at fefe dot de 2007-01-18 15:23 --- Mhh, so I wondered, how can it be that the code is exactly as fast. So I disassembled the binary. You know what? IT'S THE EXACT SAME CODE. So, my conjecture is, again: your "optimization" does exactly NO good whatsoev

[Bug c/30475] assert(int+100 > int) optimized away

2007-01-18 Thread felix-gcc at fefe dot de
--- Comment #27 from felix-gcc at fefe dot de 2007-01-18 15:20 --- Oh, so C++ code using vector gets faster, you say? Let's see... This is vector.C from http://ptrace.fefe.de/vector.C It does some assignments to a vector. It runs the loop 10 times and takes the minimum cycle counter.

[Bug middle-end/20623] ICE: fold check: original tree changed by fold with --enable-checking=fold

2007-01-18 Thread ghazi at gcc dot gnu dot org
--- Comment #13 from ghazi at gcc dot gnu dot org 2007-01-18 14:42 --- 4.1.x branch still has the fold checking errors with labels: http://gcc.gnu.org/ml/gcc-testresults/2007-01/msg00699.html http://gcc.gnu.org/ml/gcc-testresults/2007-01/msg00700.html -- ghazi at gcc dot gnu dot org

[Bug fortran/30283] [4.2 and 4.1 only] Specification expression not properly recognized in declaration

2007-01-18 Thread pault at gcc dot gnu dot org
-- pault at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |pault at gcc dot gnu dot org |dot org

[Bug c++/30499] gcc segfault on linux kernel 2.6.17.10

2007-01-18 Thread dronord at gmail dot com
--- Comment #1 from dronord at gmail dot com 2007-01-18 14:32 --- version of compiler not exactly -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30499

[Bug c++/30499] New: gcc segfault on linux kernel 2.6.17.10

2007-01-18 Thread dronord at gmail dot com
Kernel was download from www.kernel.org Compile command is "fakeroot make-kpkg --initrd --append-to-version=-custom1 kernel_image kernel_headers" Error is: drivers/video/cirrusfb.c: In function ‘cirrusfb_set_par_foo’: drivers/video/cirrusfb.c:1573: internal compiler error: Se

[Bug fortran/30481] Accepts namelist-group object with assumed character length

2007-01-18 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2007-01-18 14:27 --- Confirmed. With this patch: Index: gcc/fortran/match.c === *** gcc/fortran/match.c (revision 120859) --- gcc/fortran/match.c (working copy)

[Bug tree-optimization/30440] internal compiler error: in find_or_generate_expression, at tree-ssa-pre.c:1472

2007-01-18 Thread jasonmbechtel at gmail dot com
--- Comment #11 from jasonmbechtel at gmail dot com 2007-01-18 13:48 --- I'm trying to build a more recent 4.1.2 so I can get this program compiled. Unfortunately, I am running into the same problem with the SVN checkout (as of 11pm 1/17/07, EST) and with the last two weekly snapshots

[Bug c/8268] no compile time array index checking

2007-01-18 Thread mueller at gcc dot gnu dot org
--- Comment #44 from mueller at gcc dot gnu dot org 2007-01-18 13:12 --- Fixed for 4.3. -- mueller at gcc dot gnu dot org changed: What|Removed |Added Statu

[Bug c/8268] no compile time array index checking

2007-01-18 Thread mueller at gcc dot gnu dot org
--- Comment #43 from mueller at gcc dot gnu dot org 2007-01-18 13:00 --- Subject: Bug 8268 Author: mueller Date: Thu Jan 18 13:00:33 2007 New Revision: 120898 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120898 Log: 2007-01-18 Dirk Mueller <[EMAIL PROTECTED]> · R

[Bug libfortran/29649] Force core dump on runtime library errors

2007-01-18 Thread burnus at gcc dot gnu dot org
--- Comment #15 from burnus at gcc dot gnu dot org 2007-01-18 12:56 --- Fixed in the trunk. Creating a backtrace is now PR 30498. -- burnus at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug libfortran/29649] Force core dump on runtime library errors

2007-01-18 Thread burnus at gcc dot gnu dot org
--- Comment #14 from burnus at gcc dot gnu dot org 2007-01-18 12:54 --- Subject: Bug 29649 Author: burnus Date: Thu Jan 18 12:54:11 2007 New Revision: 120897 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120897 Log: 2007-01-18 Francois-Xavier Coudert <[EMAIL PROTECTED]>

[Bug libfortran/30498] New: Support traceback (backtrace) on errors

2007-01-18 Thread burnus at gcc dot gnu dot org
+++ This bug was initially created as a clone of Bug #29649 +++ Running an application I got the following error Fortran runtime error: Attempt to allocate negative amount of memory. Possible integer overflow This is not very helpful in debugging, as it gives no clue as to where in the code it o

[Bug c/30497] compiling binutils 2.17 on aix fails with gcc 4.1.1

2007-01-18 Thread jorgen dot moth at uni-c dot dk
--- Comment #1 from jorgen dot moth at uni-c dot dk 2007-01-18 11:54 --- Created an attachment (id=12918) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12918&action=view) readelf.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30497

[Bug c/30497] New: compiling binutils 2.17 on aix fails with gcc 4.1.1

2007-01-18 Thread jorgen dot moth at uni-c dot dk
-bash-3.00$ gcc -v Using built-in specs. Target: powerpc-ibm-aix5.3.0.0 Configured with: /data1/JM/gcc-4.1.1/configure --prefix=/usr/unic/libexec/gcc/4.1.1 --enable-languages=c,c++ --disable-nls Thread model: aix gcc version 4.1.1 -bash-3.00$ gcc -save-temps -DHAVE_CONFIG_H -I. -I.././binutils -I.

[Bug tree-optimization/22415] [4.0 Regression] ICE in coalesce_abnormal_edges

2007-01-18 Thread gdr at gcc dot gnu dot org
--- Comment #11 from gdr at gcc dot gnu dot org 2007-01-18 11:45 --- fixed in GCC-4.1.0 not release critical for GCC-4.0.x -- gdr at gcc dot gnu dot org changed: What|Removed |Added --

[Bug tree-optimization/22360] [4.0 Regression] upper_bound_in_type and lower_bound_in_type are buggy

2007-01-18 Thread gdr at gcc dot gnu dot org
--- Comment #7 from gdr at gcc dot gnu dot org 2007-01-18 11:44 --- Fixed in GCC-4.1.1 not release critcal for GCC-4.0.x -- gdr at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/22297] [4.0/4.1/4.2/4.3 Regression] missing uninitialization warning

2007-01-18 Thread gdr at gcc dot gnu dot org
--- Comment #5 from gdr at gcc dot gnu dot org 2007-01-18 11:43 --- nnot release critical for GCC-4.0.x -- gdr at gcc dot gnu dot org changed: What|Removed |Added Targe

[Bug c++/22252] [4.0 Regression] pragma interface/implementation still break synthesized methods

2007-01-18 Thread gdr at gcc dot gnu dot org
--- Comment #12 from gdr at gcc dot gnu dot org 2007-01-18 11:42 --- not release critical for GCC-4.0.x -- gdr at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/22077] [4.0 Regression] vec_all_eq does not produce good result

2007-01-18 Thread gdr at gcc dot gnu dot org
--- Comment #16 from gdr at gcc dot gnu dot org 2007-01-18 11:42 --- not release critical for GCC-4.0.x -- gdr at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/21659] [4.0/4.1/4.2/4.3 Regression] [unit-at-a-time] "weak declaration must precede definition" error missing at >= O1

2007-01-18 Thread gdr at gcc dot gnu dot org
--- Comment #5 from gdr at gcc dot gnu dot org 2007-01-18 11:41 --- not release critical for GCC-4.0.x -- gdr at gcc dot gnu dot org changed: What|Removed |Added Target

[Bug tree-optimization/21548] [4.0 regression] Wrong warning about uninitialized variable

2007-01-18 Thread gdr at gcc dot gnu dot org
--- Comment #15 from gdr at gcc dot gnu dot org 2007-01-18 11:40 --- Won't fix for GCC-4.0.x -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug c++/30496] Compilation errors when compiled with optimization flags

2007-01-18 Thread csandu4096 at gmail dot com
--- Comment #2 from csandu4096 at gmail dot com 2007-01-18 10:51 --- Created an attachment (id=12917) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12917&action=view) Error.s -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30496

[Bug c++/30496] Compilation errors when compiled with optimization flags

2007-01-18 Thread csandu4096 at gmail dot com
--- Comment #1 from csandu4096 at gmail dot com 2007-01-18 10:51 --- Created an attachment (id=12916) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12916&action=view) Error.ii -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30496

[Bug c++/30496] New: Compilation errors when compiled with optimization flags

2007-01-18 Thread csandu4096 at gmail dot com
When I compile the following code with optimization flags (O1, O2, O3, Os) I get compilation errors. If the code is compiled without optimizations (-g, -O0) then everything is ok. Error.cpp : #include #define _(x) gettext(x) typedef struct { int code; const char* p_str; } ErrorStr; sta

[Bug bootstrap/30495] can't compile on AIX

2007-01-18 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-01-18 10:18 --- >From http://gcc.gnu.org/install/specific.html: “out of memory” bootstrap failures may indicate a problem with process resource limits (ulimit). Hard limits are configured in the /etc/security/limits system configura

[Bug middle-end/30494] ICE with VLA and openmp

2007-01-18 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-01-18 10:13 --- Confirmed, reduced testcase (I thought I had asked about this interaction before): int Birkhoff_with_Vol_para(int n) { int I; #pragma omp for for(I = 0; I < 6; I++) { int v[n];

[Bug bootstrap/30495] New: can't compile on AIX

2007-01-18 Thread mircea_lutic at yahoo dot com
with both 4.1.0 and 4.1.1. at cc -g -DIN_GCC -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genattrtab \ build/genattrtab.o build/genautomata.o \ build/rtl.o build/read-rtl.o build/ggc-none.o build/min-insn-modes.o build/gensupport.o build/insn-conditions.o build/print-rtl.o b

[Bug middle-end/28071] [4.1 regression] A file that can not be compiled in reasonable time/space

2007-01-18 Thread hubicka at ucw dot cz
--- Comment #59 from hubicka at ucw dot cz 2007-01-18 09:51 --- Subject: Re: [4.1 regression] A file that can not be compiled in reasonable time/space Hi, just as heads up, the early inlining change made inliner to now fully inline to the function at -O2 (orignally we stopped because o