[Bug middle-end/33581] OpenMP segmentation fault

2007-09-29 Thread spollmann at gmail dot com
--- Comment #4 from spollmann at gmail dot com 2007-09-29 07:04 --- (In reply to comment #3) > What happens if you don't use -static? if static is not used (and the LD_LIBRARY_PATH points to the correct location ;) the program seems to execute correctly. -- http://gcc.gnu.org/bugzi

[Bug middle-end/33581] OpenMP segmentation fault

2007-09-29 Thread spollmann at gmail dot com
--- Comment #5 from spollmann at gmail dot com 2007-09-29 07:10 --- (In reply to comment #4) > (In reply to comment #3) > > What happens if you don't use -static? > if static is not used (and the LD_LIBRARY_PATH points to the correct location > ;) > the program seems to execute correctly

[Bug fortran/33354] [4.2 only] MINLOC in combination with SUM gives wrong result

2007-09-29 Thread tobi at gcc dot gnu dot org
--- Comment #4 from tobi at gcc dot gnu dot org 2007-09-29 07:57 --- Subject: Bug 33354 Author: tobi Date: Sat Sep 29 07:57:37 2007 New Revision: 128882 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128882 Log: PR fortran/33354 * gfortran.dg/minmaxloc_4.f90: New. Added: tr

[Bug fortran/33354] [4.2 only] MINLOC in combination with SUM gives wrong result

2007-09-29 Thread tobi at gcc dot gnu dot org
--- Comment #5 from tobi at gcc dot gnu dot org 2007-09-29 08:00 --- I added a testcase for this. Can this bug be closed or does anyone feel strongly enough about it to fix it in 4.2? -- tobi at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/33587] New: INIT_SECTION_ASM_OP defined twice in tm.texi

2007-09-29 Thread kai-gcc-bugs at khms dot westfalen dot de
Line 6399: @defmac INIT_SECTION_ASM_OP If defined, a C expression whose value is a string, including spacing, containing the assembler operation to identify the following data as initialization code. If not defined, GCC will assume such a section does not exist. This section has no corresponding

[Bug target/33587] INIT_SECTION_ASM_OP defined twice in tm.texi

2007-09-29 Thread kai-gcc-bugs at khms dot westfalen dot de
--- Comment #1 from kai-gcc-bugs at khms dot westfalen dot de 2007-09-29 08:35 --- Forgot to mention, this is revision 127595. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33587

[Bug fortran/33566] fortran : wrong rank of derived type parameters array components

