[Bug c++/35535] stl_vector.h Compilation error

2013-12-18 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35535 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #7

[Bug c++/35535] stl_vector.h Compilation error

2013-12-17 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35535 --- Comment #6 from Jan Hubicka --- Author: hubicka Date: Tue Dec 17 23:43:22 2013 New Revision: 206074 URL: http://gcc.gnu.org/viewcvs?rev=206074&root=gcc&view=rev Log: PR middle-end/35535 * gimple-fold.c (fold_gimple_assign): Attempt to

[Bug c++/35535] stl_vector.h Compilation error

2013-12-17 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35535 --- Comment #5 from Jan Hubicka --- Author: hubicka Date: Tue Dec 17 23:41:41 2013 New Revision: 206073 URL: http://gcc.gnu.org/viewcvs?rev=206073&root=gcc&view=rev Log: PR middle-end/35535 * tree-vrp.c (extract_range_from_unary_expr_1):

[Bug c++/35535] stl_vector.h Compilation error

2009-07-27 Thread paolo dot carlini at oracle dot com
--- Comment #4 from paolo dot carlini at oracle dot com 2009-07-27 18:30 --- preprocessed source not forthcoming -- paolo dot carlini at oracle dot com changed: What|Removed |Added --

[Bug c++/35535] stl_vector.h Compilation error

2008-03-22 Thread fang at csl dot cornell dot edu
--- Comment #3 from fang at csl dot cornell dot edu 2008-03-22 23:32 --- Take the command that make issues to compile that file (g++ ...), and add a -E option, remove -o , and (optionally) redirect the output to a file, like foo.ii. -- fang at csl dot cornell dot edu changed:

[Bug c++/35535] stl_vector.h Compilation error

2008-03-12 Thread dileeshjostin at rediffmail dot com
--- Comment #2 from dileeshjostin at rediffmail dot com 2008-03-12 09:13 --- (In reply to comment #1) > Can you provide the preprocessed source? > i am a newbie in this field ..Could you please tell me how to preprocess a source ? I have to give some additonal optionw with make? --

[Bug c++/35535] stl_vector.h Compilation error

2008-03-11 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-03-11 11:43 --- Can you provide the preprocessed source? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added