[Bug target/39939] MinGW 4.3.0 fails to link sample programme.

2009-04-29 Thread julian1844 at yahoo dot com
--- Comment #8 from julian1844 at yahoo dot com 2009-04-30 06:38 --- (In reply to comment #7) > ok, mingw should be linking against libpthreads with -fopenmp (it should also > be linking against libgomp also) > > I don't think libgomp has been ported to mingw yet. > I wonder if the so

[Bug fortran/39971] kinds.h fails at building libgfortran

2009-04-29 Thread kargl at gcc dot gnu dot org
--- Comment #1 from kargl at gcc dot gnu dot org 2009-04-30 05:52 --- Change Severity to normal. Fortran bugs are never major. AFAIK, there will be no further releases from the gcc-4.1.x branch, so it is highly unlikely that this bug will be fixed. gcc-4.4.0 was released a week or so

[Bug target/39939] MinGW 4.3.0 fails to link sample programme.

2009-04-29 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2009-04-30 05:02 --- ok, mingw should be linking against libpthreads with -fopenmp (it should also be linking against libgomp also) I don't think libgomp has been ported to mingw yet. -- pinskia at gcc dot gnu dot org changed:

[Bug middle-end/39972] [4.5 Regression] 465.tonto in SPEC CPU 2006 is miscompiled

2009-04-29 Thread hjl dot tools at gmail dot com
--- Comment #1 from hjl dot tools at gmail dot com 2009-04-30 04:57 --- I got Running 465.tonto ref base o3 default Error with '/export/gnu/import/rrs/spec/2006/spec/bin/specinvoke -E -d /export/g nu/import/rrs/spec/2006/spec/benchspec/CPU2006/465.tonto/run/run_base_ref_o3.000 0 -c 1

[Bug middle-end/39973] New: [4.5 Regression] 416.gamess in SPEC CPU 2006 is miscompiled

2009-04-29 Thread hjl dot tools at gmail dot com
On Linux/Intel64, revision 146991 miscompiles 416.gamess in SPEC CPU 2006 with -O3 -msse2 -mfpmath=sse -ffast-math -funroll-loops -m32 I got Running 416.gamess ref base o3 default 416.gamess: copy #0 non-zero return code (rc=0, signal=11) Contents of

[Bug middle-end/39972] New: [4.5 Regression] 465.tonto in SPEC CPU 2006 is miscompiled

2009-04-29 Thread hjl dot tools at gmail dot com
On Linux/Intel64, revision 146920 miscompiles 465.tonto in SPEC CPU 2006 with -O3 -msse2 -mfpmath=sse -ffast-math -funroll-loops -m32 revision 146799 is OK. -- Summary: [4.5 Regression] 465.tonto in SPEC CPU 2006 is miscompiled Product: gcc

[Bug libgomp/39939] MinGW 4.3.0 fails to link sample programme.

2009-04-29 Thread julian1844 at yahoo dot com
--- Comment #6 from julian1844 at yahoo dot com 2009-04-30 04:49 --- (In reply to comment #4) > Your libpthreads is doing something wrong. > Re. comment 5 The command was actually gcc -fopemnp test.c -lgomp -o test.exe -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39939

[Bug libgomp/39939] MinGW 4.3.0 fails to link sample programme.

2009-04-29 Thread julian1844 at yahoo dot com
--- Comment #5 from julian1844 at yahoo dot com 2009-04-30 04:42 --- Let us forget everything about libpthread. MinGW fails to link the sample programme at the command gcc -fopemnp test.c -gomp -o test.exe The error messages I get are: c:/mingw/bin/../lib/gcc/mingw32/4.3.0/libgomp.a(para

[Bug bootstrap/39739] Bootstrapping with in-tree mpfr-2.4.1 and --with-gmp=... errors

2009-04-29 Thread ghazi at gcc dot gnu dot org
--- Comment #4 from ghazi at gcc dot gnu dot org 2009-04-30 03:22 --- Fixed. -- ghazi at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug middle-end/39969] [4.5 Regression] Revision 146831 caused many test failures on Linux/ia64

2009-04-29 Thread hjl dot tools at gmail dot com
--- Comment #3 from hjl dot tools at gmail dot com 2009-04-30 02:53 --- Oops. Fixed as of revision 146984. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39969

[Bug middle-end/39969] [4.5 Regression] Revision 146831 caused many test failures on Linux/ia64

