aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)AuthorFilesLines
2012-07-08basic-block.h: Re-group most prototypes per file.Steven Bosscher2-0/+5
2012-07-02re PR c++/53524 (Bogus enum comparison warning)Jason Merrill2-1/+7
2012-07-01ChangeLog: Fix whitespace.Uros Bizjak1-40/+40
2012-07-01c-pch.c (c_common_write_pch): Remove unused variables.Uros Bizjak2-3/+4
2012-06-29configure.ac: Skip C if explicitly selected.Steven Bosscher2-0/+202
2012-06-27re PR preprocessor/37215 (ICE on 'gcc -E -dM -fpreprocessed - < /dev/null')Kai Tietz2-1/+6
2012-06-21c-common.h (c_common_print_pch_checksum): Remove.Steven Bosscher4-100/+51
2012-06-19tm.texi.in (TARGET_OBJC_DECLARE_UNRESOLVED_CLASS_REFERENCE, [...]): Add @hooks.Steven Bosscher2-1/+20
2012-06-19target.def (output_ident): New hook.Steven Bosscher2-4/+7
2012-06-15[multiple changes]Ramana Radhakrishnan3-1/+104
2012-06-06Move Changelog entries to the right file.Sterling Augustine1-0/+12
2012-06-06invoke.texi (fconserve-space): Remove documentation.Steven Bosscher2-1/+5
2012-06-04c-pretty-print.h (pp_c_flag_gnu_v3): New enumerator.Sterling Augustine2-2/+5
2012-06-04output.h (merge_weak, [...]): Move protos from here...Steven Bosscher4-3/+6
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher5-4/+7
2012-05-29* c-common.c: Fix typo.Joseph Myers2-1/+5
2012-05-29expr.c (expand_expr_real_1 <normal_inner_ref>): Don't allocate a kept temp.Michael Matz2-2/+4
2012-05-29c.opt (Wmissing-braces): Use LangEnabledBy(C ObjC,Wall).Manuel López-Ibáñez3-3/+7
2012-05-28re PR c++/25137 (Warning "missing braces around initializer" causing problems...Paolo Carlini2-1/+8
2012-05-22PR c++/53322 - -Wunused-local-typedefs is not enabled by Wall or WunusedDodji Seketeli2-1/+6
2012-05-17c.opt (--pedantic-errors,-pedantic-errors): Do not handle here.Manuel López-Ibáñez3-18/+7
2012-05-16PR preprocessor/7263 - Avoid pedantic warnings on system headers macro tokensDodji Seketeli2-2/+9
2012-05-152012-05-15 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-1/+1
2012-05-15re PR c++/11856 (unsigned warning in template)Paolo Carlini2-3/+9
2012-05-15Fix up changelogs.Bernd Schmidt1-0/+5
2012-05-14re PR c/53063 (encode group options in the .opt files)Manuel López-Ibáñez3-16/+50
2012-05-14attribs.c (decl_attributes): Avoid emitting a warning if ATTR_FLAG_BUILT_IN.Bernd Schmidt1-0/+4
2012-05-13c.opt (Wclobbered,Wempty-body,Wignored-qualifiers, [...]): Use EnabledBy.Manuel López-Ibáñez3-23/+16
2012-05-11re PR c/53063 (encode group options in the .opt files)Manuel López-Ibáñez2-1/+10
2012-05-10re PR c++/53158 ([C++11] Bogus error in loop condition)Paolo Carlini2-6/+13
2012-05-10cuintp.c (UI_From_gnu): Remove TYPE_IS_SIZETYPE use.Richard Guenther2-5/+8
2012-05-08re PR c++/53261 (ICE in tree_strip_nop_conversions)Manuel López-Ibáñez2-2/+8
2012-05-05re PR c/43772 (Errant -Wlogical-op warning when testing limits)Manuel López-Ibáñez2-14/+39
2012-05-03re PR c/51712 (-Wtype-limits should not trigger for types of implementation-d...Manuel López-Ibáñez2-18/+38
2012-05-03flags.h (flag_permissive): Do not declare.Manuel López-Ibáñez2-1/+5
2012-04-30cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka1-2/+13
2012-04-30re PR c++/51033 (generic vector subscript and shuffle support was not added t...Marc Glisse3-0/+34
2012-04-30Add -Wvarargs optionDodji Seketeli2-0/+9
2012-04-30c-common.c (check_function_arguments): Replace Wmissing-format-attribute with...Manuel López-Ibáñez2-1/+6
2012-04-30invoke.texi (Wmissing-format-attribute): Document as an alias of Wsuggest-att...Manuel López-Ibáñez3-5/+17
2012-04-27Add new option, -Wliteral-suffix.Ollie Wild4-0/+15
2012-04-22re PR c/44774 (-Werror=edantic)Manuel López-Ibáñez7-20/+40
2012-04-19Fix #52283 error: case label does not reduce to an integer constantChristian Bruel1-0/+1
2012-04-15re PR c++/52818 (printf format %lf is erroneously rejected by C++11)Jason Merrill2-2/+9
2012-04-14cgraph.h: Update copyrights;Jan Hubicka1-1/+1
2012-04-11re PR target/52624 (missing __builtin_bswap16)Eric Botcazou4-4/+12
2012-04-10c-common.c (warn_if_unused_value): Move definition to here.Manuel López-Ibáñez3-0/+102
2012-03-23c-lex.c (c_lex_with_flags): Avoid declarations after stmts.William Bader2-2/+8
2012-03-21c-common.h (enum cxx_dialect): Add cxx1y.Jason Merrill6-5/+47
2012-03-19re PR c++/14710 (Warning about useless casts)Paolo Carlini2-0/+9