[Bug c/45691] Floating point comparison failure

2010-09-16 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2010-09-16 17:08 --- *** This bug has been marked as a duplicate of 323 *** *** This bug has been marked as a duplicate of 323 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

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

2010-09-16 Thread pinskia at gcc dot gnu dot org
--- Comment #138 from pinskia at gcc dot gnu dot org 2010-09-16 17:08 --- *** Bug 45691 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug other/42540] c++ error message [vtable undefined] is unhelpful

2010-07-13 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2010-07-13 22:58 --- Reopening -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug other/42540] c++ error message [vtable undefined] is unhelpful

2010-07-13 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jyasskin at gmail dot com |dot org

[Bug c/44198] Constant floating point values are mutable (with '-O1')

2010-05-19 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2010-05-19 18:05 --- And it is as it works correctly with -std=c99 in 4.5.0 and above and it works correctly on x86_64 or with -mfpmath=sse. *** This bug has been marked as a duplicate of 323 *** -- pinskia at gcc dot gnu dot org

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

2010-05-19 Thread pinskia at gcc dot gnu dot org
--- Comment #136 from pinskia at gcc dot gnu dot org 2010-05-19 18:05 --- *** Bug 44198 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/42698] [4.5 Regression] jc1: ICE in redirect_eh_edge_1, at tree-eh.c:2112

2010-01-12 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot

[Bug tree-optimization/42703] [4.5 Regression] ICE in generate_subtree_copies with out of bounds array access

2010-01-12 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2010-01-12 20:48 --- This code is undefined because out of bounds access of the array. Also note the use of the union is not needed here really as char is a character type which means it can be used to access the ScmUInt64 without any

[Bug other/42611] ICE in tree_low_cst, at tree.c:5014

2010-01-04 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2010-01-04 18:12 --- I think this is related to (or a dup of bug 42146). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42611 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter

[Bug target/42553] wrong code with -O1

2009-12-30 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2009-12-30 14:33 --- The inline-asm is totally incorrect here is the corrected version of the function (note res should be set): static bool atomic_test_and_reset_bit(unsigned long *v,unsigned long bit) { bool res = 0; __asm__

[Bug other/42540] c++ error message [vtable undefined] is unhelpful

2009-12-29 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-12-29 15:05 --- I don't know if there is anything there could be done here since the linker is what is producing the error. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42540 --- You are receiving this mail because

[Bug lto/42532] configuring with --enable-gold introduces many fails in the testsuite

2009-12-29 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2009-12-29 15:42 --- The -flto and -fwhopr are most a GCC bug but the rest of the issues look like gold ld issue and should be reported to binutils. -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug other/42540] c++ error message [vtable undefined] is unhelpful

2009-12-29 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2009-12-29 19:26 --- In fact it depends on the key function being declared which depends on the ABI really (ARM EABI has a slightly different key function than the rest of the abis). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug c++/41195] floating point optimization

2009-09-20 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2009-09-20 21:28 --- Yes it is a dup of 323. Since really the target is 32bits :). *** This bug has been marked as a duplicate of 323 *** -- pinskia at gcc dot gnu dot org changed: What|Removed

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

2009-09-20 Thread pinskia at gcc dot gnu dot org
--- Comment #133 from pinskia at gcc dot gnu dot org 2009-09-20 21:28 --- *** Bug 41195 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug objc/40507] ICE on invalid ObjC code

2009-06-21 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2009-06-21 22:48 --- I think this is a dup of bug 28050. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40507 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter

[Bug objc/28050] [4.3/4.4/4.5 regression] ICE on invalid initializer

2009-06-21 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2009-06-21 23:18 --- *** Bug 40507 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug objc/40507] ICE on invalid ObjC code

2009-06-21 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2009-06-21 23:18 --- Yes it is a duplicate of bug 28050. *** This bug has been marked as a duplicate of 28050 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/40506] ICE with -fwhole-program --combine (verify_stmts failed)

2009-06-21 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2009-06-21 23:51 --- PR 39959 is the PR about the ICE on the trunk. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/40186] floating point comparison is wrong ( !(a b) (b a) is true )

2009-05-18 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2009-05-18 14:11 --- *** This bug has been marked as a duplicate of 323 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

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

2009-05-18 Thread pinskia at gcc dot gnu dot org
--- Comment #128 from pinskia at gcc dot gnu dot org 2009-05-18 14:11 --- *** Bug 40186 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/40186] floating point comparison is wrong ( !(a b) (b a) is true )

2009-05-18 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2009-05-18 14:49 --- Either use -ffloat-store or -mfpmath=sse . The issue comes from excessive precision. It is not or which is causing the problem but keeping one of a or b in the fp stack register but putting the other one

