[Bug testsuite/32064] ssp tests can't find libssp

2010-05-21 Thread hjl dot tools at gmail dot com
--- Comment #6 from hjl dot tools at gmail dot com 2010-05-21 21:16 --- (In reply to comment #5) Still an issue, e.g. on Solaris 11. You can try my patches from 2007 to see if they work for you. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32064 --- You are receiving

[Bug testsuite/28242] running the testsuite with -fstack-protector fail (not finding libssp)

2010-05-20 Thread hjl dot tools at gmail dot com
-- hjl dot tools at gmail dot com changed: What|Removed |Added OtherBugsDependingO||17464 nThis|| http

[Bug testsuite/28242] running the testsuite with -fstack-protector fail (not finding libssp)

2010-05-20 Thread hjl dot tools at gmail dot com
--- Comment #3 from hjl dot tools at gmail dot com 2010-05-21 01:53 --- *** This bug has been marked as a duplicate of 32064 *** -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug testsuite/32064] ssp tests can't find libssp

2010-05-20 Thread hjl dot tools at gmail dot com
--- Comment #4 from hjl dot tools at gmail dot com 2010-05-21 01:53 --- *** Bug 28242 has been marked as a duplicate of this bug. *** -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug c++/42634] ICE with -g -O2 -std=c++0x in copy_fn_p, at cp/decl.c:9973

2010-02-06 Thread hjl dot tools at gmail dot com
-- hjl dot tools at gmail dot com changed: What|Removed |Added Target Milestone|--- |4.5.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42634

[Bug target/42542] Vectorizer produces incorrect results on max/min of unsigned intergers

2010-01-17 Thread hjl dot tools at gmail dot com
--- Comment #28 from hjl dot tools at gmail dot com 2010-01-17 19:00 --- Fixed. -- hjl dot tools at gmail dot com changed: What|Removed |Added Status

[Bug target/42774] [4.4/4.5 Regression] ICE in get_aligned_mem, at config/alpha/alpha.c:1484

2010-01-17 Thread hjl dot tools at gmail dot com
--- Comment #5 from hjl dot tools at gmail dot com 2010-01-17 19:57 --- Is this related to PR 39954? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42774 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter. -- To UNSUBSCRIBE

[Bug c++/42725] ICE on error recovery (segfault in build_over_call in gcc/cp/call.c:5653)

2010-01-13 Thread hjl dot tools at gmail dot com
--- Comment #3 from hjl dot tools at gmail dot com 2010-01-13 15:07 --- It is caused by revision 155347: http://gcc.gnu.org/ml/gcc-cvs/2009-12/msg00491.html -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug c++/42701] [4.5 Regression] ICE on error recovery

2010-01-13 Thread hjl dot tools at gmail dot com
--- Comment #6 from hjl dot tools at gmail dot com 2010-01-13 17:43 --- This is caused by revision 155347: http://gcc.gnu.org/ml/gcc-cvs/2009-12/msg00491.html -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug c++/42725] ICE on error recovery (segfault in build_over_call in gcc/cp/call.c:5653)

2010-01-13 Thread hjl dot tools at gmail dot com
--- Comment #4 from hjl dot tools at gmail dot com 2010-01-13 17:44 --- *** This bug has been marked as a duplicate of 42701 *** -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug c++/42701] [4.5 Regression] ICE on error recovery

2010-01-13 Thread hjl dot tools at gmail dot com
--- Comment #7 from hjl dot tools at gmail dot com 2010-01-13 17:44 --- *** Bug 42725 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42701 --- You are receiving this mail because: --- You are on the CC list for the bug

[Bug c++/42731] terminates with virtual memory exhausted: Cannot allocate memory in error recovery

2010-01-13 Thread hjl dot tools at gmail dot com
--- Comment #2 from hjl dot tools at gmail dot com 2010-01-13 17:47 --- I think this is a dup for PR 42701. -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug other/42715] [4.5 Regression] output_operand: invalid expression as operand

2010-01-12 Thread hjl dot tools at gmail dot com
--- Comment #2 from hjl dot tools at gmail dot com 2010-01-12 23:34 --- This is caused by revision 151917: http://gcc.gnu.org/ml/gcc-cvs/2009-09/msg00665.html -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug other/42713] [4.5 Regression] ICE - segfault in tsubst

2010-01-12 Thread hjl dot tools at gmail dot com
--- Comment #2 from hjl dot tools at gmail dot com 2010-01-13 05:17 --- It is caused by revision 145440: http://gcc.gnu.org/ml/gcc-cvs/2009-04/msg00060.html -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug other/42713] [4.5 Regression] ICE - segfault in tsubst

