/* $NetBSD: pathnames.h,v 1.4 2003/08/07 11:14:18 agc Exp $ */ /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/6/93 */ #include #define _PATH_ACCT "/var/account/acct" ion>
path: root/gnu/dist/gcc4/libstdc++-v3/scripts
AgeCommit message (Collapse)Author
2014-06-13delete GCC 4.1 sources.mrg
2008-08-31import GCC 4.1-branch from 20080831 / svn 139820.mrg
this fixes at least these GCC PR's: middle-end/35163 target/34393 middle_end/34150 middle-end/34627 middle-end/33631 c++/34950 c++/34774 c++/35007 libstdc++/20448 libstdc++/20451
2007-06-20import GCC-4.1 branch from 20070620 (revision 125891). this fixes 78mrg
GCC PR's listed below, and also fixes some netbsd PR's. 30370 C++/28988 C++/30016 C++/30168 C++/30221 c++/28999 c++/30536 c++/30847 c++/30852 c++/30895 c++/31074 c++/31449 c++/31517 c++/31806 c++/31809 c/31520 debug/29906 debug/30189 inline-asm/32109 libstdc++/28125 libstdc++/30586 middle-end/24427 middle-end/29683 middle-end/30313 middle-end/30364 middle-end/30433 middle-end/30473 middle-end/30729 middle-end/30761 middle-end/31448 middle-end/32285 objc/27438 objc/30479 other/27843 preprocessor/30468: rtl-optimization/28011 rtl-optimization/28173 rtl-optimization/28772 rtl-optimization/29329 rtl-optimization/29599 rtl-optimization/30643 rtl-optimization/30787 rtl-optimization/30931 rtl-optimization/31691 target/18989 target/19087 target/25448 target/26090 target/28623 target/28675 target/29487 target/30289 target/30483 target/30848 target/31022 target/31123 target/31137 target/31245 target/31361 target/31380 target/31480 target/31582 target/31641 target/31701 target/31876 target/32163 tree-opt/30045 tree-optimization/26643 tree-optimization/26854 tree-optimization/26998 tree-optimization/27087 tree-optimization/29446 tree-optimization/29925 tree-optimization/30212 tree-optimization/30590 tree-optimization/30823 tree-optimization/31632 tree-optimization/32353
2007-01-11import GCC-4.1 branch from 20070110 (revision 120647). this fixes themrg
44 GCC PR's listed below (some have already been applied to NetBSD GCC) and at least one NetBSD PR: PR bootstrap/28400 PR c++/27369 PR c/25795 PR c/25993 PR c/29092 PR c/29736 PR c/30360 PR debug/26964 PR libstdc++/11953 PR middle-end/21032 PR middle-end/26306 PR middle-end/27826 PR middle-end/28116 PR middle-end/29241 PR middle-end/29250 PR middle-end/29584 PR middle-end/29695 PR middle-end/29753 PR middle-end/30286 PR rtl-optimization/25514 PR rtl-optimization/27736 PR rtl-optimization/27761 PR rtl-optimization/28970 PR rtl-optimization/29631 PR rtl-optimization/29797 PR target/18553 PR target/24036 PR target/29114 PR target/29319 PR target/29377 PR target/29449 PR target/30039 PR target/30173 PR target/30185 PR target/30230 PR tree-opt/28545 PR tree-opt/29788 PR tree-opt/29964 PR tree-optimization/27891 PR tree-optimization/28888 PR tree-optimization/29581 PR tree-optimization/29610 PR tree-optimization/29637 PR tree-optimization/30212
2006-06-03import GCC 4.1 branch from today. it includes these bugs fixed sincemrg
our last 4.1 branch import, plus a few other changes: c/27718 26242 c++/27451 c/26818 tree-optimization/26622 target/27758 middle-end/27743 middle-end/27620 tree-optimization/27549 tree-optimization/27283 target/26600 c++/26757 driver/26885 tree-optimization/27603 rtl-optimization/14261 rtl-optimization/22563 middle-end/26729 rtl-optimization/27335 target/27421 middle-end/27384 middle-end/27488 target/27158 bootstrap/26872 target/26545 tree-optimization/27136 tree-optimization/27409 middle-end/27260 tree-optimization/27151 target/26481 target/26765 target/26481 tree-optimization/27285 optimization/25985 tree-optimization/27364 c/25309 target/27387 target/27374 middle-end/26565 target/26826 tree-optimization/27236 middle-end/26869 tree-optimization/27218 rtl-optimization/26685 tree-optimization/26865 target/26961 target/21283 c/26774 c/25875 mudflap/26789
2006-04-20initial import of GCC 4.1 branch, from 2006-04-20. list of changes waymrg
too large to list, but see: http://gcc.gnu.org/gcc-3.4/changes.html http://gcc.gnu.org/gcc-4.0/changes.html http://gcc.gnu.org/gcc-4.1/changes.html for the details.