[Bug middle-end/61630] New: [4.10 Regression] ICE in symtab_get_node

2014-06-27 Thread dje at gcc dot gnu.org
-end Assignee: unassigned at gcc dot gnu.org Reporter: dje at gcc dot gnu.org gcc -O1 gcc.dg/noncompile/920507-1.c internal compiler error: in symtab_get_node, at cgraph.h:1154 (gdb) run -O1 920507-1.c Starting program: /tmp/20140626/gcc/cc1 -O1 920507-1.c x Analyzing

[Bug middle-end/61630] [4.10 Regression] ICE in symtab_get_node

2014-06-27 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61630 David Edelsohn changed: What|Removed |Added Keywords||ice-on-valid-code Target|

[Bug target/61637] C++ program does not catch exceptions on AIX 7.1

2014-06-28 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61637 --- Comment #10 from David Edelsohn --- Exceptions had been working. There is no wholesale failure of exceptions in the G++ testsuite. I also don't know why you are defining macros for Linux and AMD, or why you think that randomly adding linker

[Bug target/61637] C++ program does not catch exceptions on AIX 7.1

2014-06-29 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61637 --- Comment #11 from David Edelsohn --- I tested a corrected version of your example with both G++ 4.8.1 from Perzl.org / oss4aix.org and GCC trunk from a few days ago. I compiled both 32 bit (default) and 64 bit (-maix64) and -pthread. All print

[Bug target/61637] C++ program does not catch exceptions on AIX 7.1

2014-06-30 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61637 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|2014-06-28 0

[Bug target/61637] C++ program does not catch exceptions on AIX 7.1

2014-07-01 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61637 --- Comment #17 from David Edelsohn --- Is the exception throw inside the constructor? Are saying that the linking a file with a function defined with __attribute__ (constructor) causes the failure solely because the file is linked or are you sa

[Bug target/61637] C++ program does not catch exceptions on AIX 7.1

2014-07-02 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61637 David Edelsohn changed: What|Removed |Added Keywords||EH Target|

[Bug target/61637] C++ program does not catch exceptions on AIX 7.1

2014-07-02 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61637 --- Comment #22 from David Edelsohn --- It is specific functionality that has not yet been implemented for 64 bit AIX. It works for 32 bit AIX.

