[Bug target/34970] [4.3 regression] name mangling broken for __attributte__((fastcall))

2008-01-25 Thread dannysmith at users dot sourceforge dot net
--- Comment #8 from dannysmith at users dot sourceforge dot net 2008-01-26 07:17 --- This is a 4.3.0 regression. -- dannysmith at users dot sourceforge dot net changed: What|Removed |Added -

[Bug libfortran/34980] New: [4.3 Regression] Segfault in shape given a scalar

2008-01-25 Thread jvdelisle at gcc dot gnu dot org
Found this while checking other things: $ cat test6.f90 integer :: foo(3) integer :: n foo(1) = 17 foo(2) = 55 foo(3) = 314 print *, i, foo n = 5 print *,shape(n) print *, n end $ gfc test6.f90 [EMAIL PROTECTED] pr31610]$ ./a.out 0 17 55 314

[Bug preprocessor/34979] Atomic line output requested in gcc

2008-01-25 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-01-26 05:43 --- Really libcpp (the C preprocessor) should be using the normal diagnostic part of GCC and not its own. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/34979] New: Atomic line output requested in gcc

2008-01-25 Thread bkustel at yahoo dot com
When running gcc in a parallel build or multi-threaded environment, I run into cases where gcc's error output gets broken in the middle of line or worse, individual gcc error output lines from different threads/processes get broken up and mixed together. While I would fully expect interleaving of L

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

2008-01-25 Thread ghazi at gcc dot gnu dot org
--- Comment #38 from ghazi at gcc dot gnu dot org 2008-01-26 05:11 --- Update: mainline appears to pass fold checking albeit with a few extra timeouts due to length compilation times. However the last fix for fold checking was never backported to the branches. On 4.1/4.2 I still get th

[Bug fortran/34946] [4.3 Regression] internal compiler error: in gfc_trans_create_temp_array, at fortran/trans-array.c:592

2008-01-25 Thread jvdelisle at gcc dot gnu dot org
--- Comment #17 from jvdelisle at gcc dot gnu dot org 2008-01-26 04:42 --- Probable patch posted in 31610 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34946

[Bug fortran/31610] [4.3 Regression] ICE with transfer, merge in gfc_conv_expr_descriptor

2008-01-25 Thread jvdelisle at gcc dot gnu dot org
--- Comment #17 from jvdelisle at gcc dot gnu dot org 2008-01-26 04:25 --- Cleaned up patch: Index: trans-array.c === --- trans-array.c (revision 131850) +++ trans-array.c (working copy) @@ -588,9 +588,7 @@ gfc

[Bug fortran/34946] [4.3 Regression] internal compiler error: in gfc_trans_create_temp_array, at fortran/trans-array.c:592

2008-01-25 Thread jvdelisle at gcc dot gnu dot org
--- Comment #16 from jvdelisle at gcc dot gnu dot org 2008-01-26 02:39 --- See comment #15 of pr31610 for some interesting results on this. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34946

[Bug fortran/31610] [4.3 Regression] ICE with transfer, merge in gfc_conv_expr_descriptor

2008-01-25 Thread jvdelisle at gcc dot gnu dot org
--- Comment #15 from jvdelisle at gcc dot gnu dot org 2008-01-26 02:38 --- I have the example in comment #10 working by bypassing the assert: Index: trans-array.c === --- trans-array.c (revision 131850) +++ trans-arr

[Bug middle-end/34978] New: FAIL: g++.dg/expr/cast7.C (internal compiler error)

2008-01-25 Thread ismail at pardus dot org dot tr
A last minute regression. Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../configure --prefix=/usr --bindir=/usr/bin --libdir=/usr/lib --libexecdir=/usr/lib --includedir=/usr/include --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++ --disa

[Bug c++/34977] GCC 3.4.6 link fails with undefined reference to .hidden symbol __floatdidf (libgcc.a)

