[Bug bootstrap/70704] [6 Regression] AIX bootstrap comparison failure

2016-04-25 Thread michael.haubenwall...@ssi-schaefer.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70704 Michael Haubenwallner changed: What|Removed |Added CC||michael.haubenwallner@ssi-s

[Bug target/65058] New: AIX: missing extern decorations "[DS]" for functions and "[RW]" for variables

2015-02-13 Thread michael.haubenwall...@ssi-schaefer.com
D Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: michael.haubenwall...@ssi-schaefer.com CC: dje at gcc dot gnu.org Target: powerpc-ibm-aix With gcc-4.2, references to ex

[Bug target/65058] AIX: missing extern decorations "[DS]" for functions and "[RW]" for variables

2015-02-13 Thread michael.haubenwall...@ssi-schaefer.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65058 --- Comment #1 from Michael Haubenwallner --- Probably this happens since gcc-4.3 due to this commit: https://gcc.gnu.org/viewcvs/gcc/trunk/gcc/varasm.c?r1=119764&r2=119763&pathrev=119764 Problem is that assemble_external() does not call ASM_OU

[Bug target/65058] AIX: missing extern decorations "[DS]" for functions and "[RW]" for variables

2015-02-13 Thread michael.haubenwall...@ssi-schaefer.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65058 --- Comment #2 from Michael Haubenwallner --- Proposed patch: https://gcc.gnu.org/ml/gcc-patches/2015-02/msg00885.html