2009-04-29 Thread hjl dot tools at gmail dot com
--- Comment #2 from hjl dot tools at gmail dot com 2009-04-30 02:53 --- Fixed as of revision 146941. -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug middle-end/36416] internal compiler error: in simplify_subreg_concatn, at lower-subreg.c:398

2009-04-29 Thread permezel at mac dot com
--- Comment #6 from permezel at mac dot com 2009-04-30 02:22 --- Created an attachment (id=17782) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17782&action=view) lets try again -- permezel at mac dot com changed: What|Removed |Added

[Bug tree-optimization/39960] [4.5 Regression] struct-reorg is broken

2009-04-29 Thread hp at gcc dot gnu dot org
--- Comment #1 from hp at gcc dot gnu dot org 2009-04-30 01:25 --- Confirmed at r146982 for cris-elf. -- hp at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/39959] [4.5 Regression] IMA is broken

2009-04-29 Thread hp at gcc dot gnu dot org
--- Comment #3 from hp at gcc dot gnu dot org 2009-04-30 01:24 --- (In reply to comment #2) > I see what appears as the same bug for gcc.dg/struct/wo_prof_double_malloc.c Woops, ok, I noticed that's PR39960. Ignore this and the previous comments. :) -- http://gcc.gnu.org/bugzilla/

[Bug fortran/39971] New: kinds.h fails at building libgfortran

2009-04-29 Thread gustcr at yahoo dot com dot ar
I am having a problem similar to that reported on bug #35471 trying to build gfortran. Relevant part where it fails follows after the line. I am using gcc-3.4.6, which I have compiled without problems starting from gcc-2.95. Also using binutils 2.18 and gmp-4.2.4 and mpfr-2.4.1, with the configure

[Bug tree-optimization/39955] [4.5 Regression] struct-layout-1 test failures passing struct containing _Decimal32

2009-04-29 Thread matz at gcc dot gnu dot org
--- Comment #11 from matz at gcc dot gnu dot org 2009-04-30 00:43 --- The compiler I configured on a powerpc64 host with the options you use doesn't exhibit the execute.exp fails from comment #7 for me. Neither with unix/-m32 nor with unix/-m64 . When I configure a compiler for a power

[Bug bootstrap/39968] [4.5 Regression] ./plugin-version.h:11: error: 'gcc_version' defined but not used

2009-04-29 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2009-04-30 00:40 --- Really I think plugin support is flawed. There should really be a shared library which the plugins link against and this library is what the main GCC links against too. -- http://gcc.gnu.org/bugzilla/show_bug

[Bug bootstrap/39968] [4.5 Regression] ./plugin-version.h:11: error: 'gcc_version' defined but not used

2009-04-29 Thread lcwu at gcc dot gnu dot org
--- Comment #2 from lcwu at gcc dot gnu dot org 2009-04-30 00:34 --- The sole use of gcc_version in plugin.c is in function try_init_one_plugin, which is guarded by the macro ENABLE_PLUGIN. Since ENABLE_PLUGIN is set to 0 on the Darwin systems, the function was compiled out. I think we n

[Bug c/39959] [4.5 Regression] IMA is broken

2009-04-29 Thread hp at gcc dot gnu dot org
--- Comment #2 from hp at gcc dot gnu dot org 2009-04-30 00:24 --- I see what appears as the same bug for gcc.dg/struct/wo_prof_double_malloc.c too, so I won't open a separate PR for that regression: Running /tmp/hpautotest-gcc1/gcc/gcc/testsuite/gcc.dg/struct/struct-reorg.exp ... XPASS

[Bug c/39959] [4.5 Regression] IMA is broken

2009-04-29 Thread hp at gcc dot gnu dot org
--- Comment #1 from hp at gcc dot gnu dot org 2009-04-30 00:16 --- Noticed on cris-elf too, once the build issues were resolved. Thus I don't have a better certain regression-range than 146694:146982, but with a previous patch by Matz I didn't see this at 146828, so perhaps it's 146828:1

[Bug testsuite/39776] FAIL: g++.dg/ext/altivec-15.C

2009-04-29 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2009-04-29 23:59 --- The testcase was added for an internal compiler error, so there's no problem removing the last two dg-error directives. -- janis at gcc dot gnu dot org changed: What|Removed |Add

[Bug c++/39970] New: gcc accepts the . dot operator in template arguments

2009-04-29 Thread bbnickell at gmail dot com
The following reproducer violates ISO/IEC 14882:2003 [14.3.2p1] class blah { int member; }; blah global; // global template class template_blah { /* blah */ }; Thanks, -=brandon=- -- Summary: gcc accepts the . dot operator in template arguments Product: gcc Ve