[Bug libstdc++/40133] exception propagation support not enabled in libstdc++ 4.4 on {armeabi,hppa}-linux

2009-05-17 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2009-05-17 18:42 --- *** Bug 40178 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/35100] [4.2/4.3/4.4 regression] internal compiler error: in extract_insn, at recog.c:1990

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.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35100

[Bug target/23451] Redundant reloading from stack frame on i386

2009-04-22 Thread pinskia at gcc dot gnu dot org
--- Comment #19 from pinskia at gcc dot gnu dot org 2009-04-22 23:06 --- Fixed in 4.3.0 by the new register allocator (IRA). -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug boehm-gc/39833] [4.4 regression] boehm-gc fails to build

2009-04-22 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Component|target |boehm-gc http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39833

[Bug regression/39828] [4.4 regression] missing symbols in 64bit libgcc

2009-04-20 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-04-20 22:48 --- Actually I think this was on purpose. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39828 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter

[Bug regression/39828] [4.4 regression] missing symbols in 64bit libgcc

2009-04-20 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2009-04-20 22:50 --- Yes it is, see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39634. These functions are never called because they are soft-fp functions so there is no reason for them to be in existant in libgcc as they are not used

[Bug target/39634] powerpc64 libgcc contains useless softfp functions

2009-04-20 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2009-04-20 22:50 --- *** Bug 39828 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/39015] [4.3/4.4 regression] wrong code building libgsf

2009-01-29 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2009-01-29 22:39 --- I don't see anything in gsf-scan.c which would have been changed by that patch. All the arrays are already marked as static. The only ones that changed by that patch are auto arrays. -- http://gcc.gnu.org

[Bug middle-end/39015] [4.3/4.4 regression] wrong code building libgsf

2009-01-29 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2009-01-29 22:41 --- (In reply to comment #9) Assuming there is a way to trigger this, I wonder if the program is legal. In particular I was looking at the initialization of GbArgTable which has a lot of holes in it. Those

[Bug target/38899] pessimizes function without SSE intrinsics

2009-01-20 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2009-01-21 02:44 --- void mul(float in1[4], float in2[4], float out[4]) Those arrays are not known to be aligned The other one I have to look into. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38899 --- You

[Bug target/38899] pessimizes function without SSE intrinsics

2009-01-20 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2009-01-21 03:00 --- (In reply to comment #2) That is because the early complete unrolling comes and unrolls the loop so the autovectorizer does not have a loop to work on anymore. If I increase it to be 16 instead of 4, the loop

[Bug target/38899] pessimizes function without SSE intrinsics

2009-01-20 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2009-01-21 03:04 --- t.c:11: note: cost model: Adding cost of checks for loop versioning to treat misalignment. t.c:11: note: cost model: Adding cost of checks for loop versioning aliasing. -- http://gcc.gnu.org/bugzilla

[Bug other/38732] Openoffice.org segfaults with runtime libs built from GCC trunk

2009-01-05 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-01-05 20:10 --- 2008-08-23 Sebastian Redl sebastian.r...@getdesigned.at Add (again) exception propagation support as per N2179. Feature is available only when _GLIBCXX_ATOMIC_BUILTINS_4 is defined

[Bug other/38732] [4.4 Regression] Openoffice.org segfaults with runtime libs built from GCC trunk

2009-01-05 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot

[Bug libstdc++/38631] [4.4 Regression] libstdc++ from gcc 4.4 causes OpenOffice.org 3.0 to crash on startup

2009-01-05 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2009-01-05 20:19 --- PR 38732 explains what is causing OO.o to fail. The ABI changed ;(. *** This bug has been marked as a duplicate of 38732 *** -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug other/38732] [4.4 Regression] Openoffice.org segfaults with runtime libs built from GCC trunk

2009-01-05 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2009-01-05 20:20 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug other/38732] [4.4 Regression] Openoffice.org segfaults with runtime libs built from GCC trunk

2009-01-05 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2009-01-05 22:19 --- Also, the alignment of _Unwind_Exception depends on -mavx. That is a target issue and should be filed as separately. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38732 --- You are receiving this mail

[Bug other/38732] [4.4 Regression] Openoffice.org segfaults with runtime libs built from GCC trunk

2009-01-05 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2009-01-05 22:55 --- (In reply to comment #8) There are i386/i386.h:#define BIGGEST_ALIGNMENT (TARGET_AVX ? 256: 128) m68k/m68k.h:#define BIGGEST_ALIGNMENT (TARGET_ALIGN_INT ? 32 : 16) mcore/mcore.h:#define BIGGEST_ALIGNMENT

[Bug other/38732] [4.4 Regression] Openoffice.org segfaults with runtime libs built from GCC trunk

2009-01-05 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2009-01-05 22:59 --- (In reply to comment #8) There are I filed the x86 issue with -mavx as PR 38736. This is a regression and really needs to be fixed for before the release of 4.4. -- http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug target/38737] [4.4 Regression] __alignof__ (_Unwind_Exception) depends on -mavx

2009-01-05 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-01-05 23:05 --- I just filed it. *** This bug has been marked as a duplicate of 38736 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug other/38732] [4.4 Regression] Openoffice.org segfaults with runtime libs built from GCC trunk

2009-01-05 Thread pinskia at gcc dot gnu dot org
-- Bug 38732 depends on bug 38737, which changed state. Bug 38737 Summary: [4.4 Regression] __alignof__ (_Unwind_Exception) depends on -mavx http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38737 What|Old Value |New Value

[Bug middle-end/29231] need a way to produce trampolines not on the stack

2009-01-01 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2009-01-01 21:22 --- This is why the PowerOpen ABI is good, it does not require stack based trampolines. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/38642] [4.3/4.4 Regression] Code with -fPIC results in segfault on ARM (old ABI)

2008-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38642

[Bug middle-end/37044] Heisenbug: SVN of gcc throws internal compiler error on PPC

2008-12-27 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2008-12-27 14:51 --- *** This bug has been marked as a duplicate of 38553 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/38553] [4.3 Regression] Segfault in ggc_set_mark with -maltivec