2010-01-12 Thread hjl dot tools at gmail dot com
-- hjl dot tools at gmail dot com changed: What|Removed |Added Known to fail||4.5.0 Known to work||4.4.2

[Bug target/42542] Vectorizer produces incorrect results on max/min of unsigned intergers

2010-01-11 Thread hjl dot tools at gmail dot com
--- Comment #23 from hjl dot tools at gmail dot com 2010-01-12 00:41 --- (In reply to comment #22) I am looking at this on IA64 and fixing it for V2SI seems simple enough. I will attach a patch. But I am not sure what to do for V4HI and V8QI. The current code uses an 'unsigned

[Bug other/42670] demangler doesn't completely demangle a global constructors symbol

2010-01-09 Thread hjl dot tools at gmail dot com
--- Comment #2 from hjl dot tools at gmail dot com 2010-01-09 16:23 --- libiberty/testsuite/demangle-expected has --- --format=gnu-v3 --no-params _GLOBAL__I__Z2fnv global constructors keyed to _Z2fnv global constructors keyed to _Z2fnv --- Shouldn't it be global constructors keyed

[Bug target/42542] Vectorizer produces incorrect results on max/min of unsigned intergers

2010-01-07 Thread hjl dot tools at gmail dot com
--- Comment #19 from hjl dot tools at gmail dot com 2010-01-07 20:00 --- Fixed. -- hjl dot tools at gmail dot com changed: What|Removed |Added Status|NEW

[Bug target/42542] Vectorizer produces incorrect results on max/min of unsigned intergers

2010-01-06 Thread hjl dot tools at gmail dot com
--- Comment #16 from hjl dot tools at gmail dot com 2010-01-06 14:59 --- (In reply to comment #15) Can we expect a 4.4 backport for this, at least in the ix86/4.4 branch if not in the main 4.4 branch? It will be backported to 4.3/4.4 in a few days. -- http://gcc.gnu.org

[Bug target/42542] Vectorizer produces incorrect results on max/min of unsigned intergers

2010-01-06 Thread hjl dot tools at gmail dot com
-- hjl dot tools at gmail dot com changed: What|Removed |Added Target Milestone|--- |4.3.6 Version|4.5.0 |4.3.5 http

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

2010-01-04 Thread hjl dot tools at gmail dot com
--- Comment #3 from hjl dot tools at gmail dot com 2010-01-04 18:10 --- It is caused by revision 144914: http://gcc.gnu.org/ml/gcc-cvs/2009-03/msg00421.html -- hjl dot tools at gmail dot com changed: What|Removed |Added

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

2010-01-04 Thread hjl dot tools at gmail dot com
--- Comment #6 from hjl dot tools at gmail dot com 2010-01-04 18:26 --- Gcc 3.4 gave: r42611.c: In function `foo': pr42611.c:6: error: size of variable 's' is too large -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug target/42542] Vectorizer produces incorrect results on max of signed intergers

2009-12-30 Thread hjl dot tools at gmail dot com
--- Comment #11 from hjl dot tools at gmail dot com 2009-12-30 15:50 --- A patch is posted at http://gcc.gnu.org/ml/gcc-patches/2009-12/msg01208.html -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug target/42542] Vectorizer produces incorrect results on max/min of unsigned intergers

2009-12-30 Thread hjl dot tools at gmail dot com
-- hjl dot tools at gmail dot com changed: What|Removed |Added Summary|Vectorizer produces |Vectorizer produces |incorrect results on max

[Bug c/42538] ICE on illegal-code: tree check: expected function_decl, have var_decl in start_function, at c-decl.c:7369

2009-12-29 Thread hjl dot tools at gmail dot com
--- Comment #2 from hjl dot tools at gmail dot com 2009-12-29 17:23 --- A simple testcase: [...@gnu-26 rrs]$ cat pr42538.i void Saisie()[3]{ } [...@gnu-26 rrs]$ ./143523/usr/bin/gcc -S pr42538.i pr42538.i:1: error: declaration of ‘Saisie’ as array of voids pr42538.i:1: internal

[Bug other/42542] g++ -O3 produces incorrect results for less-than operator

2009-12-29 Thread hjl dot tools at gmail dot com
--- Comment #1 from hjl dot tools at gmail dot com 2009-12-29 19:41 --- With -Wall, icc 11.1 complains: pr42542.cc(10): remark #981: operands are evaluated in unspecified order return (a b) ? b : a; ^ detected during instantiation of _Tp std

[Bug other/42542] g++ -O -ftree-vectorize produces incorrect results for less-than operator