[Bug go/61746] A line starting with /*// causes an error even if the /* is closed on the next line

2014-07-08 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61746 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/61981] New: PowerPC Linux Split-Stack Support

2014-07-31 Thread dje at gcc dot gnu.org
Assignee: unassigned at gcc dot gnu.org Reporter: dje at gcc dot gnu.org Enable and implement split-stack support for PowerPC Linux such that GCC Testsuite passes with -fsplit-stack option enabled.

[Bug libstdc++/62259] atomic class doesn't enforce required alignment on powerpc64

2014-09-03 Thread dje at gcc dot gnu.org
|UNCONFIRMED |NEW Last reconfirmed||2014-09-03 CC||dje at gcc dot gnu.org, ||redi at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #2

[Bug rtl-optimization/63156] web can't handle AUTOINC correctly

2014-09-03 Thread dje at gcc dot gnu.org
||2014-09-03 CC||dje at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from David Edelsohn --- Confirmed.

[Bug target/63330] vector shuffle resembling vector shift not expanded optimally

2014-09-22 Thread dje at gcc dot gnu.org
-*-*, ||powerpc*-*-* Status|UNCONFIRMED |NEW Last reconfirmed||2014-09-22 CC||dje at gcc dot gnu.org, ||wschmidt at gcc dot

[Bug target/63335] GCC:failures for vector double on calls to bif vec_[all|any]_[nge|nle]

2014-09-22 Thread dje at gcc dot gnu.org
||2014-09-22 CC||dje at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from David Edelsohn --- Confirmed.

[Bug target/60181] constant folding of complex number incorrect

2014-10-02 Thread dje at gcc dot gnu.org
, |s390x-ibm-linux |powerpc*-*-* Status|UNCONFIRMED |NEW Last reconfirmed||2014-10-02 CC||dje at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #7 from

[Bug target/63435] Bad code with weak vs localalias on AIX

2014-10-03 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63435 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/61981] PPC64 Linux Split-Stack Support

2014-10-08 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61981 David Edelsohn changed: What|Removed |Added Target||powerpc64-linux Status|UNCO

[Bug bootstrap/68540] 6.0 build process broken on Linux Mint, potential include ordering problem

2015-11-27 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68540 --- Comment #5 from David Edelsohn --- One needs to upgrade to ISL 0.14 or 0.15. The earlier inclusion ordering of ISL header files in graphite source files were wrong and did not follow GCC requirements. It worked on Mint and OpenSUSE because

[Bug tree-optimization/68599] New: [6 Regression] gcc.dg/tree-ssa/pr45122.c and tree-vrp.c

2015-11-28 Thread dje at gcc dot gnu.org
Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: dje at gcc dot gnu.org Target Milestone: --- gcc.dg/tree-ssa/pr45122.c began failing on powerpc with r229902 change to tree-vrp.c

[Bug tree-optimization/68599] [6 Regression] gcc.dg/tree-ssa/pr45122.c and tree-vrp.c

2015-11-28 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68599 David Edelsohn changed: What|Removed |Added Target||powerpc*-*-* Status|UNCONFI

[Bug tree-optimization/68526] [6 Regression] gcc.target/powerpc/recip-4.c fails starting with r230492

2015-11-28 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68526 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug bootstrap/68540] 6.0 build process broken on Linux Mint, potential include ordering problem

2015-11-29 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68540 David Edelsohn changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/28115] possible bug in recog_memoized usage in rs6000.c??

2015-11-29 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28115 --- Comment #6 from David Edelsohn --- Author: dje Date: Sun Nov 29 18:11:54 2015 New Revision: 231045 URL: https://gcc.gnu.org/viewcvs?rev=231045&root=gcc&view=rev Log: PR target/28115 * config/rs6000/rs6000.c (rs6000_adjust_cost):

[Bug target/28115] possible bug in recog_memoized usage in rs6000.c??

2015-11-29 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28115 David Edelsohn changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/66019] Corrupt libstdc++ on AIX 6.1

2015-11-29 Thread dje at gcc dot gnu.org
||dje at gcc dot gnu.org Resolution|--- |FIXED Target Milestone|--- |5.0 --- Comment #1 from David Edelsohn --- GCC 4.9 makes extensive use of aliases and AIX XCOFF semantics are different than Linux ELF semantics. This

[Bug target/68609] PowerPC reciprocal estimate missed opportunities

2015-12-01 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68609 David Edelsohn changed: What|Removed |Added Target||powerpc-*-* Target Milestone|---

[Bug target/68609] PowerPC reciprocal estimate missed opportunities

2015-12-01 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68609 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/67478] gcc-5.1.0/gcc-5.2.0 undefined symbol std::__once_callable in AIX 6.1

2015-12-04 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67478 David Edelsohn changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/68690] PowerPC64: TOC save in PHP core loop results in load hit store

2015-12-04 Thread dje at gcc dot gnu.org
||2015-12-04 CC||dje at gcc dot gnu.org, ||segher at gcc dot gnu.org, ||seurer at linux dot vnet.ibm.com

[Bug lto/68685] LTO build hits ICE in copy_to_mode_reg, at explow.c:595

2015-12-04 Thread dje at gcc dot gnu.org
||2015-12-04 CC||dje at gcc dot gnu.org, ||seurer at linux dot vnet.ibm.com, ||wschmidt at gcc dot gnu.org Ever confirmed|0

[Bug target/63281] powerpc64le creates 64 bit constants from scratch instead of loading them

2015-12-04 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63281 David Edelsohn changed: What|Removed |Added CC||dje at gcc dot gnu.org

[Bug target/68664] PowerPC: speculative sqrt in c-ray main loop causes large slow down

2015-12-04 Thread dje at gcc dot gnu.org
||2015-12-04 CC||dje at gcc dot gnu.org, ||segher at gcc dot gnu.org, ||seurer at linux dot vnet.ibm.com

[Bug target/68609] PowerPC reciprocal estimate missed opportunities

2015-12-05 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68609 --- Comment #2 from David Edelsohn --- Author: dje Date: Sat Dec 5 12:53:45 2015 New Revision: 231317 URL: https://gcc.gnu.org/viewcvs?rev=231317&root=gcc&view=rev Log: PR target/68609 * config/rs6000/rs6000-

[Bug target/68609] PowerPC reciprocal estimate missed opportunities

2015-12-05 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68609 David Edelsohn changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/68822] New: Enable PowerPC divde instruction

2015-12-09 Thread dje at gcc dot gnu.org
Assignee: unassigned at gcc dot gnu.org Reporter: dje at gcc dot gnu.org Target Milestone: --- Target: powerpc*-*-* divti3 pattern and longlong.h qrnnd

[Bug target/68822] Enable PowerPC divde instruction

2015-12-09 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68822 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/68822] Enable PowerPC divde instruction

2015-12-09 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68822 --- Comment #2 from David Edelsohn --- Actually this needs support through divmodti4 pattern that falls back to divmodtidi4 for DImode divisor.

[Bug target/68837] New: PowerPC switch statement performance

2015-12-10 Thread dje at gcc dot gnu.org
Assignee: unassigned at gcc dot gnu.org Reporter: dje at gcc dot gnu.org Target Milestone: --- Target: powerpc*-*-* Improve performance of switch statements: 1) Heuristics for decision tree vs tablejump 2) Avoid sign extended lwa for offset

[Bug target/68837] PowerPC switch statement performance

2015-12-10 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68837 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/68838] New: AIX 32 bit wchar_t testsuite failures

2015-12-10 Thread dje at gcc dot gnu.org
++ Assignee: unassigned at gcc dot gnu.org Reporter: dje at gcc dot gnu.org Target Milestone: --- Target: powerpc-ibm-aix* The 28277.cc testcases all fail on AIX for the wchar_t case. wchar_t is 16 bits on 32 bit mode AIX and 32 bits on 64 bit AIX. FAIL: 21_strings

[Bug libstdc++/68838] AIX 32 bit wchar_t testsuite failures

2015-12-10 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68838 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/68810] FAIL: g++.dg/cpp0x/constexpr-reinterpret1.C -- test for errors -- -m32

2015-12-11 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68810 David Edelsohn changed: What|Removed |Added CC||dje at gcc dot gnu.org

[Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k and 2k6 and 95)

2015-12-16 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163 Bug 26163 depends on bug 10588, which changed state. Bug 10588 Summary: [PPC] i==0||j==0 should use cntlzw and srawi https://gcc.gnu.org/bugzilla/show_bug.cgi?id=10588 What|Removed |Added ---

[Bug tree-optimization/15524] [4.0 Regression] jump threading on trees is slow with switch statements with large # of cases

2015-12-16 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15524 Bug 15524 depends on bug 10588, which changed state. Bug 10588 Summary: [PPC] i==0||j==0 should use cntlzw and srawi https://gcc.gnu.org/bugzilla/show_bug.cgi?id=10588 What|Removed |Added ---

[Bug rtl-optimization/10588] [PPC] i==0||j==0 should use cntlzw and srawi

2015-12-16 Thread dje at gcc dot gnu.org
||dje at gcc dot gnu.org Resolution|--- |FIXED --- Comment #10 from David Edelsohn --- Fixed.

[Bug target/68822] Enable PowerPC divde instruction

2015-12-17 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68822 David Edelsohn changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/61030] PowerPC 128 bit integer divide

2015-12-17 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61030 --- Comment #2 from David Edelsohn --- *** Bug 68822 has been marked as a duplicate of this bug. ***

[Bug ipa/66764] [6 Regression] ICE in analyze_function() on AIX

2015-12-18 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66764 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/69007] [6 regression] test cases gcc.dg/vect/vect-reduc-dot-s8a.c fails starting with r231815

2015-12-22 Thread dje at gcc dot gnu.org
||2015-12-22 CC||dje at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from David Edelsohn --- Confirmed.

[Bug target/68973] [6 regression] Internal compiler error on power for gcc/testsuite/g++.dg/pr67211.C

2015-12-22 Thread dje at gcc dot gnu.org
||2015-12-22 CC||dje at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from David Edelsohn --- Confirmed.

[Bug target/48344] powerpc ICE with -fstack-limit-register=r2

2016-01-11 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48344 David Edelsohn changed: What|Removed |Added CC||dje at gcc dot gnu.org --- Comment #4

[Bug libstdc++/69294] New: [6 Regression] std::isinf and std::isnan declaration conflict

2016-01-15 Thread dje at gcc dot gnu.org
Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: dje at gcc dot gnu.org Target Milestone: --- FAIL: 26_numerics/headers/cmath/48891.cc (test for excess errors) Excess errors: /nasfarm/edelsohn/src/src/libstdc++-v3/testsuite

[Bug libstdc++/69294] [6 Regression] std::isinf and std::isnan declaration conflict

2016-01-15 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69294 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/69295] New: [6 Regression] New special math function failures

2016-01-15 Thread dje at gcc dot gnu.org
: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: dje at gcc dot gnu.org Target Milestone: --- FAIL: special_functions/02_assoc_legendre/check_value.cc execution test FAIL: ext/special_functions/hyperg/check_value.cc execution test

[Bug libstdc++/69295] [6 Regression] New special math function failures

2016-01-15 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69295 David Edelsohn changed: What|Removed |Added Target||powerpc-ibm-aix* Status|UNC

[Bug target/68609] PowerPC reciprocal estimate missed opportunities

2016-01-15 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68609 --- Comment #4 from David Edelsohn --- Author: dje Date: Fri Jan 15 16:38:08 2016 New Revision: 232439 URL: https://gcc.gnu.org/viewcvs?rev=232439&root=gcc&view=rev Log: PR target/68609 * config/rs6000/rs6000.c (rs6000_e

[Bug target/68609] PowerPC reciprocal estimate missed opportunities

2016-01-15 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68609 --- Comment #5 from David Edelsohn --- Author: dje Date: Fri Jan 15 23:04:23 2016 New Revision: 232456 URL: https://gcc.gnu.org/viewcvs?rev=232456&root=gcc&view=rev Log: PR target/68609 * gcc.target/powerpc/recip-1.c: Ad

[Bug libstdc++/69312] New: [6 Regression] libstdc++ unconditionally refers to TM symbols

2016-01-16 Thread dje at gcc dot gnu.org
Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: dje at gcc dot gnu.org Target Milestone: --- r232454 broke bootstrap on AIX, which does not include TM support.

[Bug bootstrap/69312] [6 Regression] libstdc++ unconditionally refers to TM symbols

2016-01-16 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69312 David Edelsohn changed: What|Removed |Added Target||powerpc-ibm-aix* Priority|P3

[Bug bootstrap/69312] [6 Regression] libstdc++ unconditionally refers to TM symbols

2016-01-16 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69312 --- Comment #2 from David Edelsohn --- stage1 libstdc++ builds, but stage2 configure fails because conftest programs cannot link and run due to missing ITM_xxx symbols.

[Bug target/68609] PowerPC reciprocal estimate missed opportunities

2016-01-16 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68609 --- Comment #6 from David Edelsohn --- Author: dje Date: Sat Jan 16 20:04:33 2016 New Revision: 232468 URL: https://gcc.gnu.org/viewcvs?rev=232468&root=gcc&view=rev Log: PR target/68609 * gcc.target/powerpc/recip-6.c: E

[Bug bootstrap/69312] [6 Regression] libstdc++ unconditionally refers to TM symbols

2016-01-17 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69312 David Edelsohn changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3

[Bug target/68753] PowerPC: double precision reciprocal estimate missed optimisations

2016-01-19 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68753 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug target/68609] PowerPC reciprocal estimate missed opportunities

2016-01-20 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68609 --- Comment #7 from David Edelsohn --- Author: dje Date: Wed Jan 20 19:39:08 2016 New Revision: 232632 URL: https://gcc.gnu.org/viewcvs?rev=232632&root=gcc&view=rev Log: PR target/68609 * config/rs6000/

[Bug lto/68384] LTO error for global register variables in PHP 7 compiling on powerpc64le

2016-01-21 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68384 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/69469] test case gcc.target/powerpc/vsx-vector-2.c fails on power starting with r232632

2016-01-25 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69469 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/69469] test case gcc.target/powerpc/vsx-vector-2.c fails on power starting with r232632

2016-01-25 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69469 --- Comment #1 from David Edelsohn --- Author: dje Date: Mon Jan 25 16:16:21 2016 New Revision: 232796 URL: https://gcc.gnu.org/viewcvs?rev=232796&root=gcc&view=rev Log: PR target/69469 * gcc.target/powerpc/vsx-ve

[Bug target/68662] [6 regression] FAIL: gcc.dg/lto/20090210 c_lto_20090210_0.o-c_lto_20090210_1.o link, -O2 -flto -flto-partition=none -fuse-linker-plugin -fno-fat-lto-objects

2016-01-26 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68662 --- Comment #5 from David Edelsohn --- Unconditionally generating toc_label_name is okay with me, but I thought that Alan commented it was not sufficient in Comment #2.

[Bug libgcc/66382] New: POWER8 Vector optimized implementation of __float128 (IEEE754 128-bit Binary Floating Point)

2015-06-02 Thread dje at gcc dot gnu.org
Severity: enhancement Priority: P3 Component: libgcc Assignee: unassigned at gcc dot gnu.org Reporter: dje at gcc dot gnu.org Target Milestone: --- Using the enhanced Vector integer capabilities of the POWER8 ISA provide an all vector implementation of

[Bug libstdc++/65669] Don't emit debug info for fake_ostream version of cerr (and others)

2015-06-04 Thread dje at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65669 --- Comment #3 from Doug Evans --- (In reply to Doug Evans from comment #2) > I was wondering if one could just do a strip --strip-debug of globals_io.o > in the Makefile. This doesn't work, as is, because gdb ignores the DIE with the real type

[Bug rtl-optimization/64164] [4.9/5 Regression] one more stack slot used due to one less inlining level

2015-06-09 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64164 David Edelsohn changed: What|Removed |Added CC||dje at gcc dot gnu.org --- Comment #38

[Bug rtl-optimization/64164] [4.9/5/6 Regression] one more stack slot used due to one less inlining level

2015-06-10 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64164 --- Comment #41 from David Edelsohn --- Created attachment 35742 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35742&action=edit AIX PowerPC testcase

[Bug rtl-optimization/64164] [4.9/5/6 Regression] one more stack slot used due to one less inlining level

2015-06-10 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64164 --- Comment #42 from David Edelsohn --- Created attachment 35743 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35743&action=edit PPC64LE Linux Testcase

[Bug tree-optimization/66729] Segfault starting with r224967

2015-07-01 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66729 --- Comment #1 from David Edelsohn --- Is this the bootstrap failure that Segher tracked to Richard Sandiford? Richard already posted a patch.

[Bug libstdc++/66763] New: 25_algorithms/remove/requirements/explicit_instantiation/2.cc fails on AIX

2015-07-04 Thread dje at gcc dot gnu.org
: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: dje at gcc dot gnu.org Target Milestone: --- 25_algorithms/remove/requirements/explicit_instantiation/2.cc:34:22: error: 'std::value_type* std::remove(std::iterator

[Bug libstdc++/66763] 25_algorithms/remove/requirements/explicit_instantiation/2.cc fails on AIX

2015-07-04 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66763 --- Comment #1 from David Edelsohn --- Created attachment 35909 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35909&action=edit gzipped 2.ii pre-processed testcase

[Bug ipa/66764] New: ICE in analyze_function() on AIX

2015-07-04 Thread dje at gcc dot gnu.org
Assignee: unassigned at gcc dot gnu.org Reporter: dje at gcc dot gnu.org Target Milestone: --- Target: powerpc-ibm-aix* Analyzing compilation unit Breakpoint 1, fancy_abort(char const*, int, char const*) () at /nasfarm/edelsohn/src/src/gcc/diagnostic.c:1340 1340

[Bug ipa/66764] ICE in analyze_function() on AIX

2015-07-04 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66764 --- Comment #1 from David Edelsohn --- Created attachment 35910 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35910&action=edit gzipped pre-processed tuple.ii from libstdc++ testsuite

[Bug fortran/66765] New: gfortran invoking cc1 on AIX

2015-07-04 Thread dje at gcc dot gnu.org
Assignee: unassigned at gcc dot gnu.org Reporter: dje at gcc dot gnu.org Target Milestone: --- Target: powerpc-ibm-aix* /tmp/20150703/gcc/testsuite/gfortran5/../../gfortran -B/tmp/20150703/gcc/testsuite/gfortran5/../../ -B/tmp/20150703/powerpc-ibm-aix7.1.0.0/./libgfortran

[Bug target/66778] New: [6.0 Regression] PPC 405 and 440 nmac failure

2015-07-06 Thread dje at gcc dot gnu.org
: target Assignee: unassigned at gcc dot gnu.org Reporter: dje at gcc dot gnu.org Target Milestone: --- A number of PPC 405 and PPC440 target-specific nmac instruction tests began failing on 1 July 2015. FAIL: gcc.target/powerpc/405-nmacchw-2.c scan-assembler nmacchw. FAIL

[Bug target/66217] PowerPC rotate/shift/mask instructions not optimal

2015-07-21 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66217 David Edelsohn changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug middle-end/66565] Problems and limitation GCC cost metrics and ways to improve the situation

2015-08-11 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66565 --- Comment #2 from David Edelsohn --- The high-level consensus at the GNU Cauldron 2015 GCC Cost Model BoF is: 1) Create gimple_costs() instead of creating potentially invalid fragments to query rtx_costs(). 2) Cost models can utilize GCC Pass

[Bug bootstrap/67197] New: GCC_FINAL causes bootstrap failure on AIX

2015-08-12 Thread dje at gcc dot gnu.org
: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: dje at gcc dot gnu.org Target Milestone: --- In file included from /nasfarm/edelsohn/src/src/gcc/omp-low.c:31:0: /nasfarm/edelsohn/src/src/gcc/gimple.h: In function 'void gimple_call_set_fndecl(gimple, tree)'

[Bug bootstrap/67197] GCC_FINAL causes bootstrap failure on AIX

2015-08-12 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67197 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/66765] gfortran passing fortran-specific options to ld and collect2

2015-08-30 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66765 David Edelsohn changed: What|Removed |Added Status|WAITING |NEW --- Comment #2 from David Edelsohn

[Bug fortran/66765] gfortran passing fortran-specific options to ld and collect2

2015-08-30 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66765 --- Comment #4 from David Edelsohn --- This is not a target-specific bug. This has nothing to do with the target. This is a bug where the gfortran front-end and collect2-ld do not work together correctly. I don't know how collect2-ld can be ex

[Bug fortran/66765] gfortran passing fortran-specific options to ld and collect2

2015-08-30 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66765 --- Comment #7 from David Edelsohn --- AIX often exposes symptoms of bugs in common parts of the compiler. That does not make the problem an AIX or target bug. If the Fortran FE generates incorrect IR that causes an ICE in the middle end of the

[Bug fortran/66765] gfortran passing fortran-specific options to ld and collect2

2015-08-30 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66765 --- Comment #9 from David Edelsohn --- > [Book15] f90/bug% gcc ya_sincos.c -fdump-fortran-original > cc1: error: unrecognized command line option '-fdump-fortran-original' This is a valid Fortran option producing an error from cc1 when passed to

[Bug target/46072] AIX linker chokes on debug info for uninitialized static variables

2011-05-17 Thread dje at gcc dot gnu.org
||2011.05.17 14:05:46 CC||dje at gcc dot gnu.org Ever Confirmed|0 |1 --- Comment #25 from David Edelsohn 2011-05-17 14:05:46 UTC --- GCC uses the AIX assembler and probably is the most heavy user of the

[Bug debug/45682] New: missing namespace parent die when using -gdwarf-4

2010-09-15 Thread dje at google dot com
perimental) <10> DW_AT_language: 4(C++) <11> DW_AT_name: (indirect string, offset: 0x69): foo.cc <15> DW_AT_comp_dir: (indirect string, offset: 0x0): /home/dje/src/play <19> DW_AT_low_pc : 0x0 <21> DW_AT_high_pc

[Bug debug/45997] New: __unknown__ type name for typedef'd int

2010-10-12 Thread dje at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45997 Summary: __unknown__ type name for typedef'd int Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug AssignedTo: unassig.

[Bug boehm-gc/46311] boehm-gc build problem with uclibc

2010-11-07 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46311 David Edelsohn changed: What|Removed |Added CC||Hans.Boehm at hp dot com --- Comment #1

[Bug target/46655] invalid '.line 0' directive emitted with -g

2010-11-28 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46655 --- Comment #5 from David Edelsohn 2010-11-29 00:17:54 UTC --- Has anyone reported this AIX assembler behavior to IBM? It would be much more effective coming from an external customer than from me.

[Bug target/46655] invalid '.line 0' directive emitted with -g

2010-11-29 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46655 --- Comment #9 from David Edelsohn 2010-11-29 22:28:20 UTC --- If I understand correctly, the line 0 error occurs in both AIX and BFD, so it is not a bug. Did something change in GCC that now generates line 0 debug information? Is the 64K limit

[Bug target/46655] invalid '.line 0' directive emitted with -g

2010-11-30 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46655 --- Comment #12 from David Edelsohn 2010-11-30 15:43:15 UTC --- I assume that SP6100-04-07-1036 added a bounds error check for the line number in the assembler, which previously ignored the overflow. I don't know what AIX as did internally (trun

[Bug bootstrap/46981] New: multilib LD_LIBRARY_PATH prevents configuration of target libraries

2010-12-16 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46981 Summary: multilib LD_LIBRARY_PATH prevents configuration of target libraries Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug debug/49841] New: dwarf2cfi ICE during bootstrap on AIX

2011-07-25 Thread dje at gcc dot gnu.org
...@gcc.gnu.org ReportedBy: d...@gcc.gnu.org /tmp/20110725/./gcc/xgcc -B/tmp/20110725/./gcc/ -B/farm/dje/install/powerpc-ibm-aix5.3.0.0-20110725/powerpc-ibm-aix5.3.0.0/bin/ -B/farm/dje/install/powerpc-ibm-aix5.3.0.0-20110725/powerpc-ibm-aix5.3.0.0/lib/ -isystem /farm/dje/install/powerpc-ibm

[Bug debug/49841] [4.7 regression] AIX bootstrap failure in dwarf2cfi.c:maybe_record_trace_start

2011-07-25 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49841 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/47947] Variables of type vector double are not copied correctly in gcc-4.5.1 and gcc-4.6.0

2011-07-25 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47947 David Edelsohn changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug debug/49841] [4.7 regression] AIX bootstrap failure in dwarf2cfi.c:maybe_record_trace_start

2011-07-25 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49841 --- Comment #3 from David Edelsohn 2011-07-25 17:27:26 UTC --- The patch allows me to get past the failure. The current solution seems good enough for me. Someone else can implement the alternative when it's needed.

<    5   6   7   8   9   10   11   12   13   14   >