2007-09-29 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2007-09-29 08:48 --- (In reply to comment #1) This causes one regression - data_components_1.f90. I either have to check if the reference is not constant or to try to simplify the expression and see if the result is constant. Paul --

[Bug middle-end/33581] OpenMP segmentation fault

2007-09-29 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2007-09-29 08:50 --- (In reply to comment #5) > I didn't think that -static was causing the problem since the application > seems > to execute correctly with the -m32 option removed, and with the -static > remaining. glibc is slightly

[Bug fortran/33566] fortran : wrong rank of derived type parameters array components

2007-09-29 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2007-09-29 09:21 --- (In reply to comment #2) I take that back - I had to copy the patch by hand and, inevitably, got it wrong. I'll regtest over again and then submit it. Je te remercie, Mikael! Paul -- http://gcc.gnu.org/bugzill

[Bug fortran/33566] fortran : wrong rank of derived type parameters array components

2007-09-29 Thread patchapp at dberlin dot org
--- Comment #4 from patchapp at dberlin dot org 2007-09-29 09:40 --- Subject: Bug number PR33566 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-09/msg02054.html -- http://gcc.gnu.org/bugzilla/sh

[Bug libfortran/33583] FAIL: gfortran.dg/gamma_1.f90

2007-09-29 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2007-09-29 12:45 --- libgfortran in general assumes that a full C99 runtime is available. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33583

[Bug fortran/33584] FAIL: gfortran.dg/integer_exponentiation_4.f90 -O (internal compiler error)

2007-09-29 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2007-09-29 12:48 --- GNU MP: Cannot reallocate memory (old_size=4 new_size=268435472) this looks like a GMP bug, not a GCC bug [GCC doesn't even use GMP, only MPFR which is used does]. What's your GMP version? Try updating to the late

[Bug fortran/33354] [4.2 only] MINLOC in combination with SUM gives wrong result

2007-09-29 Thread tkoenig at gcc dot gnu dot org
--- Comment #6 from tkoenig at gcc dot gnu dot org 2007-09-29 13:12 --- (In reply to comment #5) > I added a testcase for this. Thanks! > Can this bug be closed or does anyone feel > strongly enough about it to fix it in 4.2? If we can identify which patch fixed this, I'd be in favor

[Bug libfortran/33583] FAIL: gfortran.dg/gamma_1.f90

2007-09-29 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #2 from dave at hiauly1 dot hia dot nrc dot ca 2007-09-29 16:15 --- Subject: Re: FAIL: gfortran.dg/gamma_1.f90 > libgfortran in general assumes that a full C99 runtime is available. lgamma and lgamma_r are available, so it should be possible to fudge a f version. This is

[Bug c++/33588] New: gcc warns of (char*) conversion on client-side varargs funcs

2007-09-29 Thread stephan at s11n dot net
(i submitted this via gccbugs, but the script gave me no feedback about whether the report was actually sent or not, so i'm re-posting here.) gcc 4.2.1 appears to incorrectly(?) give a warning when a client-written varargs func is passed a string literal (e.g. __FILE__) as one of the arguments. e.

[Bug c++/33588] gcc warns of (char*) conversion on client-side varargs funcs

2007-09-29 Thread stephan at s11n dot net
--- Comment #1 from stephan at s11n dot net 2007-09-29 16:31 --- Created an attachment (id=14266) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14266&action=view) Demonstrates the problem. Demonstrates this seeming bug, including the discrepancy between client-defined varargs func

[Bug libfortran/33583] FAIL: gfortran.dg/gamma_1.f90

2007-09-29 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #3 from dave at hiauly1 dot hia dot nrc dot ca 2007-09-29 16:47 --- Subject: Re: FAIL: gfortran.dg/gamma_1.f90 > Subject: Re: FAIL: gfortran.dg/gamma_1.f90 > > > libgfortran in general assumes that a full C99 runtime is available. It was the fortran frontend that genera

[Bug ada/32299] 4.3-20070608 gnat bug detected in gimplify_addr_expr, at gimplify.c:3919

2007-09-29 Thread oliver dot kellogg at eads dot com
--- Comment #1 from oliver dot kellogg at eads dot com 2007-09-29 17:10 --- No longer crashes for me using r128881 (4.3.0 20070929) -- oliver dot kellogg at eads dot com changed: What|Removed |Added

[Bug c++/33589] New: [4.3 regression] ICE on valid code at -O2: verify_flow_info failed

2007-09-29 Thread a dot chavasse at gmail dot com
g++43 -v output: Using built-in specs. Target: x86_64-unknown-linux-gnu Configured with: ../gcc/configure --program-suffix=43 --disable-multilib --enable-languages=c,c++ Thread model: posix gcc version 4.3.0 20070929 (experimental) (GCC) Built from svn trunk, revision 128885 Compiling this

[Bug c++/33588] gcc warns of (char*) conversion on client-side varargs funcs

2007-09-29 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-09-29 18:04 --- va_list on the target you are using just happens to be a char* and not a seperate type. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33588

[Bug c++/33590] New: c++ crash in KDE's qca module

2007-09-29 Thread dancecile at gmail dot com
Running c++ on Kubuntu Fiesty Fawn, with gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4). c++ crashes while processes the file, saying "c++: Internal error: Killed (program cc1plus)" The command is: /usr/bin/c++ -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wp

[Bug libmudflap/33591] New: mudflap gives warnings exceeding bounds on valid code, when using readdir(2) on large directories

2007-09-29 Thread edwintorok at gmail dot com
When reading entries of a directory with readdir() on a directory containing many files, mudflap gives warning about out-of-bound writes. mudflap.c: MF_VALIDATE_EXTENT (p, sizeof (*p), __MF_CHECK_WRITE, "readdir result"); mudflap checks that the entire struct dirent is writable, however the size

[Bug libmudflap/33591] mudflap gives warnings exceeding bounds on valid code, when using readdir(2) on large directories

2007-09-29 Thread edwintorok at gmail dot com
--- Comment #1 from edwintorok at gmail dot com 2007-09-29 18:10 --- Created an attachment (id=14267) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14267&action=view) preprocessed C program to reproduce bug -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33591

[Bug c++/33590] c++ crash in KDE's qca module

2007-09-29 Thread dancecile at gmail dot com
--- Comment #1 from dancecile at gmail dot com 2007-09-29 18:35 --- Created an attachment (id=14268) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14268&action=view) "the preprocessed file (*.i*) that triggers the bug" Here's the .ii file that was generated (uncompressed 1.8 MB, t

[Bug target/33592] New: FAIL: gfortran.dg/array_constructor_11.f90 -O1 execution test

2007-09-29 Thread danglin at gcc dot gnu dot org
Executing on host: /test/gnu/gcc/objdir/gcc/testsuite/gfortran/../../gfortran -B /test/gnu/gcc/objdir/gcc/testsuite/gfortran/../../ /test/gnu/gcc/gcc/gcc/testsui te/gfortran.dg/array_constructor_11.f90 -O0 -pedantic-errors -L/test/gnu/gc c/objdir/hppa64-hp-hpux11.11/./libgfortran/.libs -L/test

[Bug target/33592] FAIL: gfortran.dg/array_constructor_11.f90 -O1 execution test

2007-09-29 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2007-09-29 19:00 --- Operating system error: Not a typewriter Out of memory uhm, this doesn't make too much sense. Can you debug this? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33592

[Bug c++/33590] c++ crash in KDE's qca module

2007-09-29 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2007-09-29 19:01 --- c++: Internal error: Killed (program cc1plus) something killed g++, likely your system ran out of memory. Consult output of 'dmesg'. -- rguenth at gcc dot gnu dot org changed: What|Removed

[Bug treelang/33593] New: tree-outof-ssa moves sources of non-call exceptions past sequence points

2007-09-29 Thread rsandifo at gcc dot gnu dot org
tree-outof-ssa can move potentially-trapping operations across what were sequence points, even when compiled with -fnon-call-exceptions. E.g., consider the following C++ code, compiled with -fnon-call-exceptions: #include

[Bug tree-optimization/33593] tree-outof-ssa moves sources of non-call exceptions past sequence points

2007-09-29 Thread rsandifo at gcc dot gnu dot org
--- Comment #1 from rsandifo at gcc dot gnu dot org 2007-09-29 19:05 --- Assigning to Diego as he already has a patch (thanks!) -- rsandifo at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug middle-end/33589] [4.3 regression] ICE on valid code at -O2: verify_flow_info failed

2007-09-29 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2007-09-29 19:05 --- Confirmed. Happens after final_cleanup of the following function: ;; Function void somefunction() (_Z12somefunctionv) void somefunction() () { # BLOCK 2 freq:1 # PRED: ENTRY [100.0%] (fallthru,exec) som

[Bug tree-optimization/33593] tree-outof-ssa moves sources of non-call exceptions past sequence points

2007-09-29 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-09-29 19:05 --- 1 / 0; that does not aways trap. on ppc an undefined value is returned. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33593

[Bug tree-optimization/33593] tree-outof-ssa moves sources of non-call exceptions past sequence points

2007-09-29 Thread dnovillo at google dot com
--- Comment #3 from dnovillo at google dot com 2007-09-29 19:08 --- Subject: Re: tree-outof-ssa moves sources of non-call exceptions past sequence points On 29 Sep 2007 19:05:20 -, pinskia at gcc dot gnu dot org <[EMAIL PROTECTED]> wrote: > 1 / 0; > > that does not aways trap. on

[Bug tree-optimization/33593] tree-outof-ssa moves sources of non-call exceptions past sequence points

2007-09-29 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2007-09-29 19:08 --- I think 1/0 should not be marked as throwing though as it is target dependent if it actually will trap or not. In fact as I mentioned on PPC, it does not trap. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=335

[Bug c++/33590] c++ crash in KDE's qca module

2007-09-29 Thread dancecile at gmail dot com
--- Comment #3 from dancecile at gmail dot com 2007-09-29 19:33 --- wow, thanks :) dmesg was full of low memory stuff, and it turns out my swap wasn't mounted so thanks for pointing this out quick. i ran the compile again and it worked ok. looking at my memory consumption, i saw that cc

[Bug c/33594] New: Local (stack) arrays not aligned on word boundaries

2007-09-29 Thread amruth dot laxman at nsn dot com
gcc version: 4.2.1 (also occurs with versions as early as 4.0.2) configured with: ../gcc-4.2.1/configure --enable-languages=c,c++ With gcc 4.x, local variable arrays declared on the stack are no longer aligned at word boundaries. For example: void somefunc() { ... char buf[100]; ... } In gcc 3

[Bug c/33594] Local (stack) arrays not aligned on word boundaries

2007-09-29 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2007-09-29 20:03 --- As you say, you cannot rely on alignment > 1 for an array of char. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/22605] Alignment of struct on stack is no longer the maxium alignment

2007-09-29 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2007-09-29 20:06 --- As of comment #2 this is a possible enhancement for non -Os (or stack saving mode) on STRICT_ALIGNMENT targets. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c/33594] Local (stack) arrays not aligned on word boundaries

2007-09-29 Thread amruth dot laxman at nsn dot com
--- Comment #2 from amruth dot laxman at nsn dot com 2007-09-29 20:12 --- Two questions: - why change the behavior of gcc from 3.x to 4.x? - is there any harm in adding alignment for arrays? If not, can we make this an enhancement request? -- http://gcc.gnu.org/bugzilla/show_bug.cg

[Bug target/33592] FAIL: gfortran.dg/array_constructor_11.f90 -O1 execution test

2007-09-29 Thread danglin at gcc dot gnu dot org
--- Comment #2 from danglin at gcc dot gnu dot org 2007-09-29 20:18 --- realloc is called with a NULL pointer and 0 size. realloc (0, 0) returns NULL. This causes _gfortran_os_error to get called and the above error to get printed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=335

[Bug c/33594] Local (stack) arrays not aligned on word boundaries

2007-09-29 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-09-29 20:40 --- You should able to use the attribute aligned to get what you want. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33594

[Bug middle-end/22605] Alignment of struct on stack is no longer the maxium alignment

2007-09-29 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2007-09-29 20:42 --- if you want aligned arrays use attribute aligned. Now GCC should automatically doing it for non -Os/stack saving mode for optimization reasons but other than that, you cannot depend on the alignment. -- http://

[Bug fortran/33375] ICE (segfault) gfortran.dg/common_6.f90

2007-09-29 Thread danglin at gcc dot gnu dot org
--- Comment #3 from danglin at gcc dot gnu dot org 2007-09-29 20:42 --- Also occurs on hppa64-hp-hpux11.11. -- danglin at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/33595] New: FAIL: gfortran.dg/nint_2.f90 -O0 execution test

2007-09-29 Thread danglin at gcc dot gnu dot org
Executing on host: /test/gnu/gcc/objdir/gcc/testsuite/gfortran/../../gfortran -B/test/gnu/gcc/objdir/gcc/testsuite/gfortran/../../ /test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/nint_2.f90 -O0 -pedantic-errors -L/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libgfortran/.libs -L/test/gnu/gcc/objdir/h

[Bug fortran/33596] New: ICE on ppc-darwin with ISNAN

2007-09-29 Thread fxcoudert at gcc dot gnu dot org
$ cat o1.f90 print *, isnan (0.) end $ gfortran o1.f90 o1.f90: In function 'MAIN__': o1.f90:1: internal compiler error: in expand_expr_addr_expr_1, at expr.c:6830 The backtrace is: #0 fancy_abort (file=0x81818c "../../trunk/gcc/expr.c", line=6830, function=0x818638 "expand_expr_addr_expr_1") a

[Bug fortran/33596] ICE on ppc-darwin with ISNAN

2007-09-29 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |fxcoudert at gcc dot gnu dot |dot org

[Bug libffi/28313] libffi has not been ported to mips64-linux-gnu

2007-09-29 Thread daney at gcc dot gnu dot org
-- daney at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28313

[Bug target/32437] [4.3 Regression] MIPS: FAIL in gcc.dg/cleanup-[8|9|10|11].c

2007-09-29 Thread daney at gcc dot gnu dot org
-- daney at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32437

[Bug target/32406] [4.3 Regression] MIPS: FAIL in nestfunc-6.c at -O3

2007-09-29 Thread daney at gcc dot gnu dot org
-- daney at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32406

[Bug c/33597] New: Internal compiler error while compiling libswcale from ffmpeg

2007-09-29 Thread ismail at pardus dot org dot tr
Specs: Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../configure --prefix=/usr/lib/gcc-snapshot --disable-libgcj --disable-libssp --disable-nls --disable-werror --disable-checking --enable-clocale=gnu --enable-__cxa_atexit --enable-languages=c,c++,fortran,objc --enable-libstdcx

[Bug c/33597] Internal compiler error while compiling libswcale from ffmpeg

2007-09-29 Thread ismail at pardus dot org dot tr
--- Comment #1 from ismail at pardus dot org dot tr 2007-09-29 22:58 --- Created an attachment (id=14269) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14269&action=view) rgb2rgb.s produced with -save-temps -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33597

[Bug middle-end/33597] Internal compiler error while compiling libswcale from ffmpeg

2007-09-29 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-09-29 22:59 --- The .i file is important and not the .s file. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33597

[Bug middle-end/33597] Internal compiler error while compiling libswcale from ffmpeg

2007-09-29 Thread ismail at pardus dot org dot tr
--- Comment #3 from ismail at pardus dot org dot tr 2007-09-29 23:03 --- Created an attachment (id=14270) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14270&action=view) Corresponding *.i file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33597

[Bug libfortran/32841] [4.3 regression] HUGE(1.0_16) output as +Infinity on ppc-darwin8

2007-09-29 Thread fxcoudert at gcc dot gnu dot org
--- Comment #24 from fxcoudert at gcc dot gnu dot org 2007-09-29 23:15 --- First, I should note that this doesn't affect real kinds 4 and 8, due to Jerry's per-kind I/O change; this bug now only shows up for real(kind=16). Second, this is a problem with huge(0._16) not being equal to LD

[Bug libfortran/32841] [4.3 regression] HUGE(1.0_16) output as +Infinity on ppc-darwin8

2007-09-29 Thread fxcoudert at gcc dot gnu dot org
--- Comment #25 from fxcoudert at gcc dot gnu dot org 2007-09-29 23:20 --- I should have posted my reduced testcase, so that I don't lose it: real(16) :: y y=huge(y) write(*,"(G60.50E4)") y write(*,"(G60.50E4)") nearest(y,1.) end -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3284

[Bug libfortran/33253] namelist: reading back a string with apostrophe

2007-09-29 Thread jvdelisle at gcc dot gnu dot org
--- Comment #11 from jvdelisle at gcc dot gnu dot org 2007-09-30 01:58 --- It turns out that the original patch for this bug is probably what we want. Unfortunately it uncovers a nasty latent bug where an extraneous namelist read is attempted. It only seems to occur with multiple leve

[Bug c/33598] New: gcc 4.2.1 ignores GNU LD in Solaris 9

2007-09-29 Thread dhaliK at jla dot rutgers dot edu
We recently upgraded to 4.2.1 and noticed an immediate issue. After compiling gcc for sparcv9 and specifically setting --with-ld=/usr/local/gnu/bin/ld, whenever gcc actually runs it internally calls the Sun linker and therefore dies with unknown options. A simple "hello world" refuses to build beca

[Bug c/33594] Local (stack) arrays not aligned on word boundaries

2007-09-29 Thread amruth dot laxman at nsn dot com
--- Comment #4 from amruth dot laxman at nsn dot com 2007-09-29 23:58 --- You're right - I can use aligned, but I will have to search through 100,000+ lines of code to find all the places that character arrays are used and then add the aligned directive. A lot of this code is open-sourc

[Bug c++/33094] [4.2/4.3 Regression] ICE on valid C++ virtual template static member in anonymous namespace

2007-09-29 Thread jason at gcc dot gnu dot org
--- Comment #6 from jason at gcc dot gnu dot org 2007-09-30 02:41 --- Subject: Bug 33094 Author: jason Date: Sun Sep 30 02:41:39 2007 New Revision: 128890 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128890 Log: PR c++/33094 * decl.c (make_rtl_for_nonlocal_decl