summaryrefslogtreecommitdiff
path: root/gcc/toplev.c
Commit message (Expand)AuthorAgeFilesLines
* params.c (set_param_value): Initialize the "set" field.Zdenek Dvorak2006-11-121-2/+2
* In gcc/:Geoffrey Keating2006-11-011-1/+5
* Revert emutls patch.Richard Henderson2006-10-091-4/+1
* Makefile.in (libgcc.mk, [...]): Add emutls.c.Richard Henderson2006-10-041-1/+4
* re PR c++/24009 (C++ fails to print #include stack)Joseph Myers2006-08-261-1/+35
* re PR c++/28250 (ICE with invalid catch)Volker Reichelt2006-08-011-1/+1
* toplev.c (process_options): Don't give -ffunction-sections may affect debuggi...Mike Stump2006-07-081-0/+2
* hooks.c (hook_bool_mode_rtx_true): New function.Richard Sandiford2006-03-071-0/+1
* common.opt (-floop-optimize, [...]): Remove.Steven Bosscher2006-02-261-1/+0
* re PR target/9703 ([arm] Accessing data through constant pool more times coul...Richard Sandiford2006-02-181-0/+26
* invoke.texi (-floop-optimize2): Removed.Zdenek Dvorak2006-02-101-13/+0
* Add 2006 to copyright lineAlexandre Oliva2006-02-041-1/+2
* re PR debug/24444 (invalid register in debug info)Alexandre Oliva2006-02-041-2/+2
* * toplev.c: Fix thinko.Gabriel Dos Reis2006-01-291-2/+2
* toplev.c (floor_log2, exact_log2): Don't define if __cplusplus.Gabriel Dos Reis2006-01-291-3/+11
* re PR c/24101 (Segfault with preprocessed source)Uros Bizjak2005-11-091-1/+4
* re PR c++/24302 (anonymous global union segfault with g++ 3.4.x)Mark Mitchell2005-10-111-1/+1
* re PR target/23602 (1081 test failures in libjava, when configured for i486-l...Richard Henderson2005-10-051-0/+12
* re PR debug/23190 (debug info omitted for uninitialized variables (stabs))Richard Henderson2005-09-081-138/+157
* Makefile.in (rtl-profile.o): Kill all traces of it.Jan Hubicka2005-07-281-23/+0
* re PR debug/21828 (debug info omitted for uninitialized variables)Mark Mitchell2005-07-221-7/+0
* toplev.c (warn_deprecated_use): Add warning control to warning call.DJ Delorie2005-07-211-6/+9
* common.opt (frename-registers): Initialize to 2.Steve Ellcey2005-07-181-13/+13
* re PR rtl-optimization/20376 (The missed-optimization of general induction va...Zdenek Dvorak2005-07-131-2/+8
* Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin2005-07-081-1/+2
* Makefile.in: Adjust dependencies.Paolo Bonzini2005-07-051-1/+1
* bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett...Joseph Myers2005-07-031-8/+14
* toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers2005-07-021-6/+9
* pretty-print.h (PP_NL_ARGMAX): New.Zack Weinberg2005-06-301-4/+9
* c-common.c (flag_next_runtime): Move...Ziemowit Laski2005-06-291-0/+8
* toplev.c (process_options): Use if (FRAME_GROWS_DOWNWARD) instead of preproce...Jakub Jelinek2005-06-271-3/+1
* c-cppbuiltin.c (c_cpp_builtins): Add __SSP_ALL__ and __SSP__.Richard Henderson2005-06-271-0/+12
* Update FSF address.Kelley Cook2005-06-251-2/+2
* function.c (prologue, [...]): Change their types to VEC(int,heap)*.Kazu Hirata2005-06-041-1/+0
* system.h (TARGET_OPTIONS, [...]): Poison.Richard Sandiford2005-06-011-278/+29
* opts.h (cl_option_state): New structure.Richard Sandiford2005-06-011-11/+40
* c-objc-common.c (c_tree_printer): Check flag before hashtable.Daniel Berlin2005-06-011-1/+1
* tm.texi (TARGET_GET_PCH_VALIDITY, [...]): Tweak the documentation to make it ...Richard Sandiford2005-05-311-4/+9
* c-common.c (unsigned_conversion_warning): Move warning control from if() to w...DJ Delorie2005-05-241-5/+0
* c-decl.c (store_parm_decls_oldstyle): Let diagnostic machinery decide if the ...DJ Delorie2005-05-031-1/+1
* collect2.c, [...]: Replace calls to `unlock_stream' with `unlock_std_streams'.Kaveh R. Ghazi2005-04-261-3/+1
* collect2.c (main): Unlock the stdio streams.Kaveh R. Ghazi2005-04-241-0/+5
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-231-22/+22
* [multiple changes]Jan Hubicka2005-03-301-2/+2
* re PR middle-end/20622 (Alias to nocommon variable fails to assemble on ppc64)Jakub Jelinek2005-03-291-0/+2
* Makefile.in (value-prof.o): New dependencies on $(DIAGNOSTIC_H) $(TREE_H) and...Dale Johannesen2005-03-291-3/+0
* re PR middle-end/15700 ([unit-at-a-time] Inlining problem leads to miscompila...Richard Henderson2005-03-161-4/+1
* toplev.c (display_target_options): Avoid unused variable warning if TARGET_SW...Richard Sandiford2005-03-151-1/+4
* config.gcc (extra_options): New variable for listing option files.Richard Sandiford2005-03-141-23/+36
* re PR middle-end/18902 (Naive (default) complex division algorithm)Richard Henderson2005-02-241-1/+5