[Bug bootstrap/39968] [4.5 Regression] ./plugin-version.h:11: error: 'gcc_version' defined but not used

2009-04-29 Thread pinskia at gmail dot com
--- Comment #1 from pinskia at gmail dot com 2009-04-29 23:13 --- Subject: Re: New: [4.5 Regression] ./plugin-version.h:11: error: 'gcc_version' defined but not used Looks like this failson non elf hosts (well darwin supports dlopen so I don't understand why it fails on darwin). Se

Re: [Bug bootstrap/39968] New: [4.5 Regression] ./plugin-version.h:11: error: 'gcc_version' defined but not used

2009-04-29 Thread Andrew Thomas Pinski
Looks like this failson non elf hosts (well darwin supports dlopen so I don't understand why it fails on darwin). Sent from my iPhone On Apr 29, 2009, at 10:19 AM, "dominiq at lps dot ens dot fr" > wrote: Yet another bootstrap error on i686-apple-darwin9: ... /opt/gcc/i686-darwin/./prev-gc

[Bug middle-end/39969] [4.5 Regression] Revision 146831 caused many test failures on Linux/ia64

2009-04-29 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-04-29 22:20 --- Try again, there were multiple fixes committed after rev. 146941 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39969

[Bug middle-end/39969] New: [4.5 Regression] Revision 146831 caused many test failures on Linux/ia64

2009-04-29 Thread hjl dot tools at gmail dot com
Revision 146831 caused the following test failures on Linux/ia64: FAIL: gcc.c-torture/execute/20050604-1.c compilation, -O1 (internal compiler error) FAIL: gcc.c-torture/execute/20050604-1.c compilation, -O2 (internal compiler error) FAIL: gcc.c-torture/execute/20050604-1.c compilation, -O3 -

[Bug tree-optimization/39955] [4.5 Regression] struct-layout-1 test failures passing struct containing _Decimal32

2009-04-29 Thread janis at gcc dot gnu dot org
--- Comment #10 from janis at gcc dot gnu dot org 2009-04-29 22:03 --- I forgot to mention in the previous comment that on powerpc64-linux (-m32/-m64) with revision 146982 plus the patch from comment #5, the torture tests mentioned in comment #7 now pass but the powerpc tests still fail

[Bug tree-optimization/39955] [4.5 Regression] struct-layout-1 test failures passing struct containing _Decimal32

2009-04-29 Thread janis at gcc dot gnu dot org
--- Comment #9 from janis at gcc dot gnu dot org 2009-04-29 21:57 --- The struct-layout-1 tests all pass on powerpc64-linux (-m32/-m64) with revision 146982 plus the patch from comment #5. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39955

[Bug rtl-optimization/39938] [4.5 Regression]: build broke for cris-elf with dbr_schedule change

2009-04-29 Thread ebotcazou at gcc dot gnu dot org
--- Comment #6 from ebotcazou at gcc dot gnu dot org 2009-04-29 21:44 --- Subject: Bug 39938 Author: ebotcazou Date: Wed Apr 29 21:44:26 2009 New Revision: 146988 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146988 Log: PR rtl-optimization/39938 * Makefile.in

[Bug libstdc++/39868] libstdc++ generates man pages, which conflict with the linux manpages

2009-04-29 Thread doko at debian dot org
--- Comment #6 from doko at debian dot org 2009-04-29 21:36 --- Subject: Re: libstdc++ generates man pages, which conflict with the linux manpages bkoz at gcc dot gnu dot org schrieb: > --- Comment #1 from bkoz at gcc dot gnu dot org 2009-04-27 22:35 --- > > Is this any bett

[Bug target/39488] ARM EABI: enum comparison against zero optimized away

2009-04-29 Thread rearnsha at gcc dot gnu dot org
--- Comment #4 from rearnsha at gcc dot gnu dot org 2009-04-29 21:14 --- There's a proposal in with the ARM ABI to change the behaviour for this case. I'm suspending this bug until that is resolved. -- rearnsha at gcc dot gnu dot org changed: What|Removed

[Bug libstdc++/39546] parallel mode doesn't support implicit string conversion

2009-04-29 Thread paolo dot carlini at oracle dot com
--- Comment #18 from paolo dot carlini at oracle dot com 2009-04-29 20:08 --- Agreed, Benjamin. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39546

[Bug libstdc++/39546] parallel mode doesn't support implicit string conversion

2009-04-29 Thread bkoz at gcc dot gnu dot org
--- Comment #17 from bkoz at gcc dot gnu dot org 2009-04-29 19:42 --- Eh, i'm ok with keeping the same bug report for the generalized case. Suggest trying to get something in on mainline, test it out for a couple of days, and then move to gcc-4_4-branch for 4.4.1. best, benjamin --

[Bug libstdc++/39491] [4.2/4.3 regression] symbol __signb...@glibcxx_3.4 in libstdc++ exported

2009-04-29 Thread bkoz at gcc dot gnu dot org
--- Comment #33 from bkoz at gcc dot gnu dot org 2009-04-29 19:41 --- Agree with 30, 31, 32 looks like we have consensus. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39491

[Bug libstdc++/39868] libstdc++ generates man pages, which conflict with the linux manpages

2009-04-29 Thread bkoz at gcc dot gnu dot org
--- Comment #5 from bkoz at gcc dot gnu dot org 2009-04-29 19:38 --- Fixed. -- bkoz at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug libstdc++/39868] libstdc++ generates man pages, which conflict with the linux manpages

2009-04-29 Thread bkoz at gcc dot gnu dot org
--- Comment #4 from bkoz at gcc dot gnu dot org 2009-04-29 19:38 --- Mine. -- bkoz at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gc

[Bug libstdc++/39868] libstdc++ generates man pages, which conflict with the linux manpages

2009-04-29 Thread bkoz at gcc dot gnu dot org
--- Comment #3 from bkoz at gcc dot gnu dot org 2009-04-29 19:37 --- Subject: Bug 39868 Author: bkoz Date: Wed Apr 29 19:37:30 2009 New Revision: 146985 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146985 Log: 2009-04-29 Benjamin Kosnik * xml/authors.xml: Add space

[Bug target/39942] Nonoptimal code - leaveq; xchg %ax,%ax; retq

2009-04-29 Thread vvv at ru dot ru
--- Comment #15 from vvv at ru dot ru 2009-04-29 19:16 --- One more example 5-bytes nop between leaveq and retq. # cat test.c void wait_for_enter() { int u = getchar(); while (!u) u = getchar()-13; } main() { wait_for_enter(); } # gcc -o t.out test.c -O

[Bug fortran/39953] Error: Expected VARIABLE at (1)

2009-04-29 Thread dominiq at lps dot ens dot fr
--- Comment #3 from dominiq at lps dot ens dot fr 2009-04-29 18:23 --- > If you are more adventurous you could also try the developer > version 4.5.0 - most of the time is works well, but at times it can get > broken. Even if you are really adventurous, you'll probably want to wait for

[Bug c++/39967] Ignored static qualifier on a local variable

2009-04-29 Thread paolo dot carlini at oracle dot com
--- Comment #4 from paolo dot carlini at oracle dot com 2009-04-29 18:18 --- Well, first, spell-out *which* specific target it is. Actually, however, if it is a completely unsupported target, I'm not even sure it makes sense to keep the PR open... Other maintainers may know better than

[Bug fortran/18918] Eventually support Fortran 2008's coarrays [co-arrays]

2009-04-29 Thread burnus at gcc dot gnu dot org
--- Comment #11 from burnus at gcc dot gnu dot org 2009-04-29 18:15 --- Assign to me - I'm working on it to get single-image support working. Real PGAS support will follow later and not necessarily by me. -- burnus at gcc dot gnu dot org changed: What|Removed

[Bug fortran/39953] Error: Expected VARIABLE at (1)

2009-04-29 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2009-04-29 18:12 --- Thanks for the report. However, for the reasons outlined below, I'm closing it as WONTFIX. I can reproduce it with 4.1.3, but it is works in 4.2.1 and later. GCC's development policy is to support three versions: -

[Bug middle-end/39943] [4.5 Regression] Failed SPEC CPU 2000

2009-04-29 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2009-04-29 18:08 --- Subject: Bug 39943 Author: rguenth Date: Wed Apr 29 18:07:23 2009 New Revision: 146984 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146984 Log: 2009-04-29 Richard Guenther PR target/39943

[Bug middle-end/39943] [4.5 Regression] Failed SPEC CPU 2000

2009-04-29 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2009-04-29 18:07 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug c++/39967] Ignored static qualifier on a local variable

