[Bug other/30083] double quotes in Makefile confuse solaris /bin/sh

2007-02-20 Thread jamesc at dspsrv dot com


--- Comment #7 from jamesc at dspsrv dot com  2007-02-20 13:08 ---
This happened me on solaris 10 (even with reading the manual!) make install had
worked for me previously on solais without having to set CONFIG_SHELL so it is
something that might trip people up.
I agree that this is a duplicate of 27843.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30083



[Bug libstdc++/8670] Alignment problem in std::basic_string

2007-04-03 Thread jamesc at dspsrv dot com


--- Comment #20 from jamesc at dspsrv dot com  2007-04-03 16:30 ---
I can see this problem, solaris 10 and gcc 4.1.1.

The workaround suggested by the following person works:

Margarita Manterola
http://www.mail-archive.com/debian-bugs-rc@lists.debian.org/msg67774.html

via Darren Long
http://mailman.dtnrg.org/pipermail/dtn-users/2007-January/000448.html

// include iostream before string to avoid stdc++ bug
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8670
#include 
#include 


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8670