aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2007-11-01re PR preprocessor/30805 (Internal compiler error when using "x##,##__VA_ARGS...Tom Tromey2-0/+10
2007-11-01lang-specs.h: Move translation of -fRTS= after -gnatez switch.Eric Botcazou2-3/+7
2007-11-01gcc.c (getenv_spec_function): Escape the environment variable's value.Nathan Sidwell2-1/+23
2007-11-01invoke.texi (Optimize Options): Under -fcse-follow-jumps, show that CSE means...Janis Johnson2-6/+13
2007-11-01re PR testsuite/25352 (xfail within dg-do command has no effect)Janis Johnson23-27/+78
2007-11-01c-decl.c (grokdeclarator): Set decl source locations.Tom Tromey10-23/+50
2007-11-01* print-tree.c (print_node): Print column number.Tom Tromey2-0/+10
2007-11-01re PR debug/33537 (C++ arguments passed by invisible reference have wrong type)Jakub Jelinek2-4/+24
2007-11-01re PR rtl-optimization/33673 (ICE in verify_flow_info, missing barrier, when ...Jakub Jelinek4-0/+73
2007-11-01emit-rtl.c (set_reg_attrs_from_mem): Clarify function comment.Ben Elliston2-3/+8
2007-11-01re PR tree-optimization/33961 (gcc 4.3 causes crash valid code to crash)Michael Matz4-18/+71
2007-11-01re PR c++/33494 (Broken diagnostic: 'modop_expr' not supported by dump_expr)Paolo Carlini1-0/+3
2007-11-01re PR c++/33494 (Broken diagnostic: 'modop_expr' not supported by dump_expr)Paolo Carlini5-22/+27
2007-11-01Daily bump.GCC Administrator1-1/+1
2007-10-31re PR target/31507 (libffi regression, many.c, closure_fn2/fn3.c with -Os)Jakub Jelinek5-1/+68
2007-10-31Enable auto-vectorization for PowerPC 750CL paired-single instructionsRevital Eres17-12/+614
2007-10-31[multiple changes]Tobias Burnus4-6/+47
2007-10-31re PR preprocessor/30786 (ICE on _Pragma at end of file)Tom Tromey2-0/+14
2007-10-31re PR fortran/33162 (INTRINSIC functions as ACTUAL argument)Jerry DeLisle4-0/+78
2007-10-31re PR fortran/33162 (INTRINSIC functions as ACTUAL argument)Jerry DeLisle3-4/+70
2007-10-31re PR tree-optimization/32377 (can't determine dependence (source/destination...Sebastian Pop4-106/+94
2007-10-31re PR middle-end/33779 (folds unsigned multiplication == 0 to true)Richard Guenther5-4/+46
2007-10-31re PR fortran/33897 (Incorrect host association in module)Paul Thomas5-7/+85
2007-10-31re PR target/33948 (Bootstrap broken on mips-sgi-irix6.5)Richard Sandiford2-1/+7
2007-10-31rs6000.opt: Rename -mdfp option to -mhard-dfp.Andreas Krebbel5-13/+19
2007-10-31fix PR c++/19531: NRV is performed on volatile temporaryChristian Bruel4-1/+46
2007-10-31Daily bump.GCC Administrator1-1/+1
2007-10-30* tree-ssa.c (execute_update_addresses_taken): Initialize update_vops.Janis Johnson2-1/+5
2007-10-30invoke.texi (Option Summary): Add -fdce and -fdse to list of optimization opt...Janis Johnson2-2/+21
2007-10-30re PR c++/33709 (Type verification failure with new expression)Jakub Jelinek4-3/+27
2007-10-30re PR c++/33616 ("lvalue required as unary '&' operand" with template pmf)Jakub Jelinek4-1/+62
2007-10-30re PR fortran/33596 (ICE with simplified ISNAN)Francois-Xavier Coudert4-0/+29
2007-10-30re PR tree-optimization/32500 (Loop optimization limits range to size of arra...Ed Schouten2-1/+6
2007-10-30Remove ">>>>>>> .r129772".H.J. Lu1-1/+0
2007-10-30Revert accidental change to crash36.CDoug Gregor1-1/+1
2007-10-30re PR c++/31993 (ICE with template class in variadic template class)Doug Gregor6-37/+89
2007-10-30re PR tree-optimization/33723 (Inefficient code with compound literals)Jakub Jelinek2-1/+6
2007-10-30tree-ssa-operands.c (add_vars_for_offset): Fix exit test of loop adding SFTs ...Richard Guenther4-1/+91
2007-10-30Makefile.in (dse.o): Add $(OPTABS_H) and $(RECOG_H)Richard Guenther2-1/+5
2007-10-30Fix vectorizer testcaseRevital Eres2-0/+5
2007-10-30Fix vectorizer testcasesRevital Eres3-0/+7
2007-10-30re PR target/32893 (zlib segfault in inflate_table() compiled w/ -O -msse2 ft...Dorit Nuzman51-109/+991
2007-10-30Daily bump.GCC Administrator1-1/+1
2007-10-29longlong.h (add_ssaaaa): Support Intel asm syntax in i386 and x86_64 versions.Rask Ingemann Lambertsen2-8/+16
2007-10-29re PR testsuite/24841 (dg-require compilation-test trigged on test with addit...Janis Johnson2-2/+10
2007-10-29re PR tree-optimization/33723 (Inefficient code with compound literals)Jakub Jelinek5-0/+165
2007-10-29re PR tree-optimization/33614 (ICE on semi-constant vector CONSTRUCTORs)Richard Sandiford4-4/+30
2007-10-29re PR tree-optimization/33870 (miscompiles sqlite)Richard Guenther4-34/+27
2007-10-29re PR tree-optimization/33757 (Revision 126149 fails gcc.dg/tree-ssa/ssa-fre-...Jakub Jelinek2-2/+5
2007-10-29re PR c++/33841 (ICE with non-integral bit-field)Jakub Jelinek4-7/+37