--
hjl dot tools at gmail dot com changed:
What|Removed |Added
Summary|Unusual behavior of - |[4.5 Regression] -
|march=native option
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: driver
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: hjl dot tools at gmail dot com
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC tar
--- Comment #1 from hjl dot tools at gmail dot com 2009-12-20 20:35 ---
There are 2 separate bugs. Please open a new one for
"-march=i386 -march=native -mfpmath=sse".
--
hjl dot tools at gmail dot com changed:
What|Removed
t gcc dot gnu dot org
ReportedBy: hjl dot tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42435
--- Comment #3 from hjl dot tools at gmail dot com 2009-12-17 17:27 ---
This is caused by new SRA:
http://gcc.gnu.org/ml/gcc-cvs/2009-05/msg00959.html
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42398
--- Comment #2 from hjl dot tools at gmail dot com 2009-12-17 16:38 ---
It is caused by revision 147995:
http://gcc.gnu.org/ml/gcc-cvs/2009-05/msg00974.html
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
--- Comment #7 from hjl dot tools at gmail dot com 2009-12-16 17:30 ---
(In reply to comment #6)
> Created an attachment (id=19322)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19322&action=view) [edit]
> gcc45-pr42386.patch
>
> Fix for this testcase
--- Comment #3 from hjl dot tools at gmail dot com 2009-12-16 14:43 ---
It is caused by revision 155143:
http://gcc.gnu.org/ml/gcc-cvs/2009-12/msg00287.html
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: hjl dot tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42379
--- Comment #2 from hjl dot tools at gmail dot com 2009-12-14 19:13 ---
Created an attachment (id=19293)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19293&action=view)
A patch
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42369
--- Comment #1 from hjl dot tools at gmail dot com 2009-12-14 19:01 ---
It is caused by revision 155217:
http://gcc.gnu.org/ml/gcc-cvs/2009-12/msg00361.html
The problem is
;; Single word integer modes without QImode and HImode.
(define_mode_iterator SWI48 [SI (DI "TARGET_
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: hjl dot tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42369
--- Comment #10 from hjl dot tools at gmail dot com 2009-12-11 17:24
---
Confirmed.
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
Status
--- Comment #17 from hjl dot tools at gmail dot com 2009-12-10 18:01
---
After you applied this patch:
http://gcc.gnu.org/ml/gcc-patches/2009-12/msg00544.html
# CC="gcc -m32" CXX="g++ -m32" .../gcc/configure i686-linux
should work if you have all 32bit
--- Comment #16 from hjl dot tools at gmail dot com 2009-12-10 15:09
---
FWIW, I am using:
# CC="gcc -m32" CXX="g++ -m32" gcc_cv_as_ix86_gotoff_in_data=yes ../src-t
runk/configure i686-linux --enable-tls
to bootstrap 32bit gcc 4.5 on Linux/In
--- Comment #10 from hjl dot tools at gmail dot com 2009-12-10 14:41
---
This is what I got from Sun:
Solaris x86-64 compiler does not support this x86-64 psABI requirement for
_Bool :
"When a value of type _Bool is passed in a register or on the stack,
the upper 63 bits o
--- Comment #9 from hjl dot tools at gmail dot com 2009-12-09 17:43 ---
Created an attachment (id=19268)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19268&action=view)
Source and object files
These are sources and object files generated by gcc 4.4, icc 11.1 and
Sun St
--- Comment #8 from hjl dot tools at gmail dot com 2009-12-08 18:26 ---
Both icc and gcc generate:
[...@gnu-26 pr42324]$ cat b4.c
extern unsigned int bartmp;
void foo(_Bool bar)
{
bartmp = bar;
}
[...@gnu-26 pr42324]$ objdump -dw b4.o
b4.o: file format elf64-x86-64
Disassembly
--- Comment #7 from hjl dot tools at gmail dot com 2009-12-08 18:17 ---
Another testcase:
[...@gnu-26 pr42324]$ cat b3.c
void foo (unsigned long, unsigned int, unsigned long,
unsigned int, unsigned int, unsigned int, unsigned int,
unsigned long, unsigned int
--- Comment #5 from hjl dot tools at gmail dot com 2009-12-08 06:05 ---
On Linux/ia32, I got
FAIL: gcc.c-torture/execute/pr42269-2.c execution, -O1
FAIL: gcc.c-torture/execute/pr42269-2.c execution, -O2
FAIL: gcc.c-torture/execute/pr42269-2.c execution, -O2 -flto
FAIL: gcc.c
--- Comment #6 from hjl dot tools at gmail dot com 2009-12-07 20:59 ---
(In reply to comment #5)
> The ABI says "is passed", not "is returned". The frontend did return-value
> promotion until I disabled that (see endless discussions and libffi fixes
> at th
--- Comment #4 from hjl dot tools at gmail dot com 2009-12-07 19:41 ---
We have 3 options:
1. Keep the psABI ASIS and fix gcc. But zero out upper 32bits of 64bits for
_Bool on stack doesn't make any sense.
2. Remove that paragraph in the psABI and keep gcc ASIS. It will make
--- Comment #3 from hjl dot tools at gmail dot com 2009-12-07 18:58 ---
Gcc 4.1/4.2 generate:
xorl%eax, %eax
testb %dil, %dil
setne %al
ret
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
--- Comment #2 from hjl dot tools at gmail dot com 2009-12-07 18:39 ---
(In reply to comment #1)
> For what it's worth, gcc 3.4.6 generates a clear on the output register, and
> therefore complies with the written ABI.
>
That is true. However, gcc 3.4.6 does:
[...@
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: hjl dot tools at gmail dot com
GCC target triplet: x86_64-*-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42324
--- Comment #3 from hjl dot tools at gmail dot com 2009-12-06 00:12 ---
Fixed.
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
Status
--- Comment #1 from hjl dot tools at gmail dot com 2009-12-05 23:51 ---
lto-plugin/:
* configure: Regenerate.
* Makefile.in: Regenerate.
is bogus. Those files aren't changed at all.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42306
IRMED
Severity: normal
Priority: P3
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: hjl dot tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42306
--- Comment #2 from hjl dot tools at gmail dot com 2009-12-05 12:58 ---
It is caused by revision 154402:
http://gcc.gnu.org/ml/gcc-cvs/2009-11/msg00623.html
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
--- Comment #7 from hjl dot tools at gmail dot com 2009-12-04 13:45 ---
It is caused by revision 154200:
http://gcc.gnu.org/ml/gcc-cvs/2009-11/msg00421.html
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42110
--- Comment #4 from hjl dot tools at gmail dot com 2009-12-01 00:27 ---
It is caused by revision 145440:
http://gcc.gnu.org/ml/gcc-cvs/2009-04/msg00060.html
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42225
--- Comment #5 from hjl dot tools at gmail dot com 2009-11-30 22:21 ---
Fixed
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #3 from hjl dot tools at gmail dot com 2009-11-30 10:54 ---
This may be related to revision 154688, which has caused PR 42202.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42216
--- Comment #5 from hjl dot tools at gmail dot com 2009-11-30 07:56 ---
It is caused by revision 139945:
http://gcc.gnu.org/ml/gcc-cvs/2008-09/msg00103.html
and fixed by revision 147852:
http://gcc.gnu.org/ml/gcc-cvs/2009-05/msg00829.html
--
hjl dot tools at gmail dot com changed
--- Comment #1 from hjl dot tools at gmail dot com 2009-11-30 03:39 ---
It is caused by revision 150519:
http://gcc.gnu.org/ml/gcc-cvs/2009-08/msg00199.html
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
--- Comment #7 from hjl dot tools at gmail dot com 2009-11-29 23:25 ---
It may be related to PR 42202.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42220
--- Comment #18 from hjl dot tools at gmail dot com 2009-11-29 04:08
---
The testcase failed on Linux/ia32:
FAIL: g++.dg/template/stmtexpr2.C (test for errors, line 10)
FAIL: g++.dg/template/stmtexpr2.C (test for errors, line 17)
--
hjl dot tools at gmail dot com changed
--- Comment #2 from hjl dot tools at gmail dot com 2009-11-28 08:50 ---
It is caused by revision 154561:
http://gcc.gnu.org/ml/gcc-cvs/2009-11/msg00784.html
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
--- Comment #1 from hjl dot tools at gmail dot com 2009-11-28 00:47 ---
It is caused by revision 154688:
http://gcc.gnu.org/ml/gcc-cvs/2009-11/msg00911.html
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
: hjl dot tools at gmail dot com
GCC target triplet: ia64-unknown-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42202
--- Comment #1 from hjl dot tools at gmail dot com 2009-11-27 08:15 ---
It is caused by revision 154667:
http://gcc.gnu.org/ml/gcc-cvs/2009-11/msg00890.html
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
ortedBy: hjl dot tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42193
--- Comment #2 from hjl dot tools at gmail dot com 2009-11-27 05:52 ---
It is caused by revision 154200:
http://gcc.gnu.org/ml/gcc-cvs/2009-11/msg00421.html
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
--- Comment #6 from hjl dot tools at gmail dot com 2009-11-25 10:10 ---
Gcc 4.5 generates:
---
.file "pr41611.cc"
.weak _ZGVZN1A4InitEvE1i
.section
.bss._ZGVZN1A4InitEvE1i,"awG",@nobits,_ZZN1A4InitEvE1i,comdat
.a
--- Comment #4 from hjl dot tools at gmail dot com 2009-11-24 08:14 ---
It is caused by revision 154433:
http://gcc.gnu.org/ml/gcc-cvs/2009-11/msg00654.html
I also saw it on Linux/ia32, Linux/ia64 and Linux/x86-64.
--
hjl dot tools at gmail dot com changed:
What
--- Comment #7 from hjl dot tools at gmail dot com 2009-11-21 22:08 ---
Fixed.
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
Status|NEW
--- Comment #7 from hjl dot tools at gmail dot com 2009-11-20 04:00 ---
(In reply to comment #6)
> The good ones produce:
>
> 650: 55 push %ebp
> 651: 89 e5 mov%esp,%ebp
> 653: 83 e4 f0and$0xfff
--- Comment #2 from hjl dot tools at gmail dot com 2009-11-18 17:31 ---
It is caused by revision 154284:
http://gcc.gnu.org/ml/gcc-cvs/2009-11/msg00505.html
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
--- Comment #1 from hjl dot tools at gmail dot com 2009-11-18 16:41 ---
I got
lto1: error: edge points to wrong declaration:^M
>^M
QI^M
size ^M
unit size ^M
align 8 symtab 0 alias set -1 canonical type 0x7f77d2ab9210 method
basetype ^M
arg-ty
Severity: normal
Priority: P3
Component: middle-end
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: hjl dot tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42095
--- Comment #1 from hjl dot tools at gmail dot com 2009-11-18 16:37 ---
A patch is posted at
http://gcc.gnu.org/ml/gcc-patches/2009-11/msg00936.html
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
--- Comment #7 from hjl dot tools at gmail dot com 2009-11-18 16:04 ---
Fixed.
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
Status|NEW
t org
ReportedBy: hjl dot tools at gmail dot com
GCC target triplet: ia64-linux-gnu
BugsThisDependsOn: 41567
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42086
caused testsuite error
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: hjl dot tools at gmail dot com
http
: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: lto
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: hjl dot tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42074
--- Comment #2 from hjl dot tools at gmail dot com 2009-11-14 18:37 ---
(In reply to comment #1)
> Presumably fixed for 4.5 by revision 154178.
>
Yes, revision 154178 fixed it on trunk.
--
hjl dot tools at gmail dot com changed:
What|R
ession] gcc.c-torture/compile/930117-1.c
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: hjl dot tools at gmail d
--- Comment #9 from hjl dot tools at gmail dot com 2009-11-13 20:38 ---
(In reply to comment #7)
> Well I know it appeared between revision 152380 and 153960. I don't have a
> narrower revision right now though.
>
Please read
Since at least revision 152615, I see
--- Comment #6 from hjl dot tools at gmail dot com 2009-11-13 20:22 ---
(In reply to comment #4)
> (In reply to comment #3)
> > Is this a regression or a new test? They are OK on Linux.
> >
> > BTW, stack alignment was checked in a long time ago.
>
> The t
--- Comment #3 from hjl dot tools at gmail dot com 2009-11-13 16:45 ---
(In reply to comment #1)
> This was more likely caused by HJL's stack alignment patches based on the
> context of the ICE.
>
> I had also saw this the last time I ran the testsuite on x86-darw
: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: hjl dot tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42024
--- Comment #8 from hjl dot tools at gmail dot com 2009-11-11 20:06 ---
A patch is posted at
http://gcc.gnu.org/ml/gcc-patches/2009-11/msg00566.html
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
--- Comment #5 from hjl dot tools at gmail dot com 2009-11-11 15:33 ---
A patch is posted at
http://gcc.gnu.org/ml/gcc-patches/2009-11/msg00541.html
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
--- Comment #7 from hjl dot tools at gmail dot com 2009-11-11 15:08 ---
(In reply to comment #5)
> well most targets are multilibbed now so I never saw it. I think you should
> just remove -lm then .
>
-lm is added to most, if not, tests. How do you remove it? Shouldn'
--- Comment #3 from hjl dot tools at gmail dot com 2009-11-11 06:05 ---
You have to see it on a machine without multilib support.
Otherwise, gcc driver will pass -L... to linker.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42001
--- Comment #2 from hjl dot tools at gmail dot com 2009-11-11 06:02 ---
GNU linker doesn't search any directories when "-r" is used.
Gcc driver doesn't pass explicit search directories to linker:
[...@gnu-29 gcc]$ ./xgcc -B./ -v x.o
Reading specs from ./spec
--- Comment #5 from hjl dot tools at gmail dot com 2009-11-11 05:34 ---
Revision 149212:
http://gcc.gnu.org/ml/gcc-cvs/2009-07/msg00089.html
may be the cause.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41619
Priority: P3
Component: middle-end
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: hjl dot tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42004
Component: testsuite
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: hjl dot tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42001
--- Comment #2 from hjl dot tools at gmail dot com 2009-11-10 23:55 ---
It may be caused by revision 153555:
http://gcc.gnu.org/ml/gcc-cvs/2009-10/msg01210.html
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
--- Comment #1 from hjl dot tools at gmail dot com 2009-11-10 23:51 ---
I also saw it on Linux/ia32. Revision 153552 is OK. Revision 153563 is bad.
It is very likely caused by revision 153557:
http://gcc.gnu.org/ml/gcc-cvs/2009-10/msg01212.html
--
hjl dot tools at gmail dot com
ReportedBy: hjl dot tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41963
-linker-plugin leaves temporary file behind
Product: gcc
Version: lto
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: driver
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: hjl dot tools at gmail dot
--- Comment #3 from hjl dot tools at gmail dot com 2009-11-03 15:36 ---
Fixed.
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
Status|ASSIGNED
: P3
Component: libffi
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: hjl dot tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41923
--- Comment #3 from hjl dot tools at gmail dot com 2009-11-02 17:44 ---
It is caused by revision 153793:
Program received signal SIGSEGV, Segmentation fault.
0x006a05d1 in __shell2_module_MOD_make_kei ()
(gdb) bt
#0 0x006a05d1 in __shell2_module_MOD_make_kei ()
#1
--- Comment #1 from hjl dot tools at gmail dot com 2009-11-02 15:49 ---
It may be caused by revision 153793:
http://gcc.gnu.org/ml/gcc-cvs/2009-11/msg9.html
or revision 153795:
http://gcc.gnu.org/ml/gcc-cvs/2009-11/msg00011.html
--
hjl dot tools at gmail dot com changed
2006 runtime
failure
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: hjl dot tools at gmail
--- Comment #10 from hjl dot tools at gmail dot com 2009-10-31 17:31
---
*** Bug 41890 has been marked as a duplicate of this bug. ***
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
--- Comment #2 from hjl dot tools at gmail dot com 2009-10-31 17:31 ---
*** This bug has been marked as a duplicate of 41856 ***
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
--- Comment #65 from hjl dot tools at gmail dot com 2009-10-31 16:47
---
Here are the differences of "-m32 -O3 -msse2 -mfpmath=sse -ffast-math
-funroll-loops" vs. "-m32 -O3 -msse2 -mfpmath=sse -ffast-math -funroll-loops
-mstackrealign" using ix86/gcc-4_4-branch on
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: testsuite
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: hjl dot tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41890
t: testsuite
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: hjl dot tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41878
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: hjl dot tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41877
--- Comment #23 from hjl dot tools at gmail dot com 2009-10-29 22:02
---
Created an attachment (id=18930)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18930&action=view)
A testcase
[...@gnu-6 pr41750]$ make clean
rm -f *.o *.s *.c.*
[...@gnu-6 pr41750]$ make CFLAGS=&q
--- Comment #22 from hjl dot tools at gmail dot com 2009-10-29 19:30
---
IPA-SRA miscompiled get_got in elf64-ia64.c:
got = ia64_info->root.sgot;
if (!got)
{
flagword flags;
dynobj = ia64_info->root.dynobj;
if (!dynobj)
ia64_info->ro
--- Comment #18 from hjl dot tools at gmail dot com 2009-10-26 19:19
---
This is another IPA-SRA bug.
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
--- Comment #17 from hjl dot tools at gmail dot com 2009-10-26 16:59
---
Revision 152433 is OK and revision 152642 is bad.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41750
--- Comment #8 from hjl dot tools at gmail dot com 2009-10-23 04:49 ---
(In reply to comment #7)
> > This patch works for me.
>
> Does it work for testcase from #1 as well?
>
> I was bisecting trunk to find where this is fixed, it seems to be somewhere
> between r
--- Comment #6 from hjl dot tools at gmail dot com 2009-10-22 22:48 ---
Created an attachment (id=18874)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18874&action=view)
A patch backported from trunk
This patch works for me.
--
http://gcc.gnu.org/bugzilla/show_bug
--- Comment #5 from hjl dot tools at gmail dot com 2009-10-22 21:55 ---
This is fixed on trunk by revision 149082:
http://gcc.gnu.org/ml/gcc-cvs/2009-06/msg01067.html
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
--- Comment #4 from hjl dot tools at gmail dot com 2009-10-22 16:34 ---
It is caused by revision 149188:
http://gcc.gnu.org/ml/gcc-cvs/2009-07/msg00065.html
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41785
--- Comment #3 from hjl dot tools at gmail dot com 2009-10-21 00:52 ---
Fixed.
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #1 from hjl dot tools at gmail dot com 2009-10-20 21:21 ---
Revision 153021 is OK.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41773
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: hjl dot tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41773
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: hjl dot tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41739
--- Comment #62 from hjl dot tools at gmail dot com 2009-10-16 02:48
---
(In reply to comment #61)
>
> As for the updated patch --- why does it modify the autovectorizer? Anything
> that the autovectorizer does can be done manually without the autovectorizer.
> So, if the
--- Comment #60 from hjl dot tools at gmail dot com 2009-10-16 00:56
---
Created an attachment (id=18805)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18805&action=view)
An updated patch
This patch aligns stack if there is a stack variable with 128bit alignment.
--
--- Comment #59 from hjl dot tools at gmail dot com 2009-10-15 20:54
---
(In reply to comment #58)
> (In reply to comment #53)
> > Created an attachment (id=18656)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18656&action=view) [edit]
> > An upd
--- Comment #8 from hjl dot tools at gmail dot com 2009-10-15 14:05 ---
Fixed.
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
Status|NEW
1201 - 1300 of 3390 matches
Mail list logo