2009-04-29 Thread sergei_lus at yahoo dot com
--- Comment #3 from sergei_lus at yahoo dot com 2009-04-29 18:02 --- Thanks for prompt response... This is an unsupported target, so I guess i will have to narrow it down a bit. Any suggestions on where to start? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39967

[Bug tree-optimization/39955] [4.5 Regression] struct-layout-1 test failures passing struct containing _Decimal32

2009-04-29 Thread matz at gcc dot gnu dot org
--- Comment #8 from matz at gcc dot gnu dot org 2009-04-29 17:57 --- The patch from comment #1 had one peculiar bug, which could explain some miscompilations. I just committed a corrected version as r146982 and for me the struct-layout tests don't fail anymore. OTOH they weren't faili

[Bug bootstrap/39968] [4.5 Regression] ./plugin-version.h:11: error: 'gcc_version' defined but not used

2009-04-29 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Keywords||build Priority|P3 |P1 Target Mi

[Bug tree-optimization/39955] [4.5 Regression] struct-layout-1 test failures passing struct containing _Decimal32

2009-04-29 Thread janis at gcc dot gnu dot org
--- Comment #7 from janis at gcc dot gnu dot org 2009-04-29 17:39 --- Decimal float is enabled by default for powerpc*-*-linux*. With the patch in comment #5 the ICE disappears but every struct-layout-1 test fails at execution time. With the patch referenced in comment #5, there are ex

