[Bug other/56314] Please allow per-function specification of register conventions

2013-02-13 Thread hpa at zytor dot com
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

[Bug c++/55582] [C++11] Unable to define string user-defined literal without leading underscore.

2013-02-13 Thread emsr at gcc dot gnu.org
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

[Bug target/52122] [4.6/4.7/4.8 Regression] incorrect ln -s replacement for mingw like targets in configure files

2013-02-13 Thread andris.pavenis at iki dot fi
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'

[Bug c++/55680] [C++11] Member specialization with lambda is rejected

2013-02-13 Thread jason at gcc dot gnu.org
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

[Bug c++/55670] [C++11] This isn't a pure virtual method.

2013-02-13 Thread jason at gcc dot gnu.org
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

[Bug middle-end/55889] [4.8 Regression] ICE: in move_op_ascend, at sel-sched.c:6153 with -fschedule-insns -fselective-scheduling

2013-02-13 Thread abel at gcc dot gnu.org
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

<    1   2