2008-12-27 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2008-12-27 14:51 --- *** Bug 37044 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/37468] unknown option -isomething not recognized by gfortran driver

2008-12-24 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37468

[Bug tree-optimization/38356] ICE with -ftree-parallelize-loops

2008-12-23 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-12-24 01:08 --- Backtrace: #0 0x0014452c in loop_preheader_edge (loop=0x6680f90) at /Users/apinski/src/gcc-sony/gcc-4.3/gcc/gcc/basic-block.h:673 #1 0x0039d473 in move_computations_stmt (dw_data=0xb280, bb=0x90f8280

[Bug tree-optimization/38356] ICE with -ftree-parallelize-loops

2008-12-23 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-12-24 01:09 --- *** This bug has been marked as a duplicate of 38310 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/38310] -ftree-parallelize-loops=4 causes ICE with gcc-4.3.2

2008-12-23 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2008-12-24 01:09 --- *** Bug 38356 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/38593] [4.4 regression] ICE: verify_gimple failed

2008-12-21 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot

[Bug tree-optimization/38593] [4.4 regression] ICE: verify_gimple failed

2008-12-21 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2008-12-21 17:27 --- Does disabling PCH fix the issue (just adding -D__disable_PCH__ should be enough to disable PCH when building that one file)? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38593 --- You are receiving

[Bug c++/38562] [4.3/4.4 regression] mysql miscompiles and causes testsuite failures

2008-12-21 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot

[Bug c++/38562] [4.3/4.4 regression] mysql miscompiles and causes testsuite failures

2008-12-21 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2008-12-21 22:48 --- Does compiling with -O2 -fno-strict-aliasing fix the issue. I thought I saw some aliasing violations in the source dealing with accessing a char * as a Log_event::Byte* (aka unsigned char *). Now what is only

[Bug c++/38562] [4.3/4.4 regression] mysql miscompiles and causes testsuite failures

2008-12-21 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2008-12-22 01:06 --- (In reply to comment #9) Is this a regression in gcc, or is this something upstreams need to add to their builds when doing the char/pointer manipulations you described? Most likely a bug in the mysql sources

[Bug c++/38562] [4.3/4.4 regression] mysql miscompiles and causes testsuite failures

2008-12-21 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2008-12-22 01:10 --- I do get a warning from the trunk though: log_event.cc: In member function 'virtual bool Query_log_event::write(IO_CACHE*)': log_event.cc:1124: warning: dereferencing pointer 'start.519' does break strict-aliasing

[Bug tree-optimization/38355] ICE with -fipa-struct-reorg / -fipa-pta

2008-12-01 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-12-01 22:54 --- -fipa-pta does nothing ... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38355 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter. -- To UNSUBSCRIBE

[Bug tree-optimization/38355] ICE with -fipa-struct-reorg / -fipa-pta

2008-12-01 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-12-01 22:55 --- *** This bug has been marked as a duplicate of 32305 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/32305] ICE in initialize_flags_in_bb with -O -fipa-pta

2008-12-01 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2008-12-01 22:55 --- *** Bug 38355 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/38359] [4.3/4.4 regression] ICE in set_lattice_value, at tree-ssa-ccp.c:466