[Bug middle-end/38133] xgcc: Internal error: Killed (program cc1) by compiling gcc 4.3.2

2009-04-29 Thread ramana at gcc dot gnu dot org
--- Comment #4 from ramana at gcc dot gnu dot org 2009-04-29 17:37 --- (In reply to comment #3) > By compile doxygen, came this error: > > g++ -c -pipe -fno-exceptions -fno-rtti -Wall -W -fno-exceptions -O2 > -I../qtools > -I../libpng -I../libmd5 -o ../objects/doxygen.o doxygen.cpp > {

[Bug bootstrap/39929] [4.5 Regression] Bootstrapping fails at stage 1 on powerpc-apple-darwin9 and powerpc-ibm-aix

2009-04-29 Thread matz at gcc dot gnu dot org
--- Comment #14 from matz at gcc dot gnu dot org 2009-04-29 17:37 --- Subject: Bug 39929 Author: matz Date: Wed Apr 29 17:36:21 2009 New Revision: 146982 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146982 Log: PR middle-end/39927 PR bootstrap/39929 * t

[Bug middle-end/39927] [4.5 Regression]: build breakage for cris-elf building libstdc++-v3

2009-04-29 Thread matz at gcc dot gnu dot org
--- Comment #11 from matz at gcc dot gnu dot org 2009-04-29 17:37 --- Subject: Bug 39927 Author: matz Date: Wed Apr 29 17:36:21 2009 New Revision: 146982 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146982 Log: PR middle-end/39927 PR bootstrap/39929 * t

[Bug target/37912] cannot build arm-gcc with --with-march=armv7-a

2009-04-29 Thread ramana at gcc dot gnu dot org
--- Comment #1 from ramana at gcc dot gnu dot org 2009-04-29 17:34 --- gcc 4.3 appears to have support for the cortex-a8 processor and armv7-a. This could be backported on to the 4.3 branch. -- ramana at gcc dot gnu dot org changed: What|Removed |A

[Bug target/37763] bad interaction of -O3 -pg and -mcu=arm920t ??

2009-04-29 Thread ramana at gcc dot gnu dot org
--- Comment #2 from ramana at gcc dot gnu dot org 2009-04-29 17:30 --- Need more information on this bug as specified in comment #2 -- ramana at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/39565] Static variable leaves undefined symbol in object file

2009-04-29 Thread anmol at freescale dot com
--- Comment #7 from anmol at freescale dot com 2009-04-29 17:29 --- Respun testcase per advice from Joseph S. Myers: http://gcc.gnu.org/ml/gcc-patches/2009-04/msg02363.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39565

[Bug middle-end/36416] internal compiler error: in simplify_subreg_concatn, at lower-subreg.c:398

2009-04-29 Thread ramana at gcc dot gnu dot org
--- Comment #5 from ramana at gcc dot gnu dot org 2009-04-29 17:19 --- Can you attach a proper testcase ? It's showing some junk with something called smime.p7s. -- ramana at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug bootstrap/39968] New: [4.5 Regression] ./plugin-version.h:11: error: 'gcc_version' defined but not used