2009-12-29 Thread hjl dot tools at gmail dot com
--- Comment #2 from hjl dot tools at gmail dot com 2009-12-29 19:44 --- Add -ftree-vectorize will cause it to fail. -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug other/42542] g++ -O -ftree-vectorize produces incorrect results for less-than operator

2009-12-29 Thread hjl dot tools at gmail dot com
--- Comment #3 from hjl dot tools at gmail dot com 2009-12-29 19:45 --- It could be a target issue. -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug other/42542] g++ -O -ftree-vectorize produces incorrect results for less-than operator

2009-12-29 Thread hjl dot tools at gmail dot com
--- Comment #4 from hjl dot tools at gmail dot com 2009-12-29 19:51 --- There are no unsigned integer vector compare insns on x86. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42542 --- You are receiving this mail because: --- You reported the bug, or are watching

[Bug target/42542] g++ -O -ftree-vectorize produces incorrect results for less-than operator

2009-12-29 Thread hjl dot tools at gmail dot com
--- Comment #6 from hjl dot tools at gmail dot com 2009-12-29 20:52 --- The bug may be in umaxv4si3 pattern. -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug target/42542] Vectorizer produces incorrect results on max of signed intergers

2009-12-29 Thread hjl dot tools at gmail dot com
--- Comment #7 from hjl dot tools at gmail dot com 2009-12-29 21:40 --- Here is a testcase in C: [...@gnu-6 tmp]$ cat y.c unsigned int foo[] __attribute__ ((aligned(16))) = { 0x8000, 1, 0xa000, 2, 3, 0xd000, 0xf000, 0xe000 }; unsigned int bar[] __attribute__

[Bug target/42542] Vectorizer produces incorrect results on max of signed intergers

2009-12-29 Thread hjl dot tools at gmail dot com
--- Comment #8 from hjl dot tools at gmail dot com 2009-12-29 23:50 --- Created an attachment (id=19420) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19420action=view) A patch I don't see how we can easily check unsigned underflow in vector integer subtraction. This patch simply

[Bug target/42542] Vectorizer produces incorrect results on max of signed intergers

2009-12-29 Thread hjl dot tools at gmail dot com
--- Comment #9 from hjl dot tools at gmail dot com 2009-12-30 04:47 --- Hi Richard, the code in question is added by http://gcc.gnu.org/ml/gcc-patches/2005-06/msg02185.html I don't quite understand how it can properly handle unsigned V4SI underflow in V4SI vector subtraction

[Bug target/42542] Vectorizer produces incorrect results on max of signed intergers

2009-12-29 Thread hjl dot tools at gmail dot com
--- Comment #10 from hjl dot tools at gmail dot com 2009-12-30 04:49 --- Created an attachment (id=19422) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19422action=view) An updated patch I am testing this patch now. -- hjl dot tools at gmail dot com changed: What

[Bug target/42542] Vectorizer produces incorrect results on max of signed intergers

2009-12-29 Thread hjl dot tools at gmail dot com
-- hjl dot tools at gmail dot com changed: What|Removed |Added CC||hjl dot tools at gmail dot

[Bug target/38899] pessimizes function without SSE intrinsics

2009-01-18 Thread hjl dot tools at gmail dot com
-- hjl dot tools at gmail dot com changed: What|Removed |Added CC||hjl dot tools at gmail dot

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

2009-01-05 Thread hjl dot tools at gmail dot com
--- Comment #7 from hjl dot tools at gmail dot com 2009-01-05 22:51 --- (In reply to comment #5) There is padding between adjustedPtr and unwindHeader because the latter is forced to be maximally aligned. Due to the additional member the padding was reduced. Also, the alignment

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

2009-01-05 Thread hjl dot tools at gmail dot com
--- Comment #8 from hjl dot tools at gmail dot com 2009-01-05 22:53 --- 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 (TARGET_8ALIGN ? 64 : 32) sh/sh.h

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

2009-01-05 Thread hjl dot tools at gmail dot com
-- hjl dot tools at gmail dot com changed: What|Removed |Added OtherBugsDependingO|38732 | nThis|| http

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

2009-01-05 Thread hjl dot tools at gmail dot com
--- Comment #11 from hjl dot tools at gmail dot com 2009-01-05 23:08 --- (In reply to comment #7) (In reply to comment #5) There is padding between adjustedPtr and unwindHeader because the latter is forced to be maximally aligned. Due to the additional member the padding

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

2008-10-14 Thread hjl dot tools at gmail dot com
-- hjl dot tools at gmail dot com changed: What|Removed |Added CC||hjl dot tools at gmail dot