http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56314
--- Comment #2 from H. Peter Anvin 2013-02-14 02:23:53
UTC ---
Consider the following syntax:
__attribute__((saved(...),used(...),fixed(...)))
... as the equivalent to -fcall-saved-*, -fcall-used-*, and -ffixed-*
respectively.
In L
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55582
--- Comment #6 from emsr at gcc dot gnu.org 2013-02-14 02:55:48 UTC ---
Author: emsr
Date: Thu Feb 14 02:55:42 2013
New Revision: 196041
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196041
Log:
gcc/libcpp/
2013-02-13 Ed Smi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52122
--- Comment #36 from Andris Pavenis 2013-02-14
04:25:17 UTC ---
This way does not work for DJGPP v2.03 (version v2.04pre is OK).
For DJGPP v2.03:
AC_PROG_LN_S tries 'ln -s', which do not work, after that it falls back to
simple
'ln'
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55680
--- Comment #2 from Jason Merrill 2013-02-14
04:30:36 UTC ---
Author: jason
Date: Thu Feb 14 04:30:26 2013
New Revision: 196042
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196042
Log:
PR c++/55680
* pt.c (maybe_proc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55670
--- Comment #2 from Jason Merrill 2013-02-14
04:31:14 UTC ---
Author: jason
Date: Thu Feb 14 04:31:03 2013
New Revision: 196043
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196043
Log:
PR c++/55670
* parser.c (cp_par
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55889
--- Comment #28 from Andrey Belevantsev 2013-02-14
06:11:21 UTC ---
(In reply to comment #27)
> (In reply to comment #26)
> > You are right, your suggestions is what I sketched in comment #21 as
> > choices 1
> > or 2. Sorry for my uncl
101 - 106 of 106 matches
Mail list logo