--- 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
--- 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
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jyasskin at gmail dot com
|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
--- Comment #6 from pinskia at gcc dot gnu dot org 2010-07-06 15:47 ---
*** Bug 44841 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- 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
--- 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
--- Comment #12 from pinskia at gcc dot gnu dot org 2010-03-19 00:36
---
Well for 4.5, make sure you configured with --enable-checking=release;
otherwise it is not a fair comparison.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36439
--- You are receiving this mail because
--- 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
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
--- 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
--- 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__
--- 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
--- 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
--- 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 be
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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.
--
To
--- 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
--- 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
--- 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
--- 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
--
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
--
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
--- 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
--- 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
--- 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
--- 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.
--
To
--- 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
--- 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.gn
--- 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
--- 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 is
--- 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 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
---
--- 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
--- 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/bugzi
--- 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 BI
--- 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 m
--- Comment #2 from pinskia at gcc dot gnu dot org 2009-01-05 20:19 ---
*** Bug 38631 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- 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
--- 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
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-01-05 20:10 ---
2008-08-23 Sebastian Redl
Add (again) exception propagation support as per N2179. Feature is
available only when _GLIBCXX_ATOMIC_BUILTINS_4 is defined.
This is to support C++0x.
--
http
--- Comment #34 from pinskia at gcc dot gnu dot org 2009-01-03 19:55
---
(In reply to comment #33)
> With "gcc version 4.4.0 20090102" on i386-pc-solaris2.11 I'm getting:
>
> # gcc -v -o test_gmp_1 test_gmp_1.cc -lgmp -lstdc++
> /usr/local/lib/gc
--- 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
--
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
--- 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
--- 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
--
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
--- 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
--- 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
--- 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) at
--- 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 b
--- 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 s
--- 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 "unsign
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
--- 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 this
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
--- 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
--- 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
--- 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.
--
To
--- 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 in
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--
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
--- 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 of
--- 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, or
--- 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
--- 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, or
--- 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
--- 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
--- 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=gcc&view=rev&rev=141558
Log:
2008-11-03 Andrew Pinski <[EMAIL PROTECTED]&g
--- 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
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
URL||http://gcc.gnu.org/ml/gcc
--- 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
--- 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=16570&action=view)
Patch which needs to be tested
Ok, I think I know what the issue is now, I actually fixed this locally
--
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
--- 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
--- Yo
--- 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
--- 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
--
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
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
--- 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
--- 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
1 - 100 of 1433 matches
Mail list logo