2009-04-29 Thread dominiq at lps dot ens dot fr
Yet another bootstrap error on i686-apple-darwin9: ... /opt/gcc/i686-darwin/./prev-gcc/xgcc -B/opt/gcc/i686-darwin/./prev-gcc/ -B/opt/gcc/gcc4.5w/i686-apple-darwin9/bin/ -c -g -O2 -fomit-frame-pointer -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-s

[Bug target/28194] R_ARM_GOTOFF32 breaks execute-in-place

2009-04-29 Thread rearnsha at gcc dot gnu dot org
--- Comment #1 from rearnsha at gcc dot gnu dot org 2009-04-29 17:12 --- The ARM port does not currently support XIP (if it worked previously, it was by chance, not design). The generated code is exactly what is wanted in a normal shared library environment, so I'm not about to start c

[Bug target/26702] .size is not emitted for BSS variables

2009-04-29 Thread ramana at gcc dot gnu dot org
--- Comment #9 from ramana at gcc dot gnu dot org 2009-04-29 16:50 --- This appears today with trunk and eabi at r146638. -- ramana at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/39967] Ignored static qualifier on a local variable

2009-04-29 Thread paolo dot carlini at oracle dot com
-- paolo dot carlini at oracle dot com changed: What|Removed |Added Severity|major |normal http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39967

[Bug c++/35669] NULL (__null) not considered different from 0 with C++

2009-04-29 Thread mdorey at bluearc dot com
--- Comment #12 from mdorey at bluearc dot com 2009-04-29 16:47 --- (In reply to comment #10) > 180) Possible definitions include 0 and 0L, but not (void*)0. That doesn't forbid defining NULL as nullptr though clearly gcc is within the current Standard to effectively define it as 0. >

[Bug c++/39967] Ignored static qualifier on a local variable

2009-04-29 Thread paolo dot carlini at oracle dot com
--- Comment #2 from paolo dot carlini at oracle dot com 2009-04-29 16:47 --- Target? On x86_64, I can't reproduce your outputs, I'm consistently getting 1, irrespective of the optimization level and of the release branch (by the way, only 4.3 and 4.4 are maintained today) -- paolo d

[Bug c++/39967] Ignored static qualifier on a local variable

2009-04-29 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-04-29 16:44 --- Works for me on i386-darwin and i686-linux-gnu on the trunk, I get the output of 1 which is the correct value. With i686-linux-gnu it works also with Debian's GCC 4.3.2. -- pinskia at gcc dot gnu dot org changed

[Bug target/26463] -O2, -O3, -Os segment fault due to bad array index on ARM

2009-04-29 Thread ramana at gcc dot gnu dot org
--- Comment #3 from ramana at gcc dot gnu dot org 2009-04-29 16:44 --- Comment #2 indicates that there isn't a problem with a 4.x series compiler . I'd like some feedback if this problem exists today with a more recent version of the compiler. -- ramana at gcc dot gnu dot org changed

[Bug bootstrap/21751] [csl-arm-branch and HEAD] fails to bootstrap with EABI

2009-04-29 Thread drow at gcc dot gnu dot org
--- Comment #7 from drow at gcc dot gnu dot org 2009-04-29 16:40 --- GLIBC patches are no longer required and I know folks have built iwmmxt-targeted ARM Linux toolchains since this was filed. -- drow at gcc dot gnu dot org changed: What|Removed |A

[Bug testsuite/22296] gcc.dg/sibcall-3.c and gcc.dg/sibcall-4.c FAIL on ARM THUMB

2009-04-29 Thread ramana at gcc dot gnu dot org
--- Comment #2 from ramana at gcc dot gnu dot org 2009-04-29 16:35 --- This was fixed with the check for arm32 in the testsuite. This is fixed in 4.4.0. -- ramana at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/39967] New: Ignored static qualifier on a local variable

2009-04-29 Thread sergei_lus at yahoo dot com
The following (simplified) code originates from peren_c++ (Sec6/7/R06263.r0): #include int ctor_calls; class A { int x; public: // check that was 0 before initialized A() {ctor_calls++;} }; main(){ for(int i =0; i < 10; i++) static A a; printf("%d\n", ct

[Bug libstdc++/39644] [4.5 Regression]: cris-elf 17_intro/headers/c++200x/all.cc plus 3

2009-04-29 Thread hp at gcc dot gnu dot org
--- Comment #32 from hp at gcc dot gnu dot org 2009-04-29 16:23 --- (In reply to comment #31) > Hans-Peter, any news about your patch? If I understand correctly, when it will > be in, the testsuite will be again clean. Not clean, but without regressions. :) If you mean the newlib patch

