aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Update copyright years in gcc/Richard Sandiford3-3/+3
2013-12-10re PR preprocessor/55715 (bogus overflow warning for #if A-B when A<0 & B==mi...Joseph Myers1-0/+44
2013-11-15ucnid-9.c: New test.Joseph Myers1-0/+8
2013-01-10Update copyright years in gcc/Richard Sandiford3-3/+3
2012-10-23gcc:Joseph Myers24-27/+27
2012-08-27PR preprocessor/53469 - argument tokens of _Pragma miss virtual locationDodji Seketeli1-0/+14
2012-06-12include2a.c: Add comments to checks for multiple messages reported for one li...Janis Johnson9-19/+19
2012-05-29PR preprocessor/53229 - Fix diagnostics location when pasting tokensDodji Seketeli9-5/+70
2012-05-24Make unwound macro expansion trace less redundantDodji Seketeli6-21/+15
2012-05-16PR preprocessor/7263 - Avoid pedantic warnings on system headers macro tokensDodji Seketeli5-3/+26
2012-04-30Adjust relevant test cases wrt -ftrack-macro-expansion=[0|2]Dodji Seketeli4-10/+14
2012-04-30Fix -Wuninitialized for -ftrack-macro-expansionDodji Seketeli1-8/+2
2012-04-30Fix token pasting with -ftrack-macro-expansionDodji Seketeli2-0/+26
2012-03-14Remove obsolete IRIX 6.5 supportRainer Orth1-4/+5
2012-01-1320120111-1.c: Fix wrong int = int32_t assumption.Georg-Johann Lay2-2/+2
2011-11-18* gcc.dg/cpp/assert4.c: Test __linux__, not __gnu_linux__.Joseph Myers1-2/+2
2011-10-17Emit macro expansion related diagnosticsTom Tromey5-0/+104
2011-10-17Linemap infrastructure for virtual locationsTom Tromey1-0/+32
2011-07-18re PR debug/23205 ([C++/unit-at-a-time] stabs debug info omitted for global c...Rainer Orth1-8/+0
2011-07-05* gcc.dg/cpp/pragma-3.c: Add dg-require-effective-target fopenmp.Georg-Johann Lay1-0/+1
2011-06-06re PR preprocessor/48532 (Wrong location of namespaced pragma involving macros)Dodji Seketeli1-0/+39
2011-03-22MAINTAINERS (crx port, [...]): Remove.Joseph Myers1-8/+0
2011-02-23opts-common.c (decode_cmdline_option): Print empty string argument as "" in d...Jie Zhang1-0/+3
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-11-21tm.texi.in (HANDLE_SYSV_PRAGMA, [...]): Remove.Joseph Myers1-3/+2
2010-11-16re PR preprocessor/17349 (// comments cause weird behaviour with options -E -C)Kai Tietz1-0/+13
2010-11-13re PR c/46462 (Revision 166700 caused new C test failures)Paolo Bonzini2-4/+4
2010-11-11opts.c (warning_as_error_callback, [...]): Remove.Joseph Myers1-1/+1
2010-09-24common.opt (undef): New.Joseph Myers1-0/+8
2010-09-02re PR driver/44076 (-MT <target> behaves different as -MT<target> (w/o space))Joseph Myers3-4/+11
2010-06-04re PR c/25880 (improve message of warning for discarding qualifiers)Manuel López-Ibáñez1-4/+4
2010-04-14re PR other/42966 (add some indication that a warning has been converted to a...Manuel López-Ibáñez13-25/+25
2010-04-13cpp.exp: Test also c-c++-common/cpp.Manuel López-Ibáñez6-50/+5
2010-04-09re PR preprocessor/43195 (#pragma once and -H)Manuel López-Ibáñez2-0/+7
2010-04-09re PR other/42965 (no "warnings being treated as errors" for individual -Werr...Manuel López-Ibáñez14-14/+14
2010-04-07diagnostic.h (diagnostic_override_option_index): New macro to set a diagnosti...Simon Baldwin31-0/+215
2010-03-29* gcc.dg/cpp/include6.c: Change [] to ().Jason Merrill1-5/+5
2010-02-27re PR c/24577 (diagnostic informative note labelled "error")Manuel López-Ibáñez2-2/+2
2010-02-26re PR c/20631 (Support -std=c90 as alias for -std=c89)Manuel López-Ibáñez2-0/+20
2010-02-24* gcc.dg/cpp/_Pragma6.c: Skip on mips-sgi-irix*, alpha*-dec-osf*.Rainer Orth1-1/+1
2010-01-20Testsuite cleanups for moxie.Anthony Green1-1/+1
2009-11-11ChangeLog for libcppKai Tietz1-1/+1
2009-10-19charset.c (cpp_init_iconv): Initialize utf8_cset_desc.Jakub Jelinek1-0/+14
2009-10-09re PR preprocessor/41445 (Debug information is wrong with and without --save-...Jakub Jelinek2-2/+3
2009-09-20re PR preprocessor/28435 (-MMD vs not found system header (included from a sy...Chris Demetriou4-8/+24
2009-09-18re PR preprocessor/28435 (-MMD vs not found system header (included from a sy...Chris Demetriou4-0/+24
2009-06-23directives.c (parse_include): Add location argument.Manuel López-Ibáñez2-8/+9
2009-06-18expr.c (num_div_op): Take explicit location.Manuel López-Ibáñez1-3/+3
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-6/+6
2009-06-01diagnostic.c (diagnostic_build_prefix): Always print columns.Aldy Hernandez33-38/+36