2008-01-25 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-01-26 01:15 --- >/usr/local/bin/ld: execiser32: hidden symbol `__floatdidf' in /usr/local/lib/gcc/sparc-sun-solaris2.9/3.4.6/libgcc.a(_floatdidf.oS) is referenced by DSO This means one of the libraries are you are using did not li

[Bug c++/34977] New: GCC 3.4.6 link fails with undefined reference to .hidden symbol __floatdidf (libgcc.a)

2008-01-25 Thread gcc-bugzilla at gcc dot gnu dot org
Building Regina-REXX-3.4 from source distribution. The linker fails with the following error: /usr/local/bin/gcc -O2 -I/usr/local/include -pthreads -L/usr/local/lib -o execiser32 execiser.o -L. -lregina -lfl -lm -lnsl -lsocket -lcrypt -ldl -lpthread /usr/local/bin/ld: execiser32: hi

[Bug target/34970] name mangling broken for __attributte__((fastcall))

2008-01-25 Thread dannysmith at users dot sourceforge dot net
--- Comment #7 from dannysmith at users dot sourceforge dot net 2008-01-26 00:58 --- Confirmed. Fastcall symbols should not be prefixed with USER_LABEL_PREFIX. This bug was introduced with 2007-03-29 Richard Henderson <[EMAIL PROTECTED]> * config/i386/cygming.h: Remove fun

[Bug c++/27177] [4.1/4.2/4.3 Regression] ICE in build_simple_base_path, at cp/class.c:474

2008-01-25 Thread jason at gcc dot gnu dot org
--- Comment #22 from jason at gcc dot gnu dot org 2008-01-26 00:42 --- Subject: Bug 27177 Author: jason Date: Sat Jan 26 00:41:49 2008 New Revision: 131855 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131855 Log: PR c++/27177 * class.c (build_base_path): Don't

[Bug tree-optimization/34976] verify_ssa ICE with -ftree-loop-linear

2008-01-25 Thread spop at gcc dot gnu dot org
--- Comment #2 from spop at gcc dot gnu dot org 2008-01-26 00:41 --- Mine. -- spop at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gc

[Bug target/34957] duplicate libgcc_s.1.dylib warning on Mac OS X Leopard

2008-01-25 Thread dominiq at lps dot ens dot fr
--- Comment #7 from dominiq at lps dot ens dot fr 2008-01-26 00:05 --- > This should have been fixed by 30572. I was thinking to this one. This is why I asked to check there was some files /libgcc_s*, just in case the package installed it. I don't understand the problem: I am using Leo

[Bug fortran/34876] Can't read/write array sections with negative stride not specified

2008-01-25 Thread jvdelisle at gcc dot gnu dot org
--- Comment #14 from jvdelisle at gcc dot gnu dot org 2008-01-26 00:04 --- Fixed on trunk. Thanks for bug report and test case. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/34957] duplicate libgcc_s.1.dylib warning on Mac OS X Leopard

2008-01-25 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2008-01-25 23:51 --- This should have been fixed by 30572. I don't use Leopard yet. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/32288] Our C++ program (gcc 4.1.1 under Aix 5.3) crashes with a core dump

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2008-01-25 23:46 --- No activity for month. Please re-open if there is more information. Please also use a newer 4.1 release such as 4.1.2 or even a release that is still supported such as 4.2.2. -- rguenth at gcc dot gnu dot org c

[Bug target/32893] zlib segfault in inflate_table() compiled w/ -O -msse2 ftree-vectorize

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #18 from rguenth at gcc dot gnu dot org 2008-01-25 23:44 --- Fixed? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32893

[Bug fortran/34876] Can't read/write array sections with negative stride not specified

2008-01-25 Thread jvdelisle at gcc dot gnu dot org
--- Comment #13 from jvdelisle at gcc dot gnu dot org 2008-01-25 23:41 --- Subject: Bug 34876 Author: jvdelisle Date: Fri Jan 25 23:40:23 2008 New Revision: 131850 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131850 Log: 2008-01-25 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug c++/33728] Assignement allowed to const pointer

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-01-25 23:40 --- Please re-open if this is not fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug other/34224] Problem compiling gcc 4.2.2

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-01-25 23:30 --- No answer after two month. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/33937] static variables destruction results in a segmentation fault (Coredumps)

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-01-25 23:37 --- No testcase, no help. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added S

[Bug target/34151] Compiling GCC-3.4.3 gives internal compiler error: in arm_dbx_register_number, at config/arm/arm.c

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-01-25 23:36 --- No activity for month. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/34876] Can't read/write array sections with negative stride not specified

2008-01-25 Thread jvdelisle at gcc dot gnu dot org
--- Comment #12 from jvdelisle at gcc dot gnu dot org 2008-01-25 23:35 --- Subject: Bug 34876 Author: jvdelisle Date: Fri Jan 25 23:34:53 2008 New Revision: 131848 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131848 Log: 2008-01-25 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug target/34185] -Os seems to be broken on alpha

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-01-25 23:35 --- No activity for month. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/34189] Kernel hangs while booting when compiled with gcc-4.3 snapshot.

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2008-01-25 23:34 --- No feedback for month. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/34220] Internal compiler error

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-01-25 23:31 --- Please re-open if you believe the bug has not been fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/34235] short variable cast to unsigned int fails to right shift as unsigned

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2008-01-25 23:23 --- This has been broken since forever. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/34526] no-altivec ABI should be fixed or no longer be the default

2008-01-25 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2008-01-25 23:19 --- I'm planning to write and test a patch to change the default ABI to be the AltiVec ABI. I don't anticipate, though, that any issues would be found with the GCC testsuite; any problems would be due to compatibility iss

[Bug target/34526] no-altivec ABI should be fixed or no longer be the default

2008-01-25 Thread janis at gcc dot gnu dot org
-- janis at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |janis at gcc dot gnu dot org |dot org

[Bug fortran/34828] ICE: GNU MP: Cannot reallocate memory for gfortran.dg/parameter_array_init_3.f90

2008-01-25 Thread danglin at gcc dot gnu dot org
--- Comment #5 from danglin at gcc dot gnu dot org 2008-01-25 23:13 --- I also see this on hppa64-hp-hpux11.11. -- danglin at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/34235] short variable cast to unsigned int fails to right shift as unsigned

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2008-01-25 23:12 --- /* If arg is sign-extended and then unsigned-shifted, we can simulate this with a signed shift in arg's type only if the extended result is at least twice as wide

[Bug c++/34235] short variable cast to unsigned int fails to right shift as unsigned

2008-01-25 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |rguenth at gcc dot gnu dot |dot org

[Bug c++/34235] short variable cast to unsigned int fails to right shift as unsigned

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2008-01-25 22:58 --- Confirmed. extern "C" void abort (void); int main() { short x = -1; unsigned int c = ((unsigned int)x) >> 1; if (c != 0x7fff) abort(); return 0; } -- rguenth at gcc

[Bug c++/34286] Segmentation fault in exit when loading oracle client in a dynamically loaded library

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-01-25 22:51 --- No response. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|WAI

[Bug c++/34294] Strange transmission of symbols between dynamically opened libs

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-01-25 22:50 --- Nothing to be done without a testcase. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/34304] OpenJDK7 b23 is miscompiled with -O3 on amd64

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2008-01-25 22:49 --- Can you try again with the release candidate for 4.2.3 once that is released? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34304

[Bug bootstrap/34414] unrecognized command line option "-Wc++-compat"

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2008-01-25 22:47 --- You have strange problems ;) *** This bug has been marked as a duplicate of 34481 *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug bootstrap/34481] stage3-intl: error: C compiler cannot create executables

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2008-01-25 22:47 --- *** Bug 34414 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34481

[Bug bootstrap/34481] stage3-intl: error: C compiler cannot create executables

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-01-25 22:46 --- *** Bug 34766 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34481

[Bug bootstrap/34766] Cannot compute suffix of object files

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-01-25 22:46 --- No need for two bugs on appearantly the same issue. *** This bug has been marked as a duplicate of 34481 *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug fortran/34957] duplicate libgcc_s.1.dylib warning on Mac OS X Leopard

2008-01-25 Thread dominiq at lps dot ens dot fr
--- Comment #5 from dominiq at lps dot ens dot fr 2008-01-25 22:40 --- I have also [ibook-dhum] f90/bug% ll /opt/gcc/gcc4.3w/lib/libgcc_s* -rw-r--r-- 1 dominiq staff 204080 Jan 25 17:26 /opt/gcc/gcc4.3w/lib/libgcc_s.1.dylib -rw-r--r-- 1 dominiq staff 17380 Jan 25 17:26 /opt/gcc/gcc4.3w

[Bug middle-end/31947] [4.2 Regression] ICE in calc_dfs_tree, at dominance.c:374

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #10 from rguenth at gcc dot gnu dot org 2008-01-25 22:37 --- *** Bug 34809 has been marked as a duplicate of this bug. *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/34809] Internal error while building loki-library 0.1.6

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-01-25 22:37 --- #1 0x00847f16 in calc_dfs_tree (di=0x7fff65e5f420, reverse=CDI_DOMINATORS) at /space/rguenther/src/svn/gcc-4_2-branch/gcc/dominance.c:373 #2 0x00848a60 in calculate_dominance_info (dir=CDI_

[Bug c++/20478] poor parse error diagnostic

2008-01-25 Thread igodard at pacbell dot net
--- Comment #7 from igodard at pacbell dot net 2008-01-25 22:35 --- Yes, it has always been understood that this code is invalid. The report is about the quality of the diagnostic that was given, not whether a diagnostic should be given. The diagnostics (three of them for one error) ref

[Bug target/17108] Store with update not generated for a simple loop

2008-01-25 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2008-01-25 22:35 --- No this is still not fixed, we get now on the trunk as of yesterday: foo: li 0,8 li 9,0 mtctr 0 .p2align 3,,7 .L2: stfsx 1,3,9 addi 9,9,4 bdnz .L2 blr

[Bug fortran/34957] duplicate libgcc_s.1.dylib warning on Mac OS X Leopard

2008-01-25 Thread dojo at masterleep dot com
--- Comment #4 from dojo at masterleep dot com 2008-01-25 22:30 --- $ ls -l /usr/local/gfortran/lib/libgcc_s* -rw-r--r-- 1 root admin 14 Dec 31 08:43 /usr/local/gfortran/lib/libgcc_s.1.dylib -rw-r--r-- 1 root admin 17288 Dec 31 08:43 /usr/local/gfortran/lib/libgcc_s.10.4.dylib

[Bug tree-optimization/34976] verify_ssa ICE with -ftree-loop-linear

2008-01-25 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-01-25 22:24 --- Related to PR 20612, PR 25937, PR 26817, PR 26435, PR 19910, PR 20256, and most likely others. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/34216] [4.2 regression] Optimizations cause audio distortion in GSM decompression

2008-01-25 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2008-01-25 22:16 --- Plus the answers to Richard's questions are useful. Also does -O3 -fno-strict-alising work? Does -O3 -fwrapv work? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34216

[Bug middle-end/34216] [4.2 regression] Optimizations cause audio distortion in GSM decompression

2008-01-25 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2008-01-25 22:15 --- We still need a testcase and not just saying the audio output is incorrect. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug middle-end/34973] Wno-strict-aliasing is not working

2008-01-25 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2008-01-25 22:13 --- This is not a regression ... -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/34661] [4.2 Regression] ice on where / ASSIGNMENT(=)

2008-01-25 Thread dfranke at gcc dot gnu dot org
--- Comment #5 from dfranke at gcc dot gnu dot org 2008-01-25 22:06 --- Fixed on trunk. Should/will be backported to 4.2 after re-opening of the branch. -- dfranke at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/34661] [4.2/4.3 Regression] ice on where / ASSIGNMENT(=)

2008-01-25 Thread dfranke at gcc dot gnu dot org
--- Comment #4 from dfranke at gcc dot gnu dot org 2008-01-25 21:56 --- Subject: Bug 34661 Author: dfranke Date: Fri Jan 25 21:55:47 2008 New Revision: 131845 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131845 Log: gcc/fortran: 2008-01-25 Daniel Franke <[EMAIL PROTECTED]>

[Bug fortran/34661] [4.2/4.3 Regression] ice on where / ASSIGNMENT(=)

2008-01-25 Thread burnus at gcc dot gnu dot org
--- Comment #3 from burnus at gcc dot gnu dot org 2008-01-25 21:40 --- Patch: http://gcc.gnu.org/ml/fortran/2008-01/msg00305.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34661

[Bug other/31955] [4.2/4.3 Regression] gcc_release does not generate HTML files from install manual

2008-01-25 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2008-01-25 21:46 --- Fixed for 4.2.3 and 4.3.0. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug other/31955] [4.2/4.3 Regression] gcc_release does not generate HTML files from install manual

2008-01-25 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2008-01-25 21:37 --- Subject: Bug 31955 Author: jsm28 Date: Fri Jan 25 21:36:51 2008 New Revision: 131843 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131843 Log: PR other/31955 * doc/install.texi2html: Generate

[Bug other/31955] [4.2/4.3 Regression] gcc_release does not generate HTML files from install manual

2008-01-25 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2008-01-25 21:35 --- Subject: Bug 31955 Author: jsm28 Date: Fri Jan 25 21:34:38 2008 New Revision: 131842 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131842 Log: PR other/31955 * doc/install.texi2html: Generate

[Bug c++/34950] [4.2/4.3 Regression] ICE in svn boost math toolkit

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2008-01-25 21:30 --- It's unclear if this is valid or not and the testcase should be able to be reduced further. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/33887] [4.1/4.2 Regression] Reference to bitfield gets wrong value when optimizing

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #37 from rguenth at gcc dot gnu dot org 2008-01-25 21:20 --- Subject: Bug 33887 Author: rguenth Date: Fri Jan 25 21:20:00 2008 New Revision: 131840 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131840 Log: 2008-01-25 Richard Guenther <[EMAIL PROTECTED]>

[Bug c++/34936] ICE with double and attribute may_alias

2008-01-25 Thread dgregor at gcc dot gnu dot org
--- Comment #4 from dgregor at gcc dot gnu dot org 2008-01-25 21:16 --- I don't know if this is a regression or not, but it's roughly the same issue as PR 34395 and is fixed by the same patch: http://gcc.gnu.org/ml/gcc-patches/2008-01/msg01161.html -- dgregor at gcc dot gnu dot or

[Bug c++/34935] [4.3 regression] ICE with attribute may_alias

2008-01-25 Thread dgregor at gcc dot gnu dot org
--- Comment #3 from dgregor at gcc dot gnu dot org 2008-01-25 21:15 --- It turns out that the canonical types system is doing the right thing, and that the older type-comparison mechanisms are getting the wrong answer. This is still my bug, and it is a regression. Patch here: http://g

[Bug java/20715] gcj compilation error

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2008-01-25 21:12 --- No feedback, closing as fixed. Please re-open if the issue persists. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/20478] poor parse error diagnostic

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2008-01-25 21:11 --- g++-4.3 opx.cpp -S 2>&1 | head -20 opx.cpp:9132: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: opx.cpp:9132: note: ca

[Bug middle-end/34216] [4.2 regression] Optimizations cause audio distortion in GSM decompression

2008-01-25 Thread gcc-gnu-org at the-tilghman dot com
--- Comment #3 from gcc-gnu-org at the-tilghman dot com 2008-01-25 21:00 --- Sorry, we're tracking this in our own bugtracker, as it's been reported against our open source product. The reporter on that bugtracker (the original reporter of this issue) has verified that the optimization

[Bug c/32528] -save-temps when compiling standard input fails

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2008-01-25 20:59 --- *** Bug 20197 has been marked as a duplicate of this bug. *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug other/20197] [3.4.3] "input|gcc -S -save-temps ..." internal error

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-01-25 20:59 --- *** This bug has been marked as a duplicate of 32528 *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug ada/20042] [4.0/4.1/4.2/4.3 regression] ACATS cxaca01 assembler Bad Absolute Expression error on

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2008-01-25 20:58 --- No feedback after month, closing as invalid as of comment #2 (this is a binutils issue). -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/19923] [4.0/4.1/4.2/4.3 Regression] openssl is slower when compiled with gcc 4.0 than 3.3

2008-01-25 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|WAITING |NEW Last reconfirmed|2005-06-01 22:55:36 |2008-01-25 20:57:

[Bug target/19750] [3.4] failure in gcc.dg/titype-1.c

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2008-01-25 20:56 --- This hasn't been seen since 4.0.0, closing as fixed. (3.4 is no longer maintained) -- rguenth at gcc dot gnu dot org changed: What|Removed |Added -

[Bug other/19287] a protoize bug (directory string is duplicated.)

2008-01-25 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Severity|minor |enhancement Status|WAITING |NEW La

[Bug target/18723] [C] gcc 3.4.4 zeroes inline function argument with "-O2 -march=pentium4"

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2008-01-25 20:49 --- No response, closing as invalid as of comment #4. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug tree-optimization/18594] PHI insertion is slow

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2008-01-25 20:48 --- I need 1 to produce interesting numbers on the trunk: integration : 13.01 (13%) usr 0.07 ( 6%) sys 13.14 (13%) wall 22701 kB (13%) ggc tree CFG cleanup : 3.71 ( 4%) usr 0.00 ( 0%) sys

[Bug c++/33887] [4.1/4.2 Regression] Reference to bitfield gets wrong value when optimizing

2008-01-25 Thread tromey at gcc dot gnu dot org
--- Comment #36 from tromey at gcc dot gnu dot org 2008-01-25 20:48 --- The second patch is fine by me, you might as well commit it now. Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33887

[Bug java/16858] Linking of jv-convert fails with redundant pthreads symbols

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2008-01-25 20:36 --- No response from the reporter, closing as fixed. Please re-open if this still happens with a still maintained compiler (at least 4.1.x). -- rguenth at gcc dot gnu dot org changed: What|Removed

[Bug tree-optimization/34976] New: verify_ssa ICE with -ftree-loop-linear

2008-01-25 Thread pthaugen at gcc dot gnu dot org
Discovered the following trying to build the cpu2006 benchmark 454.calculix. work/temp> cat umat_aniso_creep.f subroutine umat_aniso_creep() ! real*8 gr(6,6) ! ! do i=1,6 do j=1,6 gr(i,j)=0.d0 enddo if(i.le.3) then

[Bug target/15951] m68k-*-elf doesn't allow --with-cpu= in the configure script

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2008-01-25 20:33 --- Thus, fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|WAI

[Bug preprocessor/15772] Preprocessing fails if an inaccessible directory is on include path

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #15 from rguenth at gcc dot gnu dot org 2008-01-25 20:32 --- Closing as of comment #12; the issue can be worked around by re-shuffling include paths to put those that work first. -- rguenth at gcc dot gnu dot org changed: What|Removed

[Bug libstdc++/34124] auto_ptr ambiguous conversion

2008-01-25 Thread pcarlini at suse dot de
--- Comment #2 from pcarlini at suse dot de 2008-01-25 20:31 --- There isn't much to say: both the templated constructor and the templated conversion operator must be there per the current C++ standard, and your code cannot compile. Note that, in general, the design of auto_ptr is consid

[Bug target/12431] shared libgcc fails to build because -shared not supported for VAX_ELF

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-01-25 20:30 --- GCC 3.4 will not be fixed. Please open a new PR if the issue still remains on a still maintained compiler. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added -

[Bug debug/9565] [g77] outputs incorrect DWARF3 for multidimensional arrays

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-01-25 20:29 --- We won't fix g77, gfortran was recently fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/34216] [4.2 regression] Optimizations cause audio distortion in GSM decompression

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-01-25 20:27 --- No feedback from the reporter after two month. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug ada/34496] [4.2 Regression] prefixed notation allows changing the value of a constant

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-01-25 20:27 --- Regressions should have a target-milestone, Ada is not release critical. Does this bug still happen on the trunk? -- rguenth at gcc dot gnu dot org changed: What|Removed |Adde

[Bug middle-end/34688] [4.1/4.2] ICE: output_operand: invalid expression as operand

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-01-25 20:25 --- If this isn't a regression please close it as fixed in 4.3. Otherwise please adjust the Summary and the target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed

[Bug target/34815] [4.1 4.2] endless loop while trying to compile 2.6.23-rc4

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-01-25 20:24 --- Please confirm the bug is fixed or is not fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/34910] [4.2/4.3 Regression] ICE on invalid assignments in doubly-contained functions

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-01-25 20:23 --- Regressions should have a target-milestone, Fortran is not release-critical. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/34897] [4.3 Regression] Invalid array bound in specification block causes ICE

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-01-25 20:22 --- Regressions should have a target milestone, Fortran is not release-critical. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/34661] [4.2/4.3 Regression] ice on where / ASSIGNMENT(=)

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-01-25 20:22 --- Regressions should have a target milestone, Fortran is not release-critical. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/34975] [4.3 Regression] Bogus error with USEing modules

2008-01-25 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2008-01-25 20:21 --- Paul, do you have an idea? The attached program fails rather strangely. I try to reduce it further, but currently the error disappears as soon as I touch something. Works: 2007-11-23-r130365 Fails: 2007-11-26-r130431

[Bug fortran/31610] [4.3 Regression] ICE with transfer, merge in gfc_conv_expr_descriptor

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #14 from rguenth at gcc dot gnu dot org 2008-01-25 20:21 --- Regressions should have a target-milestone. Fortran is not release-critical. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added -

[Bug regression/34973] Wno-strict-aliasing is not working

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2008-01-25 20:19 --- Btw, a testcase would be nice. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34973

[Bug regression/34973] Wno-strict-aliasing is not working

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-01-25 20:17 --- Even -Wall should not warn for strict-aliasing issues as we also see -Fno-strict-aliasing (wrong caps?); also we have another -Wno-strict-aliasing after -Wall. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=349

[Bug fortran/34975] [4.3 Regression] Bogus error

2008-01-25 Thread burnus at gcc dot gnu dot org
er, it works with: 4.2.3 20071030 (prerelease) (SUSE Linux) and fails with both my trunk version 4.3.0 20080125 (experimental) [trunk revision 131818] (GCC) and openSUSE's 4.3.0 20080117 (experimental) [trunk revision 131592] (SUSE Linux) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34975

[Bug fortran/34975] New: [4.3 Regression] Bogus error

2008-01-25 Thread burnus at gcc dot gnu dot org
The following was found when compiling the Quantum Espresso package, http://www.quantum-espresso.org/. I failed to reduce it further, currently I have: 236 cell_base.f90 56 constants.f90 260 control_flags.f90 119 electrons_base.f90 164 ions_base.f90 5 kind.f90 15 modules.f90 4

[Bug c++/30209] C++ front-end rejects valid compound literal (with complex types)

2008-01-25 Thread jason at gcc dot gnu dot org
--- Comment #3 from jason at gcc dot gnu dot org 2008-01-25 19:52 --- Fixed by the patch for bug 31780. -- jason at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/31780] [4.2 regression] ICE with incompatible types for ?: with "complex type" conversion

2008-01-25 Thread jason at gcc dot gnu dot org
--- Comment #41 from jason at gcc dot gnu dot org 2008-01-25 19:51 --- Fixed for 4.3.0, not worth fixing on 4.2 branch. -- jason at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/31780] [4.2/4.3 regression] ICE with incompatible types for ?: with "complex type" conversion

2008-01-25 Thread jason at gcc dot gnu dot org
--- Comment #40 from jason at gcc dot gnu dot org 2008-01-25 19:45 --- Subject: Bug 31780 Author: jason Date: Fri Jan 25 19:45:11 2008 New Revision: 131832 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131832 Log: PR c++/31780 * call.c (standard_conversion): All

[Bug libfortran/34974] New: zero bytes when reverse-tabbing long records (regression vs. g77)

2008-01-25 Thread tkoenig at gcc dot gnu dot org
$ cat tab.f program main write (*,'(t100,a,t1,a)') 'b', 'a' end $ gfortran tab.f $ ./a.out > foo.dat $ od -a -N32 foo.dat 000 a nul nul nul nul nul nul nul nul nul nul nul nul nul nul nul 020 nul nul nul nul nul nul nul nul nul nul nul nul nul nul nul nul 040

[Bug libfortran/34974] null bytes when reverse-tabbing long records (regression vs. g77)

2008-01-25 Thread tkoenig at gcc dot gnu dot org
--- Comment #1 from tkoenig at gcc dot gnu dot org 2008-01-25 19:35 --- Actually, it's "null bytes" :-) This is related to PR 34887. The problem here is that we tab further than our buffer size, so we write out garbage. Ceterum censeo stream I/O esse delendam :-) -- tkoenig at gcc

  1   2   >