2008-12-01 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-12-02 00:11 --- Here is a shorter testcase: void _ov_64_seek_lap (void) { _Bool x1, x2, x3; unsigned ltmp_3978_7; unsigned ltmp_3978_7__PHI_TEMPORARY; unsigned ltmp_4011_7__PHI_TEMPORARY; unsigned ltmp_4012_7; signed

[Bug c++/38357] [4.2/4.3/4.4 regression] ICE cc1plus (Segmentation fault)

2008-12-01 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-12-02 00:14 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug middle-end/38360] [4.3/4.4 regression] ICE in gimple_op, at gimple.h:1636

2008-12-01 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-12-02 00:34 --- #1 0x00601a05 in gimple_op (gs=0x42e532d0, i=4) at /Users/apinski/src/local/gcc/gcc/gimple.h:1636 #2 0x0060578d in gimple_call_arg (gs=0x42e532d0, index=1) at /Users/apinski/src/local/gcc/gcc/gimple.h:2049 #3

[Bug middle-end/38360] [4.3/4.4 regression] ICE in gimple_op, at gimple.h:1636

2008-12-01 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-12-02 00:37 --- Caused by: r122018 | sandra | 2007-02-15 15:50:49 -0800 (Thu, 15 Feb 2007) | 862 lines There used to be a validate_arglist

[Bug fortran/38361] -i8 doesn't work with .F files

2008-12-01 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-12-02 01:15 --- -i8 is not a valid option anyways. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38361 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter

[Bug fortran/38361] -i8 doesn't work with .F files

2008-12-01 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-12-02 01:18 --- *** This bug has been marked as a duplicate of 37468 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/37468] unknown option -isomething not recognized by gfortran driver

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

[Bug middle-end/29609] [4.2/4.3/4.4 Regression] Even with -O0 -g gcc optimizes a goto away and I cannot debug

2008-11-21 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=29609

[Bug c/6614] [-Wconversion] incorrect conversion warning for function taking a short

2008-11-15 Thread pinskia at gcc dot gnu dot org
--- Comment #13 from pinskia at gcc dot gnu dot org 2008-11-16 02:42 --- *** Bug 38116 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6614 --- You are receiving this mail because: --- You are on the CC list for the bug

[Bug c/38116] Excessive warnings when using assert and -Wconversion on 64bit platforms

2008-11-15 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-11-16 02:42 --- Except assert is controlled by your libc and not GCC so this is still really PR 6614. Also 4.3 changed the definition of -Wconversion so it does not matter any more. *** This bug has been marked as a duplicate

[Bug c/6614] [-Wconversion] incorrect conversion warning for function taking a short

2008-11-14 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2008-11-14 23:12 --- *** Bug 38121 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/38121] Excessive warnings when using -Wconversion and char/bool/short function arguments

2008-11-14 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-11-14 23:12 --- This is not really a bug, -Wconversion is documented this way in GCC before 4.3.0. -Wconversion did change for 4.3.0. *** This bug has been marked as a duplicate of 6614 *** -- pinskia at gcc dot gnu dot org

[Bug c/6614] [-Wconversion] incorrect conversion warning for function taking a short

2008-11-14 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2008-11-14 23:13 --- *** Bug 38116 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6614 --- You are receiving this mail because: --- You are on the CC list for the bug

[Bug c/38116] Excessive warnings when using assert and -Wconversion on 64bit platforms

2008-11-14 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-11-14 23:13 --- *** This bug has been marked as a duplicate of 6614 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/37782] [4.4 regression] Stage2 ada compiler miscompiled

2008-11-03 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2008-11-03 20:01 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug rtl-optimization/37782] [4.4 regression] Stage2 ada compiler miscompiled

2008-11-03 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2008-11-03 20:02 --- Subject: Bug 37782 Author: pinskia Date: Mon Nov 3 20:01:11 2008 New Revision: 141558 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=141558 Log: 2008-11-03 Andrew Pinski [EMAIL PROTECTED] PR rtl

[Bug rtl-optimization/37782] [4.4 regression] Stage2 ada compiler miscompiled

2008-10-30 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2008-10-31 01:40 --- Mine. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added AssignedTo

[Bug rtl-optimization/37782] [4.4 regression] Stage2 ada compiler miscompiled

2008-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added URL||http://gcc.gnu.org/ml/gcc

[Bug rtl-optimization/37782] [4.4 regression] Stage2 ada compiler miscompiled

2008-10-27 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2008-10-27 18:44 --- Can you attach the RTL dumps, I don't have access to Ada on my PPC64 Linux machine? Also what options are you using to configure GCC with? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37782 --- You