[Bug bootstrap/21751] [csl-arm-branch and HEAD] fails to bootstrap with EABI

2009-04-29 Thread ramana at gcc dot gnu dot org
--- Comment #6 from ramana at gcc dot gnu dot org 2009-04-29 16:22 --- Is the csl-arm-branch still alive ? Can we clear this one up otherwise? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21751

[Bug target/25190] Error: bad immediate value for offset (4100)

2009-04-29 Thread ramana at gcc dot gnu dot org
--- Comment #3 from ramana at gcc dot gnu dot org 2009-04-29 16:14 --- Can this be reproduced under a more recent version of the compiler. ? I haven't been able to reproduce this today on trunk. Waiting for feedback. -- ramana at gcc dot gnu dot org changed: What|Remo

[Bug inline-asm/37188] Missing documentation about the use of double precision floating point registers in inline asm arguments (VFP)

2009-04-29 Thread ramana at gcc dot gnu dot org
--- Comment #2 from ramana at gcc dot gnu dot org 2009-04-29 16:09 --- Needs a documentation tweak for all the extra bits in the inline assembler for printing operands. -- ramana at gcc dot gnu dot org changed: What|Removed |Added -

[Bug testsuite/39952] Inadequate gcc.dg/compat/struct-layout-1_generate.c

2009-04-29 Thread joseph at codesourcery dot com
--- Comment #7 from joseph at codesourcery dot com 2009-04-29 15:56 --- Subject: Re: Inadequate gcc.dg/compat/struct-layout-1_generate.c On Wed, 29 Apr 2009, hjl dot tools at gmail dot com wrote: > So the issues are > > 1. We want to test as many different combination as possible at

[Bug middle-end/39937] [4.5 Regression] Revision 146831 failed SPEC CPU 2006

2009-04-29 Thread hjl at gcc dot gnu dot org
--- Comment #16 from hjl at gcc dot gnu dot org 2009-04-29 15:55 --- Subject: Bug 39937 Author: hjl Date: Wed Apr 29 15:54:18 2009 New Revision: 146981 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146981 Log: 2009-04-29 H.J. Lu Backport from mainline: 2009-

[Bug target/37436] arm-cross-g++. internal compiler error: in extract_insn, at recog.c:1990

2009-04-29 Thread ramana at gcc dot gnu dot org
--- Comment #9 from ramana at gcc dot gnu dot org 2009-04-29 15:53 --- *** Bug 36920 has been marked as a duplicate of this bug. *** -- ramana at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/36920] internal compiler error building libicu package

2009-04-29 Thread ramana at gcc dot gnu dot org
--- Comment #4 from ramana at gcc dot gnu dot org 2009-04-29 15:53 --- This is a duplicate of #37436 *** This bug has been marked as a duplicate of 37436 *** -- ramana at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/39966] undefined reference not signaled

2009-04-29 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-04-29 15:52 --- *** This bug has been marked as a duplicate of 39963 *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/39963] undefined reference not signaled

2009-04-29 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2009-04-29 15:52 --- *** Bug 39966 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39963

[Bug c++/39963] undefined reference not signaled

2009-04-29 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-04-29 15:52 --- *** Bug 39965 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39963

[Bug c++/39965] undefined reference not signaled

2009-04-29 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-04-29 15:52 --- *** This bug has been marked as a duplicate of 39963 *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/36828] 4.3.1 when optimising for size generates much larger code than 4.0.x

2009-04-29 Thread ramana at gcc dot gnu dot org
--- Comment #3 from ramana at gcc dot gnu dot org 2009-04-29 15:50 --- The size regression occurs with 4.3.x but with trunk today I see a size reduction to 992 bytes which is in the ball park of the original size. -- ramana at gcc dot gnu dot org changed: What|Removed

[Bug c++/39966] New: undefined reference not signaled

