[Bug target/63789] g++ -m32 on solaris has trouble finding abs with int64_t

2021-07-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63789

Andrew Pinski  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|WAITING |RESOLVED
   Target Milestone|--- |6.0

--- Comment #8 from Andrew Pinski  ---
Fixed so closing.

[Bug target/63789] g++ -m32 on solaris has trouble finding abs with int64_t

2016-08-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63789

Jonathan Wakely  changed:

   What|Removed |Added

 Status|UNCONFIRMED |WAITING
   Last reconfirmed||2016-08-30
 Ever confirmed|0   |1

--- Comment #7 from Jonathan Wakely  ---
Yes, this should be fixed in GCC 6, and if it isn't we now have the tools to
fix it.

[Bug target/63789] g++ -m32 on solaris has trouble finding abs with int64_t

2016-08-29 Thread marc.glisse at normalesup dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63789

--- Comment #6 from Marc Glisse  ---
Sorry, by recent I meant at least 6.1, I should have been more specific.

[Bug target/63789] g++ -m32 on solaris has trouble finding abs with int64_t

2016-08-29 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63789

--- Comment #5 from Richard PALO  ---
Created attachment 39510
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39510&action=edit
tabs.ii

No, I still see the issue with both v5 and 4.9.4
attached is tabs.ii using -save-temps

[Bug target/63789] g++ -m32 on solaris has trouble finding abs with int64_t

2016-08-29 Thread marc.glisse at normalesup dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63789

Marc Glisse  changed:

   What|Removed |Added

 CC||marc.glisse at normalesup dot 
org

--- Comment #4 from Marc Glisse  ---
I would expect that this is fixed (or at least the behavior changed) in recent
versions of gcc, that ship a C++ stdlib.h wrapper. Can someone confirm?