[Bug rtl-optimization/37782] [4.4 regression] Stage2 ada compiler miscompiled

2008-10-27 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||build, wrong-code http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37782

[Bug rtl-optimization/37782] [4.4 regression] Stage2 ada compiler miscompiled

2008-10-27 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2008-10-27 19:41 --- Created an attachment (id=16570) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16570action=view) Patch which needs to be tested Ok, I think I know what the issue is now, I actually fixed this locally

[Bug middle-end/37815] [4.4 Regression] ICE in vt_add_function_parameters (bootstrap error)

2008-10-24 Thread pinskia at gcc dot gnu dot org
--- Comment #16 from pinskia at gcc dot gnu dot org 2008-10-24 21:36 --- Verified fixes the PPC GNU/Linux libstdc++ failures that I was receiving too. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37815 --- You are receiving this mail because: --- You are on the CC list

[Bug rtl-optimization/37782] [4.4 regression] Stage2 ada compiler miscompiled

2008-10-13 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37782

[Bug middle-end/37815] [4.4 Regression] ICE in vt_add_function_parameters (bootstrap error)

2008-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-10-13 19:35 --- I get the same ICE for a few testcases in libstdc++ on powerpc-linux-gnu: +FAIL: 25_algorithms/replace_copy_if/requirements/explicit_instantiation/pod.cc (test for excess errors) +FAIL: 25_algorithms/replace_if

[Bug target/37637] Build fails with reserved constraints

2008-09-24 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot

[Bug bootstrap/37349] [4.4 Regression] bootstrap broken on Alpha: undefined reference to _Jv_RegisterClasses

2008-09-13 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2008-09-14 05:01 --- *** Bug 37464 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/37464] bootstrap failure for alphaev56, undefined reference to `_Jv_RegisterClasses

2008-09-13 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2008-09-14 05:01 --- *** This bug has been marked as a duplicate of 37349 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/37349] [4.4 Regression] bootstrap broken on Alpha: undefined reference to _Jv_RegisterClasses

2008-09-13 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2008-09-14 05:01 --- Confirmed via the dup. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/37390] wrong-code on i486-linux-gnu with -O[12], -O0 works

2008-09-06 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2008-09-06 18:01 --- *** This bug has been marked as a duplicate of 323 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

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

2008-09-06 Thread pinskia at gcc dot gnu dot org
--- Comment #122 from pinskia at gcc dot gnu dot org 2008-09-06 18:01 --- *** Bug 37390 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/27880] [4.2/4.3/4.4 regression] undefined reference to `_Unwind_GetIPInfo'

2008-09-06 Thread pinskia at gcc dot gnu dot org
--- Comment #27 from pinskia at gcc dot gnu dot org 2008-09-06 22:50 --- *** Bug 37403 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/37403] [4.4 regression] bootstrap broken on ia64-linux-gnu trunk with ada (20080906)

2008-09-06 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-09-06 22:50 --- *** This bug has been marked as a duplicate of 27880 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/37406] [4.4 regression] bootstrap broken on sparc-linux-gnu trunk (20080906)

2008-09-06 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-09-07 01:12 --- *** This bug has been marked as a duplicate of 37344 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/36439] [4.3/4.4 Regression] infinite loop in PRE building gimp-plugin-registry

2008-06-05 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot

[Bug other/28322] GCC new warnings and compatibility

2008-05-05 Thread pinskia at gcc dot gnu dot org
--- Comment #18 from pinskia at gcc dot gnu dot org 2008-05-05 16:15 --- *** Bug 35961 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/35100] [4.1/4.2/4.3/4.4 regression] internal compiler error: in extract_insn, at recog.c:1990

2008-04-30 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2008-04-30 21:39 --- Reopening as this looks related to secureplt. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/35658] [4.3 regression] Bad interaction on ia64 between -funroll-loops -fno-automatic -O2 and common block variable

2008-03-21 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Component|fortran |rtl-optimization http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35658

[Bug target/35659] Miscompiled code with -O2 (but not with -O2 -funroll-loops) on ia64

2008-03-21 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Component|fortran |target http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35659

[Bug target/35488] A incorrect result in a simple division, only in 32-bit gcc.

2008-03-06 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-03-06 22:44 --- *** This bug has been marked as a duplicate of 323 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

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

2008-03-06 Thread pinskia at gcc dot gnu dot org
--- Comment #107 from pinskia at gcc dot gnu dot org 2008-03-06 23:58 --- *** Bug 35489 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323 --- You are receiving this mail because: --- You are on the CC list for the bug

  1   2   3   4   5   6   7   8   9   10   >