2009-04-29 Thread asmprog32 at hotmail dot com
struct bug { int & A; }; int main() { int C = 10; bug B[5]; // < uninitialized reference B[0].A = C; // < crash } compiled with gcc -o bug bug.cpp withouth errors (the uninitialized reference is not signaled) class bug {

[Bug testsuite/39952] Inadequate gcc.dg/compat/struct-layout-1_generate.c

2009-04-29 Thread hjl dot tools at gmail dot com
--- Comment #6 from hjl dot tools at gmail dot com 2009-04-29 15:48 --- So the issues are 1. We want to test as many different combination as possible at random. 2. We want each test reproducible. Can we generate tests at random in such a way that they are reproducible? Can we do 1. P

[Bug c++/39965] New: undefined reference not signaled

2009-04-29 Thread asmprog32 at hotmail dot com
struct bug { int & A; }; int main() { int C = 10; bug B[5]; // < uninitialized reference B[0].A = C; // < crash } compiled with gcc -o bug bug.cpp withouth errors (the uninitialized reference is not signaled) class bug {

[Bug c++/35316] [4.2 regression] ICE with typeof/decltype and bit-fields

2009-04-29 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.2.5 |4.3.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35316

[Bug c++/39963] undefined reference not signaled

2009-04-29 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-04-29 15:35 --- *** This bug has been marked as a duplicate of 39045 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/39045] uninitialized reference in struct with operator new is not erroring out

2009-04-29 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2009-04-29 15:35 --- *** Bug 39963 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug middle-end/39964] compilation with -fprofile-generate causes code to segfault.

2009-04-29 Thread jv244 at cam dot ac dot uk
--- Comment #2 from jv244 at cam dot ac dot uk 2009-04-29 15:27 --- GNU Fortran (GCC) version 4.4.0 20090414 (prerelease) [gcc-4_4-branch revision 146034] -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39964

[Bug middle-end/39964] compilation with -fprofile-generate causes code to segfault.

2009-04-29 Thread jv244 at cam dot ac dot uk
--- Comment #1 from jv244 at cam dot ac dot uk 2009-04-29 15:27 --- Created an attachment (id=17781) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17781&action=view) source file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39964

[Bug middle-end/39964] New: compilation with -fprofile-generate causes code to segfault.

2009-04-29 Thread jv244 at cam dot ac dot uk
Compiling CP2K with -fprofile-generate causes the resulting executable to segfault. In gdb there is some additional 'expression error' message for the point of the segfault: Program received signal SIGSEGV, Segmentation fault. fftw3_create_plan_3d (plan=DWARF-2 expression error: DW_OP_reg operatio

[Bug java/39940] [4.5 Regression] Bootstrap failure in libjava on i686-apple-darwin9

2009-04-29 Thread dominiq at lps dot ens dot fr
--- Comment #4 from dominiq at lps dot ens dot fr 2009-04-29 15:24 --- > Does http://gcc.gnu.org/ml/gcc-cvs/2009-04/msg01619.html fix this? If you think so, I'll try ASAP. Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39940

[Bug c++/39963] New: undefined reference not signaled

2009-04-29 Thread asmprog32 at hotmail dot com
struct bug { int & A; }; int main() { int C = 10; bug B[5]; // < uninitialized reference B[0].A = C; // < crash } compiled with gcc -o bug bug.cpp withouth errors (the uninitialized reference is not signaled) class bug {

[Bug c++/34962] [4.2 regression] ICE with VLA and attribute in template

2009-04-29 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.2.5 |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34962

[Bug c++/34937] [4.2 regression] ICE with attribute weak

2009-04-29 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.2.5 |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34937

[Bug c++/28743] [4.2/4.3/4.4 regression] ICE with invalid specialization

2009-04-29 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.2.5 |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28743

[Bug java/39940] [4.5 Regression] Bootstrap failure in libjava on i686-apple-darwin9

2009-04-29 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2009-04-29 15:22 --- Does http://gcc.gnu.org/ml/gcc-cvs/2009-04/msg01619.html fix this? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39940

[Bug tree-optimization/26243] [4.2/4.3/4.4 Regression] reassoc is not documented in passes.texi

2009-04-29 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.2.5 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26243

[Bug c++/28513] [4.2/4.3/4.4 Regression] QOI: Diagnostic missing since 3.3.x when naming rule is violated

2009-04-29 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.2.5 |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28513

[Bug c++/37142] [4.2/4.3/4.4 Regression] ICE: in dependent_type_p, at cp/pt.c:15585

2009-04-29 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.2.5 |4.3.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37142

[Bug c++/35405] [4.2/4.3/4.4 Regression] Internal compiler error

2009-04-29 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.2.5 |4.3.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35405

[Bug target/28102] [4.2/4.3/4.4 Regression] GNU Hurd bootstrap error: 'OPTION_GLIBC' undeclared

2009-04-29 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.2.5 |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28102

[Bug c++/38007] [4.2/4.3 Regression] g++ instantiate same operator twice due to bitfield in -O0 mode, causing symbol already defined assembler error

2009-04-29 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.2.5 |4.3.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38007

  1   2   >