[Bug libgcj/23829] FreeBSD 5 support for libjava

2006-04-11 Thread gerald at gcc dot gnu dot org


--- Comment #6 from gerald at gcc dot gnu dot org  2006-04-11 20:09 ---
Subject: Bug 23829

Author: gerald
Date: Tue Apr 11 20:09:32 2006
New Revision: 112865

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112865
Log:
PR libgcj/23829
* configure.ac: Link against -lpthread rather than -lc_r on
FreeBSD 5 and above.
* configure: Regenerate.

Modified:
branches/gcc-4_1-branch/libjava/ChangeLog
branches/gcc-4_1-branch/libjava/configure
branches/gcc-4_1-branch/libjava/configure.ac


-- 


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



[Bug libgcj/23829] FreeBSD 5 support for libjava

2006-04-12 Thread gerald at gcc dot gnu dot org


--- Comment #7 from gerald at gcc dot gnu dot org  2006-04-12 19:57 ---
Subject: Bug 23829

Author: gerald
Date: Wed Apr 12 19:57:02 2006
New Revision: 112897

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112897
Log:
PR libgcj/23829
* configure.ac: Link against -lpthread rather than -lc_r on
FreeBSD 5 and above.
* configure: Regenerate.

Modified:
trunk/libjava/ChangeLog
trunk/libjava/configure
trunk/libjava/configure.ac


-- 


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



[Bug pch/13676] GCC failes to recognize files ending in .hpp as headers to be precompiled

2007-08-06 Thread gerald at gcc dot gnu dot org


--- Comment #17 from gerald at gcc dot gnu dot org  2007-08-06 11:10 ---
Subject: Bug 13676

Author: gerald
Date: Mon Aug  6 11:10:19 2007
New Revision: 127239

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127239
Log:
PR pch/13676
* doc/invoke.texi: Add .hp, .hxx, .hpp, .h, .HPP, .tcc as c++ header.

cp:
* lang-specs.h: Add .hp, .hxx, .hpp, .h, .HPP, .tcc as c++ header.
* g++spec.c (lang_specific_driver): Check them.

Modified:
trunk/gcc/ChangeLog
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/g++spec.c
trunk/gcc/cp/lang-specs.h
trunk/gcc/doc/invoke.texi


-- 


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



[Bug other/29972] typos in the manual

2008-02-03 Thread gerald at gcc dot gnu dot org


--- Comment #7 from gerald at gcc dot gnu dot org  2008-02-04 01:26 ---
Subject: Bug 29972

Author: gerald
Date: Mon Feb  4 01:26:14 2008
New Revision: 132087

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132087
Log:
PR other/29972
* doc/invoke.texi (C++ Dialect Options, Optimize Options)
(HPPA Options, i386 and x86-64 Options, IA-64 Options)
(RS/6000 and PowerPC Options): Fix typos and markup.
* doc/passes.texi (Tree-SSA passes): Likewise.

Modified:
trunk/gcc/ChangeLog
trunk/gcc/doc/invoke.texi
trunk/gcc/doc/passes.texi


-- 


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



[Bug driver/30330] -Wdeprecated is not documented

2008-02-05 Thread gerald at gcc dot gnu dot org


--- Comment #5 from gerald at gcc dot gnu dot org  2008-02-05 23:14 ---
Subject: Bug 30330

Author: gerald
Date: Tue Feb  5 23:13:17 2008
New Revision: 132131

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132131
Log:
PR documentation/30330
* doc/invoke.texi (C++ Dialect Options)
(Objective-C and Objective-C++ Dialect Options, Warning Options):
For each warning option -Wfoo that allows -Wno-foo, ensure both
-Wfoo and -Wno-foo are listed in the option index.  Fix index
entry of -Wswitch-default, index -Wnormalized= including the
`=', and [EMAIL PROTECTED] including @var{len}.

Modified:
trunk/gcc/ChangeLog
trunk/gcc/doc/invoke.texi


-- 


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



[Bug target/39063] libgcc2.c:mprotect() for mingw, incompatible pointer type warning

2009-03-19 Thread gerald at gcc dot gnu dot org


--- Comment #3 from gerald at gcc dot gnu dot org  2009-03-19 10:40 ---
Subject: Bug 39063

Author: gerald
Date: Thu Mar 19 10:40:32 2009
New Revision: 144957

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144957
Log:
PR target/39063
* libgcc2.c (mprotect): Do not use signed arguments for
VirtualProtect, use DWORD arguments.  Also fix the 'may
be used uninitialized' warning for the np variable.

Modified:
trunk/gcc/ChangeLog
trunk/gcc/libgcc2.c


-- 


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



[Bug target/40959] [4.3/4.4/4.5/4.6 regression] FreeBSD/ia64 build fails: No rule to make target `/usr/ports/lang/gcc43/work/build/ia64-portbld-freebsd8.0/libgcc/crtfastmath.o', needed by `T_TARGET'.

2010-09-09 Thread gerald at gcc dot gnu dot org


--- Comment #19 from gerald at gcc dot gnu dot org  2010-09-09 22:19 ---
Subject: Bug 40959

Author: gerald
Date: Thu Sep  9 22:19:33 2010
New Revision: 164132

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=164132
Log:
2010-09-09  Gerald Pfeifer  
Andrew Pinski  

PR target/40959
* config.host (ia64*-*-freebsd*): Set extra_parts.  Set tmake_file.

Modified:
trunk/libgcc/ChangeLog
trunk/libgcc/config.host


-- 


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



[Bug target/40959] [4.3/4.4/4.5/4.6 regression] FreeBSD/ia64 build fails: No rule to make target `/usr/ports/lang/gcc43/work/build/ia64-portbld-freebsd8.0/libgcc/crtfastmath.o', needed by `T_TARGET'.

2010-09-11 Thread gerald at gcc dot gnu dot org


--- Comment #20 from gerald at gcc dot gnu dot org  2010-09-12 03:27 ---
Subject: Bug 40959

Author: gerald
Date: Sun Sep 12 03:27:09 2010
New Revision: 164226

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=164226
Log:
PR target/40959 
* config.host (ia64*-*-freebsd*): Set extra_parts.  Set tmake_file.

Modified:
branches/gcc-4_5-branch/libgcc/ChangeLog
branches/gcc-4_5-branch/libgcc/config.host


-- 


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



[Bug testsuite/32843] [4.3 Regression] : libffi.call/return_sc.c

2010-06-20 Thread gerald at gcc dot gnu dot org


--- Comment #19 from gerald at gcc dot gnu dot org  2010-06-20 17:12 ---
Subject: Bug 32843

Author: gerald
Date: Sun Jun 20 17:12:11 2010
New Revision: 161048

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161048
Log:
Backport from mainline:
2009-09-17  Loren J. Rittle  

PR testsuite/32843 (strikes again)
src/x86/ffi.c (ffi_prep_cif_machdep): Add X86_FREEBSD to
enable proper extension on char and short.

Modified:
branches/gcc-4_4-branch/libffi/ChangeLog
branches/gcc-4_4-branch/libffi/src/x86/ffi.c


-- 


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