public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/modula-2] (213 commits) gcc/m2/m2pp.cc renamed from m2pp.c and tidied comments.
@ 2022-05-20  1:41 Gaius Mulley
  0 siblings, 0 replies; only message in thread
From: Gaius Mulley @ 2022-05-20  1:41 UTC (permalink / raw)
  To: gcc-cvs

The branch 'devel/modula-2' was updated to point to:

 9f1a305893c... gcc/m2/m2pp.cc renamed from m2pp.c and tidied comments.

It previously pointed to:

 3c46ace3d10... Corrected capitalization for start of comments in header fi

Diff:

Summary of changes (added commits):
-----------------------------------

  9f1a305... gcc/m2/m2pp.cc renamed from m2pp.c and tidied comments.
  2bbc95a... Merge branch 'master' into devel/modula-2.
  d863ba2... PR middle-end/98865: Expand X*Y as X&-Y when Y is [0,1]. (*)
  cd427e1... [PATCH, rs6000] Remove the (no longer used) BTC defines. (*)
  f13f9c9... libstdc++: Implement LWG 3683 for pmr::polymorphic_allocato (*)
  060173d... Fix OMP CAS expansion with separate condition (*)
  4fc78e1... Remove get_or_alloc_expression_id (*)
  9aa9ba9... [Ada] Avoid copy operation for returns involving function c (*)
  e4c84b8... [Ada] Do not give warnings for compiler-generated entities  (*)
  9ae3841... [Ada] Small housekeeping work in gnat_gimplify_expr (*)
  cfc0710... [Ada] Add support for "simd" function attribute (*)
  db67348... [Ada] Fix internal error on unchecked union with component  (*)
  b64c496... [Ada] Do not set Current_Error_Node to a node without locat (*)
  795f74c... [Ada] Fix internal error on semi-circular record types (*)
  dfbdd4b... [Ada] Fix for internal error on semi-circular record aggreg (*)
  4d98c67... [Ada] Adjust copyright line (*)
  8630f50... [Ada] Preserve unchecked conversion of string constant (*)
  0d95835... [Ada] Remove redundant marking of illegal pragma with error (*)
  eac0a28... [Ada] Fix continuation message without a prior error (*)
  bd6c3f9... [Ada] Mark Requires_Transient_Scope as Inline (*)
  382a004... [Ada] Avoid internal compiler error for illegal Predicate_F (*)
  bf0b180... [Ada] Fix spurious violations of No_Secondary_Stack restric (*)
  e478e16... [Ada] Ignore Predicate_Failure in CodePeer mode (*)
  679ed5b... [Ada] Fix compilation of raise-gcc.c with -DSTANDALONE unde (*)
  4b3cf84... [Ada] Preserve and reuse original type in Narrow_Large_Oper (*)
  8a03aca... [Ada] Wrong interface dynamic dispatch via access parameter (*)
  eff70bc... [Ada] Ignore Predicate_Failure in GNATprove mode (*)
  55a11c7... [Ada] Fix bug in handling of Predicate_Failure aspect (*)
  8be71a9... [Ada] Avoid copy operation for returns involving function c (*)
  ca03325... [Ada] Fix invalid expanded code for entry families (*)
  b626498... [Ada] Cleanup expansion of protected entry families (*)
  4e47413... [Ada] Remove remaining references to gnatfind/gnatxref (*)
  c92f4fd... [Ada] Fix proof of runtime unit a-strfix and a-strsup (*)
  10c257a... [Ada] Support Ada 2022 null array aggregates (*)
  054cf92... [Ada] Further adapt proof of double arithmetic runtime unit (*)
  88f7b07... [Ada] Improve optimization of "=" on bit-packed arrays (*)
  5cc07f4... [Ada] Casing style on record components (*)
  c697f59... [Ada] Get rid of secondary stack for controlled components (*)
  e08f1aa... [Ada] Small housekeeping work continued (*)
  4e279bd... [Ada] Small housekeeping work (*)
  3b0cd3f... [Ada] Do not override inlining heuristics for expression fu (*)
  20c932f... [Ada] Remove dead code for scope entity having E_Subprogram (*)
  16e0266... PR105647 Update pr105169* so it does not fail on powerpc64l (*)
  19258b1... analyzer: update docs about -fanalyzer-checker=taint (*)
  213cfa8... cfgexpand: Yet another spot with debug insns references to  (*)
  3b4daa0... pointer-query: Fix ICE with non-pointer param [PR105635] (*)
  b8944f0... compiler: traverse expressions when exporting constants (*)
  1cda629... Daily bump. (*)
  7da9a08... c: Implement new -Wenum-int-mismatch warning [PR105131] (*)
  1875214... Revert move of g++.dg/pr69667.C (*)
  c86b726... x86: Fix -fsplit-stack feature detection via  TARGET_CAN_SP (*)
  4a9be8d... Correct ix86_rtx_cost for multi-word multiplication. (*)
  30405cc... Avoid andn and generate shorter not;and with -Oz on x86. (*)
  60fdce1... c, c++: -Wswitch warning on [[maybe_unused]] enumerator [PR (*)
  dfe38b8... c++: fix SIGFPE with -Wclass-memaccess [PR105634] (*)
  0d189b1... Reduce usage of limited_with clauses with -fdump-ada-spec (*)
  297a690... testsuite/rs6000: Move pr83660.C to g++.target (*)
  21e2bc9... graphite: Extend SCoP detection dump output (*)
  65851d6... demangler: Reorganize for module demangling (*)
  86f6440... 'include/cuda/cuda.h': Add parts necessary for nvptx-tools  (*)
  bdd1dc1... 'include/cuda/cuda.h': For C++, wrap in 'extern "C"' (*)
  ba85636... OpenMP: Add Fortran support for inoutset depend-kind (*)
  9f068ad... [Ada] Fix proof of runtime unit s-imageu (*)
  17cd8bf... [Ada] qnx-7.1: warning in sigtramp-qnx.c __gnat_sigtramp (*)
  6999173... [Ada] arm-qnx-7.1: stack-checking and sigtramp implementati (*)
  c6c9b82... [Ada] Adapt proof of double arithmetic runtime unit (*)
  6f8f9d1... [Ada] Fix proof of runtime unit s-valeu (*)
  df4451c... [Ada] Make sure output variable is always initialized (*)
  8502433... [Ada] Disable Vet calls when container checks are disabled (*)
  db67182... [Ada] arm-qnx-7.1: undefined reference to fma* symbols (*)
  91b46ee... [Ada] Fix DWARF parsing for 32-bit targets on 64-bit hosts (*)
  72de114... [Ada] Improve error messages for occurrence of GNAT extensi (*)
  b271095... [Ada] Fix Ada-QNX task priority conversion (*)
  ef07419... [Ada] Use specific predicate before manipulating BIP_Alloc_ (*)
  ddb8255... [Ada] Crash building VSS with compiler built with assertion (*)
  337c80a... [Ada] Ada2022: AI12-0143 Index attribute for entry families (*)
  3c63f73... [Ada] Fix proof of runtime units (*)
  5b0e8d6... [Ada] Errors missed on ACATS test B650007 (*)
  9af8c27... [Ada] Fix the parsing for delta aggregate (*)
  dea655a... [Ada] Secondary stack and a-tags (*)
  7c77ec1... [Ada] Fix problematic underflow for Float_Type'Value (*)
  ba89624... [Ada] Spurious error on freezing of tagged types in SPARK (*)
  8e4f370... [Ada] Rework optimization skipping pragma check in object d (*)
  de02cb5... [Ada] Fix internal error on subprogram instantiation (*)
  df61c5d... [Ada] Overriding error on type derived from discriminated u (*)
  16b8ba1... [Ada] Prevent overflow in computation of aggregate size (*)
  8b49556... [Ada] Fast implementation of floating-point mathematical fu (*)
  54cf660... [Ada] Freezing too strict in instances (*)
  5488c78... [Ada] Fix incorrect freezing with generic child unit (*)
  bf7143f... [Ada] Ada.Numerics.Aux.*: Mention more Intrinsic and less C (*)
  700cd7d... [Ada] Small performance tweak in recent change (*)
  1ef3f09... [Ada] New port arm-qnx (*)
  9d1336d... Enhance final_value_replacement_loop to handle bitwise indu (*)
  a174dc1... This patch adds a combine pattern for "CA minus one". The S (*)
  102237c... recognize bzhi pattern when there's zero_extendsidi. (*)
  850a13d... Expand __builtin_memcmp_eq with ptest for OImode. (*)
  c6e36f0... rs6000: Prefer assigning the MMA vector operands to altivec (*)
  3d9439b... Daily bump. (*)
  1bfb823... compiler: load LHS subexpressions of op= assignment only on (*)
  2b0c837... c++: constexpr ref to array of array [PR102307] (*)
  2c05a2d... c: use CONST_DECL for enumerators in TYPE_VALUES (*)
  2ee68be... Fix register count when not splitting Complex IEEE 128-bit  (*)
  4755447... OpenMP: Skip target-nesting warning for reverse offload (*)
  ddb1427... libstdc++: Relax memory ordering for default memory resourc (*)
  5c2d703... libstdc++: Add attributes to functions in <memory_resource> (*)
  5f1ce85... libstdc++: Add attributes to <system_error> and related (*)
  c985215... Revert 'Use more ARRAY_SIZE.' for mkoffload (*)
  b750173... Add side effect infrastructure. (*)
  451894c... demangler: Structured Bindings (*)
  7a3f38a... PR105169 Fix references to discarded sections (*)
  941efd8... Do not clear bb->aux in duplicate_loop_body_to_header_edge (*)
  6101a27... Check for equivalence after merging relations. (*)
  61a6923... i386: Fix ICE in final_scan_insn_1 [PR105624] (*)
  741478e... libgomp: Clarify that omp_display_env is fully implemented (*)
  cd4a0dd... Advise to call 'internal_error' instead of 'abort' or 'fanc (*)
  0f00ebf... graphite: Fix minor mistakes in comments (*)
  0cca1c2... graphite: Rename isl_id_for_ssa_name (*)
  61fe7b7... libgomp.texi: Document OpenMP context selectors (*)
  ebe5dac... gcn/t-omp-device: Add 'amdgcn' as 'arch' [PR105602] (*)
  2c16eb3... openmp: Add support for inoutset depend-kind (*)
  1815462... libstdc++: Skip tests that fail for the versioned namespace (*)
  357d6fc... libstdc++: Stop defining C++0x compat symbols for versioned (*)
  472aecb... libgomp.texi: Add OpenMP 5.2 implementation status (*)
  254cbf7... i386: Fix up V2DI and V1TI inequality comparisons [PR105613 (*)
  4f94c38... OpenMP: Add omp_all_memory support to Fortran (*)
  ebce0e9... tree-optimization/105618 - restore load sinking (*)
  33400df... [Ada] Restore defensive guard in checks for volatile actual (*)
  de0665f... [Ada] Subprogram renaming fails to hide homograph (*)
  a51b601... [Ada] CUDA: remove code performing kernel registration (*)
  5ab656c... [Ada] Enhance the warning on C enum with size clause for si (*)
  3c802e9... [Ada] Allow inlining for proof inside generics (*)
  867bf6f... [Ada] Provide allocation subtype for allocators of a Design (*)
  f2ef7a0... [Ada] Cleanups related to front-end SJLJ (*)
  26b0b2d... [Ada] GNAT.Binary_Search is not internal (*)
  5c44da0... [Ada] Fix insertion of declaration inside quantified expres (*)
  5dbb656... [Ada] Fix Forced sign flag in formatted string (*)
  42fe7c9... [Ada] Fix small glitch in Expand_N_Full_Type_Declaration (*)
  80d1067... [Ada] Requires_Cleanup_Actions and N_Protected_Body (*)
  b81c9e4... [Ada] Output.w always writes to stderr (*)
  a2bcadc... [Ada] Generic binary search implementation (*)
  ca3e565... [Ada] Fix bogus visibility error with partially parameteriz (*)
  27b2b83... [Ada] Take full view of private type (*)
  c21a009... [Ada] Allow 'Reduce with -gnat2022 (*)
  6e2d6b8... [Ada] Don't create calls to Abort_Undefer when not Abort_Al (*)
  98208e3... [Ada] Typo fix in finalization comment (*)
  83bfdda... [Ada] Initialize Compiler_State to avoid Constraint_Error (*)
  d678717... [Ada] Deal with derived record types in Has_Compatible_Repr (*)
  e2f7d58... [Ada] Streamline implementation of Has_Compatible_Represent (*)
  87a6558... [Ada] Remove superfluous call to Original_Node (*)
  6c72dc7... [Ada] Crash freezing declaration that will raise constraint (*)
  c30e5ab... [Ada] Spurious error on subprogram with class-wide precondi (*)
  d409061... [Ada] Use Actions field of freeze nodes for subprograms (*)
  a08f366... [Ada] Implement calls to abstract subprograms in class-wide (*)
  8fc021c... [Ada] Fix documentation of using attribute Loop_Entry in pr (*)
  7cff436... [Ada] Check token to be "access", reject it if not (*)
  bc17882... [Ada] Enable current value propagation within pragma expres (*)
  bc9aa45... forwprop: Fix a typo and comment formatting (*)
  105c56a... Optimize vpermtiw/b to vpunpcklqdq for certain cases. (*)
  1fba060... Clamp vec_perm_expr index in simplify_bitfield_ref to avoid (*)
  702bd11... Daily bump. (*)
  ed12749... attribs: fix typedefs in generic code [PR105492] (*)
  2402dc6... analyzer: implement four new warnings for <stdarg.h> misuse (*)
  5eb9927... d: Merge upstream dmd 60bfa0ee7, druntime 94bd5bcb, phobos  (*)
  682e587... libstdc++: Fix hyperlink in docs (*)
  8414dad... libstdc++: Update C++23 status docs (*)
  4361867... libstdc++: Add C++23 status docs (*)
  6464882... libstdc++: Fix status docs for <bit> support (*)
  6f5b060... Finish gimple_build API enhancement (*)
  adace78... Move code_helper to tree.h (*)
  ef7b897... rtl-optimization/105577 - testcase for the PR (*)
  6230911... ipa/105598 - testcase for PR105598 (*)
  8ab53e6... opts-global.cc: document last change (*)
  cc7cd8d... Do not use DW_OP_not for TRUTH_NOT_EXPR in conditional expr (*)
  b90e43d... [Ada] Fix fallout of change in equality for untagged record (*)
  7e0c853... [Ada] Fix expansion of attribute Loop_Entry wrt value propa (*)
  20652c7... [Ada] Remove useless code related to current value propagat (*)
  b32b519... [Ada] Type invariant or postcondition may cause uninitializ (*)
  26bbf0e... [Ada] Freeze target type on qualified expression expansion (*)
  c1e0079... [Ada] Fix proof of double arithmetic units (*)
  9eb5504... [Ada] Don't crash on ghost packages when emitting CUDA symb (*)
  f29e9e8... [Ada] GNAT.Debug_Pools: Improve documentation of the Stack_ (*)
  1bdf9fa... [Ada] sigaction result not properly checked in __gnat_insta (*)
  839e7f1... [Ada] Fix thinko in QNX's implementation of __gnat_install_ (*)
  9abb17d... [Ada] Add <stdlib.h> #include in cstreams.c (*)
  dec636b... [Ada] replace call to bzero in terminals.c by call to memse (*)
  21f8b41... [Ada] Revise Storage_Model_Support operations to do checks  (*)
  ae745a0... [Ada] Handle case-expression inside if-expression in -gnato (*)
  7d8e3f5... [Ada] Update comment justifying non-inlining for proof insi (*)
  aacbf37... [Ada] Fix iterated element association loop var escaping lo (*)
  e4acb82... [Ada] Fix internal error on iterated array aggregate (*)
  e6bdaa0... [Ada] Accept calls to abstract subprograms in class-wide pr (*)
  146ea83... [Ada] Fix internal error on mix of controlled and protected (*)
  861b78a... [Ada] Fix internal error on predicate aspect with iterator (*)
  7c88e46... [Ada] Implement component finalization ordering rules for t (*)
  909ce35... [Ada] Fix implementation issues with equality for untagged  (*)
  9a39b25... [Ada] Remove duplicated detection of user-defined equality (*)
  90fadb5... [Ada] Improve building of untagged equality (*)
  d12b8e9... [Ada] Map gnatlib-shared to gnatlib-shared-dual for aarch64 (*)
  2878027... [Ada] Couple of small consistency tweaks (*)
  82ca748... [Ada] Fix spurious error on limited view with incomplete ty (*)
  4e8b88f... [Ada] Pick volatile refinement property of a subtype from i (*)
  457fb33... [Ada] Clarify code for detecting volatile refinement proper (*)
  07ee67a... [Ada] Remove duplicated code for detecting enabled pragmas (*)
  ca32b29... Use more ARRAY_SIZE. (*)
  b4fb9f4... OpenMP, C++: Add template support for the has_device_addr c (*)
  ec69db6... Fix ubsan error in opts-global.cc (*)
  9a53101... Add MIN/MAX folding from fold_cond_expr_with_comparison to  (*)
  69c4b5c... Fix ICE caused by wrong condition. (*)
  ac6a32f... Daily bump. (*)
  1854787... i386: Remove constraints when used with constant integer pr (*)
  4df735e... c++: hidden friend access [DR1699] (*)
  87e1f02... c++: parsing injected-class-name as template (*)
  ce46d60... c++: array {}-init [PR105589] (*)

(*) This commit already exists in another branch.
    Because the reference `refs/heads/devel/modula-2' matches
    your hooks.email-new-commits-only configuration,
    no separate email is sent for this commit.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-20  1:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-20  1:41 [gcc/devel/modula-2] (213 commits) gcc/m2/m2pp.cc renamed from m2pp.c and tidied comments Gaius Mulley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).