http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47755
--- Comment #8 from Michael Meissner 2011-03-09
00:21:58 UTC ---
Author: meissner
Date: Wed Mar 9 00:21:53 2011
New Revision: 170802
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170802
Log:
Fix PR 47755 fallout
Added:
trunk/gcc/te
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48077
--- Comment #4 from Michael Meissner 2011-03-11
20:43:20 UTC ---
It depends on what the default cpu is for the system. If you say -mcpu=power4,
-mcpu=power5, or -mcpu=power7, it generates code similar to what XLC generates
with mulhw to get the
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48053
--- Comment #6 from Michael Meissner 2011-03-14
19:37:14 UTC ---
Created attachment 23654
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23654
Patch to fix 32-bit error on splititng loading 0 into VSX register
After this patch was installed
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48053
--- Comment #7 from Michael Meissner 2011-03-14
20:51:44 UTC ---
Author: meissner
Date: Mon Mar 14 20:51:41 2011
New Revision: 170962
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170962
Log:
Fix fix to PR 48053
Modified:
trunk/gcc/
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48053
--- Comment #8 from Michael Meissner 2011-03-14
21:31:40 UTC ---
Author: meissner
Date: Mon Mar 14 21:31:37 2011
New Revision: 170964
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170964
Log:
Fix fix to PR 48053
Modified:
branches/i
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48053
--- Comment #9 from Michael Meissner 2011-03-14
23:35:14 UTC ---
Author: meissner
Date: Mon Mar 14 23:35:11 2011
New Revision: 170969
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170969
Log:
Fix fix to PR 48053
Modified:
branches/g
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48192
Summary: Conditional macros should not pass #ifdef
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: preprocessor
AssignedTo: m
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48192
--- Comment #1 from Michael Meissner 2011-03-18
17:20:34 UTC ---
Created attachment 23711
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23711
Patch to make conditional macros not 'defined'
|unassigned at gcc dot |meissner at gcc dot gnu.org
|gnu.org |
--- Comment #5 from Michael Meissner 2011-03-18
23:06:08 UTC ---
Created attachment 23718
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23718
Patch that correctly ignores conditional mac
at gcc dot gnu.org |unassigned at gcc dot
||gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41482
Michael Meissner changed:
What|Removed |Added
Attachment #23718|0 |1
is obsolete|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48192
Michael Meissner changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48192
Michael Meissner changed:
What|Removed |Added
Attachment #23711|0 |1
is obsolete|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48226
Summary: Boost does not build on power7
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
AssignedTo: meiss...@gcc.gnu.o
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48226
Michael Meissner changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48226
--- Comment #2 from Michael Meissner 2011-03-21
21:48:20 UTC ---
Created attachment 23744
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23744
simple test case to show the bug
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48226
--- Comment #3 from Michael Meissner 2011-03-21
21:58:14 UTC ---
Created attachment 23745
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23745
Patch to allow vector vector in boost
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48258
Summary: Add VSX support for float/double vector reductions &
improve float insert/extract
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: enhancement
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48258
--- Comment #1 from Michael Meissner 2011-03-23
17:45:20 UTC ---
Author: meissner
Date: Wed Mar 23 17:45:06 2011
New Revision: 171357
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171357
Log:
Add test cases for PR 48258
Add
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48262
Summary: Subversion id 171341 breaks various vectorization
files on powerpc
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48262
Michael Meissner changed:
What|Removed |Added
CC||richard.sandiford at linaro
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48262
--- Comment #10 from Michael Meissner 2011-03-24
15:02:47 UTC ---
The vec_extract patches look good.
However, I think the movmisalign patch is a band-aid. The exander should call
force_reg if the predicates don't match for movmisalign (
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48262
--- Comment #11 from Michael Meissner 2011-03-24
19:44:12 UTC ---
I was wrong with my previous comment about movmisalign, and both patches look
good.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48262
--- Comment #13 from Michael Meissner 2011-03-24
20:09:06 UTC ---
My reading of the patches, is the rs6000 port was broken, and Andrew's two
patches fixes this.
Richard's patch would have the effect that we wouldn't notice if the two
patches are
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48262
--- Comment #16 from Michael Meissner 2011-03-31
18:38:41 UTC ---
Created attachment 23841
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23841
Patch to fix the problem, originally from Andrew Pinski
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48262
Michael Meissner changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48192
Michael Meissner changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48258
Michael Meissner changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48226
Michael Meissner changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47385
Michael Meissner changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47755
Michael Meissner changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46728
Michael Meissner changed:
What|Removed |Added
Status|NEW |ASSIGNED
Version|4.6.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48715
Summary: CASE_VALUES_THRESHOLD should be settable with --param
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: rtl-optimization
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48258
--- Comment #2 from Michael Meissner 2011-04-26
17:48:34 UTC ---
Author: meissner
Date: Tue Apr 26 17:48:29 2011
New Revision: 172981
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172981
Log:
PR target/48258, improve vector reduction on
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48258
--- Comment #3 from Michael Meissner 2011-04-26
19:25:45 UTC ---
Author: meissner
Date: Tue Apr 26 19:25:41 2011
New Revision: 172984
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172984
Log:
PR target/48258, improve vector reduction on
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48857
Summary: V2DI arguments are not passed like other vectors
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
AssignedTo:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48857
Michael Meissner changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48495
Michael Meissner changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45837
Summary: Global options changes on Sept. 29th, breaks powerpc
linux64 build
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: critical
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45807
Michael Meissner changed:
What|Removed |Added
CC||meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45837
--- Comment #2 from Michael Meissner 2010-09-30
19:53:01 UTC ---
Author: meissner
Date: Thu Sep 30 19:52:57 2010
New Revision: 164764
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=164764
Log:
PR target/45837: Make powerpc build again
Mo
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45807
--- Comment #5 from Michael Meissner 2010-10-01
01:51:43 UTC ---
This patch fixes the problem with linux ppc64 builds when the compiler is
defaulting to 64-bit cpus.
This patch is ok to check in.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46041
Michael Meissner changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
dot |meissner at gcc dot gnu.org
|gnu.org |
--- Comment #5 from Michael Meissner 2010-10-18
15:26:13 UTC ---
Yes, -save-temps would be broken. I noticed this after submitting the bug when
I tried to patch glibc's math.h and I happened to use
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46041
--- Comment #7 from Michael Meissner 2010-10-18
16:21:31 UTC ---
Yes, though the issue originally came up in terms of the pragma and not the
attribute, because people wanted to include the various include files that had
#ifdef's to guard against
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46041
--- Comment #8 from Michael Meissner 2010-10-18
20:01:24 UTC ---
Created attachment 22083
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22083
Patch that redefines mode_has_fma so that it works with -save-temps
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46041
--- Comment #9 from Michael Meissner 2010-10-18
22:37:36 UTC ---
Author: meissner
Date: Mon Oct 18 22:37:32 2010
New Revision: 165666
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165666
Log:
Fix PR 46041
Modified:
trunk/gcc/ChangeL
|NEW
Last reconfirmed||2010.11.01 19:20:37
CC||meissner at gcc dot gnu.org
Ever Confirmed|0 |1
Severity|normal |blocker
--- Comment #7 from Michael
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45585
Michael Meissner changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot |meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45585
--- Comment #6 from Michael Meissner 2010-11-05
21:31:42 UTC ---
Author: meissner
Date: Fri Nov 5 21:31:38 2010
New Revision: 166379
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166379
Log:
Fix PR 45585, darwin brain damage
Modified:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46378
Summary: Powerpc -mcpu=power5 selects FP found instructions
(should use -mcpu=power5+)
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P
||2010.11.08 19:00:52
AssignedTo|unassigned at gcc dot |meissner at gcc dot gnu.org
|gnu.org |
Ever Confirmed|0 |1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46378
--- Comment #1 from Michael Meissner 2010-11-08
19:02:40 UTC ---
Author: meissner
Date: Mon Nov 8 19:02:35 2010
New Revision: 166448
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166448
Log:
Fix PR 46378 and PR 45585
Modified:
trun
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45585
--- Comment #8 from Michael Meissner 2010-11-08
19:02:39 UTC ---
Author: meissner
Date: Mon Nov 8 19:02:35 2010
New Revision: 166448
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166448
Log:
Fix PR 46378 and PR 45585
Modified:
trun
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46378
Michael Meissner changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45585
Michael Meissner changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46353
Michael Meissner changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|2010-11-08 08:0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46353
--- Comment #4 from Michael Meissner 2010-11-11
00:19:44 UTC ---
Created attachment 22369
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22369
Patch to fix the FMA instructions.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46378
--- Comment #3 from Michael Meissner 2010-11-16
00:41:32 UTC ---
Author: meissner
Date: Tue Nov 16 00:41:29 2010
New Revision: 166787
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166787
Log:
Backport PR 46378, 45585 changes, and import
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46353
Michael Meissner changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46728
Summary: GCC no longer generates fmadd for pow (x, 0.75)+y on
powerpc
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
C
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42694
--- Comment #8 from Michael Meissner 2010-12-07
17:42:04 UTC ---
Created attachment 22675
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22675
Add check for sqrt optab being present before doing some optimizations
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42694
--- Comment #9 from Michael Meissner 2010-12-08
16:34:26 UTC ---
Author: meissner
Date: Wed Dec 8 16:34:20 2010
New Revision: 167594
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167594
Log:
PR 42694: add checks to make sure sqrt is sup
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41082
--- Comment #68 from Michael Meissner 2010-12-08
20:29:45 UTC ---
gcc46-pr41082.patch looks correct to me. I did a build on a linux power7
system, and saw no regressions in the make check output.
||2010.12.09 17:56:39
CC||meissner at gcc dot gnu.org
Ever Confirmed|0 |1
--- Comment #2 from Michael Meissner 2010-12-09
17:56:39 UTC ---
Note, -O2 generates mostly the code you want, except that it looks
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46931
Summary: Subversion id 167184 breaks building perlbench on
power7 with debug
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: major
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45307
Michael Meissner changed:
What|Removed |Added
CC||meissner at gcc dot gnu.org
||2011.06.13 18:36:20
CC||meissner at gcc dot gnu.org
Ever Confirmed|0 |1
Severity|normal |blocker
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45307
Michael Meissner changed:
What|Removed |Added
Severity|blocker |normal
||meissner at gcc dot gnu.org
AssignedTo|unassigned at gcc dot |wschmidt at gcc dot gnu.org
|gnu.org |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50031
Summary: Sphinx3 has a 10% regression going from GCC 4.5 to GCC
4.6 on powerpc
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50031
--- Comment #1 from Michael Meissner 2011-08-09
17:38:23 UTC ---
Created attachment 24965
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24965
Patch to avoid the problem by optionally disabling vector 32-bit to 64-bit
conversions.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71648
Michael Meissner changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
: target
Assignee: unassigned at gcc dot gnu.org
Reporter: meissner at gcc dot gnu.org
Target Milestone: ---
If you build the Spec 2006 xalancbmk benchmark for ISA 3.0 (power9), it fails
building the XalanNamespacesStack.cpp file. The problem is indexed addressing
also matches the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71677
--- Comment #1 from Michael Meissner ---
Created attachment 38777
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38777&action=edit
-save-temps file that generates the wrong input with -O3 -mcpu=power9
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71677
--- Comment #2 from Michael Meissner ---
Created attachment 38795
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38795&action=edit
Proposed patch to fix the problem
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71720
--- Comment #1 from Michael Meissner ---
Author: meissner
Date: Thu Jun 30 20:36:25 2016
New Revision: 237894
URL: https://gcc.gnu.org/viewcvs?rev=237894&root=gcc&view=rev
Log:
Clone branch to fix pr 71720
Added:
branches/ibm/pr71720/
||2016-06-30
Assignee|unassigned at gcc dot gnu.org |meissner at gcc dot
gnu.org
Ever confirmed|0 |1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71677
--- Comment #3 from Michael Meissner ---
Author: meissner
Date: Thu Jun 30 21:54:47 2016
New Revision: 237898
URL: https://gcc.gnu.org/viewcvs?rev=237898&root=gcc&view=rev
Log:
2016-06-30 Michael Meissner
PR target/71677
* co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71720
--- Comment #3 from Michael Meissner ---
Author: meissner
Date: Fri Jul 1 18:23:29 2016
New Revision: 237920
URL: https://gcc.gnu.org/viewcvs?rev=237920&root=gcc&view=rev
Log:
[gcc]
2016-07-01 Michael Meissner
PR target/71720
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71763
--- Comment #6 from Michael Meissner ---
Note if you put the requirement that you need direct move, you will potentially
have the problem in power7.
I'm really tired of the register allocator trying to be 'helpful' in
de-optimizing BDNZ loops by
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71763
--- Comment #8 from Michael Meissner ---
In the past we have tried restricting the registers of the pattern to just GPRs
and CTR, and it pops back in another fashion (whack-a-mole).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71763
--- Comment #10 from Michael Meissner ---
While I prefer fixing the issue in reload, we could disable -mupper-regs-di for
32-bit systems and for power7 systems without direct move
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71677
Michael Meissner changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71720
--- Comment #4 from Michael Meissner ---
Author: meissner
Date: Thu Jul 7 22:44:15 2016
New Revision: 238151
URL: https://gcc.gnu.org/viewcvs?rev=238151&root=gcc&view=rev
Log:
Back port from trunk
[gcc]
2016-07-01 Michael Meissner
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: meissner at gcc dot gnu.org
Target Milestone: ---
The macro ISA_3_0_MASKS_SERVER includes OPTION_MASK_FLOAT128_HW, which enables
the -mfloat128 option. The -mfloat128 option
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71806
--- Comment #1 from Michael Meissner ---
Created attachment 38860
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38860&action=edit
Proposed patch to fix the problem
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71720
Michael Meissner changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71806
--- Comment #2 from Michael Meissner ---
Author: meissner
Date: Fri Jul 8 14:49:37 2016
New Revision: 238164
URL: https://gcc.gnu.org/viewcvs?rev=238164&root=gcc&view=rev
Log:
[gcc]
2016-07-08 Michael Meissner
PR target/71806
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71806
--- Comment #3 from Michael Meissner ---
Author: meissner
Date: Fri Jul 8 14:51:44 2016
New Revision: 238165
URL: https://gcc.gnu.org/viewcvs?rev=238165&root=gcc&view=rev
Log:
Back port from trunk
[gcc]
2016-07-08 Michael Meissner
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71806
--- Comment #4 from Michael Meissner ---
Fixed on trunk, subversion id 238161. Fixed on GCC 6.2 branch, subversion id
238165.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71806
Michael Meissner changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
Assignee: unassigned at gcc dot gnu.org
Reporter: meissner at gcc dot gnu.org
Target Milestone: ---
Two of the tests fail if -mlra is enabled:
testsuite/gcc.target/powerpc/bool3-p7.c
testsuite/gcc.target/powerpc/bool3-p8.c
They are actually the same test, just compiled with
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71805
Michael Meissner changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71805
--- Comment #2 from Michael Meissner ---
It turns out, when I implemented the xxperm variant (and when Kelvin used my
code to add xxpermr) I mis-read the ISA 3.0 manual. I thought:
xxperm a,b,c
was equivalent to:
vperm a,a,b,c
when i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71805
--- Comment #3 from Michael Meissner ---
Created attachment 38878
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38878&action=edit
Proposed patch to fix the problem
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71805
--- Comment #4 from Michael Meissner ---
Author: meissner
Date: Tue Jul 12 17:42:04 2016
New Revision: 238256
URL: https://gcc.gnu.org/viewcvs?rev=238256&root=gcc&view=rev
Log:
[gcc]
2016-07-12 Michael Meissner
PR target/71805
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71805
--- Comment #5 from Michael Meissner ---
Author: meissner
Date: Tue Jul 12 18:12:11 2016
New Revision: 238258
URL: https://gcc.gnu.org/viewcvs?rev=238258&root=gcc&view=rev
Log:
Backport from mainline
[gcc]
2016-07-12 Michael Meissner
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71805
Michael Meissner changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71493
--- Comment #4 from Michael Meissner ---
Created attachment 38924
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38924&action=edit
Proposed patch to fix the problem
I'm testing this patch right now. The patch applies to both the trunk and
1001 - 1100 of 1289 matches
Mail list logo